1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Adding libxode version 0.9.

An XML library plus string helper functions.

PR:		17789
Submitted by:	Kostya Lukin <lukin@okbmei.msk.su>
This commit is contained in:
Steve Price 2000-05-01 02:37:58 +00:00
parent 0146ca122a
commit 0c4c0e292e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28198
5 changed files with 29 additions and 0 deletions

17
textproc/libxode/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (libxode-0.9.tar.gz) = 04e6124c6bf3e21cb677620c338adb8c

View File

@ -0,0 +1 @@
Library of XML and string helper functions

View File

@ -0,0 +1,3 @@
libxode provides a library of XML and string helper functions.
Jabber agents use libxode extensively.

View File

@ -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