[29998] trunk/dports/x11

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 17 12:10:26 PDT 2007


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

Log Message:
-----------
new port: ROX-Filer

Added Paths:
-----------
    trunk/dports/x11/rox-filer/
    trunk/dports/x11/rox-filer/Portfile
    trunk/dports/x11/rox-filer/files/
    trunk/dports/x11/rox-filer/files/rox.sh.in

Added: trunk/dports/x11/rox-filer/Portfile
===================================================================
--- trunk/dports/x11/rox-filer/Portfile	                        (rev 0)
+++ trunk/dports/x11/rox-filer/Portfile	2007-10-17 19:10:26 UTC (rev 29998)
@@ -0,0 +1,45 @@
+# $Id$
+
+PortSystem 1.0
+
+name            rox-filer
+version		2.6.1
+categories	x11 rox
+platforms	darwin freebsd linux
+maintainers     afb at macports.org
+description     fast and powerful file manager
+long_description \
+ROX-Filer is a fast and powerful graphical file manager. It has full \
+drag-and-drop support and background file operations, and is highly \
+configurable. It can also act as a pinboard, allowing you to pin \
+frequently used files to the desktop background.
+homepage        http://rox.sourceforge.net/desktop/ROX-Filer
+master_sites    sourceforge:rox
+use_bzip2	yes
+checksums       md5 e7f7b0b8afbbdf3132ff3af043ee213c \
+		sha1 5364ac260970ecafa58f92892becf8104db025a3 \
+		rmd160 94a3320883c49066072d44f25f417e20739711ca
+
+depends_lib	port:shared-mime-info port:libxml2 port:glib2 port:gtk2
+
+use_configure		no
+universal_variant	no
+
+build.env	CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
+build		{ system "cd ${worksrcpath}; ./ROX-Filer/AppRun --compile" }
+
+destroot {
+	xinstall -d ${destroot}${prefix}/etc/xdg/rox.sourceforge.net
+	copy ${worksrcpath}/Choices/MIME-types ${destroot}${prefix}/etc/xdg/rox.sourceforge.net
+	xinstall -d ${destroot}${prefix}/share/mime/packages
+	copy ${worksrcpath}/rox.xml ${destroot}${prefix}/share/mime/packages
+	xinstall -d ${destroot}${prefix}/apps
+	copy ${worksrcpath}/ROX-Filer ${destroot}${prefix}/apps
+	xinstall -m 755 ${filespath}/rox.sh.in ${destroot}${prefix}/bin/rox
+	reinplace "s,@@APPDIR@@,${prefix}/apps," ${destroot}${prefix}/bin/rox
+	xinstall ${worksrcpath}/rox.1 ${destroot}${prefix}/share/man/man1
+	ln -s rox.1 ${destroot}${prefix}/share/man/man1/ROX-Filer.1
+}
+
+# not in mtree: ${prefix}/apps
+destroot.violate_mtree	yes


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

Added: trunk/dports/x11/rox-filer/files/rox.sh.in
===================================================================
--- trunk/dports/x11/rox-filer/files/rox.sh.in	                        (rev 0)
+++ trunk/dports/x11/rox-filer/files/rox.sh.in	2007-10-17 19:10:26 UTC (rev 29998)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec @@APPDIR@@/ROX-Filer/AppRun "$@"

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


More information about the macports-changes mailing list