diff options
author | cube <cube@pkgsrc.org> | 2004-07-30 13:00:59 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-07-30 13:00:59 +0000 |
commit | a1854a30bdb6220a51aba1fc24ae9691591929af (patch) | |
tree | 331fb5ee7535916a3471db72606131b231636c85 | |
parent | e9727062b68ae3511a86292a9a185ee39c7ba86e (diff) | |
download | pkgsrc-a1854a30bdb6220a51aba1fc24ae9691591929af.tar.gz |
Add p5-Module-Versions-Report, p5-HTML-Scrubber and p5-Tree-Simple.
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | www/Makefile | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index c01938a3c7a..43dfe4812f9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.520 2004/07/24 08:46:46 recht Exp $ +# $NetBSD: Makefile,v 1.521 2004/07/30 13:00:59 cube Exp $ # COMMENT= Development utilities @@ -346,6 +346,7 @@ SUBDIR+= p5-Memoize SUBDIR+= p5-Memoize-ExpireLRU SUBDIR+= p5-Module-Build SUBDIR+= p5-Module-Dependency +SUBDIR+= p5-Module-Versions-Report SUBDIR+= p5-Net-CIDR SUBDIR+= p5-Net-Netmask SUBDIR+= p5-OLE-Storage_Lite @@ -371,6 +372,7 @@ SUBDIR+= p5-Test-Harness SUBDIR+= p5-Test-Inline SUBDIR+= p5-Test-Simple SUBDIR+= p5-Test-Unit +SUBDIR+= p5-Tree-Simple SUBDIR+= p5-Tie-IxHash SUBDIR+= p5-WeakRef SUBDIR+= p5-gettext diff --git a/www/Makefile b/www/Makefile index b11349aec96..e00bdce06c2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.335 2004/07/29 15:28:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.336 2004/07/30 13:00:59 cube Exp $ # COMMENT= Packages related to the World Wide Web @@ -176,12 +176,13 @@ SUBDIR+= p5-HTML-Parser SUBDIR+= p5-HTML-PrettyPrinter SUBDIR+= p5-HTML-SimpleParse SUBDIR+= p5-HTML-StickyQuery +SUBDIR+= p5-HTML-Scrubber SUBDIR+= p5-HTML-Table SUBDIR+= p5-HTML-TableExtract SUBDIR+= p5-HTML-Tagset SUBDIR+= p5-HTML-Template SUBDIR+= p5-HTML-Tree -SUBDIR+= p5-HTMLObject +SUBDIR+= p5-HTMLObject SUBDIR+= p5-HTTP-DAV SUBDIR+= p5-HTTP-Request-Form SUBDIR+= p5-HTTPD-User-Manage |