- Update to 0.53

- Add LICENSE (Artistic 1 & GPL 1)
This commit is contained in:
Frederic Culot 2012-05-26 07:29:57 +00:00
parent d68719279f
commit a98f5a7c5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297469
3 changed files with 25 additions and 28 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= Physics-Unit PORTNAME= Physics-Unit
PORTVERSION= 0.04 PORTVERSION= 0.53
CATEGORIES= science perl5 CATEGORIES= science perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -14,17 +14,20 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org MAINTAINER= culot@FreeBSD.org
COMMENT= Manipulate Physics units and dimensions COMMENT= Manipulate Physics units and dimensions
PERL_CONFIGURE= yes LICENSE= ART10 GPLv1
LICENSE_COMB= dual
MAN3= Physics::Unit.3 Physics::UnitImpl.3 Physics::Unit::Scalar.3 \ PERL_MODBUILD= yes
Physics::Unit::ScalarImpl.3 Physics::Unit::ScalarSubtypes.3 \
Physics::Unit::Vector.3 MAN1= physics-unit.1
MAN3= Physics::Unit.3 \
Physics::Unit::Implementation.3 \
Physics::Unit::Scalar.3 \
Physics::Unit::Scalar::Implementation.3 \
Physics::Unit::UnitsByName.3 \
Physics::Unit::UnitsByType.3
post-install: post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES) .if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR} ${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/eg/ && ${COPYTREE_SHARE} '*.pl' ${EXAMPLESDIR}) (cd ${WRKSRC}/eg/ && ${COPYTREE_SHARE} '*.pl' ${EXAMPLESDIR})

View file

@ -1,2 +1,2 @@
SHA256 (Physics-Unit-0.04.tar.gz) = 716803dc63f730b34dcb906324267d9cb1031ef61962bc3c1ab0113a93e468b3 SHA256 (Physics-Unit-0.53.tar.gz) = 1d1e8cbd08faaadc253d3c8285ec24954317c5997374e9ca9176bc755811c8fb
SIZE (Physics-Unit-0.04.tar.gz) = 48257 SIZE (Physics-Unit-0.53.tar.gz) = 53356

View file

@ -1,25 +1,19 @@
bin/physics-unit
%%SITE_PERL%%/Physics/Unit.pm %%SITE_PERL%%/Physics/Unit.pm
%%SITE_PERL%%/Physics/UnitImpl.pm %%SITE_PERL%%/Physics/Unit/Implementation.pod
%%SITE_PERL%%/Physics/Unit/UnitsByName.pod
%%SITE_PERL%%/Physics/Unit/UnitsByType.pod
%%SITE_PERL%%/Physics/Unit/Scalar/Implementation.pod
%%SITE_PERL%%/Physics/Unit/Scalar.pm %%SITE_PERL%%/Physics/Unit/Scalar.pm
%%SITE_PERL%%/Physics/Unit/ScalarImpl.pm %%SITE_PERL%%/Physics/Unit/Script/GenPages.pm
%%SITE_PERL%%/Physics/Unit/ScalarSubtypes.pm %%SITE_PERL%%/Physics/Unit/Script.pm
%%SITE_PERL%%/Physics/Unit/Vector.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ScalarDocExamples.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Physics/Unit/.packlist
%%PORTDOCS%%%%DOCSDIR%%/UnitsByName.html
%%PORTDOCS%%%%DOCSDIR%%/UnitsByType.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ScalarDebug.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ScalarMethods.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ScalarMethods.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ScalarSimple.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ScalarSimple.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UnitDebug.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UnitDocExamples.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/UnitDocExamples.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UnitGenPages.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UnitLists.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/UnitLists.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UnitSimple.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/VectorDebug.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/VectorSimple.pl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%SITE_PERL%%/Physics/Unit/Scalar
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Physics/Unit @dirrm %%SITE_PERL%%/Physics/Unit/Script
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Physics @dirrm %%SITE_PERL%%/Physics/Unit
@dirrmtry %%SITE_PERL%%/Physics/Unit
@dirrmtry %%SITE_PERL%%/Physics @dirrmtry %%SITE_PERL%%/Physics