Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2001 13:01:49 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32162: New port: p5-RDF-Notation3-0.40 
Message-ID:  <E166UCT-000Igr-00@3wgraphics.com>

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

>Number:         32162
>Category:       ports
>Synopsis:       New port: p5-RDF-Notation3-0.40
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 02:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-RDF-Notation3-0.40

RDF Notation3 parser

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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-RDF-Notation3
#	p5-RDF-Notation3/pkg-comment
#	p5-RDF-Notation3/Makefile
#	p5-RDF-Notation3/distinfo
#	p5-RDF-Notation3/pkg-descr
#	p5-RDF-Notation3/pkg-plist
#
echo c - p5-RDF-Notation3
mkdir -p p5-RDF-Notation3 > /dev/null 2>&1
echo x - p5-RDF-Notation3/pkg-comment
sed 's/^X//' >p5-RDF-Notation3/pkg-comment << 'END-of-p5-RDF-Notation3/pkg-comment'
XRDF Notation3 parser
END-of-p5-RDF-Notation3/pkg-comment
echo x - p5-RDF-Notation3/Makefile
sed 's/^X//' >p5-RDF-Notation3/Makefile << 'END-of-p5-RDF-Notation3/Makefile'
X# New ports collection makefile for:	RDF::Notation3
X# Date created:		21 Nov 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	RDF-Notation3
XPORTVERSION=	0.40
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	RDF
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XRUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		RDF::Notation3.3 RDF::Notation3::PrefTriples.3 \
X		RDF::Notation3::ReaderFile.3 RDF::Notation3::ReaderString.3 \
X		RDF::Notation3::Template::TReader.3 \
X		RDF::Notation3::Template::TTriples.3 RDF::Notation3::Triples.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xpre-patch:
X		@find ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \
X		'$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;'
X
X.include <bsd.port.mk>
END-of-p5-RDF-Notation3/Makefile
echo x - p5-RDF-Notation3/distinfo
sed 's/^X//' >p5-RDF-Notation3/distinfo << 'END-of-p5-RDF-Notation3/distinfo'
XMD5 (RDF-Notation3-0.40.tar.gz) = 144818b57889094abf02c635288543e1
END-of-p5-RDF-Notation3/distinfo
echo x - p5-RDF-Notation3/pkg-descr
sed 's/^X//' >p5-RDF-Notation3/pkg-descr << 'END-of-p5-RDF-Notation3/pkg-descr'
XThis module is an RDF/N3 parser; it can parse N3 files or strings and provide
Xresults in whatever format (as far as there are subclasses supporting your
Xdesired format available).
X
XWWW: http://search.cpan.org/search?dist=RDF-Notation3
X
X-- Sergey Skvortsov
Xskv@protey.ru
END-of-p5-RDF-Notation3/pkg-descr
echo x - p5-RDF-Notation3/pkg-plist
sed 's/^X//' >p5-RDF-Notation3/pkg-plist << 'END-of-p5-RDF-Notation3/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RDF/Notation3/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3.pm
Xlib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3.pod
Xlib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/PrefTriples.pm
Xlib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/ReaderFile.pm
Xlib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/ReaderString.pm
Xlib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Template/TReader.pm
Xlib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Template/TTriples.pm
Xlib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Triples.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Template
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/RDF 2>/dev/null || true
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RDF/Notation3
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RDF 2>/dev/null || true
END-of-p5-RDF-Notation3/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?E166UCT-000Igr-00>