This commit is contained in:
jakob 1999-07-20 19:30:41 +00:00
parent 8d49198db0
commit a1c5404eff
5 changed files with 31 additions and 0 deletions

22
textproc/rxp/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/07/20 19:30:41 jakob Exp $
# what port/package will be created
#
DISTNAME= rxp-1.0.9
CATEGORIES= textproc
# where to send comments about this port
#
MAINTAINER= jakob@openbsd.org
# where the source files can be fetched
#
MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/richard/
# how to install
#
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rxp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/rxp.1 ${PREFIX}/man/man1/rxp.1
.include <bsd.port.mk>

3
textproc/rxp/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (rxp-1.0.9.tar.gz) = 60fb5eda5e2cd348c5b1a8c79488db23
RMD160 (rxp-1.0.9.tar.gz) = 57bfc8d403f3bd20fe8a2589774cd6f863a90b75
SHA1 (rxp-1.0.9.tar.gz) = c745b7c87be8010a39cc8d783f54bbf41b0aa6c0

1
textproc/rxp/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
a validating namespace-aware XML parser

3
textproc/rxp/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
rxp reads and parses XML from the url and writes it to standard output,
optionally expanding entities, defaulting attributes, and translating
to a different output encoding.

2
textproc/rxp/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/rxp
man/man1/rxp.1