From e01485cc44d5ef7442ddfb571d1e0778c474a002 Mon Sep 17 00:00:00 2001 From: margarida Date: Sun, 1 Dec 2002 21:14:49 +0000 Subject: [PATCH] Add p5-String-Scanf -- Perl module that emulates the sscanf() of the C stdio library. From: Jim Geovedi brad@ ok --- devel/p5-String-Scanf/Makefile | 24 ++++++++++++++++++++++++ devel/p5-String-Scanf/distinfo | 3 +++ devel/p5-String-Scanf/pkg/DESCR | 6 ++++++ devel/p5-String-Scanf/pkg/PLIST | 3 +++ 4 files changed, 36 insertions(+) create mode 100644 devel/p5-String-Scanf/Makefile create mode 100644 devel/p5-String-Scanf/distinfo create mode 100644 devel/p5-String-Scanf/pkg/DESCR create mode 100644 devel/p5-String-Scanf/pkg/PLIST diff --git a/devel/p5-String-Scanf/Makefile b/devel/p5-String-Scanf/Makefile new file mode 100644 index 00000000000..c97e7ca912a --- /dev/null +++ b/devel/p5-String-Scanf/Makefile @@ -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 + +# 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 diff --git a/devel/p5-String-Scanf/distinfo b/devel/p5-String-Scanf/distinfo new file mode 100644 index 00000000000..6f29a6f3a92 --- /dev/null +++ b/devel/p5-String-Scanf/distinfo @@ -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 diff --git a/devel/p5-String-Scanf/pkg/DESCR b/devel/p5-String-Scanf/pkg/DESCR new file mode 100644 index 00000000000..8dbd122b4be --- /dev/null +++ b/devel/p5-String-Scanf/pkg/DESCR @@ -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} diff --git a/devel/p5-String-Scanf/pkg/PLIST b/devel/p5-String-Scanf/pkg/PLIST new file mode 100644 index 00000000000..50ae2686cb7 --- /dev/null +++ b/devel/p5-String-Scanf/pkg/PLIST @@ -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