diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-12-15 23:06:12 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-12-15 23:06:12 +0000 |
commit | 8e0aafa691990add38f3f4a96ba175b3e1508caa (patch) | |
tree | 7bed43a9979e1c41c261428b7d75a3b0b7ced689 /textproc/docbook-xsl/files | |
parent | 67c2bf2a0ad4c4d055e8d03a6106b6912200bb0b (diff) | |
download | ports-8e0aafa691990add38f3f4a96ba175b3e1508caa.tar.gz ports-8e0aafa691990add38f3f4a96ba175b3e1508caa.zip |
Notes
Diffstat (limited to 'textproc/docbook-xsl/files')
-rw-r--r-- | textproc/docbook-xsl/files/pkg-install.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/docbook-xsl/files/pkg-install.in b/textproc/docbook-xsl/files/pkg-install.in index a26b25a8b2f1..92443952c25d 100644 --- a/textproc/docbook-xsl/files/pkg-install.in +++ b/textproc/docbook-xsl/files/pkg-install.in @@ -4,8 +4,9 @@ # # Based on http://xmlsoft.org/buildDocBookCatalog file. # -# in vi/vim grab VERSIONS string with command: -# !!echo -n "VERSIONS='current ";fetch -qo - http://cvs.sf.net/cgi-bin/viewcvs.cgi/docbook/xsl/VERSION|sed -nE 's/.*Version (.*) released./\1/gp'|sort|sed -e '1,3d'|paste -sd ' ' -|tr \\n \' +# Run the following command to generate a new VERSIONS string: +# perl -n -e '/Version ([\d.]+) rel/ && print "$1\n"' work/*/ChangeLog | +# sort -n | tr '\n' ' ' # # -- Rui Lopes <rui@ruilopes.com> @@ -18,7 +19,7 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0 fi -VERSIONS='current 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.50.0 1.50.1-EXP 1.50.1-EXP2 1.51.0 1.51.1 1.52.0 1.52.1 1.52.2 1.53.0 1.54.0 1.54.1 1.55.0 1.56.0 1.56.1 1.57.0 1.58.0 1.58.1 1.59.0 1.59.1 1.59.2 1.60.0 1.60.1 1.60.1 1.61.0 1.61.1 1.61.2 1.61.3' +VERSIONS='1.36 1.37 1.38 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.50.0 1.51.0 1.51.1 1.52.0 1.52.1 1.52.2 1.53.0 1.54.0 1.54.1 1.55.0 1.56.0 1.56.1 1.57.0 1.58.0 1.58.1 1.59.0 1.59.1 1.59.2 1.60.0 1.60.1 1.60.1 1.61.0 1.61.1 1.61.2 1.61.3 1.62.0 1.62.1 1.62.2 1.62.3 1.62.4 1.63.0' if [ ! -f ${CATALOG_XSL} ]; then ${XMLCATMGR} -c "${CATALOG_XSL}" create |