diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-27 13:05:39 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-27 13:05:39 +0000 |
commit | 9d4ca1f66439a9a1626a28712b478fbcfbedc835 (patch) | |
tree | 4cb1bd7c396698f3d39c023ba9abcb206c7b02e7 | |
parent | 2d5e0a6f7b4c1654f787d0eee1d265288bedbc38 (diff) | |
download | pkgsrc-9d4ca1f66439a9a1626a28712b478fbcfbedc835.tar.gz |
Added pear-Net_SMTP 1.2.6 - implementation of SMTP protocol for PHP.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2b9591f99a1..4186fede399 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8064 2004/11/27 12:54:48 gson Exp $ +$NetBSD: CHANGES,v 1.8065 2004/11/27 13:05:39 jdolecek Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5501,3 +5501,4 @@ Changes to the packages collection and infrastructure in 2004: Updated st to 1.5.1 [gson 2004-11-27] Updated autogen to 5.6.4 [kristerw 2004-11-27] Added p5-Math-FFT 0.25 [gson 2004-11-27] + Added pear-Net_SMTP 1.2.6 [jdolecek 2004-11-27] diff --git a/net/Makefile b/net/Makefile index 043271cf852..e6119776576 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.518 2004/11/19 16:53:57 wiz Exp $ +# $NetBSD: Makefile,v 1.519 2004/11/27 13:05:39 jdolecek Exp $ # COMMENT= Networking tools @@ -260,6 +260,7 @@ SUBDIR+= pchar SUBDIR+= pconsole SUBDIR+= pear-Net_DIME SUBDIR+= pear-Net_Socket +SUBDIR+= pear-Net_SMTP SUBDIR+= pear-Net_URL SUBDIR+= pear-SOAP SUBDIR+= pen |