These Perl modules come with OpenBSD as of 3.3.
This commit is contained in:
parent
63c389fbd4
commit
c8f8a1f8ef
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2003/05/30 15:33:49 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2003/07/22 21:33:56 brad Exp $
|
||||
#
|
||||
|
||||
SUBDIR += base64
|
||||
@ -16,7 +16,6 @@
|
||||
SUBDIR += p5-Convert-UUlib
|
||||
SUBDIR += p5-DateManip
|
||||
SUBDIR += p5-Jcode
|
||||
SUBDIR += p5-MIME-Base64
|
||||
SUBDIR += p5-Text-Iconv
|
||||
SUBDIR += p5-Unicode-Map
|
||||
SUBDIR += p5-Unicode-Map8
|
||||
|
@ -1,21 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2002/11/27 06:50:49 pvalchev Exp $
|
||||
|
||||
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
||||
|
||||
COMMENT= "Base64 and Quoted-Printable encodings"
|
||||
|
||||
DISTNAME= MIME-Base64-2.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (MIME-Base64-2.12.tar.gz) = 76d8529122aded5852585024c2d3ae15
|
||||
RMD160 (MIME-Base64-2.12.tar.gz) = a6aeda287470fb4ff4ec05ab4dc0d7ee85069492
|
||||
SHA1 (MIME-Base64-2.12.tar.gz) = be3a9b2a85248004d4337e06de1075e8ef7928c0
|
@ -1,20 +0,0 @@
|
||||
This package contains a Base64 encoder/decoder and a quoted-printable
|
||||
encoder/decoder. These encoding methods are specified in RFC 2045 -
|
||||
MIME (Multipurpose Internet Mail Extensions).
|
||||
|
||||
The Base64 encoding is designed to represent arbitrary sequences of
|
||||
octets in a form that need not be humanly readable. A 65-character
|
||||
subset ([A-Za-z0-9+/=]) of US-ASCII is used, enabling 6 bits to be
|
||||
represented per printable character.
|
||||
|
||||
The quoted-printable encoding is intended to represent data that
|
||||
largely consists of bytes that correspond to printable characters in
|
||||
the ASCII character set. Non-printable characters are represented by
|
||||
a triplet consisting of the character "=" followed by two hexadecimal
|
||||
digits.
|
||||
|
||||
The MIME::Base64 and MIME::QuotedPrint modules used to be part of
|
||||
libwww-perl package. They are now distributed separately (this
|
||||
package). The main improvement is that the Base64 encoder/decoder is
|
||||
implemented by XS functions. This makes it about 20 times faster than
|
||||
the old implementation in perl.
|
@ -1,10 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2002/04/16 19:25:02 espie Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/MIME/Base64.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/MIME/QuotedPrint.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/MIME/Base64/Base64.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/MIME/Base64/Base64.so
|
||||
man/man3p/MIME::Base64.3p
|
||||
man/man3p/MIME::QuotedPrint.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/MIME/Base64
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/MIME
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/MIME
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.71 2003/07/05 18:59:36 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.72 2003/07/22 21:33:56 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.121 1997/11/17 10:14:33 tg Exp $
|
||||
#
|
||||
|
||||
@ -63,8 +63,6 @@
|
||||
SUBDIR += p5-Finance-Quote
|
||||
SUBDIR += p5-Finance-QuoteHist
|
||||
SUBDIR += p5-I18N-Charset
|
||||
SUBDIR += p5-I18N-LangTags
|
||||
SUBDIR += p5-Locale-Codes
|
||||
# SUBDIR += p5-Search
|
||||
SUBDIR += pdmenu
|
||||
SUBDIR += pfm
|
||||
|
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/11/17 18:59:31 pvalchev Exp $
|
||||
|
||||
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
||||
|
||||
COMMENT= "deal with RFC-1766-style language tags"
|
||||
|
||||
DISTNAME= I18N-LangTags-0.27
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= misc perl5
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=I18N/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (I18N-LangTags-0.27.tar.gz) = deae6aa54d162afb374aedf72ee8162d
|
||||
RMD160 (I18N-LangTags-0.27.tar.gz) = 9e3b902675b5d39f5330a1e7fd779f1f86697fe7
|
||||
SHA1 (I18N-LangTags-0.27.tar.gz) = 52bd20be86252c70e606630830a1e11dbcf8a75d
|
@ -1,8 +0,0 @@
|
||||
Language tags are a formalism, described in RFC 1766, for declaring
|
||||
what language form (language and possibly dialect) a given chunk of
|
||||
information is in.
|
||||
|
||||
This library provides functions for common tasks involving language
|
||||
tags (notably the extraction of them, comparing them, and testing the
|
||||
formal validity of them) as is needed in a variety of protocols and
|
||||
applications.
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/04/16 19:25:04 espie Exp $
|
||||
libdata/perl5/site_perl/I18N/LangTags.pm
|
||||
libdata/perl5/site_perl/I18N/LangTags/List.pm
|
||||
man/man3p/I18N::LangTags.3p
|
||||
man/man3p/I18N::LangTags::List.3p
|
||||
@dirrm libdata/perl5/site_perl/I18N/LangTags
|
@ -1,24 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2002/11/27 22:26:34 pvalchev Exp $
|
||||
|
||||
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
||||
|
||||
COMMENT= "module to provide access to ISO3166 and ISO639 codes"
|
||||
|
||||
DISTNAME= Locale-Codes-2.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= misc perl5
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (Locale-Codes-2.06.tar.gz) = 930a08e152a2fc2ccbfb2303fb45f43d
|
||||
RMD160 (Locale-Codes-2.06.tar.gz) = 3bf99df5aa5226c2caae64166de02660cf0e074a
|
||||
SHA1 (Locale-Codes-2.06.tar.gz) = e8f6ce5ea72b2a6195b4f7cb396c0434ddb30eec
|
@ -1,5 +0,0 @@
|
||||
The Locale::Country module provides access to the ISO two-letter
|
||||
codes for identifying countries, as defined in ISO 3166.
|
||||
You can either access the codes via the section on conversion
|
||||
routines, or with the two unctions which return lists of all
|
||||
country codes or all country names.
|
@ -1,16 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/04/16 19:25:04 espie Exp $
|
||||
libdata/perl5/site_perl/Locale/Constants.pm
|
||||
libdata/perl5/site_perl/Locale/Constants.pod
|
||||
libdata/perl5/site_perl/Locale/Country.pm
|
||||
libdata/perl5/site_perl/Locale/Country.pod
|
||||
libdata/perl5/site_perl/Locale/Currency.pm
|
||||
libdata/perl5/site_perl/Locale/Currency.pod
|
||||
libdata/perl5/site_perl/Locale/Language.pm
|
||||
libdata/perl5/site_perl/Locale/Language.pod
|
||||
libdata/perl5/site_perl/Locale/Script.pm
|
||||
libdata/perl5/site_perl/Locale/Script.pod
|
||||
man/man3p/Locale::Constants.3p
|
||||
man/man3p/Locale::Country.3p
|
||||
man/man3p/Locale::Currency.3p
|
||||
man/man3p/Locale::Language.3p
|
||||
man/man3p/Locale::Script.3p
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.286 2003/07/16 16:56:47 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.287 2003/07/22 21:33:56 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
|
||||
#
|
||||
|
||||
@ -153,7 +153,6 @@
|
||||
SUBDIR += p5-Net-Whois-Raw
|
||||
SUBDIR += p5-PlRPC
|
||||
SUBDIR += p5-SNMP_Session
|
||||
SUBDIR += p5-libnet
|
||||
SUBDIR += pavuk
|
||||
SUBDIR += pavuk,no_x11
|
||||
SUBDIR += pcapmerge
|
||||
|
@ -1,201 +0,0 @@
|
||||
$OpenBSD: patch-Configure,v 1.1 2001/12/26 14:39:21 shell Exp $
|
||||
|
||||
--- Configure.orig Thu Mar 22 06:15:29 2001
|
||||
+++ Configure Sat Dec 22 17:03:11 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/local/bin/perl
|
||||
+#!/usr/bin/env perl
|
||||
#
|
||||
# $Id: patch-Configure,v 1.1 2001/12/26 14:39:21 shell Exp $
|
||||
|
||||
@@ -258,18 +258,19 @@
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
-if($have_old && !$opt_d)
|
||||
- {
|
||||
- $msg = <<EDQ;
|
||||
-
|
||||
-Ah, I see you already have installed libnet before.
|
||||
-
|
||||
-Do you want to modify/update your configuration (y|n) ?
|
||||
-EDQ
|
||||
-
|
||||
- $opt_d = 1
|
||||
- unless get_bool($msg,0);
|
||||
- }
|
||||
+#if($have_old && !$opt_d)
|
||||
+# {
|
||||
+# $msg = <<EDQ;
|
||||
+#
|
||||
+#Ah, I see you already have installed libnet before.
|
||||
+#
|
||||
+#Do you want to modify/update your configuration (y|n) ?
|
||||
+#EDQ
|
||||
+#
|
||||
+# $opt_d = 1
|
||||
+# unless get_bool($msg,0);
|
||||
+# }
|
||||
+$opt_d = 0;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -286,7 +287,7 @@
|
||||
Do you want me to perform hostname lookups (y|n) ?
|
||||
EDQ
|
||||
|
||||
-$cfg{'test_exist'} = get_bool($msg, $oldcfg{'test_exist'});
|
||||
+$cfg{'test_exist'} = 1;
|
||||
|
||||
print <<EDQ unless $cfg{'test_exist'};
|
||||
|
||||
@@ -301,21 +302,21 @@
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
-print <<EDQ;
|
||||
-
|
||||
-The following questions all require a list of host names, separated
|
||||
-with spaces. If you do not have a host available for any of the
|
||||
-services, then enter a single space, followed by <CR>. To accept the
|
||||
-default, hit <CR>
|
||||
-
|
||||
-EDQ
|
||||
+# print <<EDQ;
|
||||
+#
|
||||
+# The following questions all require a list of host names, separated
|
||||
+# with spaces. If you do not have a host available for any of the
|
||||
+# services, then enter a single space, followed by <CR>. To accept the
|
||||
+# default, hit <CR>
|
||||
+#
|
||||
+# EDQ
|
||||
|
||||
$msg = 'Enter a list of available NNTP hosts :';
|
||||
|
||||
$def = $oldcfg{'nntp_hosts'} ||
|
||||
[ default_hostname($ENV{NNTPSERVER},$ENV{NEWSHOST},'news') ];
|
||||
|
||||
-$cfg{'nntp_hosts'} = get_host_list($msg,$def);
|
||||
+$cfg{'nntp_hosts'} = $def;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -324,7 +325,7 @@
|
||||
$def = $oldcfg{'smtp_hosts'} ||
|
||||
[ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ];
|
||||
|
||||
-$cfg{'smtp_hosts'} = get_host_list($msg,$def);
|
||||
+$cfg{'smtp_hosts'} = $def;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -332,7 +333,7 @@
|
||||
|
||||
$def = $oldcfg{'pop3_hosts'} || [];
|
||||
|
||||
-$cfg{'pop3_hosts'} = get_host_list($msg,$def);
|
||||
+$cfg{'pop3_hosts'} = $def;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -340,7 +341,7 @@
|
||||
|
||||
$def = $oldcfg{'snpp_hosts'} || [];
|
||||
|
||||
-$cfg{'snpp_hosts'} = get_host_list($msg,$def);
|
||||
+$cfg{'snpp_hosts'} = $def;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -349,7 +350,7 @@
|
||||
$def = $oldcfg{'ph_hosts'} ||
|
||||
[ default_hostname('dirserv') ];
|
||||
|
||||
-$cfg{'ph_hosts'} = get_host_list($msg,$def);
|
||||
+$cfg{'ph_hosts'} = $def;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -357,7 +358,7 @@
|
||||
|
||||
$def = $oldcfg{'time_hosts'} || [];
|
||||
|
||||
-$cfg{'time_hosts'} = get_host_list($msg,$def);
|
||||
+$cfg{'time_hosts'} = $def;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -365,7 +366,7 @@
|
||||
|
||||
$def = $oldcfg{'daytime_hosts'} || $oldcfg{'time_hosts'};
|
||||
|
||||
-$cfg{'daytime_hosts'} = get_host_list($msg,$def);
|
||||
+$cfg{'daytime_hosts'} = $def;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -378,7 +379,8 @@
|
||||
(y|n) ?
|
||||
EDQ
|
||||
|
||||
-if(get_bool($msg,0)) {
|
||||
+# XXX Should probably honor USE_SOCKS? --mjl
|
||||
+if(0 && get_bool($msg,0)) {
|
||||
|
||||
$msg = <<'EDQ';
|
||||
What series of FTP commands do you need to send to your
|
||||
@@ -489,15 +491,15 @@
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
-print <<EDQ;
|
||||
-
|
||||
-Normally when FTP needs a data connection the client tells the server
|
||||
-a port to connect to, and the server initiates a connection to the client.
|
||||
-
|
||||
-Some setups, in particular firewall setups, can/do not work using this
|
||||
-protocol. In these situations the client must make the connection to the
|
||||
-server, this is called a passive transfer.
|
||||
-EDQ
|
||||
+# print <<EDQ;
|
||||
+#
|
||||
+# Normally when FTP needs a data connection the client tells the server
|
||||
+# a port to connect to, and the server initiates a connection to the client.
|
||||
+#
|
||||
+# Some setups, in particular firewall setups, can/do not work using this
|
||||
+# protocol. In these situations the client must make the connection to the
|
||||
+# server, this is called a passive transfer.
|
||||
+# EDQ
|
||||
|
||||
if (defined $cfg{'ftp_firewall'}) {
|
||||
$msg = "\nShould all FTP connections via a firewall/proxy be passive (y|n) ?";
|
||||
@@ -515,16 +517,16 @@
|
||||
|
||||
$def = $oldcfg{'ftp_int_passive'} || 0;
|
||||
|
||||
-$cfg{'ftp_int_passive'} = get_bool($msg,$def);
|
||||
+$cfg{'ftp_int_passive'} = 0;
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
-$def = $oldcfg{'inet_domain'} || $ENV{LOCALDOMAIN};
|
||||
+$def = $oldcfg{'inet_domain'} || $ENV{DOMAIN_NAME};
|
||||
|
||||
-$ans = Prompt("\nWhat is your local internet domain name :",$def);
|
||||
+# $ans = Prompt("\nWhat is your local internet domain name :",$def);
|
||||
|
||||
-$cfg{'inet_domain'} = ($ans =~ /(\S+)/)[0];
|
||||
+$cfg{'inet_domain'} = $def;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -540,7 +542,7 @@
|
||||
Do you want me to run these tests (y|n) ?
|
||||
EDQ
|
||||
|
||||
-$cfg{'test_hosts'} = get_bool($msg,$oldcfg{'test_hosts'});
|
||||
+$cfg{'test_hosts'} = 0;
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
@ -1,10 +0,0 @@
|
||||
LibNet implements the following interfaces:
|
||||
|
||||
Net::FTP RFC959 File Transfer Protocol
|
||||
Net::SMTP RFC821 Simple Mail Transfer Protocol
|
||||
Net::Time RFC867 Daytime Protocol
|
||||
Net::Time RFC868 Time Protocol
|
||||
Net::NNTP RFC977 Network News Transfer Protocol
|
||||
Net::POP3 RFC1939 Post Office Protocol 3
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,27 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2002/04/16 19:25:05 espie Exp $
|
||||
libdata/perl5/site_perl/Net/Cmd.pm
|
||||
libdata/perl5/site_perl/Net/Config.pm
|
||||
libdata/perl5/site_perl/Net/Domain.pm
|
||||
libdata/perl5/site_perl/Net/FTP.pm
|
||||
libdata/perl5/site_perl/Net/FTP/A.pm
|
||||
libdata/perl5/site_perl/Net/FTP/E.pm
|
||||
libdata/perl5/site_perl/Net/FTP/I.pm
|
||||
libdata/perl5/site_perl/Net/FTP/L.pm
|
||||
libdata/perl5/site_perl/Net/FTP/dataconn.pm
|
||||
libdata/perl5/site_perl/Net/NNTP.pm
|
||||
libdata/perl5/site_perl/Net/Netrc.pm
|
||||
libdata/perl5/site_perl/Net/POP3.pm
|
||||
libdata/perl5/site_perl/Net/SMTP.pm
|
||||
libdata/perl5/site_perl/Net/Time.pm
|
||||
libdata/perl5/site_perl/Net/libnet.cfg
|
||||
libdata/perl5/site_perl/Net/libnetFAQ.pod
|
||||
man/man3p/Net::Cmd.3p
|
||||
man/man3p/Net::Domain.3p
|
||||
man/man3p/Net::FTP.3p
|
||||
man/man3p/Net::NNTP.3p
|
||||
man/man3p/Net::Netrc.3p
|
||||
man/man3p/Net::POP3.3p
|
||||
man/man3p/Net::SMTP.3p
|
||||
man/man3p/Net::Time.3p
|
||||
man/man3p/Net::libnetFAQ.3p
|
||||
@dirrm libdata/perl5/site_perl/Net/FTP
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.123 2003/07/21 02:40:28 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.124 2003/07/22 21:33:56 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp $
|
||||
#
|
||||
|
||||
@ -73,7 +73,6 @@
|
||||
SUBDIR += p5-Crypt-TripleDES
|
||||
SUBDIR += p5-Crypt-Twofish
|
||||
SUBDIR += p5-Digest-HMAC
|
||||
SUBDIR += p5-Digest-MD5
|
||||
SUBDIR += p5-Digest-Nilsimsa
|
||||
SUBDIR += p5-Digest-SHA1
|
||||
SUBDIR += p5-GPG
|
||||
|
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2002/12/29 20:31:40 fgsch Exp $
|
||||
|
||||
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
||||
|
||||
COMMENT= "module to calculate digests"
|
||||
|
||||
DISTNAME= Digest-MD5-2.16
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
||||
|
||||
MAINTAINER= Benjamin Lerman <quisar@quisar.ambre.net>
|
||||
|
||||
# Artistic licence
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (Digest-MD5-2.16.tar.gz) = 4ecb97b9f5f831f4c54ba7caddcf79df
|
||||
RMD160 (Digest-MD5-2.16.tar.gz) = 0a6ebd6b746db6f1a4bd5e0644c29e7e0af2ff29
|
||||
SHA1 (Digest-MD5-2.16.tar.gz) = ac7ba99ffe5c73dded10d0943f7acffa1094828a
|
@ -1,7 +0,0 @@
|
||||
Perl extension interfaces for the following message digest algorithms:
|
||||
|
||||
- RSA Data Security Inc. MD5 (RFC 1321)
|
||||
- RSA Data Security Inc. MD2 (RFC 1319)
|
||||
- NIST SHA-1 (FIPS PUB 180-1)
|
||||
|
||||
Modules to calculate HMAC (RFC 2104) digests are also provided.
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2002/04/16 19:25:05 espie Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest/MD5.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD5/MD5.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD5/MD5.so
|
||||
man/man3p/Digest::MD5.3p
|
||||
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/MD5
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.120 2003/07/17 21:49:20 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.121 2003/07/22 21:33:56 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp $
|
||||
|
||||
# SUBDIR += Mosaic # requires Motif
|
||||
@ -72,7 +72,6 @@
|
||||
SUBDIR += p5-Apache-DBI
|
||||
SUBDIR += p5-Apache-MP3
|
||||
SUBDIR += p5-Blatte-HTML
|
||||
SUBDIR += p5-CGI
|
||||
# SUBDIR += p5-CGI_Lite
|
||||
SUBDIR += p5-CGI-Deurl
|
||||
SUBDIR += p5-CGI-SpeedyCGI
|
||||
|
@ -1,28 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2002/12/29 15:03:57 fgsch Exp $
|
||||
|
||||
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
||||
|
||||
COMMENT= "modules for use in writing cgi scripts"
|
||||
|
||||
VERSION= 2.76
|
||||
DISTNAME= CGI-modules-${VERSION}
|
||||
PKGNAME= p5-CGI-${VERSION}
|
||||
CATEGORIES= www perl5
|
||||
|
||||
HOMEPAGE= http://stein.cshl.org/WWW/software/CGI::modules/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
||||
|
||||
BUILD_DEPENDS= :p5-libwww-*:www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (CGI-modules-2.76.tar.gz) = be3a6dff87ae14bbf54b60005ceb5bb3
|
||||
RMD160 (CGI-modules-2.76.tar.gz) = b2512599954863a2638450c7de169c169422e807
|
||||
SHA1 (CGI-modules-2.76.tar.gz) = be37e5eed5800f3ffe6faed5698110ede55beb82
|
@ -1,6 +0,0 @@
|
||||
These are the CGI::modules for perl5, for use in writing cgi scripts.
|
||||
Many examples of cgi scripts of various degrees of complexity can be
|
||||
found at:
|
||||
http://www-genome.wi.mit.edu/WWW/examples/Ch9/
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,15 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/04/16 19:25:06 espie Exp $
|
||||
libdata/perl5/site_perl/CGI/Base.pm
|
||||
libdata/perl5/site_perl/CGI/BasePlus.pm
|
||||
libdata/perl5/site_perl/CGI/Carp.pm
|
||||
libdata/perl5/site_perl/CGI/Form.pm
|
||||
libdata/perl5/site_perl/CGI/MiniSvr.pm
|
||||
libdata/perl5/site_perl/CGI/Request.pm
|
||||
libdata/perl5/site_perl/CGI/test.pl
|
||||
man/man3p/CGI::Base.3p
|
||||
man/man3p/CGI::BasePlus.3p
|
||||
man/man3p/CGI::Carp.3p
|
||||
man/man3p/CGI::Form.3p
|
||||
man/man3p/CGI::MiniSvr.3p
|
||||
man/man3p/CGI::Request.3p
|
||||
@dirrm libdata/perl5/site_perl/CGI
|
Loading…
Reference in New Issue
Block a user