[57195] trunk/dports/net/ncftp/Portfile

toby at macports.org toby at macports.org
Sun Sep 6 22:59:37 PDT 2009


Revision: 57195
          http://trac.macports.org/changeset/57195
Author:   toby at macports.org
Date:     2009-09-06 22:59:36 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
whitespace+maintainership

Modified Paths:
--------------
    trunk/dports/net/ncftp/Portfile

Modified: trunk/dports/net/ncftp/Portfile
===================================================================
--- trunk/dports/net/ncftp/Portfile	2009-09-07 05:58:31 UTC (rev 57194)
+++ trunk/dports/net/ncftp/Portfile	2009-09-07 05:59:36 UTC (rev 57195)
@@ -1,46 +1,47 @@
 # $Id$
 
-PortSystem        1.0
+PortSystem 1.0
 
-name              ncftp
-version           3.2.2
-categories        net
-platforms         darwin
-maintainers       nomaintainer
+name            ncftp
+version         3.2.2
+categories      net
+platforms       darwin
+maintainers     toby
 
-description       FTP client with an advanced user interface
-long_description  NcFTP is a suite of FTP programms. It includes a FTP \
-  client with an advanced user interface. The main program is simply \
-  called 'ncftp'. There are also separate utility programs for one-shot \
-  FTP (i.e. for shell scripts and command line junkies), these include \
-  'ncftpget', 'ncftpput', and 'ncftpls'.
+description     FTP client with an advanced user interface
+long_description \
+    NcFTP is a suite of FTP programms. It includes a FTP \
+    client with an advanced user interface. The main program is simply \
+    called 'ncftp'. There are also separate utility programs for one-shot \
+    FTP (i.e. for shell scripts and command line junkies), these include \
+    'ncftpget', 'ncftpput', and 'ncftpls'.
 
-homepage          http://www.ncftpd.com/ncftp/
-master_sites      ftp://ftp.ncftpd.com/${name}/ \
-                  ftp://ftp.ncftpd.com/${name}/older_versions
-distname          ${name}-${version}-src
-worksrcdir        ${name}-${version}
-use_bzip2         yes
+homepage        http://www.ncftpd.com/ncftp/
+master_sites    ftp://ftp.ncftpd.com/${name}/ \
+                ftp://ftp.ncftpd.com/${name}/older_versions
+distname        ${name}-${version}-src
+worksrcdir      ${name}-${version}
+use_bzip2       yes
 
-checksums         md5 b2b4b2fd38c81754b8f13895d784d491 \
-                  sha1 2127457f1148ca6847daf40397b8c0237af4902d \
-                  rmd160 c24473c4534891dfa6365e87cf1e42a356b98ebc
+checksums       md5 b2b4b2fd38c81754b8f13895d784d491 \
+                sha1 2127457f1148ca6847daf40397b8c0237af4902d \
+                rmd160 c24473c4534891dfa6365e87cf1e42a356b98ebc
 
-depends_lib       port:ncurses
+depends_lib     port:ncurses
 
-configure.args    --disable-universal
+configure.args  --disable-universal
 
-destroot.destdir  mandir=${destroot}${prefix}/share/man \
-                  prefix=${destroot}${prefix}
+destroot.destdir    mandir=${destroot}${prefix}/share/man \
+                    prefix=${destroot}${prefix}
 
 pre-destroot {
-  xinstall -m 755 -d ${destroot}${prefix}/bin
-  xinstall -m 755 -d ${destroot}${prefix}/lib
-  xinstall -m 755 -d ${destroot}${prefix}/share/man
+    xinstall -m 755 -d ${destroot}${prefix}/bin
+    xinstall -m 755 -d ${destroot}${prefix}/lib
+    xinstall -m 755 -d ${destroot}${prefix}/share/man
 }
 
 universal_variant no
 
-livecheck.check   regex
-livecheck.url     http://www.ncftpd.com/download/
-livecheck.regex   {ncftp/ncftp-(\d+(?:\.\d+)*)-src.tar.bz2}
+livecheck.type      regex
+livecheck.url       http://www.ncftpd.com/download/
+livecheck.regex     {ncftp/ncftp-(\d+(?:\.\d+)*)-src.tar.bz2}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090906/3959dfbb/attachment.html>


More information about the macports-changes mailing list