[149772] trunk/dports/perl/p5-net-ftpserver/Portfile

devans at macports.org devans at macports.org
Wed Jun 29 13:51:25 PDT 2016


Revision: 149772
          https://trac.macports.org/changeset/149772
Author:   devans at macports.org
Date:     2016-06-29 13:51:25 -0700 (Wed, 29 Jun 2016)
Log Message:
-----------
p5-net-ftpserver: add modeline and reformat.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-ftpserver/Portfile

Modified: trunk/dports/perl/p5-net-ftpserver/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ftpserver/Portfile	2016-06-29 20:48:36 UTC (rev 149771)
+++ trunk/dports/perl/p5-net-ftpserver/Portfile	2016-06-29 20:51:25 UTC (rev 149772)
@@ -1,39 +1,42 @@
+# -*- 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 perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup		Net-FTPServer 1.122
-revision        3
-license			GPL-2+
-maintainers		nomaintainer
-description		A secure, extensible and configurable Perl FTP server
-long_description	Net::FTPServer is a secure, extensible and configurable \
-					FTP server written in Perl.  Current features include: \
-					* Authenticated FTP access. \
-					* Anonymous FTP access. \
-					* Complete implementation of current RFCs. \
-					* ASCII or binary type file transfers. \
-					* Active or passive mode file transfers. \
-					* Run standalone or from inetd(8). \
-					* Security features: chroot, resource limits, tainting, protection against buffer overflows. \
-					* IP-based and/or IP-less virtual hosts. \
-					* Complete access control system. \
-					* Anonymous read-only FTP personality. \
-					* Virtual filesystem allows files to be served from a database. \
-					* Directory aliases and CDPATH support. \
-					* Extensible command set. \
-					* Generate archives on the fly.
-checksums		md5 03413e192528959775529957fdaf145b \
-				sha1 1a3627624a9fa94bc849ca64b1618421851f08f8 \
-				rmd160 0987a35546df7acc322ef1ba1653aec9af203c92
-platforms		darwin
+perl5.setup         Net-FTPServer 1.122
+revision            3
+license             GPL-2+
+maintainers         nomaintainer
+description         A secure, extensible and configurable Perl FTP server
+long_description    Net::FTPServer is a secure, extensible and configurable \
+                    FTP server written in Perl.  Current features include: \
+                    \n  * Authenticated FTP access. \
+                    \n  * Anonymous FTP access. \
+                    \n  * Complete implementation of current RFCs. \
+                    \n  * ASCII or binary type file transfers. \
+                    \n  * Active or passive mode file transfers. \
+                    \n  * Run standalone or from inetd(8). \
+                    \n  * Security features: chroot, resource limits, tainting, protection against buffer overflows. \
+                    \n  * IP-based and/or IP-less virtual hosts. \
+                    \n  * Complete access control system. \
+                    \n  * Anonymous read-only FTP personality. \
+                    \n  * Virtual filesystem allows files to be served from a database. \
+                    \n  * Directory aliases and CDPATH support. \
+                    \n  * Extensible command set. \
+                    \n  * Generate archives on the fly.
 
+checksums           md5 03413e192528959775529957fdaf145b \
+                    sha1 1a3627624a9fa94bc849ca64b1618421851f08f8 \
+                    rmd160 0987a35546df7acc322ef1ba1653aec9af203c92
+
+platforms           darwin
+
 if {${perl5.major} != ""} {
-depends_lib-append		\
-				port:p${perl5.major}-bsd-resource \
-				port:p${perl5.major}-io-stringy
+    depends_lib-append      \
+                    port:p${perl5.major}-bsd-resource \
+                    port:p${perl5.major}-io-stringy
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160629/1bab516b/attachment.html>


More information about the macports-changes mailing list