[83738] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Fri Sep 9 17:18:33 PDT 2011


Revision: 83738
          http://trac.macports.org/changeset/83738
Author:   ryandesign at macports.org
Date:     2011-09-09 17:18:30 -0700 (Fri, 09 Sep 2011)
Log Message:
-----------
tardiff: new port, version 0.1

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

Added: trunk/dports/sysutils/tardiff/Portfile
===================================================================
--- trunk/dports/sysutils/tardiff/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/tardiff/Portfile	2011-09-10 00:18:30 UTC (rev 83738)
@@ -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
+
+name                tardiff
+version             0.1
+categories          sysutils textproc devel archivers
+platforms           darwin
+maintainers         ryandesign
+supported_archs     noarch
+
+description         compares the contents of two tarballs
+
+long_description    TarDiff compares the contents of two tarballs and reports \
+                    on any differences found between them. Its use is mainly \
+                    for release managers who can use it as a QA tool to make \
+                    sure no files have accidentally been left over or were \
+                    added by mistake. TarDiff supports compressed tarballs, \
+                    diff statistics and suppression of GNU autotool changes.
+
+homepage            http://tardiff.coolprojects.org/
+master_sites        ${homepage}
+dist_subdir         ${name}/${version}
+distfiles           ${name}
+
+checksums           rmd160  08f52fbe95991669973bf955d6f11e9c74e25d5d \
+                    sha256  fd649eb8f75cf3b860f2c49830909a17930911b787bee4fcce7d15fa961461ba
+
+extract.only
+extract.mkdir       yes
+
+post-extract {
+    copy ${distpath}/${name} ${worksrcpath}
+}
+
+use_configure       no
+
+build {}
+
+destroot {
+    xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/sysutils/tardiff/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/20110909/780d7971/attachment.html>


More information about the macports-changes mailing list