summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorveego <veego>2001-10-18 15:20:01 +0000
committerveego <veego>2001-10-18 15:20:01 +0000
commit063cf36ef546e666130bcc6c4e35c89fa9ee4025 (patch)
treec1d0a57fbd7db97805f8b649bb0c3d579357f67d /security
parente084f52b23b59b37d4ef98841ae274e4ee0759b8 (diff)
downloadpkgsrc-063cf36ef546e666130bcc6c4e35c89fa9ee4025.tar.gz
SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/Makefile3
-rw-r--r--security/openssh/Makefile3
-rw-r--r--security/openssl/Makefile3
-rw-r--r--security/p5-Crypt-Blowfish/Makefile3
-rw-r--r--security/p5-Crypt-CBC/Makefile3
-rw-r--r--security/p5-Crypt-DES/Makefile3
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile3
-rw-r--r--security/p5-Crypt-DSA/Makefile3
-rw-r--r--security/p5-Crypt-OpenPGP/Makefile3
-rw-r--r--security/p5-Crypt-Primes/Makefile3
-rw-r--r--security/p5-Crypt-RIPEMD160/Makefile3
-rw-r--r--security/p5-Crypt-RSA/Makefile3
-rw-r--r--security/p5-Crypt-Random/Makefile3
-rw-r--r--security/p5-Crypt-Rijndael/Makefile3
-rw-r--r--security/p5-Crypt-Twofish/Makefile3
-rw-r--r--security/p5-Digest-MD2/Makefile3
-rw-r--r--security/p5-Digest-MD4/Makefile3
-rw-r--r--security/p5-Digest-MD5/Makefile3
-rw-r--r--security/p5-Digest-SHA1/Makefile3
-rw-r--r--security/p5-IO-Socket-SSL/Makefile3
-rw-r--r--security/p5-Net-SSLeay/Makefile3
-rw-r--r--security/p5-SHA/Makefile3
-rw-r--r--security/p5-SSLeay/Makefile3
-rw-r--r--security/p5-Tie-EncryptedHash/Makefile3
24 files changed, 48 insertions, 24 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index f3913416072..c3f2359406c 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2001/09/27 23:18:37 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2001/10/18 15:20:34 veego Exp $
DISTNAME= cyrus-sasl-1.5.24
PKGNAME= ${DISTNAME}nb3
+SVR4_PKGNAME= csasl
CATEGORIES= security
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/sasl/
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 77a15abfb26..3433961db09 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2001/09/27 23:18:39 jlam Exp $
+# $NetBSD: Makefile,v 1.57 2001/10/18 15:20:34 veego Exp $
DISTNAME= openssh-2.9.9p2
+SVR4_PKGNAME= ossh
CATEGORIES= security
MASTER_SITES= ftp://gd.tuwien.ac.at/OpenBSD/OpenSSH/portable/ \
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 476c106ad6e..5fca04b9e81 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2001/10/18 04:51:04 tron Exp $
+# $NetBSD: Makefile,v 1.48 2001/10/18 15:20:35 veego Exp $
DISTNAME= openssl-0.9.6
PKGNAME= ${DISTNAME}nb2
+SVR4_PKGNAME= ossl
CATEGORIES= security
MASTER_SITES= ftp://ftp.openssl.org/source/ \
ftp://ftp.uni-trier.de/pub/unix/security/openssl/
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile
index 92ff4f8c7fc..fad1252f13a 100644
--- a/security/p5-Crypt-Blowfish/Makefile
+++ b/security/p5-Crypt-Blowfish/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2001/03/08 10:24:41 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/10/18 15:20:35 veego Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
DISTNAME= Crypt-Blowfish-2.06
PKGNAME= p5-Crypt-Blowfish-2.06
+SVR4_PKGNAME= p5cbl
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
index 01cff06f4ed..1e2ad1e51a5 100644
--- a/security/p5-Crypt-CBC/Makefile
+++ b/security/p5-Crypt-CBC/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2001/10/02 11:52:53 mjl Exp $
+# $NetBSD: Makefile,v 1.5 2001/10/18 15:20:35 veego Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
#
DISTNAME= Crypt-CBC-1.25
PKGNAME= p5-Crypt-CBC-1.25
+SVR4_PKGNAME= p5cbc
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile
index 47d16861827..bb333c36a67 100644
--- a/security/p5-Crypt-DES/Makefile
+++ b/security/p5-Crypt-DES/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/20 14:07:14 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:35 veego Exp $
#
DISTNAME= Crypt-DES-2.03
PKGNAME= p5-Crypt-DES-2.03
+SVR4_PKGNAME= p5des
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
index 732cd85cd64..4368d6cbadd 100644
--- a/security/p5-Crypt-DES_EDE3/Makefile
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2001/09/30 23:58:41 mcr Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:35 veego Exp $
#
DISTNAME= Crypt-DES_EDE3-0.01
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5de3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index c63ab1007f2..3a973511224 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2001/10/03 15:21:10 mjl Exp $
+# $NetBSD: Makefile,v 1.5 2001/10/18 15:20:36 veego Exp $
#
DISTNAME= Crypt-DSA-0.12
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5dsa
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile
index a7156f8a7af..6fcadfbb467 100644
--- a/security/p5-Crypt-OpenPGP/Makefile
+++ b/security/p5-Crypt-OpenPGP/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:36 veego Exp $
#
DISTNAME= Crypt-OpenPGP-0.17
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5pgp
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile
index 32cca722906..c2959aab5b1 100644
--- a/security/p5-Crypt-Primes/Makefile
+++ b/security/p5-Crypt-Primes/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:36 veego Exp $
#
DISTNAME= Crypt-Primes-0.49
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5cpr
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile
index dd1dea95c92..f1897c6d179 100644
--- a/security/p5-Crypt-RIPEMD160/Makefile
+++ b/security/p5-Crypt-RIPEMD160/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/20 00:53:24 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:36 veego Exp $
#
DISTNAME= Crypt-RIPEMD160-0.04
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5cri
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-RSA/Makefile b/security/p5-Crypt-RSA/Makefile
index 51bbc24a4a9..81908e443b9 100644
--- a/security/p5-Crypt-RSA/Makefile
+++ b/security/p5-Crypt-RSA/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2001/10/04 12:21:32 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/10/18 15:20:36 veego Exp $
#
DISTNAME= Crypt-RSA-1.47
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5rsa
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile
index d60ca321631..fca3b902953 100644
--- a/security/p5-Crypt-Random/Makefile
+++ b/security/p5-Crypt-Random/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/10/03 02:31:20 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:37 veego Exp $
#
DISTNAME= Crypt-Random-1.11
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5cra
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile
index 9d6fef57ffa..9cb2fa4e316 100644
--- a/security/p5-Crypt-Rijndael/Makefile
+++ b/security/p5-Crypt-Rijndael/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/20 00:49:39 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:37 veego Exp $
#
DISTNAME= Crypt-Rijndael-0.04
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5crj
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile
index 2611fb3d722..bdba71defdb 100644
--- a/security/p5-Crypt-Twofish/Makefile
+++ b/security/p5-Crypt-Twofish/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:37 veego Exp $
#
DISTNAME= Crypt-Twofish-2.12
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ctw
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Digest-MD2/Makefile b/security/p5-Digest-MD2/Makefile
index 18a66b3052e..8dd8249ecaf 100644
--- a/security/p5-Digest-MD2/Makefile
+++ b/security/p5-Digest-MD2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/09/19 03:12:30 mjl Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:37 veego Exp $
#
DISTNAME= Digest-MD2-2.00
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5md2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile
index bc88b1bbaf4..ab489fb7888 100644
--- a/security/p5-Digest-MD4/Makefile
+++ b/security/p5-Digest-MD4/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/19 03:19:31 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:37 veego Exp $
#
DISTNAME= Digest-MD4-1.1
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5md4
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
index 9488a6070a9..db9230e3528 100644
--- a/security/p5-Digest-MD5/Makefile
+++ b/security/p5-Digest-MD5/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2001/09/19 03:43:52 mjl Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/18 15:20:38 veego Exp $
#
DISTNAME= Digest-MD5-2.16
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5md5
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile
index 6f5da3bb807..d77a02ff3b8 100644
--- a/security/p5-Digest-SHA1/Makefile
+++ b/security/p5-Digest-SHA1/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/19 03:11:02 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:38 veego Exp $
#
DISTNAME= Digest-SHA1-2.00
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5sh2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index e8a2a3c5816..a3293ff7cfd 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/27 07:42:05 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:38 veego Exp $
DISTNAME= IO-Socket-SSL-0.80
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 90d9f020eda..4a80c6ae5e4 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2001/09/27 07:29:39 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:38 veego Exp $
DISTNAME= Net_SSLeay.pm-1.08
PKGNAME= p5-Net-SSLeay-1.08
+SVR4_PKGNAME= p5nsl
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile
index 095c309f090..8582df95e86 100644
--- a/security/p5-SHA/Makefile
+++ b/security/p5-SHA/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 17:50:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:38 veego Exp $
#
DISTNAME= SHA-1.2
PKGNAME= p5-SHA-1.2
+SVR4_PKGNAME= p5sha
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SHA/}
diff --git a/security/p5-SSLeay/Makefile b/security/p5-SSLeay/Makefile
index 2599dd6e1dd..7e7c3f91255 100644
--- a/security/p5-SSLeay/Makefile
+++ b/security/p5-SSLeay/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/10 14:16:52 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/10/18 15:20:39 veego Exp $
#
DISTNAME= Crypt-SSLeay-0.22
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5csl
CATEGORIES= security perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
diff --git a/security/p5-Tie-EncryptedHash/Makefile b/security/p5-Tie-EncryptedHash/Makefile
index 4131952162e..3d99cd6e3c3 100644
--- a/security/p5-Tie-EncryptedHash/Makefile
+++ b/security/p5-Tie-EncryptedHash/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/10/03 02:41:41 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:39 veego Exp $
#
DISTNAME= Tie-EncryptedHash-1.1
PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5teh
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}