import p5-FileHandle-Unget 0.1621, requirement for grepmail 5.x
FileHandle::Unget is a drop-in replacement for FileHandle which allows more than one byte to be placed back on the input. It supports an ungetc(ORD) which can be called more than once in a row, and an ungets(SCALAR) which places a string of bytes back on the input. ok jasper@
This commit is contained in:
parent
f586eb52b2
commit
8a84e8e52e
17
devel/p5-FileHandle-Unget/Makefile
Normal file
17
devel/p5-FileHandle-Unget/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/03/18 20:14:18 simon Exp $
|
||||
|
||||
COMMENT= "filehandle which supports ungetting of multiple bytes"
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= FileHandle-Unget-0.1621
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-FileHandle-Unget/distinfo
Normal file
5
devel/p5-FileHandle-Unget/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (FileHandle-Unget-0.1621.tar.gz) = 610a63b10ad5c9917b6f0594745bba4c
|
||||
RMD160 (FileHandle-Unget-0.1621.tar.gz) = 92e0f1167d7b1d1d4b960a5f02dff72bd172498c
|
||||
SHA1 (FileHandle-Unget-0.1621.tar.gz) = 11e8df29bc1e16c05ddc1c6e2a2ac8a8097408c7
|
||||
SHA256 (FileHandle-Unget-0.1621.tar.gz) = 4fca5cf12108e45b11e17bb8ab566729b12228e7fd50f22f267177bc76ba2f12
|
||||
SIZE (FileHandle-Unget-0.1621.tar.gz) = 43223
|
4
devel/p5-FileHandle-Unget/pkg/DESCR
Normal file
4
devel/p5-FileHandle-Unget/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
FileHandle::Unget is a drop-in replacement for FileHandle which allows
|
||||
more than one byte to be placed back on the input. It supports an
|
||||
ungetc(ORD) which can be called more than once in a row, and an
|
||||
ungets(SCALAR) which places a string of bytes back on the input.
|
4
devel/p5-FileHandle-Unget/pkg/PLIST
Normal file
4
devel/p5-FileHandle-Unget/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/03/18 20:14:18 simon Exp $
|
||||
${P5SITE}/FileHandle/
|
||||
${P5SITE}/FileHandle/Unget.pm
|
||||
@man man/man3p/FileHandle::Unget.3p
|
Loading…
Reference in New Issue
Block a user