Skip site navigation (1)Skip section navigation (2)
Date:      5 Nov 2001 00:14:09 -0000
From:      Seamus Venasse <svenasse@polaris.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31761: New port: Emulates the sscanf() of the C stdio library
Message-ID:  <20011105001409.81737.qmail@pris.polaris.ca>

next in thread | raw e-mail | index | archive | help

>Number:         31761
>Category:       ports
>Synopsis:       New port: Emulates the sscanf() of the C stdio library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 04 16:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Polaris Computing
>Environment:
System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386


	
>Description:
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 []. 

>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-String-Scanf
#	p5-String-Scanf/Makefile
#	p5-String-Scanf/distinfo
#	p5-String-Scanf/pkg-comment
#	p5-String-Scanf/pkg-descr
#	p5-String-Scanf/pkg-plist
#
echo c - p5-String-Scanf
mkdir -p p5-String-Scanf > /dev/null 2>&1
echo x - p5-String-Scanf/Makefile
sed 's/^X//' >p5-String-Scanf/Makefile << 'END-of-p5-String-Scanf/Makefile'
X# New ports collection makefile for:	String::Scanf
X# Date created:				04 Nov 2001
X# Whom:					Seamus Venasse <svenasse@polaris.ca>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=		String-Scanf
XPORTVERSION=		1.4
XCATEGORIES=		textproc perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	String
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=		svenasse@polaris.ca
X
XPERL_CONFIGURE=		yes
X
XMAN3=			String::Scanf.3
XMANPREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-String-Scanf/Makefile
echo x - p5-String-Scanf/distinfo
sed 's/^X//' >p5-String-Scanf/distinfo << 'END-of-p5-String-Scanf/distinfo'
XMD5 (String-Scanf-1.4.tar.gz) = 78dddf15428d109d2b61fcc9839bdaf6
END-of-p5-String-Scanf/distinfo
echo x - p5-String-Scanf/pkg-comment
sed 's/^X//' >p5-String-Scanf/pkg-comment << 'END-of-p5-String-Scanf/pkg-comment'
XEmulates the sscanf() of the C stdio library
END-of-p5-String-Scanf/pkg-comment
echo x - p5-String-Scanf/pkg-descr
sed 's/^X//' >p5-String-Scanf/pkg-descr << 'END-of-p5-String-Scanf/pkg-descr'
XPerl sscanf() can be used very much like the C stdio sscanf(), for detailed
Xsscanf() documentation please refer to your usual documentation resources.
XThe supported formats are: [diuoxefgsc] and the character class []. 
X
XWWW: http://iki.fi/jhi/
X
XSeamus Venasse <svenasse@polaris.ca>
END-of-p5-String-Scanf/pkg-descr
echo x - p5-String-Scanf/pkg-plist
sed 's/^X//' >p5-String-Scanf/pkg-plist << 'END-of-p5-String-Scanf/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Scanf/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/String/Scanf.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Scanf
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/String 2>/dev/null || true
END-of-p5-String-Scanf/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011105001409.81737.qmail>