diff options
author | joerg <joerg@pkgsrc.org> | 2008-10-09 00:25:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-10-09 00:25:51 +0000 |
commit | b83afe4c29f4ae5352c805c5ea6d680790cebecd (patch) | |
tree | 95b01109bbf8762b3a731b351b460ddefed015fc | |
parent | bc74f555906c912168c614ea2f6bac6df8d613fb (diff) | |
download | pkgsrc-b83afe4c29f4ae5352c805c5ea6d680790cebecd.tar.gz |
+ net/parpd
-rw-r--r-- | doc/CHANGES-2008 | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 53521a01772..addcb77e038 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.2415 2008/10/08 20:05:18 wiz Exp $ +$NetBSD: CHANGES-2008,v 1.2416 2008/10/09 00:25:51 joerg Exp $ Changes to the packages collection and infrastructure in 2008: @@ -4131,3 +4131,4 @@ Changes to the packages collection and infrastructure in 2008: Added net/fetch version 1.0 [joerg 2008-10-08] Added archivers/lzma-utils version 4.32.7 [wiz 2008-10-08] Added cross/cc65 version 2.12.0 [wiz 2008-10-08] + Added net/parpd version 1.0 [joerg 2008-10-09] diff --git a/net/Makefile b/net/Makefile index 5115677f2ea..41aa97981e6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.729 2008/10/08 15:30:47 joerg Exp $ +# $NetBSD: Makefile,v 1.730 2008/10/09 00:25:51 joerg Exp $ # COMMENT= Networking tools @@ -362,6 +362,7 @@ SUBDIR+= p5-Socket6 SUBDIR+= p5-X500-DN SUBDIR+= p5-ispman SUBDIR+= packit +SUBDIR+= parpd SUBDIR+= partysip SUBDIR+= pchar SUBDIR+= pconsole |