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:
parent
5f17b38e9a
commit
e01485cc44
24
devel/p5-String-Scanf/Makefile
Normal file
24
devel/p5-String-Scanf/Makefile
Normal 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>
|
3
devel/p5-String-Scanf/distinfo
Normal file
3
devel/p5-String-Scanf/distinfo
Normal 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
|
6
devel/p5-String-Scanf/pkg/DESCR
Normal file
6
devel/p5-String-Scanf/pkg/DESCR
Normal 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}
|
3
devel/p5-String-Scanf/pkg/PLIST
Normal file
3
devel/p5-String-Scanf/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user