From owner-freebsd-ports Wed Nov 21 2:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9689237B417 for ; Wed, 21 Nov 2001 02:10:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fALAA0441197; Wed, 21 Nov 2001 02:10:00 -0800 (PST) (envelope-from gnats) Received: from 3wgraphics.com (ppp012.comintern.ru [213.148.2.12]) by hub.freebsd.org (Postfix) with ESMTP id 94F1E37B418 for ; Wed, 21 Nov 2001 02:05:38 -0800 (PST) Received: from root by 3wgraphics.com with local (Exim 3.33 #1) id 166UCT-000Igr-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 21 Nov 2001 13:01:49 +0300 Message-Id: Date: Wed, 21 Nov 2001 13:01:49 +0300 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/32162: New port: p5-RDF-Notation3-0.40 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: >Environment: >Description: New port: p5-RDF-Notation3-0.40 RDF Notation3 parser >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-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 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 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