[26132] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 13 12:23:36 PDT 2007


Revision: 26132
          http://trac.macosforge.org/projects/macports/changeset/26132
Author:   takanori at macports.org
Date:     2007-06-13 12:23:36 -0700 (Wed, 13 Jun 2007)

Log Message:
-----------
New port: rmtrash-0.3.3.
Ticket:		#12114
Submitted by:	usami-k at yc5 dot so-net dot ne dot jp
Reviewed by:	takanori@

Added Paths:
-----------
    trunk/dports/sysutils/rmtrash/
    trunk/dports/sysutils/rmtrash/Portfile
    trunk/dports/sysutils/rmtrash/files/
    trunk/dports/sysutils/rmtrash/files/patch-Makefile

Added: trunk/dports/sysutils/rmtrash/Portfile
===================================================================
--- trunk/dports/sysutils/rmtrash/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/rmtrash/Portfile	2007-06-13 19:23:36 UTC (rev 26132)
@@ -0,0 +1,28 @@
+# $Id$
+PortSystem      1.0
+name            rmtrash
+version         0.3.3
+revision        1
+maintainers     usami-k at yc5.so-net.ne.jp
+platforms       darwin
+categories      sysutils
+description     move the file to OS X's Trash
+long_description \
+                rmtrash is a small utility that will move the file to OS X's Trash \
+                rather than obliterating the file (as rm does).
+homepage        http://www.nightproductions.net/
+master_sites    http://www.nightproductions.net/downloads/
+distname        ${name}_source
+checksums       md5 fecbb879766e23ec4c918b0e13bc7e43
+worksrcdir      ${name}-source
+patchfiles      patch-Makefile
+
+configure {}
+
+build.args      CFLAGS="${configure.cflags}" LDFLAGS="-framework Foundation"
+
+destroot.destdir    DESTDIR=${destroot}${prefix}
+
+variant universal {
+    build.args  CFLAGS="${configure.cflags} ${configure.universal_cflags}" LDFLAGS="-framework Foundation"
+}


Property changes on: trunk/dports/sysutils/rmtrash/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/sysutils/rmtrash/files/patch-Makefile
===================================================================
--- trunk/dports/sysutils/rmtrash/files/patch-Makefile	                        (rev 0)
+++ trunk/dports/sysutils/rmtrash/files/patch-Makefile	2007-06-13 19:23:36 UTC (rev 26132)
@@ -0,0 +1,13 @@
+--- Makefile.orig	2005-01-19 11:46:10.000000000 +0900
++++ Makefile	2007-06-14 00:45:32.000000000 +0900
+@@ -8,8 +8,8 @@
+ all: rmtrash
+ 
+ install:
+-	install -s -o root -g wheel -m 755 rmtrash ${DESTDIR}/bin
+-	install -o root -g wheel -m 644 rmtrash.1 ${DESTDIR}/man/man1
++	install -s -m 755 rmtrash ${DESTDIR}/bin
++	install -m 644 rmtrash.1 ${DESTDIR}/share/man/man1
+ 
+ uninstall:
+ 	/bin/rm ${DESTDIR}/bin/rmtrash

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


More information about the macports-changes mailing list