[131218] trunk/dports/perl
mojca at macports.org
mojca at macports.org
Tue Jan 6 13:09:18 PST 2015
Revision: 131218
https://trac.macports.org/changeset/131218
Author: mojca at macports.org
Date: 2015-01-06 13:09:17 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-*: first line, whitespace changes for some nonmaintained perl ports
Modified Paths:
--------------
trunk/dports/perl/p5-file-libmagic/Portfile
trunk/dports/perl/p5-file-mmagic/Portfile
trunk/dports/perl/p5-file-modified/Portfile
trunk/dports/perl/p5-file-path/Portfile
trunk/dports/perl/p5-file-pushd/Portfile
trunk/dports/perl/p5-file-rename/Portfile
trunk/dports/perl/p5-file-tail/Portfile
trunk/dports/perl/p5-filter/Portfile
trunk/dports/perl/p5-getopt-mixed/Portfile
trunk/dports/perl/p5-html-fillinform/Portfile
trunk/dports/perl/p5-html-template-compiled/Portfile
trunk/dports/perl/p5-http-daemon-ssl/Portfile
trunk/dports/perl/p5-locale-maketext-fuzzy/Portfile
trunk/dports/perl/p5-mail-box/Portfile
trunk/dports/perl/p5-mail-imapclient/Portfile
trunk/dports/perl/p5-mail-sender/Portfile
trunk/dports/perl/p5-mail-sendmail/Portfile
trunk/dports/perl/p5-masonx-request-withapachesession/Portfile
trunk/dports/perl/p5-mogilefs-server/Portfile
trunk/dports/perl/p5-net-appliance-session/Portfile
trunk/dports/perl/p5-net-dns-sec/Portfile
trunk/dports/perl/p5-net-ident/Portfile
trunk/dports/perl/p5-net-idn-encode/Portfile
trunk/dports/perl/p5-net-nslookup/Portfile
Modified: trunk/dports/perl/p5-file-libmagic/Portfile
===================================================================
--- trunk/dports/perl/p5-file-libmagic/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-file-libmagic/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,28 +1,29 @@
+# -*- 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.16
-perl5.setup File-LibMagic 0.96
-revision 3
-extract.suffix .tgz
-maintainers nomaintainer
-description Perl wrapper for libmagic
-long_description ${description}
+perl5.setup File-LibMagic 0.96
+revision 3
+extract.suffix .tgz
+maintainers nomaintainer
+description Perl wrapper for libmagic
+long_description ${description}
checksums md5 945f063eb9cd2ce555f452792320f601 \
sha1 1624150be5e0994948556f63481f2779b3ffa024
-platforms darwin
+platforms darwin
if {${perl5.major} != ""} {
-depends_lib-append port:file
+ depends_lib-append \
+ port:file
+ patchfiles patch-Makefile.PL.diff
-patchfiles patch-Makefile.PL.diff
-
-post-patch {
- reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile.PL
+ post-patch {
+ reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Makefile.PL
+ }
}
-}
Modified: trunk/dports/perl/p5-file-mmagic/Portfile
===================================================================
--- trunk/dports/perl/p5-file-mmagic/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-file-mmagic/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,21 +1,23 @@
+# -*- 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.16
-perl5.setup File-MMagic 1.27
-revision 4
-license Apache-1
-maintainers nomaintainer
-description This is a Perl extension for determining file types.
-long_description ${description}
+perl5.setup File-MMagic 1.27
+revision 4
+license Apache-1
+maintainers nomaintainer
-checksums md5 4ffb13b6587888e6e455c22988abce5e
-platforms darwin
+description This is a Perl extension for determining file types.
+long_description ${description}
+checksums md5 4ffb13b6587888e6e455c22988abce5e
+
+platforms darwin
+supported_archs noarch
+
if {${perl5.major} != ""} {
-patchfiles patch-MMagic.pm
-
-supported_archs noarch
+ patchfiles patch-MMagic.pm
}
Modified: trunk/dports/perl/p5-file-modified/Portfile
===================================================================
--- trunk/dports/perl/p5-file-modified/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-file-modified/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -13,8 +14,7 @@
programs to detect whether configuration files \
(or modules they rely on) have changed.
-platforms darwin
-
checksums md5 271a991b96ccbdaeb7098272c9f97d51
-supported_archs noarch
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-file-path/Portfile
===================================================================
--- trunk/dports/perl/p5-file-path/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-file-path/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -8,12 +8,9 @@
perl5.setup File-Path 2.08
revision 3
license {Artistic-1 GPL}
-platforms darwin
maintainers nomaintainer
-supported_archs noarch
description Create or remove directory trees
-
long_description This module provide a convenient way to create directories \
of arbitrary depth and to delete an entire directory \
subtree from the filesystem.
@@ -21,3 +18,6 @@
checksums md5 9126d1a5c0499d8c128f13be25679e0b \
sha1 1b921867316e8294cbc578903dea425395fe8db5 \
rmd160 561f93d5a7b8c86a9881624b6f1843dbe8946e48
+
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-file-pushd/Portfile
===================================================================
--- trunk/dports/perl/p5-file-pushd/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-file-pushd/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -8,9 +8,7 @@
perl5.setup File-pushd 1.00
revision 3
license Apache-2
-platforms darwin
maintainers nomaintainer
-supported_archs noarch
description change directory temporarily for a limited scope
@@ -26,9 +24,13 @@
sha1 1c78a35d0876c64ceeadeb305ef1813a27c6bc14 \
rmd160 b0c608ae730cd8a09678612cf9b2a7efaf8259ac
+platforms darwin
+supported_archs noarch
+
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-sub-exporter \
+ depends_lib-append \
+ port:p${perl5.major}-file-path \
+ port:p${perl5.major}-file-temp \
port:p${perl5.major}-pathtools \
- port:p${perl5.major}-file-path \
- port:p${perl5.major}-file-temp
+ port:p${perl5.major}-sub-exporter
}
Modified: trunk/dports/perl/p5-file-rename/Portfile
===================================================================
--- trunk/dports/perl/p5-file-rename/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-file-rename/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -7,19 +7,18 @@
perl5.branches 5.16
perl5.setup File-Rename 0.06
revision 2
-platforms darwin
maintainers nomaintainer
license {Artistic-1 GPL}
-supported_archs noarch
description Renaming multiple files: based on eg/rename
-
long_description A perl extension and command-line utility for renaming \
files, based on Larry Wall's 'rename' script
checksums sha256 fd9be2f7d6e4c88badba440aabfe33984b1aa51921caff0bbcfe3218481e7f10 \
rmd160 f001df1db9ed6f1996984e4123b44b1ef775411c
+platforms darwin
+supported_archs noarch
perl5.link_binaries_suffix
Modified: trunk/dports/perl/p5-file-tail/Portfile
===================================================================
--- trunk/dports/perl/p5-file-tail/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-file-tail/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,21 +1,21 @@
+# -*- 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.16
-perl5.setup File-Tail 0.99.3
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description Perl extension for reading from continously updated files
-long_description \
- The primary purpose of File::Tail is reading and analysing log files \
- while they are being written, which is especialy useful if you are \
- monitoring the logging process with a tool like Tobias Oetiker's MRTG.
+perl5.setup File-Tail 0.99.3
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
-platforms darwin
+description Perl extension for reading from continously updated files
+long_description The primary purpose of File::Tail is reading and analysing log files \
+ while they are being written, which is especialy useful if you are \
+ monitoring the logging process with a tool like Tobias Oetiker's MRTG.
-checksums md5 ef0fb7bcb4181ba593f4a09940f61d1c
+checksums md5 ef0fb7bcb4181ba593f4a09940f61d1c
-supported_archs noarch
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-filter/Portfile
===================================================================
--- trunk/dports/perl/p5-filter/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-filter/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,3 +1,4 @@
+# -*- 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
Modified: trunk/dports/perl/p5-getopt-mixed/Portfile
===================================================================
--- trunk/dports/perl/p5-getopt-mixed/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-getopt-mixed/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,23 +1,23 @@
+# -*- 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.16
-perl5.setup Getopt-Mixed 1.10
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
+perl5.setup Getopt-Mixed 1.10
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
categories-append devel
-platforms darwin
-description alternate module supports both long and short options
-long_description \
- This module provides GNU-style option processing for \
- Perl 5 scripts, with both long and short options.
+description alternate module supports both long and short options
+long_description This module provides GNU-style option processing for \
+ Perl 5 scripts, with both long and short options.
-checksums md5 9d384322a4368b326efdf899bce5838a \
- sha1 3d5fb052910e4a560ff02c4e4f594a27fe1d22e0 \
- rmd160 4cd74ed2906c1b63d56dba0eb802e037918fda69
+checksums md5 9d384322a4368b326efdf899bce5838a \
+ sha1 3d5fb052910e4a560ff02c4e4f594a27fe1d22e0 \
+ rmd160 4cd74ed2906c1b63d56dba0eb802e037918fda69
-supported_archs noarch
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-html-fillinform/Portfile
===================================================================
--- trunk/dports/perl/p5-html-fillinform/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-html-fillinform/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,24 +1,27 @@
+# -*- 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.16
-perl5.setup HTML-FillInForm 1.06
+perl5.setup HTML-FillInForm 1.06
revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
+license {Artistic-1 GPL}
+maintainers nomaintainer
+
description module for automatically filling HTML forms
-long_description This module automatically inserts data from a previous \
- HTML form into the HTML input and select tags. It is a subclass of \
- HTML::Parser and uses it to parse the HTML and insert the values \
- into the form tags.
+long_description This module automatically inserts data from a previous \
+ HTML form into the HTML input and select tags. It is a subclass of \
+ HTML::Parser and uses it to parse the HTML and insert the values \
+ into the form tags.
-platforms darwin
-checksums md5 e9a017fcaaad09fd9b40bad3c080e500
+checksums md5 e9a017fcaaad09fd9b40bad3c080e500
+platforms darwin
+supported_archs noarch
+
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-html-parser
-
-supported_archs noarch
+ depends_lib-append \
+ port:p${perl5.major}-html-parser
}
Modified: trunk/dports/perl/p5-html-template-compiled/Portfile
===================================================================
--- trunk/dports/perl/p5-html-template-compiled/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-html-template-compiled/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -9,20 +10,21 @@
categories perl textproc
license {Artistic-1 GPL}
maintainers nomaintainer
+
description Compiles HTML::Template files to Perl code
long_description ${description}
-platforms darwin
-
checksums md5 365017b25ffe6f6e5058c78210ae2a14 \
sha1 ae48fc48090f56e26fbba9c0dc9e902a6f53aae7 \
rmd160 1a29929f156c7f783a9e314373de78b318e61b3e
+platforms darwin
+supported_archs noarch
+
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-pathtools \
+ depends_lib-append \
+ port:p${perl5.major}-getopt-long \
+ port:p${perl5.major}-pathtools \
port:p${perl5.major}-scalar-list-utils \
- port:p${perl5.major}-getopt-long \
port:p${perl5.major}-version
-
-supported_archs noarch
}
Modified: trunk/dports/perl/p5-http-daemon-ssl/Portfile
===================================================================
--- trunk/dports/perl/p5-http-daemon-ssl/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-http-daemon-ssl/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,25 +1,28 @@
+# -*- 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.16
-perl5.setup HTTP-Daemon-SSL 1.04
-maintainers nomaintainer
-description A simple http server class with SSL support
-long_description HTTP::Daemon::SSL is a descendant of HTTP::Daemon that \
- uses SSL sockets (via IO::Socket::SSL) instead of \
- cleartext sockets. It also handles SSL-specific \
- problems, such as dealing with HTTP clients that attempt \
- to connect to it without using SSL.
-platforms darwin
+perl5.setup HTTP-Daemon-SSL 1.04
+maintainers nomaintainer
-checksums rmd160 39e795194acf15d1be48b9187f735a85a1608623 \
- sha256 7eae05422d934c8492dfd3505b774fd6590c99808ce8beb6c57efd261e5dc22e
+description A simple http server class with SSL support
+long_description HTTP::Daemon::SSL is a descendant of HTTP::Daemon that \
+ uses SSL sockets (via IO::Socket::SSL) instead of \
+ cleartext sockets. It also handles SSL-specific \
+ problems, such as dealing with HTTP clients that attempt \
+ to connect to it without using SSL.
+checksums rmd160 39e795194acf15d1be48b9187f735a85a1608623 \
+ sha256 7eae05422d934c8492dfd3505b774fd6590c99808ce8beb6c57efd261e5dc22e
+
+platforms darwin
+supported_archs noarch
+
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-libwww-perl \
- port:p${perl5.major}-io-socket-ssl
-
-supported_archs noarch
+ depends_lib-append \
+ port:p${perl5.major}-io-socket-ssl \
+ port:p${perl5.major}-libwww-perl
}
Modified: trunk/dports/perl/p5-locale-maketext-fuzzy/Portfile
===================================================================
--- trunk/dports/perl/p5-locale-maketext-fuzzy/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-locale-maketext-fuzzy/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,16 +1,19 @@
+# -*- 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.16
-perl5.setup Locale-Maketext-Fuzzy 0.02
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-platforms darwin
-checksums md5 0425610d448900a774ed253eb678c559
-description Maketext from already interpolated strings
-long_description ${description}
+perl5.setup Locale-Maketext-Fuzzy 0.02
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
-supported_archs noarch
+description Maketext from already interpolated strings
+long_description ${description}
+
+checksums md5 0425610d448900a774ed253eb678c559
+
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-mail-box/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-box/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-mail-box/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,29 +1,32 @@
+# -*- 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.16
-perl5.setup Mail-Box 2.070
+perl5.setup Mail-Box 2.070
revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description Mail::Box - manage a mailbox, a folder with messages
-long_description Large suite of mail related classes for perl, handling \
- mail boxes and messages
-checksums md5 f6b0da296a582e06880f93f166f57bb7 \
- sha1 5cadacb02d086861c584c373705b3a21ac176dc0 \
- rmd160 ac4aafdf985e02dc8972289518877cdbdbff2575
-platforms darwin
+license {Artistic-1 GPL}
+maintainers nomaintainer
+description Mail::Box - manage a mailbox, a folder with messages
+long_description Large suite of mail related classes for perl, handling \
+ mail boxes and messages
+
+checksums md5 f6b0da296a582e06880f93f166f57bb7 \
+ sha1 5cadacb02d086861c584c373705b3a21ac176dc0 \
+ rmd160 ac4aafdf985e02dc8972289518877cdbdbff2575
+
+platforms darwin
+supported_archs noarch
+
if {${perl5.major} != ""} {
-depends_lib-append \
- port:p${perl5.major}-io-stringy \
- port:p${perl5.major}-mailtools \
- port:p${perl5.major}-mime-types \
- port:p${perl5.major}-scalar-list-utils \
- port:p${perl5.major}-timedate \
- port:p${perl5.major}-uri
-
-supported_archs noarch
+ depends_lib-append \
+ port:p${perl5.major}-io-stringy \
+ port:p${perl5.major}-mailtools \
+ port:p${perl5.major}-mime-types \
+ port:p${perl5.major}-scalar-list-utils \
+ port:p${perl5.major}-timedate \
+ port:p${perl5.major}-uri
}
Modified: trunk/dports/perl/p5-mail-imapclient/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-imapclient/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-mail-imapclient/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,19 +1,21 @@
+# -*- 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.16
-perl5.setup Mail-IMAPClient 3.34
-revision 1
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description Perl 5 module to talk to an IMAP server.
-long_description \
- This module provides perl routines that simplify a sockets \
- connection to and an IMAP conversation with an IMAP server.
+perl5.setup Mail-IMAPClient 3.34
+revision 1
+license {Artistic-1 GPL}
+maintainers nomaintainer
+
+description Perl 5 module to talk to an IMAP server.
+long_description This module provides perl routines that simplify a sockets \
+ connection to and an IMAP conversation with an IMAP server.
+
checksums rmd160 17660066a8a39671a215f4095a0cf6289beb5067 \
sha256 c36367733e6dd9dd936aadf8b05fe54d254773ec36947909b1072ba716a90b17
-platforms darwin
-supported_archs noarch
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-mail-sender/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-sender/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-mail-sender/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -9,9 +9,7 @@
revision 2
# may not be used for spamming
license Restrictive/Distributable
-platforms darwin
maintainers nomaintainer
-supported_archs noarch
description Module for sending mails with attachments through an SMTP \
server
@@ -23,3 +21,6 @@
checksums sha1 59963d520e04207db770428f535924b5aded3363 \
rmd160 8223cd3269d45bb024572cfa45b53fccb27dce04
+
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-mail-sendmail/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-sendmail/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-mail-sendmail/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,25 +1,26 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup perl5 1.0
+PortSystem 1.0
+PortGroup perl5 1.0
-categories perl mail
-platforms darwin
perl5.branches 5.16
-perl5.setup Mail-Sendmail 0.79
-revision 3
-license Permissive
-maintainers nomaintainer
-description Simple platform independent e-mail from perl scripts.
-long_description Simple platform independent e-mail from your perl \
- script. Only requires Perl 5 and a network connection. \
- Mail::Sendmail contains mainly &sendmail, which takes a \
- hash with the message to send and sends it. It is \
- intended to be very easy to setup and use.
+perl5.setup Mail-Sendmail 0.79
+revision 3
+license Permissive
+maintainers nomaintainer
+categories perl mail
-checksums md5 038f261afd091d8fad347d6c66d2833d \
- sha1 606d1dc108fad8ec962062b8dbdee0f7dfa82329 \
- rmd160 6f593aecbbffed43c592e58d8dd2c342d70c8e93
+description Simple platform independent e-mail from perl scripts.
+long_description Simple platform independent e-mail from your perl \
+ script. Only requires Perl 5 and a network connection. \
+ Mail::Sendmail contains mainly &sendmail, which takes a \
+ hash with the message to send and sends it. It is \
+ intended to be very easy to setup and use.
-supported_archs noarch
+checksums md5 038f261afd091d8fad347d6c66d2833d \
+ sha1 606d1dc108fad8ec962062b8dbdee0f7dfa82329 \
+ rmd160 6f593aecbbffed43c592e58d8dd2c342d70c8e93
+
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-masonx-request-withapachesession/Portfile
===================================================================
--- trunk/dports/perl/p5-masonx-request-withapachesession/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-masonx-request-withapachesession/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,28 +1,31 @@
+# -*- 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.16
-perl5.setup MasonX-Request-WithApacheSession 0.31
-revision 3
-license {Artistic-1 GPL}
-maintainers nomaintainer
-description Add a session to the Mason Request object
-long_description This module integrates Apache::Session into \
- Mason by adding methods to the Mason Request \
- object available in all Mason components.
+perl5.setup MasonX-Request-WithApacheSession 0.31
+revision 3
+license {Artistic-1 GPL}
+maintainers nomaintainer
-platforms darwin
-supported_archs noarch
+description Add a session to the Mason Request object
+long_description This module integrates Apache::Session into \
+ Mason by adding methods to the Mason Request \
+ object available in all Mason components.
-checksums md5 a05a477bb99789e1a87fcb5b0196fbf5 \
- sha1 f34c8360523bfd134666f6223b54afdc1144d6e3 \
- rmd160 4f326a8c519e4eb8fa54cfbf482583ae166b0d97
+checksums md5 a05a477bb99789e1a87fcb5b0196fbf5 \
+ sha1 f34c8360523bfd134666f6223b54afdc1144d6e3 \
+ rmd160 4f326a8c519e4eb8fa54cfbf482583ae166b0d97
+platforms darwin
+supported_archs noarch
+
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-html-mason \
- port:p${perl5.major}-apache-session-wrapper
+ depends_lib-append \
+ port:p${perl5.major}-apache-session-wrapper \
+ port:p${perl5.major}-html-mason \
-perl5.use_module_build
+ perl5.use_module_build
}
Modified: trunk/dports/perl/p5-mogilefs-server/Portfile
===================================================================
--- trunk/dports/perl/p5-mogilefs-server/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-mogilefs-server/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,14 +1,15 @@
+# -*- 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
+PortGroup perl5 1.0
perl5.branches 5.16
-perl5.setup mogilefs-server 2.32
-revision 3
+perl5.setup mogilefs-server 2.32
+revision 3
categories perl net sysutils
-platforms darwin
-maintainers nomaintainer
+platforms darwin
+maintainers nomaintainer
description MogileFS (distributed filesystem) server
long_description ${description}
@@ -16,14 +17,21 @@
homepage http://www.danga.com/mogilefs
master_sites http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO \
http://search.cpan.org/CPAN/authors/id/B/BR/BRADFITZ
+
checksums md5 999122fa9cb641a19b84dbfe25535fd3 \
- sha1 1a9246d2d08fd6b0f751253f0618bd01043e5b66
+ sha1 1a9246d2d08fd6b0f751253f0618bd01043e5b66
if {${perl5.major} != ""} {
-# add a warning about installing a MySQL database somewhere
-depends_run-append port:p${perl5.major}-net-netmask port:p${perl5.major}-danga-socket \
- port:p${perl5.major}-gearman port:p${perl5.major}-gearman-server \
- port:p${perl5.major}-gearman-client-async port:p${perl5.major}-sys-syscall \
- port:p${perl5.major}-perlbal port:p${perl5.major}-dbi port:p${perl5.major}-dbd-mysql \
- port:p${perl5.major}-io-aio
+ # add a warning about installing a MySQL database somewhere
+ depends_run-append \
+ port:p${perl5.major}-danga-socket \
+ port:p${perl5.major}-dbd-mysql \
+ port:p${perl5.major}-dbi \
+ port:p${perl5.major}-gearman \
+ port:p${perl5.major}-gearman-server \
+ port:p${perl5.major}-gearman-client-async \
+ port:p${perl5.major}-io-aio \
+ port:p${perl5.major}-net-netmask \
+ port:p${perl5.major}-perlbal \
+ port:p${perl5.major}-sys-syscall
}
Modified: trunk/dports/perl/p5-net-appliance-session/Portfile
===================================================================
--- trunk/dports/perl/p5-net-appliance-session/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-net-appliance-session/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -8,21 +9,22 @@
revision 3
license GPL-2
maintainers nomaintainer
+
description Run command-line sessions to network appliances
long_description Use this module to establish an interactive command-line session with a \
network appliance. There is special support for moving into "privileged" \
mode and "configure" mode, with all other commands being sent through a \
generic call to your session object.
+checksums md5 c942bcd20f573107b259c1cb6c2e4440
+
platforms darwin
+supported_archs noarch
-checksums md5 c942bcd20f573107b259c1cb6c2e4440
-
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-class-accessor \
+ depends_lib-append \
+ port:p${perl5.major}-class-accessor \
port:p${perl5.major}-exception-class \
port:p${perl5.major}-io-tty \
port:p${perl5.major}-net-telnet
-
-supported_archs noarch
}
Modified: trunk/dports/perl/p5-net-dns-sec/Portfile
===================================================================
--- trunk/dports/perl/p5-net-dns-sec/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-net-dns-sec/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,28 +1,30 @@
+# -*- 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.16
-perl5.setup Net-DNS-SEC 0.16
-revision 3
-license BSD
-platforms darwin
-maintainers nomaintainer
-supported_archs noarch
+perl5.setup Net-DNS-SEC 0.16
+revision 3
+license BSD
+maintainers nomaintainer
-description Perl interface for DNSSEC resource records
+description Perl interface for DNSSEC resource records
+long_description The Net::DSN::SEC suite provides the resource records \
+ that are needed for DNSSEC (RFC 4033, 4034 and 4035). \
+ It also provides support for SIG0. That latter is \
+ useful for dynamic updates using key-pairs. \
+ RSA and DSA crypto routines are supported.
-long_description The Net::DSN::SEC suite provides the resource records \
- that are needed for DNSSEC (RFC 4033, 4034 and 4035). \
- It also provides support for SIG0. That latter is \
- useful for dynamic updates using key-pairs. \
- RSA and DSA crypto routines are supported.
+checksums md5 70a8b59dda39a0effe22bfc12905d942 \
+ sha1 565075ebeb82956143606692d7614bf80292cf24 \
+ rmd160 c65d105e8a508407f5f665c0addd57fe7680ece6
-checksums md5 70a8b59dda39a0effe22bfc12905d942 \
- sha1 565075ebeb82956143606692d7614bf80292cf24 \
- rmd160 c65d105e8a508407f5f665c0addd57fe7680ece6
+platforms darwin
+supported_archs noarch
if {${perl5.major} != ""} {
-depends_lib-append port:p${perl5.major}-net-dns
+ depends_lib-append \
+ port:p${perl5.major}-net-dns
}
Modified: trunk/dports/perl/p5-net-ident/Portfile
===================================================================
--- trunk/dports/perl/p5-net-ident/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-net-ident/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -7,14 +7,11 @@
perl5.branches 5.16
perl5.setup Net-Ident 1.23
revision 2
-platforms darwin
maintainers nomaintainer
license {Artistic-1 GPL}
-supported_archs noarch
description Look up the username on the remote end of a TCP/IP \
connection
-
long_description Net::Ident is a module that looks up the username on \
the remote side of a TCP/IP connection through the \
ident (auth/tap) protocol described in RFC1413 \
@@ -22,3 +19,6 @@
checksums sha1 d9d37f37372f293c170a1023e4c7170d9a42ead9 \
rmd160 d4adb33286884b5cb92a15156c5463fd93d6cfca
+
+platforms darwin
+supported_archs noarch
Modified: trunk/dports/perl/p5-net-idn-encode/Portfile
===================================================================
--- trunk/dports/perl/p5-net-idn-encode/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-net-idn-encode/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -6,20 +6,20 @@
perl5.branches 5.16
perl5.setup Net-IDN-Encode 2.200
+license {Artistic-1 GPL}
+maintainers nomaintainer
+
+description The Net::IDN::Encode perl module is used for internationalizing domain names in applications
+long_description The Net::IDN::Encode package provides an easy-to-use interface for encoding \
+ and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn \
+ from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to \
+ be represented using only the ASCII characters already allowed in so-called \
+ host names today (letter-digit-hypen, /\[A-Z0-9-]/i). Use this module if you \
+ just want to convert domain names (or email addresses), using whatever IDNA \
+ standard is the best choice at the moment.
+
checksums rmd160 6cf60a7909f461cfbc42d5b718faabf31d2c566b \
sha256 c7ce0bb438bb22c755c958d02ff8d9385ec71b213efaf77b3723d91d562b9360
-license {Artistic-1 GPL}
-description The Net::IDN::Encode perl module is used for internationalizing domain names in applications
-long_description \
- The Net::IDN::Encode package provides an easy-to-use interface for encoding \
- and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn \
- from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to \
- be represented using only the ASCII characters already allowed in so-called \
- host names today (letter-digit-hypen, /\[A-Z0-9-]/i). Use this module if you \
- just want to convert domain names (or email addresses), using whatever IDNA \
- standard is the best choice at the moment.
-
platforms darwin
-maintainers nomaintainer
supported_archs noarch
Modified: trunk/dports/perl/p5-net-nslookup/Portfile
===================================================================
--- trunk/dports/perl/p5-net-nslookup/Portfile 2015-01-06 21:02:31 UTC (rev 131217)
+++ trunk/dports/perl/p5-net-nslookup/Portfile 2015-01-06 21:09:17 UTC (rev 131218)
@@ -1,17 +1,19 @@
+# -*- 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.16
-perl5.setup Net-Nslookup 1.16
-revision 3
-license GPL-2
-maintainers nomaintainer
-description Provide nslookup(1)-like capabilities
-long_description ${description}
+perl5.setup Net-Nslookup 1.16
+revision 3
+license GPL-2
+maintainers nomaintainer
-checksums md5 ff8b63e5fd3804b8a201bf00d4027db0
-platforms darwin
+description Provide nslookup(1)-like capabilities
+long_description ${description}
-supported_archs noarch
+checksums md5 ff8b63e5fd3804b8a201bf00d4027db0
+
+platforms darwin
+supported_archs noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/d124765b/attachment-0001.html>
More information about the macports-changes
mailing list