diff options
author | hq <hq@FreeBSD.org> | 2005-11-24 23:19:45 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-11-24 23:19:45 +0800 |
commit | 1586a326b97dcf8ff67043aec8ac820ba1c1b79e (patch) | |
tree | c234d48f4cce98a7ef4d4cc20adc1b9603a58f70 /textproc/nux/files | |
parent | 4a1377e8c793a8e07926f4e1ca8857ccaa91a45e (diff) | |
download | freebsd-ports-gnome-1586a326b97dcf8ff67043aec8ac820ba1c1b79e.tar.gz freebsd-ports-gnome-1586a326b97dcf8ff67043aec8ac820ba1c1b79e.tar.zst freebsd-ports-gnome-1586a326b97dcf8ff67043aec8ac820ba1c1b79e.zip |
- Update to 1.3
- Add SHA256 info
- No more validation tool
- Install a new XQuery command-line tool (optional)
- Install docs using ${FIND} | ${INSTALL_DATA}
Diffstat (limited to 'textproc/nux/files')
-rw-r--r-- | textproc/nux/files/fire-validate.sh.in | 5 | ||||
-rw-r--r-- | textproc/nux/files/fire-xquery.sh.in | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/nux/files/fire-validate.sh.in b/textproc/nux/files/fire-validate.sh.in deleted file mode 100644 index 29828649f3c3..000000000000 --- a/textproc/nux/files/fire-validate.sh.in +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -JAVA_VERSION="1.4+" "%%LOCALBASE%%/bin/java" -classpath "`%%LOCALBASE%%/bin/classpath`" nux.xom.tests.ValidationCommand "$@" diff --git a/textproc/nux/files/fire-xquery.sh.in b/textproc/nux/files/fire-xquery.sh.in new file mode 100644 index 000000000000..e996b16b64ce --- /dev/null +++ b/textproc/nux/files/fire-xquery.sh.in @@ -0,0 +1,5 @@ +#!/bin/sh +# +# $FreeBSD$ + +JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "`%%LOCALBASE%%/bin/classpath`" nux.xom.tests.XQueryCommand "$@" |