diff options
author | rh <rh@pkgsrc.org> | 1999-12-06 09:47:32 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-06 09:47:32 +0000 |
commit | 74f97a9c33665b2a20a2c42187462694d328ba5e (patch) | |
tree | afbe4bf3401a9cfe430b1db98f6d39cc41c644eb /www/p5-VRML/pkg | |
parent | 177a180fbc84bb3f7ccc403e3fd1ed73866324f6 (diff) | |
download | pkgsrc-74f97a9c33665b2a20a2c42187462694d328ba5e.tar.gz |
Import of p5-VRML-1.04, a set of VRML classes for perl.
Diffstat (limited to 'www/p5-VRML/pkg')
-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 |
3 files changed, 42 insertions, 0 deletions
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 |