[98824] trunk/dports/devel

g5pw at macports.org g5pw at macports.org
Wed Oct 17 08:54:18 PDT 2012


Revision: 98824
          http://trac.macports.org//changeset/98824
Author:   g5pw at macports.org
Date:     2012-10-17 08:54:18 -0700 (Wed, 17 Oct 2012)
Log Message:
-----------
devel/git-ftp:
- new port

Added Paths:
-----------
    trunk/dports/devel/git-ftp/
    trunk/dports/devel/git-ftp/Portfile

Added: trunk/dports/devel/git-ftp/Portfile
===================================================================
--- trunk/dports/devel/git-ftp/Portfile	                        (rev 0)
+++ trunk/dports/devel/git-ftp/Portfile	2012-10-17 15:54:18 UTC (rev 98824)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        resmo git-ftp 0.8.1
+maintainers         g5pw
+
+categories          devel
+description         Git powered FTP client written as shell script.
+long_description    ${name} is a ${description}
+
+platforms           darwin
+
+supported_archs     noarch
+
+depends_run	    port:git-core
+
+checksums           rmd160  b22b06003257818673d60e3a2c770d714e61444e \
+                    sha256  3adbbaa2a24b30a774720c20c4d7c3ef994b8b74ecaa8ae694013dc5b8badf74
+
+use_configure       no
+
+build {}
+
+destroot.destdir    DESTDIR=${destroot}${prefix}
+
+variant doc description {Include documentation} {
+    
+    depends_build-append port:pandoc
+    destroot.target     install-all
+}


Property changes on: trunk/dports/devel/git-ftp/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/20121017/196f33be/attachment.html>


More information about the macports-changes mailing list