rxp port
This commit is contained in:
parent
8d49198db0
commit
a1c5404eff
22
textproc/rxp/Makefile
Normal file
22
textproc/rxp/Makefile
Normal 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
3
textproc/rxp/files/md5
Normal 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
1
textproc/rxp/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
a validating namespace-aware XML parser
|
3
textproc/rxp/pkg/DESCR
Normal file
3
textproc/rxp/pkg/DESCR
Normal 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
2
textproc/rxp/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
bin/rxp
|
||||
man/man1/rxp.1
|
Loading…
Reference in New Issue
Block a user