summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-10-29 02:03:33 +0000
committerminskim <minskim@pkgsrc.org>2005-10-29 02:03:33 +0000
commit5049186f8b535d79a2965b05f08e5d2a86e07778 (patch)
tree5802248b95ee86587d9426c4773cf7c862e71bc2
parent92c3cabd166a2066b72fed9e840cde9527e3dacb (diff)
downloadpkgsrc-5049186f8b535d79a2965b05f08e5d2a86e07778.tar.gz
Add gsoap.
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 461b6429bd9..049e20b6397 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.682 2005/10/23 15:41:39 rillig Exp $
+# $NetBSD: Makefile,v 1.683 2005/10/29 02:03:33 minskim Exp $
#
COMMENT= Development utilities
@@ -173,6 +173,7 @@ SUBDIR+= gob2
SUBDIR+= gobo-eiffel
SUBDIR+= gperf
SUBDIR+= gputils
+SUBDIR+= gsoap
SUBDIR+= gtexinfo
SUBDIR+= gtl
SUBDIR+= gtoolkit-examples
diff --git a/doc/CHANGES b/doc/CHANGES
index 9f64b4561f4..66e62ba3986 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11692 2005/10/29 01:46:17 minskim Exp $
+$NetBSD: CHANGES,v 1.11693 2005/10/29 02:03:33 minskim Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -4882,3 +4882,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated net/wap-utils to 1.3.2nb3 [kristerw 2005-10-28]
Added net/chksniff version 0.2 [minskim 2005-10-29]
Updated math/mathomatic to 12.5.0 [minskim 2005-10-29]
+ Added devel/gsoap version 2.7.6c [minskim 2005-10-29]