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 PR: ports/113994 Submitted by: Kouichi ABE (WALL) <kouichi@mysticwall.com>
This commit is contained in:
parent
cb417c0f83
commit
15552c5f06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195691
@ -917,6 +917,7 @@
|
||||
SUBDIR += sv-aspell
|
||||
SUBDIR += svn2cl
|
||||
SUBDIR += sw-aspell
|
||||
SUBDIR += sxml
|
||||
SUBDIR += syck
|
||||
SUBDIR += ta-aspell
|
||||
SUBDIR += tclExpat
|
||||
|
20
textproc/sxml/Makefile
Normal file
20
textproc/sxml/Makefile
Normal file
@ -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>
|
3
textproc/sxml/distinfo
Normal file
3
textproc/sxml/distinfo
Normal file
@ -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
|
5
textproc/sxml/pkg-descr
Normal file
5
textproc/sxml/pkg-descr
Normal file
@ -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
|
8
textproc/sxml/pkg-plist
Normal file
8
textproc/sxml/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user