summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES-20084
-rw-r--r--security/p5-String-Random/Makefile6
-rw-r--r--security/p5-String-Random/distinfo8
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/p5-String-Random/DESCR1
-rw-r--r--textproc/p5-String-Random/Makefile17
-rw-r--r--textproc/p5-String-Random/PLIST1
-rw-r--r--textproc/p5-String-Random/distinfo5
8 files changed, 11 insertions, 34 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008
index 920a23f406f..e0a8e1913af 100644
--- a/doc/CHANGES-2008
+++ b/doc/CHANGES-2008
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.1125 2008/05/22 16:04:39 recht Exp $
+$NetBSD: CHANGES-2008,v 1.1126 2008/05/22 19:04:37 tnn Exp $
Changes to the packages collection and infrastructure in 2008:
@@ -1895,3 +1895,5 @@ Changes to the packages collection and infrastructure in 2008:
Updated x11/wterm to 6.2.9nb8 [tron 2008-05-22]
Updated security/gnutls to 2.2.5 [tnn 2008-05-22]
Updated textproc/libxslt to 1.1.24 [recht 2008-05-22]
+ Removed textproc/p5-String-Random successor security/p5-String-Random [tnn 2008-05-22]
+ Updated security/p5-String-Random to 0.22 [tnn 2008-05-22]
diff --git a/security/p5-String-Random/Makefile b/security/p5-String-Random/Makefile
index c2935cfe635..bd6f1b50a7b 100644
--- a/security/p5-String-Random/Makefile
+++ b/security/p5-String-Random/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:44:06 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/22 19:04:37 tnn Exp $
-DISTNAME= String-Random-0.21
+DISTNAME= String-Random-0.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 security
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= adrianp@NetBSD.org
-HOMEPAGE= http://search.cpan.org/~steve/${DISTNAME}/
+HOMEPAGE= http://search.cpan.org/dist/String-Random/
COMMENT= Perl module to generate random strings based on a pattern
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/security/p5-String-Random/distinfo b/security/p5-String-Random/distinfo
index bca3090566a..e6bf53f4e6a 100644
--- a/security/p5-String-Random/distinfo
+++ b/security/p5-String-Random/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/08/13 17:44:06 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2008/05/22 19:04:37 tnn Exp $
-SHA1 (String-Random-0.21.tar.gz) = 73a648c4f5aef885dbd9d8a060af429fcb6d68e8
-RMD160 (String-Random-0.21.tar.gz) = 0c163dcfb0f7a017c5e05b70e65fdd4b88dfd0db
-Size (String-Random-0.21.tar.gz) = 7423 bytes
+SHA1 (String-Random-0.22.tar.gz) = 95f028f64caf13b75b871e4545556d6f8be6653b
+RMD160 (String-Random-0.22.tar.gz) = 9159b9f9955b650ff616e14eea2b314454e03819
+Size (String-Random-0.22.tar.gz) = 7629 bytes
diff --git a/textproc/Makefile b/textproc/Makefile
index de0e977d055..2ac755a0583 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.410 2008/04/29 18:02:43 jlam Exp $
+# $NetBSD: Makefile,v 1.411 2008/05/22 19:04:37 tnn Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -198,7 +198,6 @@ SUBDIR+= p5-Regexp-Common
SUBDIR+= p5-SGMLS
SUBDIR+= p5-String-Approx
SUBDIR+= p5-String-CRC32
-SUBDIR+= p5-String-Random
SUBDIR+= p5-String-ShellQuote
SUBDIR+= p5-Template-Plugin-Number-Format
SUBDIR+= p5-Text-Autoformat
diff --git a/textproc/p5-String-Random/DESCR b/textproc/p5-String-Random/DESCR
deleted file mode 100644
index 4f561443de9..00000000000
--- a/textproc/p5-String-Random/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-String::Approx makes it trivial to generate random strings.
diff --git a/textproc/p5-String-Random/Makefile b/textproc/p5-String-Random/Makefile
deleted file mode 100644
index 40ce73fe560..00000000000
--- a/textproc/p5-String-Random/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/07 13:07:22 he Exp $
-#
-
-DISTNAME= String-Random-0.22
-PKGNAME= p5-${DISTNAME}
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/String-Random/
-COMMENT= Generate random strings based on a pattern
-
-PERL5_PACKLIST= auto/String/Random/.packlist
-PERL5_MODULE_TYPE= Module::Build
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-String-Random/PLIST b/textproc/p5-String-Random/PLIST
deleted file mode 100644
index d29655eed0f..00000000000
--- a/textproc/p5-String-Random/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/07 13:07:22 he Exp $
diff --git a/textproc/p5-String-Random/distinfo b/textproc/p5-String-Random/distinfo
deleted file mode 100644
index e4a094ebd67..00000000000
--- a/textproc/p5-String-Random/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/07 13:07:22 he Exp $
-
-SHA1 (String-Random-0.22.tar.gz) = 95f028f64caf13b75b871e4545556d6f8be6653b
-RMD160 (String-Random-0.22.tar.gz) = 9159b9f9955b650ff616e14eea2b314454e03819
-Size (String-Random-0.22.tar.gz) = 7629 bytes