diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-19 02:23:40 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-19 02:23:40 +0000 |
commit | d37e5ac27953d56940045d73fb215f5c629cf027 (patch) | |
tree | b10b1ec77de3bd790868dcf8894db1ac34e83c5a /textproc | |
parent | 663cffd1a86d2e60f92a47b798612769ab421c00 (diff) | |
download | FreeBSD-ports-d37e5ac27953d56940045d73fb215f5c629cf027.zip FreeBSD-ports-d37e5ac27953d56940045d73fb215f5c629cf027.tar.gz |
rename yaxi to ocaml-yaxi
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/yaxi/Makefile | 36 | ||||
-rw-r--r-- | textproc/yaxi/distinfo | 2 | ||||
-rw-r--r-- | textproc/yaxi/files/patch-Makefile | 20 | ||||
-rw-r--r-- | textproc/yaxi/pkg-descr | 5 |
5 files changed, 0 insertions, 64 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0690f88..71384dd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -565,7 +565,6 @@ SUBDIR += xt SUBDIR += xxdiff SUBDIR += y2l - SUBDIR += yaxi SUBDIR += yodl .include <bsd.port.subdir.mk> diff --git a/textproc/yaxi/Makefile b/textproc/yaxi/Makefile deleted file mode 100644 index 81075f5..0000000 --- a/textproc/yaxi/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: yaxi -# Date created: Mar 17, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= yaxi -PORTVERSION= 0.5.2 -CATEGORIES= textproc -MASTER_SITES= http://mattam.ath.cx/progs/yaxi/releases/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Yet Another X* Implementation for OCaml - -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ - ${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net \ - ${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ulex \ - ${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/camomile -RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ - ${OCAML_SITELIBDIR}/netstring/netstring.a:${PORTSDIR}/www/ocaml-net \ - ${OCAML_SITELIBDIR}/ulex/ulexing.a:${PORTSDIR}/devel/ulex \ - ${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/camomile - -OCAML_SITELIBDIR= ${LOCALBASE}/lib/ocaml/site-lib -USE_GMAKE= yes - -PLIST_FILES= bin/yaxsltproc - -post-install: - @${ECHO_CMD} "@unexec ocamlfind remove yaxi 2>/dev/null || true" >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/textproc/yaxi/distinfo b/textproc/yaxi/distinfo deleted file mode 100644 index 8937920..0000000 --- a/textproc/yaxi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (yaxi-0.5.2.tar.gz) = ea17a507207057e3489cf987a9a80b10 -SIZE (yaxi-0.5.2.tar.gz) = 69067 diff --git a/textproc/yaxi/files/patch-Makefile b/textproc/yaxi/files/patch-Makefile deleted file mode 100644 index 99b2f46..0000000 --- a/textproc/yaxi/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig Thu Mar 18 09:56:55 2004 -+++ Makefile Thu Mar 18 09:57:50 2004 -@@ -3,7 +3,7 @@ - - export VERSION - # Where the binaries will go (yaxsltproc) --BIN_DESTDIR = ${DESTDIR}/usr/bin/ -+BIN_DESTDIR = ${PREFIX}/bin - - DIST_FILES = Makefile OCamlMakefile AUTHORS README COPYING ChangeLog META.in TODO \ - examples/Makefile examples/*.ml examples/*.x*l -@@ -41,7 +41,7 @@ - - install: all META - ocamlfind install yaxi META src/*.mli src/*.cm* src/*.a -- install -D src/yaxsltproc ${BIN_DESTDIR}/yaxsltproc -+ ${BSD_INSTALL_PROGRAM} src/yaxsltproc ${BIN_DESTDIR}/yaxsltproc - - dist: clean - mkdir tmp/yaxi-$(VERSION) diff --git a/textproc/yaxi/pkg-descr b/textproc/yaxi/pkg-descr deleted file mode 100644 index b6b5e02..0000000 --- a/textproc/yaxi/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Yaxi contains a (currently non-validating) XML parser (SAX, DOM methods, pull -parser in the works), a complete XPath implementation and a (still incomplete) -XSL implementation. - -WWW: http://mattam.ath.cx/progs/yaxi.html |