diff options
author | skv <skv@FreeBSD.org> | 2002-05-30 16:14:26 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-05-30 16:14:26 +0000 |
commit | 8c16702d4cc49b9bd63675acdeae4fa5d6aa4f7e (patch) | |
tree | 86fa54b6441190ece22dfb56e8cfae9cc1d8fd4a /textproc/p5-RDF-Notation3 | |
parent | 06d9658b0b4045ed88f64c53ac7b8a771c143289 (diff) | |
download | FreeBSD-ports-8c16702d4cc49b9bd63675acdeae4fa5d6aa4f7e.zip FreeBSD-ports-8c16702d4cc49b9bd63675acdeae4fa5d6aa4f7e.tar.gz |
Updated to 0.70
Diffstat (limited to 'textproc/p5-RDF-Notation3')
-rw-r--r-- | textproc/p5-RDF-Notation3/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-RDF-Notation3/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-RDF-Notation3/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-RDF-Notation3/pkg-plist | 5 |
4 files changed, 22 insertions, 12 deletions
diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile index 5ec8499..9bf6151 100644 --- a/textproc/p5-RDF-Notation3/Makefile +++ b/textproc/p5-RDF-Notation3/Makefile @@ -6,28 +6,33 @@ # PORTNAME= RDF-Notation3 -PORTVERSION= 0.40 +PORTVERSION= 0.70 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RDF PKGNAMEPREFIX= p5- -MAINTAINER= skv@protey.ru +MAINTAINER= skv@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RDF/Core.pm:${PORTSDIR}/textproc/p5-RDF-Core \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RDFStore.pm:${PORTSDIR}/textproc/p5-RDFStore +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= RDF::Notation3.3 RDF::Notation3::PrefTriples.3 \ + RDF::Notation3::RDFCore.3 RDF::Notation3::RDFStore.3 \ RDF::Notation3::ReaderFile.3 RDF::Notation3::ReaderString.3 \ - RDF::Notation3::Template::TReader.3 \ - RDF::Notation3::Template::TTriples.3 RDF::Notation3::Triples.3 - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + RDF::Notation3::SAX.3 RDF::Notation3::Template::TReader.3 \ + RDF::Notation3::Template::TTriples.3 \ + RDF::Notation3::Template::TXML.3 RDF::Notation3::Triples.3 \ + RDF::Notation3::XML.3 pre-patch: - @find ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \ - '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;' + @${FIND} ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \ + '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;' .include <bsd.port.mk> diff --git a/textproc/p5-RDF-Notation3/distinfo b/textproc/p5-RDF-Notation3/distinfo index ac9b5d0..3814829 100644 --- a/textproc/p5-RDF-Notation3/distinfo +++ b/textproc/p5-RDF-Notation3/distinfo @@ -1 +1 @@ -MD5 (RDF-Notation3-0.40.tar.gz) = 144818b57889094abf02c635288543e1 +MD5 (RDF-Notation3-0.70.tar.gz) = ba909ec87d1329baec8a3787b11979ed diff --git a/textproc/p5-RDF-Notation3/pkg-descr b/textproc/p5-RDF-Notation3/pkg-descr index ffaaaf4..e0864cb 100644 --- a/textproc/p5-RDF-Notation3/pkg-descr +++ b/textproc/p5-RDF-Notation3/pkg-descr @@ -5,4 +5,4 @@ desired format available). WWW: http://search.cpan.org/search?dist=RDF-Notation3 -- Sergey Skvortsov -skv@protey.ru +skv@FreeBSD.org diff --git a/textproc/p5-RDF-Notation3/pkg-plist b/textproc/p5-RDF-Notation3/pkg-plist index 9691bcc..793275b 100644 --- a/textproc/p5-RDF-Notation3/pkg-plist +++ b/textproc/p5-RDF-Notation3/pkg-plist @@ -2,11 +2,16 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RDF/Notation3/.packlist lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3.pm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3.pod lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/PrefTriples.pm +lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/RDFCore.pm +lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/RDFStore.pm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/ReaderFile.pm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/ReaderString.pm +lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/SAX.pm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Template/TReader.pm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Template/TTriples.pm +lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Template/TXML.pm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Triples.pm +lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/XML.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3/Template @dirrm lib/perl5/site_perl/%%PERL_VER%%/RDF/Notation3 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/RDF 2>/dev/null || true |