[41346] trunk/dports/aqua

ryandesign at macports.org ryandesign at macports.org
Fri Oct 31 00:02:25 PDT 2008


Revision: 41346
          http://trac.macports.org/changeset/41346
Author:   ryandesign at macports.org
Date:     2008-10-31 00:02:22 -0700 (Fri, 31 Oct 2008)
Log Message:
-----------
osx2x: Resurrect port. It was deleted in r33578 because the source went missing, but the source has now been found. Update to 2.4 and use xcode portgroup. See #12489.

Added Paths:
-----------
    trunk/dports/aqua/osx2x/
    trunk/dports/aqua/osx2x/Portfile

Removed Paths:
-------------
    trunk/dports/aqua/osx2x/Portfile

Deleted: trunk/dports/aqua/osx2x/Portfile
===================================================================
--- trunk/dports/aqua/osx2x/Portfile	2008-01-30 18:08:29 UTC (rev 33577)
+++ trunk/dports/aqua/osx2x/Portfile	2008-10-31 07:02:22 UTC (rev 41346)
@@ -1,43 +0,0 @@
-# $Id$
-PortSystem 1.0
-
-name			osx2x
-version			2.2.0
-categories		aqua
-maintainers		nomaintainer
-description		small Aqua application to control X11 servers from Mac OS X
-long_description	osx2x is a small Mac OS X application that lets you \
-					control other machines running either an X11 server \
-					or a VNC server using your mac's mouse and keyboard. \
-					So if you happen to have a mac and either an X \
-					Windows machine or a machine running VNC on your \
-					desk you only need to use a single keyboard and \
-					mouse!
-platforms		darwin
-homepage		http://www.opendarwin.org/projects/${name}/
-fetch.type		cvs
-cvs.root		:pserver:anonymous at anoncvs.opendarwin.org:/Volumes/src/cvs/od
-cvs.date		20050705
-cvs.module		${name}
-worksrcdir		${name}
-
-depends_lib		lib:libX11.6:XFree86
-
-use_configure	no
-
-build.type		pbx
-build.dir		${worksrcpath}/src
-build.target
-
-set appdir      src/build
-platform darwin 8 {
-    if {$xcodeversion == "2.1"} {
-        set appdir  src/build/Default
-    }
-}
-destroot {
-	set appPath ${destroot}/Applications/MacPorts
-	xinstall -d -m 0755 ${appPath}
-	file copy ${worksrcpath}/${appdir}/${name}.app ${appPath}/${name}.app
-}
-

Copied: trunk/dports/aqua/osx2x/Portfile (from rev 33577, trunk/dports/aqua/osx2x/Portfile)
===================================================================
--- trunk/dports/aqua/osx2x/Portfile	                        (rev 0)
+++ trunk/dports/aqua/osx2x/Portfile	2008-10-31 07:02:22 UTC (rev 41346)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup xcode 1.0
+
+name			osx2x
+version			2.4
+set git_hash	3cc708236898ab789bb99a5fba7420ff76ede9f7
+maintainers		nomaintainer
+description		small Aqua application to control X11 servers from Mac OS X
+long_description	osx2x is a small Mac OS X application that lets you \
+					control other machines running either an X11 server \
+					or a VNC server using your mac's mouse and keyboard. \
+					So if you happen to have a mac and either an X \
+					Windows machine or a machine running VNC on your \
+					desk you only need to use a single keyboard and \
+					mouse!
+platforms		darwin
+homepage		http://homepage.mac.com/mdales/osx2x/
+master_sites	http://github.com/mdales/osx2x/tarball/${git_hash}
+worksrcdir		mdales-${name}-${git_hash}
+
+checksums \
+    md5     897cf872c4006d4173b3c6ff046b0c44 \
+    sha1    1014e0ac22b0c00b47dde2b0f7f44eaa676acc7e \
+    rmd160  cc2a63b9dbfd9485c039fc989bbab96e6cf919ac
+
+depends_lib		lib:libX11.6:XFree86
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081031/5c3c794c/attachment.html>


More information about the macports-changes mailing list