diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 02:37:58 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 02:37:58 +0000 |
commit | 34c646144fd730e5020786b38df60f876c7598d6 (patch) | |
tree | 6deface5cfae79b5a6004452cb41dd33f2896424 | |
parent | e94d3afee8365804084ca780456beb7f93ab2a4f (diff) | |
download | FreeBSD-ports-34c646144fd730e5020786b38df60f876c7598d6.zip FreeBSD-ports-34c646144fd730e5020786b38df60f876c7598d6.tar.gz |
Adding libxode version 0.9.
An XML library plus string helper functions.
PR: 17789
Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
-rw-r--r-- | textproc/libxode/Makefile | 17 | ||||
-rw-r--r-- | textproc/libxode/distinfo | 1 | ||||
-rw-r--r-- | textproc/libxode/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/libxode/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/libxode/pkg-plist | 7 |
5 files changed, 29 insertions, 0 deletions
diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile new file mode 100644 index 0000000..1344c14 --- /dev/null +++ b/textproc/libxode/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: libxode +# Date created: 4 April 2000 +# Whom: Kostya Lukin <lukin@okbmei.msk.su> +# +# $FreeBSD$ +# + +PORTNAME= libxode +PORTVERSION= 0.9 +CATEGORIES= textproc +MASTER_SITES= http://download.jabber.org/dists/0.9/final/ + +MAINTAINER= lukin@okbmei.msk.su + +USE_LIBTOOL= yes + +.include <bsd.port.mk> diff --git a/textproc/libxode/distinfo b/textproc/libxode/distinfo new file mode 100644 index 0000000..a179b63 --- /dev/null +++ b/textproc/libxode/distinfo @@ -0,0 +1 @@ +MD5 (libxode-0.9.tar.gz) = 04e6124c6bf3e21cb677620c338adb8c diff --git a/textproc/libxode/pkg-comment b/textproc/libxode/pkg-comment new file mode 100644 index 0000000..5cee3d0 --- /dev/null +++ b/textproc/libxode/pkg-comment @@ -0,0 +1 @@ +Library of XML and string helper functions diff --git a/textproc/libxode/pkg-descr b/textproc/libxode/pkg-descr new file mode 100644 index 0000000..79fa01b --- /dev/null +++ b/textproc/libxode/pkg-descr @@ -0,0 +1,3 @@ +libxode provides a library of XML and string helper functions. + +Jabber agents use libxode extensively. diff --git a/textproc/libxode/pkg-plist b/textproc/libxode/pkg-plist new file mode 100644 index 0000000..40112e5 --- /dev/null +++ b/textproc/libxode/pkg-plist @@ -0,0 +1,7 @@ +include/libxode.h +include/xmlparse.h +lib/libxode.a +lib/libxode.so +lib/libxode.so.0 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R |