summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-12-02 13:12:32 +0000
committerwiz <wiz@pkgsrc.org>2013-12-02 13:12:32 +0000
commit4f6c2758707ec2180cc2dbfafb79c57a08a944fa (patch)
tree2029c66bd4f74d3b0c31deadbd58607a1cb47799 /devel
parent0567294290219559230f91efd2dc9703ad29b372 (diff)
downloadpkgsrc-4f6c2758707ec2180cc2dbfafb79c57a08a944fa.tar.gz
Remove p5-Tie-File.
Part of perl core since 5.7; latest versions included in perl core are newer than the latest separate distfile.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/p5-Tie-File/DESCR5
-rw-r--r--devel/p5-Tie-File/Makefile24
-rw-r--r--devel/p5-Tie-File/distinfo5
4 files changed, 1 insertions, 36 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e78ab25111a..095ccc7c11b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1815 2013/12/02 13:01:27 wiz Exp $
+# $NetBSD: Makefile,v 1.1816 2013/12/02 13:12:32 wiz Exp $
#
COMMENT= Development utilities
@@ -1290,7 +1290,6 @@ SUBDIR+= p5-Tie-Array-Sorted
SUBDIR+= p5-Tie-Cache
SUBDIR+= p5-Tie-Cache-LRU
SUBDIR+= p5-Tie-Cache-LRU-Expires
-SUBDIR+= p5-Tie-File
SUBDIR+= p5-Tie-Function
SUBDIR+= p5-Tie-IxHash
SUBDIR+= p5-Tie-LLHash
diff --git a/devel/p5-Tie-File/DESCR b/devel/p5-Tie-File/DESCR
deleted file mode 100644
index 0b042f4d8f4..00000000000
--- a/devel/p5-Tie-File/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Tie::File represents a regular text file as a Perl array. Each element in the
-array corresponds to a record in the file. The first line of the file is
-element 0 of the array; the second line is element 1, and so on.
-The file is not loaded into memory, so this will work even for gigantic files.
-Changes to the array are reflected in the file immediately.
diff --git a/devel/p5-Tie-File/Makefile b/devel/p5-Tie-File/Makefile
deleted file mode 100644
index 6f91366680e..00000000000
--- a/devel/p5-Tie-File/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:52 wiz Exp $
-#
-
-DISTNAME= Tie-File-0.98
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
-SVR4_PKGNAME= p5tfi
-CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Tie-File/
-COMMENT= Access the lines of a disk file via a Perl array
-LICENSE= ${PERL5_LICENSE}
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-PERL5_PACKLIST= auto/Tie/File/.packlist
-
-pre-configure:
- ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM} -f
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Tie-File/distinfo b/devel/p5-Tie-File/distinfo
deleted file mode 100644
index 2015922a087..00000000000
--- a/devel/p5-Tie-File/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2012/03/26 13:11:15 obache Exp $
-
-SHA1 (Tie-File-0.98.tar.gz) = 75d2f6bdba0563fea8741a9f3f5b1b661dde29f6
-RMD160 (Tie-File-0.98.tar.gz) = f8549edfdee0f93f9a5fed5636c8a3b6c08f33d5
-Size (Tie-File-0.98.tar.gz) = 69921 bytes