[134515] trunk/dports/archivers
cal at macports.org
cal at macports.org
Fri Mar 27 14:51:13 PDT 2015
Revision: 134515
https://trac.macports.org/changeset/134515
Author: cal at macports.org
Date: 2015-03-27 14:51:13 -0700 (Fri, 27 Mar 2015)
Log Message:
-----------
deco: new port, an extractor for various file formats, closes #47285, #47284
Added Paths:
-----------
trunk/dports/archivers/deco/
trunk/dports/archivers/deco/Portfile
trunk/dports/archivers/deco-archive/
trunk/dports/archivers/deco-archive/Portfile
Added: trunk/dports/archivers/deco/Portfile
===================================================================
--- trunk/dports/archivers/deco/Portfile (rev 0)
+++ trunk/dports/archivers/deco/Portfile 2015-03-27 21:51:13 UTC (rev 134515)
@@ -0,0 +1,38 @@
+# -*- 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
+
+name deco
+version 1.6.3
+categories archivers
+license GPL-3
+platforms darwin
+maintainers vt.edu:jpo openmaintainer
+description file extraction framework
+long_description deco is a Un*x program, written in SUSv3-compliant C99, \
+ that is able to extract various archive file formats. \
+ It focuses on consistent behavior and has a modular \
+ pluggable extraction engine backend.
+homepage http://hartlich.com/deco/
+master_sites ${homepage}download/
+
+checksums rmd160 be0dfab0339b863ee47687a3b183f127f542acc9 \
+ sha256 18caa51d3a967076a93d4f287f70071cc40c06eb68cc7f663e9ce3269ddad6f5
+
+depends_run port:deco-archive
+
+variant universal {}
+
+use_configure no
+
+build.target ${name}
+
+build.args-append CC="${configure.cc} [get_canonical_archflags cc]" \
+ LDFLAGS="${configure.ldflags}" PREFIX="${prefix}"
+
+destroot.args PREFIX=${prefix}
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex $name-(\\d+(?:\\.\\d+)*)
Property changes on: trunk/dports/archivers/deco/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/archivers/deco-archive/Portfile
===================================================================
--- trunk/dports/archivers/deco-archive/Portfile (rev 0)
+++ trunk/dports/archivers/deco-archive/Portfile 2015-03-27 21:51:13 UTC (rev 134515)
@@ -0,0 +1,39 @@
+# -*- 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
+
+name deco-archive
+version 1.6
+categories archivers
+license GPL-3
+platforms darwin
+supported_archs noarch
+maintainers vt.edu:jpo openmaintainer
+description provides support for popular archive formats to deco
+long_description deco-archive provides support for popular archive formats \
+ to the deco file extraction framework.
+homepage http://hartlich.com/deco/archive/
+master_sites ${homepage}download/
+
+checksums rmd160 09482ab28c92e09161160f5240d0c967435074cd \
+ sha256 128253a1b232ac10993d7a20b6cb31dfc1f4ad9d9015b0483a33fb6ea558844d
+
+pre-fetch {
+ if {[info command macports_version] ne "macports_version" || [vercmp [macports_version] "2.3.3"] <= 0} {
+ ui_error "Due to a bug in MacPorts, this port only works in MacPorts\
+ versions later then 2.3.3, once they are released. See\
+ #47283 (https://trac.macports.org/ticket/47283) for more\
+ information."
+ error "incompatible macports version"
+ }
+}
+
+use_configure no
+build {}
+
+destroot.args PREFIX=${prefix}
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex $name-(\\d+(?:\\.\\d+)*)
Property changes on: trunk/dports/archivers/deco-archive/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150327/d10fc243/attachment.html>
More information about the macports-changes
mailing list