[Midnightbsd-cvs] mports: mports/devel: add p5-term-readkey

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Apr 28 23:49:29 EDT 2008


Log Message:
-----------
add p5-term-readkey

Modified Files:
--------------
    mports/devel:
        Makefile (r1.209 -> r1.210)

Added Files:
-----------
    mports/devel/p5-Term-ReadKey:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.209
retrieving revision 1.210
diff -L devel/Makefile -L devel/Makefile -u -r1.209 -r1.210
--- devel/Makefile
+++ devel/Makefile
@@ -191,6 +191,7 @@
     SUBDIR += p5-String-Ediff
     SUBDIR += p5-Sub-Uplevel
     SUBDIR += p5-Term-ANSIColor
+    SUBDIR += p5-Term-ReadKey
     SUBDIR += p5-Test-Base
     SUBDIR += p5-Test-ClassAPI
     SUBDIR += p5-Test-Exception
--- /dev/null
+++ devel/p5-Term-ReadKey/pkg-descr
@@ -0,0 +1,8 @@
+       Term::ReadKey is a compiled perl module dedicated to
+       providing simple control over terminal driver modes
+       (cbreak, raw, cooked, etc.,) support for non-blocking
+       reads, if the architecture allows, and some generalized
+       handy functions for working with terminals. One of the
+       main goals is to have the functions as portable as
+       possible, so you can just plug in "use Term::ReadKey" on
+       any architecture and have a good likelyhood of it working.
--- /dev/null
+++ devel/p5-Term-ReadKey/pkg-plist
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadKey.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadKey/autosplit.ix
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadKey/ReadKey.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadKey/ReadKey.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadKey/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Term
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadKey
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
--- /dev/null
+++ devel/p5-Term-ReadKey/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:    p5-Term-ReadKey
+# Date created:				June 26th 1997
+# Whom:	      				James FitzGibbon <jfitz at FreeBSD.org>
+#
+# $MidnightBSD: mports/devel/p5-Term-ReadKey/Makefile,v 1.1 2008/04/29 03:49:27 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Term-ReadKey/Makefile,v 1.17 2005/04/04 12:09:36 demon Exp $
+#
+
+PORTNAME=	Term-ReadKey
+PORTVERSION=	2.30
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Term
+PKGNAMEPREFIX=	p5-
+DISTNAME=	TermReadKey-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A perl5 module for simple terminal control
+LICENSE=	perl
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Term::ReadKey.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Term-ReadKey/distinfo
@@ -0,0 +1,3 @@
+MD5 (TermReadKey-2.30.tar.gz) = f0ef2cea8acfbcc58d865c05b0c7e1ff
+SHA256 (TermReadKey-2.30.tar.gz) = 8c4c70bf487f2e432046dce07cf4b77ff181667d0905f9cb1203ff95ff5dd5ff
+SIZE (TermReadKey-2.30.tar.gz) = 37006


More information about the Midnightbsd-cvs mailing list