[29999] trunk/dports/x11

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 17 12:13:59 PDT 2007


Revision: 29999
          http://trac.macosforge.org/projects/macports/changeset/29999
Author:   afb at macports.org
Date:     2007-10-17 12:13:59 -0700 (Wed, 17 Oct 2007)

Log Message:
-----------
new port: ROX-All

Added Paths:
-----------
    trunk/dports/x11/rox-all/
    trunk/dports/x11/rox-all/Portfile

Added: trunk/dports/x11/rox-all/Portfile
===================================================================
--- trunk/dports/x11/rox-all/Portfile	                        (rev 0)
+++ trunk/dports/x11/rox-all/Portfile	2007-10-17 19:13:59 UTC (rev 29999)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem 1.0
+
+name            rox-all
+version         1.2
+categories      x11 rox
+platforms       darwin freebsd linux
+maintainers     afb at macports.org
+description     a single archive containing launchers for most of the ROX applications
+long_description \
+ROX-All is a single archive containing launchers for most of the ROX applications. \
+It contains everything you need to get started with ROX. Because actually putting \
+all the software in this archive would make it very big and quickly out of date, \
+it will download the latest versions of programs when you run them the first time. \
+Therefore, you will need a network connection (but only when downloading or upgrading programs).
+homepage        http://rox.sourceforge.net/desktop/ROX-All
+master_sites    sourceforge:rox
+use_bzip2       yes
+checksums       md5 27dcaac2164ab83beec6020dc54d6a84 \
+                sha1 9e2afdb2204af47f2c07fc1bd461df46dd92ae44 \
+                rmd160 2ce6ac2d7a4921c9e758887c13ca9047ce535ca8
+
+depends_lib     port:rox-filer port:zeroinstall-injector
+
+use_configure	no
+build		{}
+
+post-extract {
+	delete ${worksrcpath}/README
+	# both provided through ports:
+	delete ${worksrcpath}/rox
+	delete ${worksrcpath}/0launch
+}
+
+destroot {
+	copy ${worksrcpath} ${destroot}${prefix}/apps
+}
+
+# not in mtree: ${prefix}/apps
+destroot.violate_mtree	yes


Property changes on: trunk/dports/x11/rox-all/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list