[136584] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Fri May 22 14:53:27 PDT 2015


Revision: 136584
          https://trac.macports.org/changeset/136584
Author:   ryandesign at macports.org
Date:     2015-05-22 14:53:27 -0700 (Fri, 22 May 2015)
Log Message:
-----------
trash: new port, version 0.8.5 (#47804)

Added Paths:
-----------
    trunk/dports/sysutils/trash/
    trunk/dports/sysutils/trash/Portfile
    trunk/dports/sysutils/trash/files/
    trunk/dports/sysutils/trash/files/patch-Makefile.diff

Added: trunk/dports/sysutils/trash/Portfile
===================================================================
--- trunk/dports/sysutils/trash/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/trash/Portfile	2015-05-22 21:53:27 UTC (rev 136584)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        ali-rantakari trash 0.8.5 v
+categories          sysutils
+platforms           darwin
+license             MIT
+maintainers         gmail.com:xuchunyang56 openmaintainer
+
+description         command-line program that moves items to the trash
+
+long_description    ${name} is a small command-line program that moves \
+                    files or folders to the trash.
+
+checksums           rmd160  85e3cd1e582a95358a7f2e80ef33aa9e3db6b931 \
+                    sha256  2875f834f4bdac3107b0a19e8a370fb6245e31d7326fe4cfca77421e074cb1da
+
+depends_build       bin:pod2man:perl5
+
+patchfiles          patch-Makefile.diff
+
+use_configure       no
+
+variant universal {}
+
+build.target-append docs
+
+build.args          CC="${configure.cc} ${configure.optflags} [get_canonical_archflags cc]"
+
+destroot {
+    xinstall -m 0755 ${worksrcpath}/trash ${destroot}${prefix}/bin/
+    xinstall -m 0444 ${worksrcpath}/trash.1 ${destroot}${prefix}/share/man/man1/
+}


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

Added: trunk/dports/sysutils/trash/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/trash/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/sysutils/trash/files/patch-Makefile.diff	2015-05-22 21:53:27 UTC (rev 136584)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-09-23 13:23:42.000000000 -0500
++++ Makefile	2015-05-22 16:43:12.000000000 -0500
+@@ -10,7 +10,7 @@
+ 	@echo
+ 	@echo ---- Compiling:
+ 	@echo ======================================
+-	$(CC) -O2 -Wall -Wextra -force_cpusubtype_ALL -mmacosx-version-min=10.5 -arch i386 -framework AppKit -framework ScriptingBridge -o $@ $(SOURCE_FILES)
++	$(CC) -Wall -Wextra -force_cpusubtype_ALL -framework AppKit -framework ScriptingBridge -o $@ $(SOURCE_FILES)
+ 
+ analyze:
+ 	@echo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150522/88365e80/attachment.html>


More information about the macports-changes mailing list