[61723] trunk/dports/sysutils

jann at macports.org jann at macports.org
Sun Dec 20 06:54:02 PST 2009


Revision: 61723
          http://trac.macports.org/changeset/61723
Author:   jann at macports.org
Date:     2009-12-20 06:54:00 -0800 (Sun, 20 Dec 2009)
Log Message:
-----------
New port: #22919

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

Added: trunk/dports/sysutils/tpkg/Portfile
===================================================================
--- trunk/dports/sysutils/tpkg/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/tpkg/Portfile	2009-12-20 14:54:00 UTC (rev 61723)
@@ -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
+PortGroup           ruby 1.0
+
+name                tpkg
+version             1.16.2
+categories          sysutils
+maintainers         aput.net:jheiss openmaintainer 
+
+description         Tpkg is an application packaging and deployment tool.
+
+long_description    Tpkg is a cross-platform tool for packaging and \
+                    deploying applications. It is designed to work \
+                    alongside your operating system's packaging tool. \
+                    The deployment features in tpkg are designed to \
+                    scale to deployments across hundreds or thousands \
+                    of systems.
+
+homepage            http://tpkg.sourceforge.net/
+platforms           darwin
+
+master_sites        sourceforge
+
+checksums           md5     90a60158233356b33fead1721cd5e228 \
+                    sha1    4f5673b5c70d01662d2d66f8690c620d64cf829e \
+                    rmd160  42203045dced07e5ca109ee94aecce4752940718
+
+depends_build       port:rb-rake
+depends_run         port:facter
+
+worksrcdir          ${worksrcdir}/client
+use_configure       no
+build               {}
+destroot.cmd        ${prefix}/bin/rake
+destroot.target     install\[${destroot}\]
+destroot.destdir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091220/f4eed4bf/attachment.html>


More information about the macports-changes mailing list