aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/sxml/Makefile20
-rw-r--r--textproc/sxml/distinfo3
-rw-r--r--textproc/sxml/pkg-descr5
-rw-r--r--textproc/sxml/pkg-plist8
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index bd3b819393c7..3e119854ceb6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -917,6 +917,7 @@
SUBDIR += sv-aspell
SUBDIR += svn2cl
SUBDIR += sw-aspell
+ SUBDIR += sxml
SUBDIR += syck
SUBDIR += ta-aspell
SUBDIR += tclExpat
diff --git a/textproc/sxml/Makefile b/textproc/sxml/Makefile
new file mode 100644
index 000000000000..14050430a517
--- /dev/null
+++ b/textproc/sxml/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: SXML
+# Date created: 18 February 2006
+# Whom: Kouichi ABE (WALL) <kouichi@mysticwall.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sxml
+PORTVERSION= 1.0.4
+CATEGORIES= textproc
+MASTER_SITES= http://www.MysticWALL.COM/download/
+
+MAINTAINER= kouichi@MysticWALL.COM
+COMMENT= Skimpy XML parsing and grafting library for C language
+
+GNU_CONFIGURE= yes
+USE_BZIP2= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/sxml/distinfo b/textproc/sxml/distinfo
new file mode 100644
index 000000000000..fe92c5bf07d8
--- /dev/null
+++ b/textproc/sxml/distinfo
@@ -0,0 +1,3 @@
+MD5 (sxml-1.0.4.tar.bz2) = 647b30e1a7afa980898ddeca30a63f9d
+SHA256 (sxml-1.0.4.tar.bz2) = 920daad6bb15a2e86e064b4d9cc7a6d26ca4329ac9e30baa29b92ca11b07e6ff
+SIZE (sxml-1.0.4.tar.bz2) = 57423
diff --git a/textproc/sxml/pkg-descr b/textproc/sxml/pkg-descr
new file mode 100644
index 000000000000..2a74f31039b3
--- /dev/null
+++ b/textproc/sxml/pkg-descr
@@ -0,0 +1,5 @@
+SXML is a skimpy XML parsing and grafting C library that you can use to read
+and write XML-like configuration file for your application.
+
+Author: Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
+WWW: http://www.MysticWALL.COM/software/sxml/index.html
diff --git a/textproc/sxml/pkg-plist b/textproc/sxml/pkg-plist
new file mode 100644
index 000000000000..45da67e35055
--- /dev/null
+++ b/textproc/sxml/pkg-plist
@@ -0,0 +1,8 @@
+include/sxmlrpc.h
+include/sxml.h
+lib/libsxmlrpc.a
+lib/libsxmlrpc.so
+lib/libsxmlrpc.so.1
+lib/libsxml.a
+lib/libsxml.so
+lib/libsxml.so.1