diff options
author | minskim <minskim@pkgsrc.org> | 2004-10-23 17:06:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-10-23 17:06:27 +0000 |
commit | 263eb03579832b1fa57d94a813715106c3797dc3 (patch) | |
tree | 60375cb12168a5a585be7b24d15f8ed1bf371e37 | |
parent | 16d688b6638b5edf83cac41dc09e0d979b659bac (diff) | |
download | pkgsrc-263eb03579832b1fa57d94a813715106c3797dc3.tar.gz |
Add and enable p5-Time-Piece
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | time/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4d7f4da6f38..57c4edcef4c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7539 2004/10/23 15:04:55 shannonjr Exp $ +$NetBSD: CHANGES,v 1.7540 2004/10/23 17:06:27 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4835,3 +4835,4 @@ Changes to the packages collection and infrastructure in 2004: Added dirmngr-0.5.6 [shannonjr 2004-10-23] Added gnupg-devel-1.9.11 [shannonjr 2004-10-23] Updated gpgme to 1.0.1 [shannonjr 2004-10-23] + Added p5-Time-Piece-1.08 [minskim 2004-10-23] diff --git a/time/Makefile b/time/Makefile index 7feb5c2e9fa..e47929283f6 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/10/23 07:13:37 jdolecek Exp $ +# $NetBSD: Makefile,v 1.36 2004/10/23 17:06:27 minskim Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -32,6 +32,7 @@ SUBDIR+= logtime SUBDIR+= p5-Time SUBDIR+= p5-Time-HiRes SUBDIR+= p5-Time-Period +SUBDIR+= p5-Time-Piece SUBDIR+= p5-TimeDate SUBDIR+= pcal SUBDIR+= pclock |