Add p5-String-Scanf

--
Perl module that emulates the sscanf() of the 
C stdio library.

From: Jim Geovedi <jim@corebsd.or.id>

brad@ ok
This commit is contained in:
margarida 2002-12-01 21:14:49 +00:00
parent 5f17b38e9a
commit e01485cc44
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/01 21:14:49 margarida Exp $
COMMENT= "Emulates the sscanf() of the C stdio library"
VERSION= 2.0
DISTNAME= String-Scanf-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
HOMEPAGE= http://iki.fi/jhi/
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (String-Scanf-2.0.tar.gz) = b42e933532aec643c5ef71d2ab503dd7
RMD160 (String-Scanf-2.0.tar.gz) = 4b6d06537ea741a79a4c0766ff8dea55631d01e3
SHA1 (String-Scanf-2.0.tar.gz) = 671dc61ff7abbec9457b2adda82edd31caab10c4

View File

@ -0,0 +1,6 @@
Perl sscanf() can be used very much like the C stdio sscanf(), for
detailed sscanf() documentation please refer to your usual documentation
resources. The supported formats are: [diuoxefgsc] and the character
class [].
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/01 21:14:49 margarida Exp $
${P5SITE}/String/Scanf.pm
man/man3p/String::Scanf.3p