mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
p5-IO-stringy -> ports/devel/p5-IO-stringy
This commit is contained in:
parent
94f81ee728
commit
95cf591187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10718
25
devel/p5-IO-stringy/Makefile
Normal file
25
devel/p5-IO-stringy/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-IO-stringy
|
||||
# Version required: 1.105
|
||||
# Date created: April 27 1998
|
||||
# Whom: Eivind Eklund <eivind@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= IO-stringy-1.105
|
||||
PKGNAME= p5-IO-stringy-1.105
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IO
|
||||
|
||||
MAINTAINER= eivind@FreeBSD.ORG
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= IO::Wrap.3 IO::ScalarArray.3 IO::Scalar.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-IO-stringy/distinfo
Normal file
1
devel/p5-IO-stringy/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (IO-stringy-1.105.tar.gz) = 3bde909c42a329f3834c15fc6b9672a9
|
1
devel/p5-IO-stringy/pkg-comment
Normal file
1
devel/p5-IO-stringy/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
perl5 module for using IO handles with non-file objects
|
11
devel/p5-IO-stringy/pkg-descr
Normal file
11
devel/p5-IO-stringy/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
IO-stringy makes it possible to create perl filehandles that point to
|
||||
just about any object. It contains three modules:
|
||||
|
||||
IO::Scalar
|
||||
IO:: interface for reading/writing a scalar
|
||||
|
||||
IO::ScalarArray
|
||||
IO:: interface for reading/writing an array of scalars
|
||||
|
||||
IO::Wrap
|
||||
Wrap raw filehandles in IO::Handle interface
|
8
devel/p5-IO-stringy/pkg-plist
Normal file
8
devel/p5-IO-stringy/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/man/man3/IO::Scalar.3.gz
|
||||
lib/perl5/man/man3/IO::ScalarArray.3.gz
|
||||
lib/perl5/man/man3/IO::Wrap.3.gz
|
||||
lib/perl5/site_perl/IO/Scalar.pm
|
||||
lib/perl5/site_perl/IO/ScalarArray.pm
|
||||
lib/perl5/site_perl/IO/Wrap.pm
|
||||
lib/perl5/site_perl/i386-freebsd/auto/IO-stringy/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/IO-stringy
|
Loading…
Reference in New Issue
Block a user