summaryrefslogtreecommitdiff
path: root/www/p5-VRML/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 02:15:23 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 02:15:23 +0000
commit431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch)
treef392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/p5-VRML/DESCR
parentc72c1cf5f95cbe537b005028f1743cddb16ef203 (diff)
downloadpkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/p5-VRML/DESCR')
-rw-r--r--www/p5-VRML/DESCR21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-VRML/DESCR b/www/p5-VRML/DESCR
new file mode 100644
index 00000000000..5b33ef76efc
--- /dev/null
+++ b/www/p5-VRML/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