summaryrefslogtreecommitdiff
path: root/p5-term-readkey
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /p5-term-readkey
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'p5-term-readkey')
-rw-r--r--p5-term-readkey/.footprint15
-rw-r--r--p5-term-readkey/.md5sum1
-rw-r--r--p5-term-readkey/Pkgfile26
3 files changed, 0 insertions, 42 deletions
diff --git a/p5-term-readkey/.footprint b/p5-term-readkey/.footprint
deleted file mode 100644
index 638205cc0..000000000
--- a/p5-term-readkey/.footprint
+++ /dev/null
@@ -1,15 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/perl5/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/Term/
--r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Term/ReadKey.pm
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Term/
-drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Term/ReadKey/
--r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Term/ReadKey/ReadKey.so
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man3/
--r--r--r-- root/root usr/man/man3/Term::ReadKey.3pm.gz
diff --git a/p5-term-readkey/.md5sum b/p5-term-readkey/.md5sum
deleted file mode 100644
index 8c36c35de..000000000
--- a/p5-term-readkey/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-f0ef2cea8acfbcc58d865c05b0c7e1ff TermReadKey-2.30.tar.gz
diff --git a/p5-term-readkey/Pkgfile b/p5-term-readkey/Pkgfile
deleted file mode 100644
index 92d90343d..000000000
--- a/p5-term-readkey/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Description: Change terminal modes and perform non-blocking reads.
-# URL: http://search.cpan.org/author/JSTOWE/
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# Packager: Stoyan Zhekov <zhware@hotpop.com>
-# Depends on: perl
-
-name=p5-term-readkey
-version=2.30
-release=1
-source="http://www.cpan.org/modules/by-module/Term/TermReadKey-$version.tar.gz"
-
-build()
-{
- cd TermReadKey-$version
- perl Makefile.PL
- make OPTIMIZE="$CFLAGS"
- make install DESTDIR=$PKG
- # Remove perlcrap
- find $PKG \
- -name .packlist -or \
- -name '*.bs' -or \
- -name autosplit.ix -or \
- -name perllocal.pod | xargs rm
- # Remove empty directories
- find $PKG -depth -empty -exec rm -rf {} \;
-}

Generated by cgit