diff options
author | abs <abs> | 2006-06-07 12:03:13 +0000 |
---|---|---|
committer | abs <abs> | 2006-06-07 12:03:13 +0000 |
commit | 1af4a1320848e8afe03243a8cdd1b915c80c4ebd (patch) | |
tree | 12a88fd473e43eae765f320df092c05d28a3d251 | |
parent | 6dfec59de0d786583cf2c709047575c72f1b7b5f (diff) | |
download | pkgsrc-1af4a1320848e8afe03243a8cdd1b915c80c4ebd.tar.gz |
Add:
- devel/p5-IO-Prompt
- devel/p5-List-MoreUtils
- devel/p5-Perl6-Export
- devel/p5-Perl6-Slurp
- devel/p5-version
- graphics/p5-RRDTool-OO
- time/p5-DateTime-Format-Builder
- time/p5-DateTime-Format-ISO8601
- time/p5-DateTime-Format-Strptime
- www/p5-FCGI-ProcManager
-rw-r--r-- | devel/Makefile | 7 | ||||
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | time/Makefile | 5 | ||||
-rw-r--r-- | www/Makefile | 3 |
4 files changed, 14 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index 097cd236da9..548f99e473f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.766 2006/06/06 10:24:24 seb Exp $ +# $NetBSD: Makefile,v 1.767 2006/06/07 12:03:13 abs Exp $ # COMMENT= Development utilities @@ -424,6 +424,7 @@ SUBDIR+= p5-IO-LockedFile SUBDIR+= p5-IO-Multiplex SUBDIR+= p5-IO-Null SUBDIR+= p5-IO-Pager +SUBDIR+= p5-IO-Prompt SUBDIR+= p5-IO-String SUBDIR+= p5-IO-Stty SUBDIR+= p5-IO-Tee @@ -437,6 +438,7 @@ SUBDIR+= p5-IPC-Shareable SUBDIR+= p5-IPC-SharedCache SUBDIR+= p5-Inline SUBDIR+= p5-LDAP +SUBDIR+= p5-List-MoreUtils SUBDIR+= p5-Log-Agent SUBDIR+= p5-Log-Dispatch SUBDIR+= p5-Log-Dispatch-Config @@ -473,6 +475,8 @@ SUBDIR+= p5-Parse-Yapp SUBDIR+= p5-PatchReader SUBDIR+= p5-PathTools SUBDIR+= p5-Perl-Tidy +SUBDIR+= p5-Perl6-Export +SUBDIR+= p5-Perl6-Slurp SUBDIR+= p5-PerlIO-eol SUBDIR+= p5-PerlIO-via-dynamic SUBDIR+= p5-PerlIO-via-symlink @@ -532,6 +536,7 @@ SUBDIR+= p5-glib2 SUBDIR+= p5-perl-headers SUBDIR+= p5-prefork SUBDIR+= p5-subversion +SUBDIR+= p5-version SUBDIR+= palmpower SUBDIR+= pango SUBDIR+= papaya diff --git a/graphics/Makefile b/graphics/Makefile index 6f566ecdf1d..c64b71628ad 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.421 2006/05/21 16:59:48 xtraeme Exp $ +# $NetBSD: Makefile,v 1.422 2006/06/07 12:03:13 abs Exp $ # COMMENT= Graphics tools and libraries @@ -213,6 +213,7 @@ SUBDIR+= p5-Image-Imlib2 SUBDIR+= p5-Image-Info SUBDIR+= p5-Image-Size SUBDIR+= p5-PerlMagick +SUBDIR+= p5-RRDTool SUBDIR+= p5-SWF-File SUBDIR+= pear-Image_Canvas SUBDIR+= pear-Image_Color diff --git a/time/Makefile b/time/Makefile index 7e99b32c054..f8094cf1cdf 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/04/16 22:25:45 minskim Exp $ +# $NetBSD: Makefile,v 1.48 2006/06/07 12:03:13 abs Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -33,7 +33,10 @@ SUBDIR+= lmclock SUBDIR+= logtime SUBDIR+= p5-DateTime SUBDIR+= p5-DateTime-Event-Cron +SUBDIR+= p5-DateTime-Format-Builder SUBDIR+= p5-DateTime-Format-Epoch +SUBDIR+= p5-DateTime-Format-ISO8601 +SUBDIR+= p5-DateTime-Format-Strptime SUBDIR+= p5-DateTime-Locale SUBDIR+= p5-DateTime-Set SUBDIR+= p5-DateTime-TimeZone diff --git a/www/Makefile b/www/Makefile index 46225bda374..9b853cabedc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.454 2006/05/26 23:54:54 joerg Exp $ +# $NetBSD: Makefile,v 1.455 2006/06/07 12:03:13 abs Exp $ # COMMENT= Packages related to the World Wide Web @@ -194,6 +194,7 @@ SUBDIR+= p5-CGI-Minimal SUBDIR+= p5-CGI-Session SUBDIR+= p5-CGI_Lite SUBDIR+= p5-FCGI +SUBDIR+= p5-FCGI-ProcManager SUBDIR+= p5-HTML-Clean SUBDIR+= p5-HTML-Element-Extended SUBDIR+= p5-HTML-FillInForm |