diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-15 22:16:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-15 22:16:11 +0000 |
commit | 15552c5f06e5f80dbf99e14824a22a97bf2879fe (patch) | |
tree | a69a2c79b8e1ba8666c1993d4d5bd9485a79820d /textproc/sxml | |
parent | cb417c0f836cee316c0557204c93b6e45bc3842b (diff) | |
download | ports-15552c5f06e5f80dbf99e14824a22a97bf2879fe.tar.gz ports-15552c5f06e5f80dbf99e14824a22a97bf2879fe.zip |
Notes
Diffstat (limited to 'textproc/sxml')
-rw-r--r-- | textproc/sxml/Makefile | 20 | ||||
-rw-r--r-- | textproc/sxml/distinfo | 3 | ||||
-rw-r--r-- | textproc/sxml/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/sxml/pkg-plist | 8 |
4 files changed, 36 insertions, 0 deletions
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 |