[111196] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Mon Sep 16 15:08:05 PDT 2013


Revision: 111196
          https://trac.macports.org/changeset/111196
Author:   ryandesign at macports.org
Date:     2013-09-16 15:08:05 -0700 (Mon, 16 Sep 2013)
Log Message:
-----------
dcl: new port, version 0.1 (#40496)

Added Paths:
-----------
    trunk/dports/sysutils/dcl/
    trunk/dports/sysutils/dcl/Portfile

Added: trunk/dports/sysutils/dcl/Portfile
===================================================================
--- trunk/dports/sysutils/dcl/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/dcl/Portfile	2013-09-16 22:08:05 UTC (rev 111196)
@@ -0,0 +1,45 @@
+# -*- 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                dcl
+version             0.1
+categories          sysutils
+platforms           darwin linux
+maintainers         gmail.com:fernando.iazeolla
+license             GPL-2+
+supported_archs     noarch
+
+description         D-cleaner -- Disk && Directory Cleaner
+
+long_description    given a path **dcl** will clean this directory, and \
+                    eventually subdirs, from a customazible list of files, \
+                    and eventually unmount or eject the volume.
+
+homepage            http://github.com/elboza/dcl
+master_sites        http://www.autistici.org/0xFE/software/releases/dcl/
+
+checksums           md5     2dc4ee1f86c683508800df686b1f6cdc \
+                    sha1    0e48c7e2ea652f9ebe54b1a0fafba56d7b13ee39 \
+                    rmd160  cd293553eac6d87d1705dc7f3c9682e5387d4051
+
+worksrcdir          ${name}
+
+use_configure       no
+
+build {}
+
+destroot.destdir    DEST_DIR=${destroot}${prefix}/bin
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        README.md \
+        ${destroot}${docdir}
+}
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     [suffix ${name}-(\[0-9.\]+)]


Property changes on: trunk/dports/sysutils/dcl/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/20130916/dbb8c147/attachment.html>


More information about the macports-changes mailing list