import p5-Curses-1.05 from CPAN

--
Curses is the interface between Perl and the curses(3) library.

For descriptions on the usage of a given function, variable, or
constant, refer to the curses(3) library manual pages.
This commit is contained in:
avsm 2000-12-05 19:09:46 +00:00
parent 8b85c54482
commit e7966894a5
6 changed files with 52 additions and 0 deletions

20
devel/p5-Curses/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/12/05 19:09:46 avsm Exp $
DISTNAME= Curses-1.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.340
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Curses
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Curses-1.05.tar.gz) = 966d3ef5ed5a30f00f3f66ab68b6bf35
RMD160 (Curses-1.05.tar.gz) = 6cca44f775ddb2bd729ecf75d250d578946d63f4
SHA1 (Curses-1.05.tar.gz) = b84873e5196d7495999482df38254ee89e2e5ac4

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-Makefile.PL,v 1.1.1.1 2000/12/05 19:09:46 avsm Exp $
--- Makefile.PL.orig Sat Dec 2 07:46:36 2000
+++ Makefile.PL Sat Dec 2 07:47:22 2000
@@ -138,13 +138,6 @@ my $guess_cfg = {
my $gen;
my $panels;
-while (@ARGV) {
- my $arg = shift;
-
- if ($arg eq 'GEN') { $gen = $arg }
- if ($arg eq 'PANELS') { $panels = $arg }
-}
-
my $guess = $guess_cfg->{$^O};
my $source = "hints/c-$^O";

View File

@ -0,0 +1 @@
terminal screen handling and optimisation

View File

@ -0,0 +1,4 @@
Curses is the interface between Perl and the curses(3) library.
For descriptions on the usage of a given function, variable, or
constant, refer to the curses(3) library manual pages.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/12/05 19:09:46 avsm Exp $
libdata/perl5/site_perl/${ARCH}-openbsd/Curses.pm
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Curses/.packlist
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Curses/Curses.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Curses/Curses.so
man/man3/Curses.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Curses