[22707] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 12 03:32:36 PDT 2007


Revision: 22707
          http://trac.macosforge.org/projects/macports/changeset/22707
Author:   rhwood at macports.org
Date:     2007-03-12 03:32:35 -0700 (Mon, 12 Mar 2007)

Log Message:
-----------
New port Pallet: an experimental GUI for MacPorts
Please note that this port installs from subversion and may not build
As of 120629MMAR07, this application can only run from within XCode.
If anyone can fix this problem, please do so.

Added Paths:
-----------
    trunk/dports/sysutils/Pallet/
    trunk/dports/sysutils/Pallet/Portfile

Added: trunk/dports/sysutils/Pallet/Portfile
===================================================================
--- trunk/dports/sysutils/Pallet/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/Pallet/Portfile	2007-03-12 10:32:35 UTC (rev 22707)
@@ -0,0 +1,30 @@
+# $Id: Portfile 21857 2007-02-10 16:53:48Z rhwood at macports.org $
+
+PortSystem  1.0
+PortGroup   xcode   1.0
+
+name    Pallet
+version 0.1.0
+categories  sysutils aqua macports
+maintainers rhwood at macports.org
+description Aqua application to control a MacPorts installation.
+long_description    \
+    Port Authority is an aqua application that controls a MacPorts installation, including the \
+    installation, upgrading, and removal of individual ports.
+homepage    http://www.macports.org
+#master_sites	
+#distname	${name}
+#checksums   md5 c586fd603d9978b306aee428ea39e329
+platforms	macosx
+
+depends_build   port:subversion
+
+fetch.type  svn
+svn.url http://svn.macosforge.org/repository/macports/users/rhwood/Pallet
+worksrcdir  Pallet
+
+destroot	{
+	xinstall -m 755 -d ${destroot}/Applications/MacPorts/
+	system "find ${worksrcpath} -name Pallet.app -exec cp -r {} \
+		${destroot}/Applications/MacPorts/ \\;"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070312/c9f9c797/attachment.html


More information about the macports-changes mailing list