diff options
author | rh <rh> | 1999-12-06 09:47:32 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-06 09:47:32 +0000 |
commit | e41c7df8295fdc895b765adf29f7573bbb5235c4 (patch) | |
tree | afbe4bf3401a9cfe430b1db98f6d39cc41c644eb /www/p5-VRML | |
parent | a2c24892bfb96b6a8f4f5358d127f825fdf33c79 (diff) | |
download | pkgsrc-e41c7df8295fdc895b765adf29f7573bbb5235c4.tar.gz |
Import of p5-VRML-1.04, a set of VRML classes for perl.
Diffstat (limited to 'www/p5-VRML')
-rw-r--r-- | www/p5-VRML/Makefile | 17 | ||||
-rw-r--r-- | www/p5-VRML/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-VRML/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-VRML/pkg/DESCR | 21 | ||||
-rw-r--r-- | www/p5-VRML/pkg/PLIST | 20 |
5 files changed, 62 insertions, 0 deletions
diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile new file mode 100644 index 00000000000..f83dd391a58 --- /dev/null +++ b/www/p5-VRML/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 09:47:32 rh Exp $ +# + +PKGNAME= p5-VRML-1.04 +DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' +CATEGORIES= www net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=VRML/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gfz-potsdam.de/~palm/software/VRML/doc/VRML.pm.html + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-VRML/files/md5 b/www/p5-VRML/files/md5 new file mode 100644 index 00000000000..eecc326ebdd --- /dev/null +++ b/www/p5-VRML/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/06 09:47:33 rh Exp $ + +MD5 (VRML-1.04.tar.gz) = 99899892d24042997d1b569fb64839b9 diff --git a/www/p5-VRML/pkg/COMMENT b/www/p5-VRML/pkg/COMMENT new file mode 100644 index 00000000000..05a75273c73 --- /dev/null +++ b/www/p5-VRML/pkg/COMMENT @@ -0,0 +1 @@ +a set of VRML classes for Perl. diff --git a/www/p5-VRML/pkg/DESCR b/www/p5-VRML/pkg/DESCR new file mode 100644 index 00000000000..5b33ef76efc --- /dev/null +++ b/www/p5-VRML/pkg/DESCR @@ -0,0 +1,21 @@ + A set of VRML classes for Perl5. Documentation for these modules is +part of the files themselves using the pod (Plain Old Documentation) format, +and can be read using the pod2man and pod2html programs that come with +perl5.001. To convert them into manual page format, type something like +the following: + + pod2man VRML.pm > VRML.1 + +To convert them into html format, type: + + pod2html VRML.pm > VRML.html + +Online documentation of these modules as well as related modules (such +as the earlier VRML.pm module) can be found at: + + http://www.gfz-potsdam.de/~palm/software/VRML/doc + +Many examples of VRML scripts of various degrees of complexity can be +found at: + + http://www.gfz-potsdam.de/~palm/software/VRML/examples diff --git a/www/p5-VRML/pkg/PLIST b/www/p5-VRML/pkg/PLIST new file mode 100644 index 00000000000..34c1541c540 --- /dev/null +++ b/www/p5-VRML/pkg/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/06 09:47:32 rh Exp $ +lib/perl5/site_perl/VRML/Color.pm +lib/perl5/site_perl/VRML/VRML1/Standard.pm +lib/perl5/site_perl/VRML/VRML1.pm +lib/perl5/site_perl/VRML/VRML2/Standard.pm +lib/perl5/site_perl/VRML/VRML2.pm +lib/perl5/site_perl/VRML/Base.pm +lib/perl5/site_perl/VRML.pm +lib/perl5/man/man3/VRML::Color.3 +lib/perl5/man/man3/VRML.3 +lib/perl5/man/man3/VRML::VRML1.3 +lib/perl5/man/man3/VRML::VRML1::Standard.3 +lib/perl5/man/man3/VRML::Base.3 +lib/perl5/man/man3/VRML::VRML2.3 +lib/perl5/man/man3/VRML::VRML2::Standard.3 +lib/perl5/site_perl/i386-netbsd/auto/VRML/.packlist +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/VRML +@dirrm lib/perl5/site_perl/VRML/VRML1 +@dirrm lib/perl5/site_perl/VRML/VRML2 +@dirrm lib/perl5/site_perl/VRML |