[79277] trunk/dports/archivers

ryandesign at macports.org ryandesign at macports.org
Tue Jun 7 21:53:46 PDT 2011


Revision: 79277
          http://trac.macports.org/changeset/79277
Author:   ryandesign at macports.org
Date:     2011-06-07 21:53:44 -0700 (Tue, 07 Jun 2011)
Log Message:
-----------
dtrx: new port, version 7.0; requested in #29681

Added Paths:
-----------
    trunk/dports/archivers/dtrx/
    trunk/dports/archivers/dtrx/Portfile

Added: trunk/dports/archivers/dtrx/Portfile
===================================================================
--- trunk/dports/archivers/dtrx/Portfile	                        (rev 0)
+++ trunk/dports/archivers/dtrx/Portfile	2011-06-08 04:53:44 UTC (rev 79277)
@@ -0,0 +1,43 @@
+# -*- 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           python27 1.0
+
+name                dtrx
+version             7.0
+platforms           darwin
+categories          archivers
+maintainers         ryandesign
+license             GPL-3+
+supported_archs     noarch
+
+description         extracts archives in a number of different formats
+
+long_description    ${name} ${description}\; it currently supports tar, \
+                    zip (including self-extracting .exe files), cpio, rpm, \
+                    deb, gem, 7z, cab, rar, and InstallShield files. \
+                    It can also decompress files compressed with gzip, \
+                    bzip2, lzma, xz, or compress.
+
+homepage            http://brettcsmith.org/2007/dtrx/
+master_sites        ${homepage}
+dist_subdir         ${name}
+
+checksums           sha1    7ebdd038ac25a8af3ab27d108b9427562f1e58fa \
+                    rmd160  a1cfe0545ab0a9447d2a29b04c430d7bee39c0b4
+
+python.link_binaries_suffix
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYING \
+        NEWS \
+        README \
+        ${docdir}
+}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/archivers/dtrx/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110607/626134d0/attachment-0001.html>


More information about the macports-changes mailing list