diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-18 14:35:29 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-18 14:35:29 +0000 |
commit | 8fcff034084d991383f31dd3f2295771ab851167 (patch) | |
tree | fab0a5de7ef9860b22ce060840f87bcd7efa8426 /www/p5-VRML/Makefile | |
parent | 96059a59a5abff80c590477d31a5ccfde8b85df0 (diff) | |
download | pkgsrc-8fcff034084d991383f31dd3f2295771ab851167.tar.gz |
- updated to 1.10
- Changed homepage URL as the old one is unaccessible
ChangeLog:
- no entry for 1.10 -
1.09
* add method "pointset" to VRML::VRML2
* bug in method line fixed
1.08
* add method "torus" to VRML::VRML2
1.07
* add "language" to method text
1.06
* remove a bug in VRML::VRML2::Standard::IndexedFaceSet (Thanx Bridget Kenyon)
1.05
* add "textrans" to method "appearance" in VRML::VRML2
* ROUTEs now moved at the end of nodes
Diffstat (limited to 'www/p5-VRML/Makefile')
-rw-r--r-- | www/p5-VRML/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile index c3f69b96eb7..ee431dc6d64 100644 --- a/www/p5-VRML/Makefile +++ b/www/p5-VRML/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:56 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/07/18 14:35:29 rhaen Exp $ # -DISTNAME= VRML-1.04 +DISTNAME= VRML-1.10 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5vrm -PKGREVISION= 2 CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=VRML/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dc.gfz-potsdam.de/~palm/software/VRML/doc/VRML.pm.html +HOMEPAGE= http://www.gfz-potsdam.de/~palm/software/VRML/doc COMMENT= Set of VRML classes for Perl PKG_INSTALLATION_TYPES= overwrite pkgviews |