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:
parent
0146ca122a
commit
0c4c0e292e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28198
17
textproc/libxode/Makefile
Normal file
17
textproc/libxode/Makefile
Normal 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>
|
1
textproc/libxode/distinfo
Normal file
1
textproc/libxode/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libxode-0.9.tar.gz) = 04e6124c6bf3e21cb677620c338adb8c
|
1
textproc/libxode/pkg-comment
Normal file
1
textproc/libxode/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Library of XML and string helper functions
|
3
textproc/libxode/pkg-descr
Normal file
3
textproc/libxode/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
libxode provides a library of XML and string helper functions.
|
||||
|
||||
Jabber agents use libxode extensively.
|
7
textproc/libxode/pkg-plist
Normal file
7
textproc/libxode/pkg-plist
Normal 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
|
Loading…
x
Reference in New Issue
Block a user