summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 20:55:56 +0000
committerjlam <jlam>2000-08-27 20:55:56 +0000
commit4485986f38acd242e3c81f04e3bd39cff9ff30a6 (patch)
tree8ac6bec8aa07bdf4758e5b91b856e13c00d54b3b /lang
parenta13549f0cd8f3ad86bb5f666adbef6179eeda3a7 (diff)
downloadpkgsrc-4485986f38acd242e3c81f04e3bd39cff9ff30a6.tar.gz
Remove some modules from the base distribution which are externally
available as other pkgsrc packages.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5-current/Makefile10
-rw-r--r--lang/perl5-current/files/patch-sum12
-rw-r--r--lang/perl5-current/patches/patch-aa4
-rw-r--r--lang/perl5-current/patches/patch-ab89
-rw-r--r--lang/perl5-current/patches/patch-ac31
-rw-r--r--lang/perl5-current/patches/patch-ad46
-rw-r--r--lang/perl5-current/patches/patch-ae20
-rw-r--r--lang/perl5-current/patches/patch-af26
-rw-r--r--lang/perl5-current/patches/patch-aj13
-rw-r--r--lang/perl5-current/pkg/PLIST17
-rw-r--r--lang/perl5-current/pkg/PLIST-md.shared8
-rw-r--r--lang/perl5-current/pkg/PLIST-md.static8
12 files changed, 169 insertions, 115 deletions
diff --git a/lang/perl5-current/Makefile b/lang/perl5-current/Makefile
index 0285f9636e3..51f58e2a4da 100644
--- a/lang/perl5-current/Makefile
+++ b/lang/perl5-current/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2000/08/15 00:38:40 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2000/08/27 20:55:56 jlam Exp $
# FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp
#
DISTNAME= perl-${PERL_VERSION}
+PKGNAME= perl-${PERL_VERSION}nb1
PERL_VERSION= 5.6.0
CATEGORIES= lang devel perl5
MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/src/5.0/ \
@@ -44,6 +45,13 @@ test:
post-patch:
cd ${WRKSRC}/ext/DynaLoader/hints && ${CP} -f openbsd.pl netbsd.pl
+# Remove several modules which are externally available and don't need to be
+# part of the base perl distribution.
+#
+pre-configure:
+ cd ${WRKSRC}/ext; ${RM} -rf Data Devel GDBM_File
+ cd ${WRKSRC}/utils; ${RM} -f dprofpp.PL
+
post-install:
@strip ${PREFIX}/bin/a2p
@strip ${PREFIX}/bin/perl
diff --git a/lang/perl5-current/files/patch-sum b/lang/perl5-current/files/patch-sum
index fa70e20a945..2cb0f48663f 100644
--- a/lang/perl5-current/files/patch-sum
+++ b/lang/perl5-current/files/patch-sum
@@ -1,6 +1,8 @@
-$NetBSD: patch-sum,v 1.5 2000/08/15 00:38:40 jlam Exp $
+$NetBSD: patch-sum,v 1.6 2000/08/27 20:55:57 jlam Exp $
-MD5 (patch-aa) = ce37a9e4e1036f7d96f8a0a12e56347a
-MD5 (patch-ab) = f92aedea990e94fb43ba8397bd01ef13
-MD5 (patch-ac) = 988de4d87e1b8a0516d37c3b44101875
-MD5 (patch-aj) = fef94a2397ab1a33ccb352326e8ff07a
+MD5 (patch-aa) = 22d1a3a613210ca5f129c81449eab10b
+MD5 (patch-ab) = 204f7a4c605f5afb4ddc3a0163a5b3d3
+MD5 (patch-ac) = ddd3e3b08afdc062c78f26175e4fcc44
+MD5 (patch-ad) = 14da69742c8f0ec26b24771804aa1173
+MD5 (patch-ae) = 197b8ed09f99be86865c0d6d66927e96
+MD5 (patch-af) = 16d95e0667ef104d0dba4a61531d5b11
diff --git a/lang/perl5-current/patches/patch-aa b/lang/perl5-current/patches/patch-aa
index d89c95fb43e..045c08716d8 100644
--- a/lang/perl5-current/patches/patch-aa
+++ b/lang/perl5-current/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 2000/08/15 00:38:40 jlam Exp $
+$NetBSD: patch-aa,v 1.4 2000/08/27 20:55:57 jlam Exp $
--- Configure.orig Wed Mar 22 15:36:37 2000
-+++ Configure Mon Aug 14 18:27:04 2000
++++ Configure
@@ -70,7 +70,7 @@
fi
diff --git a/lang/perl5-current/patches/patch-ab b/lang/perl5-current/patches/patch-ab
index bcf579f812e..49b3484cc98 100644
--- a/lang/perl5-current/patches/patch-ab
+++ b/lang/perl5-current/patches/patch-ab
@@ -1,46 +1,45 @@
-$NetBSD: patch-ab,v 1.2 2000/07/05 19:25:50 hubertf Exp $
+$NetBSD: patch-ab,v 1.3 2000/08/27 20:55:57 jlam Exp $
---- installperl.orig Wed Mar 8 13:22:41 2000
-+++ installperl Tue Jul 4 04:17:45 2000
-@@ -224,7 +224,7 @@
- safe_unlink("$installbin/s$perl_verbase$ver$exe_ext");
- if ($d_dosuid) {
- copy("suidperl$exe_ext", "$installbin/s$perl_verbase$ver$exe_ext");
-- chmod(04711, "$installbin/s$perl_verbase$ver$exe_ext");
-+ chmod(04111, "$installbin/s$perl_verbase$ver$exe_ext");
- }
-
- # Install library files.
-@@ -326,19 +326,19 @@
- (-l $usrbinperl) &&
- ((readlink $usrbinperl) eq $expinstperl));
- }
-- if ((! $mainperl_is_instperl) &&
-- (yn("Many scripts expect perl to be installed as $usrbinperl.\n" .
-- "Do you wish to have $usrbinperl be the same as\n" .
-- "$expinstperl? [y] ")))
-- {
-- unlink($usrbinperl);
-- ( $Config{'d_link'} eq 'define' &&
-- eval { CORE::link $instperl, $usrbinperl } ) ||
-- eval { symlink $expinstperl, $usrbinperl } ||
-- copy($instperl, $usrbinperl);
--
-- $mainperl_is_instperl = 1;
-- }
-+# if ((! $mainperl_is_instperl) &&
-+# (yn("Many scripts expect perl to be installed as $usrbinperl.\n" .
-+# "Do you wish to have $usrbinperl be the same as\n" .
-+# "$expinstperl? [y] ")))
-+# {
-+# unlink($usrbinperl);
-+# ( $Config{'d_link'} eq 'define' &&
-+# eval { CORE::link $instperl, $usrbinperl } ) ||
-+# eval { symlink $expinstperl, $usrbinperl } ||
-+# copy($instperl, $usrbinperl);
-+#
-+# $mainperl_is_instperl = 1;
-+# }
- }
-
- # Make links to ordinary names if installbin directory isn't current directory.
+--- MANIFEST.orig Wed Mar 22 14:33:23 2000
++++ MANIFEST
+@@ -214,20 +214,6 @@
+ ext/DB_File/hints/sco.pl Hint for DB_File for named architecture
+ ext/DB_File/typemap Berkeley DB extension interface types
+ ext/DB_File/version.c Berkeley DB extension interface version check
+-ext/Data/Dumper/Changes Data pretty printer, changelog
+-ext/Data/Dumper/Dumper.pm Data pretty printer, module
+-ext/Data/Dumper/Dumper.xs Data pretty printer, externals
+-ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer
+-ext/Data/Dumper/Todo Data pretty printer, futures
+-ext/Devel/DProf/Changes Perl code profiler changelog
+-ext/Devel/DProf/DProf.pm Perl code profiler
+-ext/Devel/DProf/DProf.xs Perl code profiler
+-ext/Devel/DProf/Makefile.PL Perl code profiler makefile writer
+-ext/Devel/DProf/Todo Perl code profiler todo list
+-ext/Devel/Peek/Changes Data debugging tool, changelog
+-ext/Devel/Peek/Makefile.PL Data debugging tool, makefile writer
+-ext/Devel/Peek/Peek.pm Data debugging tool, module and pod
+-ext/Devel/Peek/Peek.xs Data debugging tool, externals
+ ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module
+ ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer
+ ext/DynaLoader/README Dynamic Loader notes and intro
+@@ -260,11 +246,6 @@
+ ext/File/Glob/TODO File::Glob extension todo list
+ ext/File/Glob/bsd_glob.c File::Glob extension run time code
+ ext/File/Glob/bsd_glob.h File::Glob extension header file
+-ext/GDBM_File/GDBM_File.pm GDBM extension Perl module
+-ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
+-ext/GDBM_File/Makefile.PL GDBM extension makefile writer
+-ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture
+-ext/GDBM_File/typemap GDBM extension interface types
+ ext/IO/ChangeLog IO perl module change log
+ ext/IO/IO.pm Top-level interface to IO::* classes
+ ext/IO/IO.xs IO extension external subroutines
+@@ -1493,7 +1474,6 @@
+ util.h Dummy header
+ utils/Makefile Extract the utility scripts
+ utils/c2ph.PL program to translate dbx stabs to perl
+-utils/dprofpp.PL Perl code profile post-processor
+ utils/h2ph.PL A thing to turn C .h files into perl .ph files
+ utils/h2xs.PL Program to make .xs files from C header files
+ utils/perlbc.PL Front-end for byte compiler
diff --git a/lang/perl5-current/patches/patch-ac b/lang/perl5-current/patches/patch-ac
index b491d966dcb..324943ef045 100644
--- a/lang/perl5-current/patches/patch-ac
+++ b/lang/perl5-current/patches/patch-ac
@@ -1,20 +1,13 @@
-$NetBSD: patch-ac,v 1.2 2000/07/05 19:25:50 hubertf Exp $
+$NetBSD: patch-ac,v 1.3 2000/08/27 20:55:57 jlam Exp $
---- perl.h.orig Sun Mar 19 06:45:33 2000
-+++ perl.h Tue Jul 4 04:18:16 2000
-@@ -486,6 +486,15 @@
- # include <sys/param.h>
- #endif
-
-+/* needed for IAMSUID case for 4.4BSD systems
-+ * XXX there should probably be a Configure variable
-+ */
-+
-+#ifdef I_SYS_PARAM
-+#if (defined (BSD) && (BSD >= 199306))
-+# include <sys/mount.h>
-+#endif /* !BSD */
-+#endif /* !I_SYS_PARAM */
-
- /* Use all the "standard" definitions? */
- #if defined(STANDARD_C) && defined(I_STDLIB)
+--- ext/POSIX/Makefile.PL.orig Wed Mar 22 11:23:03 2000
++++ ext/POSIX/Makefile.PL
+@@ -6,7 +6,7 @@
+ @libs = ('LIBS' => ["-lm -lc -lposix -lcposix"]);
+ }
+ else {
+- @libs = ('LIBS' => ["-lm -lposix -lcposix"]);
++ @libs = ('LIBS' => ["-lm"]);
+ }
+ }
+ WriteMakefile(
diff --git a/lang/perl5-current/patches/patch-ad b/lang/perl5-current/patches/patch-ad
new file mode 100644
index 00000000000..ca7c9f9e520
--- /dev/null
+++ b/lang/perl5-current/patches/patch-ad
@@ -0,0 +1,46 @@
+$NetBSD: patch-ad,v 1.5 2000/08/27 20:55:58 jlam Exp $
+
+--- installperl.orig Wed Mar 8 07:22:41 2000
++++ installperl
+@@ -224,7 +224,7 @@
+ safe_unlink("$installbin/s$perl_verbase$ver$exe_ext");
+ if ($d_dosuid) {
+ copy("suidperl$exe_ext", "$installbin/s$perl_verbase$ver$exe_ext");
+- chmod(04711, "$installbin/s$perl_verbase$ver$exe_ext");
++ chmod(04111, "$installbin/s$perl_verbase$ver$exe_ext");
+ }
+
+ # Install library files.
+@@ -326,19 +326,19 @@
+ (-l $usrbinperl) &&
+ ((readlink $usrbinperl) eq $expinstperl));
+ }
+- if ((! $mainperl_is_instperl) &&
+- (yn("Many scripts expect perl to be installed as $usrbinperl.\n" .
+- "Do you wish to have $usrbinperl be the same as\n" .
+- "$expinstperl? [y] ")))
+- {
+- unlink($usrbinperl);
+- ( $Config{'d_link'} eq 'define' &&
+- eval { CORE::link $instperl, $usrbinperl } ) ||
+- eval { symlink $expinstperl, $usrbinperl } ||
+- copy($instperl, $usrbinperl);
+-
+- $mainperl_is_instperl = 1;
+- }
++# if ((! $mainperl_is_instperl) &&
++# (yn("Many scripts expect perl to be installed as $usrbinperl.\n" .
++# "Do you wish to have $usrbinperl be the same as\n" .
++# "$expinstperl? [y] ")))
++# {
++# unlink($usrbinperl);
++# ( $Config{'d_link'} eq 'define' &&
++# eval { CORE::link $instperl, $usrbinperl } ) ||
++# eval { symlink $expinstperl, $usrbinperl } ||
++# copy($instperl, $usrbinperl);
++#
++# $mainperl_is_instperl = 1;
++# }
+ }
+
+ # Make links to ordinary names if installbin directory isn't current directory.
diff --git a/lang/perl5-current/patches/patch-ae b/lang/perl5-current/patches/patch-ae
new file mode 100644
index 00000000000..4069055d3e5
--- /dev/null
+++ b/lang/perl5-current/patches/patch-ae
@@ -0,0 +1,20 @@
+$NetBSD: patch-ae,v 1.1 2000/08/27 20:55:58 jlam Exp $
+
+--- perl.h.orig Sun Mar 19 00:45:33 2000
++++ perl.h
+@@ -486,6 +486,15 @@
+ # include <sys/param.h>
+ #endif
+
++/* needed for IAMSUID case for 4.4BSD systems
++ * XXX there should probably be a Configure variable
++ */
++
++#ifdef I_SYS_PARAM
++#if (defined (BSD) && (BSD >= 199306))
++# include <sys/mount.h>
++#endif /* !BSD */
++#endif /* !I_SYS_PARAM */
+
+ /* Use all the "standard" definitions? */
+ #if defined(STANDARD_C) && defined(I_STDLIB)
diff --git a/lang/perl5-current/patches/patch-af b/lang/perl5-current/patches/patch-af
new file mode 100644
index 00000000000..0c667d76b6b
--- /dev/null
+++ b/lang/perl5-current/patches/patch-af
@@ -0,0 +1,26 @@
+$NetBSD: patch-af,v 1.1 2000/08/27 20:55:59 jlam Exp $
+
+--- utils/Makefile.orig Mon Sep 6 15:46:15 1999
++++ utils/Makefile
+@@ -5,9 +5,9 @@
+ # Files to be built with variable substitution after miniperl is
+ # available. Dependencies handled manually below (for now).
+
+-pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL perlcc.PL dprofpp.PL
+-plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc dprofpp
+-plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe dprofpp.exe
++pl = c2ph.PL h2ph.PL h2xs.PL perlbug.PL perldoc.PL pl2pm.PL splain.PL perlcc.PL
++plextract = c2ph h2ph h2xs perlbug perldoc pl2pm splain perlcc
++plextractexe = c2ph.exe h2ph.exe h2xs.exe perlbug.exe perldoc.exe pl2pm.exe splain.exe perlcc.exe
+
+ all: $(plextract)
+
+@@ -32,8 +32,6 @@
+ splain: splain.PL ../config.sh ../lib/diagnostics.pm
+
+ perlcc: perlcc.PL ../config.sh
+-
+-dprofpp: dprofpp.PL ../config.sh
+
+ clean:
+
diff --git a/lang/perl5-current/patches/patch-aj b/lang/perl5-current/patches/patch-aj
deleted file mode 100644
index de320fa8ad9..00000000000
--- a/lang/perl5-current/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.2 2000/07/05 19:25:50 hubertf Exp $
-
---- ext/POSIX/Makefile.PL.orig Wed Mar 22 17:23:03 2000
-+++ ext/POSIX/Makefile.PL Tue Jul 4 04:21:19 2000
-@@ -6,7 +6,7 @@
- @libs = ('LIBS' => ["-lm -lc -lposix -lcposix"]);
- }
- else {
-- @libs = ('LIBS' => ["-lm -lposix -lcposix"]);
-+ @libs = ('LIBS' => ["-lm"]);
- }
- }
- WriteMakefile(
diff --git a/lang/perl5-current/pkg/PLIST b/lang/perl5-current/pkg/PLIST
index c82f6ea4e3e..734abe10646 100644
--- a/lang/perl5-current/pkg/PLIST
+++ b/lang/perl5-current/pkg/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2000/08/15 00:38:40 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2000/08/27 20:56:00 jlam Exp $
bin/a2p
bin/c2ph
-bin/dprofpp
bin/find2perl
bin/h2ph
bin/h2xs
@@ -88,9 +87,6 @@ lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/util.h
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/warnings.h
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/Config.pm
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/DB_File.pm
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/Data/Dumper.pm
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/Devel/DProf.pm
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/Devel/Peek.pm
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/DynaLoader.pm
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/Errno.pm
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/Fcntl.pm
@@ -762,7 +758,6 @@ lib/perl5/site_perl/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/.directory
man/man1/Win32.1
man/man1/a2p.1
man/man1/c2ph.1
-man/man1/dprofpp.1
man/man1/find2perl.1
man/man1/h2ph.1
man/man1/h2xs.1
@@ -896,9 +891,6 @@ man/man3/Config.3
man/man3/Cwd.3
man/man3/DB.3
man/man3/DB_File.3
-man/man3/Data::Dumper.3
-man/man3/Devel::DProf.3
-man/man3/Devel::Peek.3
man/man3/Devel::SelfStubber.3
man/man3/DirHandle.3
man/man3/Dumpvalue.3
@@ -1077,11 +1069,6 @@ man/man3/warnings::register.3
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Fcntl
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DynaLoader
-@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/Peek
-@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/DProf
-@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel
-@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper
-@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/ByteLoader
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/B
@@ -1090,8 +1077,6 @@ man/man3/warnings::register.3
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/IPC
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/IO
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/File
-@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/Devel
-@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/Data
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/B
@dirrm lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}
diff --git a/lang/perl5-current/pkg/PLIST-md.shared b/lang/perl5-current/pkg/PLIST-md.shared
index 2061889af31..668eb98ba64 100644
--- a/lang/perl5-current/pkg/PLIST-md.shared
+++ b/lang/perl5-current/pkg/PLIST-md.shared
@@ -1,16 +1,10 @@
-@comment $NetBSD: PLIST-md.shared,v 1.3 2000/08/15 00:38:41 jlam Exp $
+@comment $NetBSD: PLIST-md.shared,v 1.4 2000/08/27 20:56:00 jlam Exp $
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/B/B.bs
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/B/B.so
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/ByteLoader/ByteLoader.bs
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/ByteLoader/ByteLoader.so
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File/DB_File.bs
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File/DB_File.so
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/Dumper.bs
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/Dumper.so
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/DProf/DProf.bs
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/DProf/DProf.so
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/Peek/Peek.bs
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/Peek/Peek.so
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Fcntl/Fcntl.bs
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Fcntl/Fcntl.so
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/Glob/Glob.bs
diff --git a/lang/perl5-current/pkg/PLIST-md.static b/lang/perl5-current/pkg/PLIST-md.static
index bd493b17607..e1623a6a8da 100644
--- a/lang/perl5-current/pkg/PLIST-md.static
+++ b/lang/perl5-current/pkg/PLIST-md.static
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST-md.static,v 1.3 2000/08/15 00:38:41 jlam Exp $
+@comment $NetBSD: PLIST-md.static,v 1.4 2000/08/27 20:56:00 jlam Exp $
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/CORE/libperl.a
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/B/B.a
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/B/extralibs.ld
@@ -6,12 +6,6 @@ lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/ByteLoader/ByteLoa
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/ByteLoader/extralibs.ld
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File/DB_File.a
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/DB_File/extralibs.ld
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/Dumper.a
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/extralibs.ld
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/DProf/DProf.a
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/DProf/extralibs.ld
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/Peek/Peek.a
-lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Devel/Peek/extralibs.ld
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Fcntl/Fcntl.a
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Fcntl/extralibs.ld
lib/perl5/${PERL_VERSION}/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/File/Glob/Glob.a