mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Add a port for the RXP validating XML parser.
This commit is contained in:
parent
6be5b50ca9
commit
fd1acdaeba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37270
@ -118,6 +118,7 @@
|
||||
SUBDIR += ruby-html-parser
|
||||
SUBDIR += ruby-rdtool
|
||||
SUBDIR += ruby-xmlparser
|
||||
SUBDIR += rxp
|
||||
SUBDIR += sablotron
|
||||
SUBDIR += sarep
|
||||
SUBDIR += sdf
|
||||
|
31
textproc/rxp/Makefile
Normal file
31
textproc/rxp/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection Makefile for: rxp
|
||||
# Date created: 12 Jan 2001
|
||||
# Whom: jkoshy
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rxp
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/richard/
|
||||
DISTFILES= rxp.tar.gz
|
||||
|
||||
MAINTAINER= jkoshy@freebsd.org
|
||||
|
||||
MAN1= rxp.1
|
||||
|
||||
RXP_HEADERS= charset.h ctype16.h dtd.h hash.h input.h namespaces.h \
|
||||
rxputil.h stdio16.h string16.h system.h url.h version.h \
|
||||
xmlparser.h
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rxp ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/librxp.a ${PREFIX}/lib
|
||||
${INSTALL_MAN} ${WRKSRC}/rxp.1 ${PREFIX}/man/man1
|
||||
${MKDIR} ${PREFIX}/include/rxp
|
||||
.for h in ${RXP_HEADERS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${h} ${PREFIX}/include/rxp
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/rxp/distinfo
Normal file
1
textproc/rxp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rxp.tar.gz) = b7c230a3053eb91d1c0a746942443cd7
|
1
textproc/rxp/pkg-comment
Normal file
1
textproc/rxp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A validating XML parser written in C
|
4
textproc/rxp/pkg-descr
Normal file
4
textproc/rxp/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
RXP is a validating XML parser written in C. It is licensed under the
|
||||
GNU Public Licence.
|
||||
|
||||
WWW: http://www.cogsci.ed.ac.uk/~richard/rxp.html
|
16
textproc/rxp/pkg-plist
Normal file
16
textproc/rxp/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
bin/rxp
|
||||
lib/librxp.a
|
||||
include/rxp/charset.h
|
||||
include/rxp/ctype16.h
|
||||
include/rxp/dtd.h
|
||||
include/rxp/hash.h
|
||||
include/rxp/input.h
|
||||
include/rxp/namespaces.h
|
||||
include/rxp/rxputil.h
|
||||
include/rxp/stdio16.h
|
||||
include/rxp/string16.h
|
||||
include/rxp/system.h
|
||||
include/rxp/url.h
|
||||
include/rxp/version.h
|
||||
include/rxp/xmlparser.h
|
||||
@dirrm include/rxp
|
Loading…
Reference in New Issue
Block a user