[34173] trunk/dports/net/lftp

simon at macports.org simon at macports.org
Sat Feb 16 08:21:29 PST 2008


Revision: 34173
          http://trac.macosforge.org/projects/macports/changeset/34173
Author:   simon at macports.org
Date:     2008-02-16 08:21:28 -0800 (Sat, 16 Feb 2008)

Log Message:
-----------
net/lftp: Whitespace changes to follow conventions and use correct patch names.

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

Added Paths:
-----------
    trunk/dports/net/lftp/files/patch-po_Makefile.in.in.diff

Removed Paths:
-------------
    trunk/dports/net/lftp/files/patch-po-Makefile.in.in

Modified: trunk/dports/net/lftp/Portfile
===================================================================
--- trunk/dports/net/lftp/Portfile	2008-02-16 16:05:11 UTC (rev 34172)
+++ trunk/dports/net/lftp/Portfile	2008-02-16 16:21:28 UTC (rev 34173)
@@ -1,45 +1,46 @@
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            lftp
-version         3.6.1
-categories      net
-platforms       darwin
-maintainers     nomaintainer
+name                lftp
+version             3.6.1
+categories          net
+platforms           darwin
+maintainers         nomaintainer
 
-description     Sophisticated file transfer program
-long_description \
-    LFTP is a shell-like command line ftp client. It is reliable: can retry operations and does reget \
-    automatically. It can do several transfers simultaneously in background. You can start a transfer \
-    in background and continue browsing the ftp site or another one. This all is done in one process. \
-    Background jobs will be completed in nohup mode if you exit or close modem connection. Lftp has \
-    reput, mirror, reverse mirror among its features.
+description         Sophisticated file transfer program
+long_description    Lftp is a shell-like command line ftp client. It is \
+                    reliable, can retry operations and does reget \
+                    automatically. It can do several transfers \
+                    simultaneously in background. You can start a transfer \
+                    in background and continue browsing the ftp site or \
+                    another one. This all is done in one process. Background \
+                    jobs will be completed in nohup mode if you exit or \
+                    close modem connection. Lftp has reput, mirror, reverse \
+                    mirror among its features.
 
-homepage        http://lftp.yar.ru/
-platforms       darwin 
+homepage            http://lftp.yar.ru/
+master_sites        ftp://lftp.yar.ru/lftp/ \
+                    ftp://lftp.yar.ru/lftp/old/ \
+                    ftp://ftp.wiretapped.net/pub/mirrors/${name}/ \
+                    ftp://ftp.wiretapped.net/pub/mirrors/${name}/old/ \
+                    ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/ \
+                    http://ftp.yars.free.net/pub/source/${name}/
+use_bzip2           yes
+checksums           md5 29e9e44474aa381029d6ae0fb79b2f2b \
+                    sha1 1763aecddf353e8f3cea618609c0948d95da9d17 \
+                    rmd160 9b92c1cf1af6b14295641e2703fe44b39f9a4aa3
 
-depends_lib     port:expat \
-                port:libiconv \
-                port:ncurses \
-                port:openssl \
-                port:readline
+depends_lib         port:expat \
+                    port:libiconv \
+                    port:ncurses \
+                    port:openssl \
+                    port:readline
 
-master_sites    ftp://lftp.yar.ru/lftp/ \
-                ftp://lftp.yar.ru/lftp/old/ \
-                ftp://ftp.wiretapped.net/pub/mirrors/${name}/ \
-                ftp://ftp.wiretapped.net/pub/mirrors/${name}/old/ \
-                ftp://ftp.cs.tu-berlin.de/pub/net/ftp/${name}/ \
-                http://ftp.yars.free.net/pub/source/${name}/
-use_bzip2       yes
-checksums       md5 29e9e44474aa381029d6ae0fb79b2f2b \
-                sha1 1763aecddf353e8f3cea618609c0948d95da9d17 \
-                rmd160 9b92c1cf1af6b14295641e2703fe44b39f9a4aa3
+configure.args      --with-openssl \
+                    --without-gnutls \
+                    --disable-nls
 
-configure.args  --with-openssl \
-                --without-gnutls \
-                --disable-nls
-
 pre-configure {
     # look for ncurses first
     reinplace "s|curses ncurses|ncurses curses|g" ${worksrcpath}/configure
@@ -48,8 +49,9 @@
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}-${version}
     xinstall -d ${docdir}
-    xinstall -m 0644 -W ${worksrcpath} AUTHORS BUGS ChangeLog COPYING FAQ FEATURES NEWS \
-        README README.debug-levels README.modules MIRRORS THANKS TODO ${docdir}
+    xinstall -W ${worksrcpath} AUTHORS BUGS ChangeLog COPYING FAQ FEATURES \
+        NEWS README README.debug-levels README.modules MIRRORS THANKS TODO \
+        ${docdir}
 }
 
 variant tls {
@@ -60,14 +62,12 @@
 }
 
 variant nls {
-    patchfiles              patch-po-Makefile.in.in
+    patchfiles-append       patch-po_Makefile.in.in.diff
     configure.args-append   --enable-nls
     configure.args-delete   --disable-nls
     depends_lib-append      port:gettext
 }
 
-
-livecheck.check regex
-livecheck.url   ${homepage}
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*) released
-
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*) released

Deleted: trunk/dports/net/lftp/files/patch-po-Makefile.in.in
===================================================================
--- trunk/dports/net/lftp/files/patch-po-Makefile.in.in	2008-02-16 16:05:11 UTC (rev 34172)
+++ trunk/dports/net/lftp/files/patch-po-Makefile.in.in	2008-02-16 16:21:28 UTC (rev 34173)
@@ -1,10 +0,0 @@
---- po/Makefile.in.in.old	2007-03-24 15:15:07.000000000 +0100
-+++ po/Makefile.in.in	2007-03-24 15:15:25.000000000 +0100
-@@ -31,6 +31,7 @@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- mkinstalldirs = $(SHELL) @install_sh@ -d
-+install_sh = @install_sh@
- mkdir_p = @mkdir_p@
- 
- GMSGFMT_ = @GMSGFMT@

Copied: trunk/dports/net/lftp/files/patch-po_Makefile.in.in.diff (from rev 34172, trunk/dports/net/lftp/files/patch-po-Makefile.in.in)
===================================================================
--- trunk/dports/net/lftp/files/patch-po_Makefile.in.in.diff	                        (rev 0)
+++ trunk/dports/net/lftp/files/patch-po_Makefile.in.in.diff	2008-02-16 16:21:28 UTC (rev 34173)
@@ -0,0 +1,10 @@
+--- po/Makefile.in.in.old	2007-03-24 15:15:07.000000000 +0100
++++ po/Makefile.in.in	2007-03-24 15:15:25.000000000 +0100
+@@ -31,6 +31,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ mkinstalldirs = $(SHELL) @install_sh@ -d
++install_sh = @install_sh@
+ mkdir_p = @mkdir_p@
+ 
+ GMSGFMT_ = @GMSGFMT@

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080216/79c65a6b/attachment.html 


More information about the macports-changes mailing list