pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/spl Added more documentation. Bumped PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/047f6f3ffd79
branches:  trunk
changeset: 513026:047f6f3ffd79
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri May 19 13:44:50 2006 +0000

description:
Added more documentation. Bumped PKGREVISION.

Patch provided by Raphael Langerhorst in PR 33508.

diffstat:

 lang/spl/Makefile |   9 +++--
 lang/spl/PLIST    |  91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 95 insertions(+), 5 deletions(-)

diffs (152 lines):

diff -r 8a0aa25cc7a0 -r 047f6f3ffd79 lang/spl/Makefile
--- a/lang/spl/Makefile Fri May 19 13:14:06 2006 +0000
+++ b/lang/spl/Makefile Fri May 19 13:44:50 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2006/05/19 08:13:25 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2006/05/19 13:44:50 rillig Exp $
 #
 
 DISTNAME=      spl-0.9h
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  http://www.clifford.at/spl/releases/
 
@@ -11,7 +11,7 @@
 COMMENT=       The SPL Programming Language
 
 USE_LANGUAGES= c
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake gawk
 
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-patch
@@ -23,6 +23,7 @@
 _SUBST_IS_TEXT_FILE=true
 
 MAKEFILE=      GNUmakefile
+BUILD_TARGET=  all spldoc
 EGDIR=         ${PREFIX}/share/examples/spl
 DOCDIR=                ${PREFIX}/share/doc/spl
 
@@ -31,7 +32,7 @@
        ${CHMOD} a+rwx ${PREFIX}/libexec/cgi-bin/webspl_cache
        ${LN} -s ${PREFIX}/lib/spl_modules ${PREFIX}/libexec/cgi-bin/spl_modules
        ${INSTALL_DATA_DIR} ${DOCDIR}
-       cd ${WRKSRC} && ${PAX} -rw -p am README* webspl_demo webspltut ${DOCDIR}
+       cd ${WRKSRC} && ${PAX} -rw -p am README* manual.tex spldoc webspl_demo webspltut ${DOCDIR}
        ${INSTALL_DATA_DIR} ${EGDIR}
        cd ${WRKSRC}/examples && ${INSTALL_DATA} example* ${EGDIR}
 
diff -r 8a0aa25cc7a0 -r 047f6f3ffd79 lang/spl/PLIST
--- a/lang/spl/PLIST    Fri May 19 13:14:06 2006 +0000
+++ b/lang/spl/PLIST    Fri May 19 13:44:50 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/05/19 08:13:25 rillig Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/05/19 13:44:50 rillig Exp $
 bin/spl-config
 bin/splrun
 include/spl.h
@@ -41,6 +41,94 @@
 share/doc/spl/README.API
 share/doc/spl/README.LANG
 share/doc/spl/README.WEBSPL
+share/doc/spl/manual.tex
+share/doc/spl/spldoc/builtins.html
+share/doc/spl/spldoc/builtins.txt
+share/doc/spl/spldoc/array.html
+share/doc/spl/spldoc/array.txt
+share/doc/spl/spldoc/bits.html
+share/doc/spl/spldoc/bits.txt
+share/doc/spl/spldoc/cgi.html
+share/doc/spl/spldoc/cgi.txt
+share/doc/spl/spldoc/crypt.html
+share/doc/spl/spldoc/crypt.txt
+share/doc/spl/spldoc/curl.html
+share/doc/spl/spldoc/curl.txt
+share/doc/spl/spldoc/encode_int.html
+share/doc/spl/spldoc/encode_int.txt
+share/doc/spl/spldoc/encode_js.html
+share/doc/spl/spldoc/encode_js.txt
+share/doc/spl/spldoc/encode_regex.html
+share/doc/spl/spldoc/encode_regex.txt
+share/doc/spl/spldoc/encode_url.html
+share/doc/spl/spldoc/encode_url.txt
+share/doc/spl/spldoc/encode_xml.html
+share/doc/spl/spldoc/environ.txt
+share/doc/spl/spldoc/encode_xml.txt
+share/doc/spl/spldoc/environ.html
+share/doc/spl/spldoc/file.html
+share/doc/spl/spldoc/file.txt
+share/doc/spl/spldoc/format_ini.html
+share/doc/spl/spldoc/format_ini.txt
+share/doc/spl/spldoc/format_xml.html
+share/doc/spl/spldoc/format_xml.txt
+share/doc/spl/spldoc/kde.html
+share/doc/spl/spldoc/kde.txt
+share/doc/spl/spldoc/multimouse.html
+share/doc/spl/spldoc/multimouse.txt
+share/doc/spl/spldoc/prime.html
+share/doc/spl/spldoc/prime.txt
+share/doc/spl/spldoc/qt.html
+share/doc/spl/spldoc/qt.txt
+share/doc/spl/spldoc/sdl.html
+share/doc/spl/spldoc/sdl.txt
+share/doc/spl/spldoc/sql.html
+share/doc/spl/spldoc/sql.txt
+share/doc/spl/spldoc/sql_mysql.html
+share/doc/spl/spldoc/sql_mysql.txt
+share/doc/spl/spldoc/sql_postgres.html
+share/doc/spl/spldoc/sql_sqlite.html
+share/doc/spl/spldoc/sql_postgres.txt
+share/doc/spl/spldoc/sql_sqlite.txt
+share/doc/spl/spldoc/sql_utils.html
+share/doc/spl/spldoc/sql_utils.txt
+share/doc/spl/spldoc/system.html
+share/doc/spl/spldoc/system.txt
+share/doc/spl/spldoc/task.html
+share/doc/spl/spldoc/task.txt
+share/doc/spl/spldoc/termio.html
+share/doc/spl/spldoc/termio.txt
+share/doc/spl/spldoc/time.html
+share/doc/spl/spldoc/time.txt
+share/doc/spl/spldoc/uuidgen.html
+share/doc/spl/spldoc/uuidgen.txt
+share/doc/spl/spldoc/w2t.html
+share/doc/spl/spldoc/w2t.txt
+share/doc/spl/spldoc/webdebug.html
+share/doc/spl/spldoc/webdebug.txt
+share/doc/spl/spldoc/wsf.html
+share/doc/spl/spldoc/wsf.txt
+share/doc/spl/spldoc/wsf_action.html
+share/doc/spl/spldoc/wsf_action.txt
+share/doc/spl/spldoc/wsf_debug.html
+share/doc/spl/spldoc/xml.txt
+share/doc/spl/spldoc/wsf_debug.txt
+share/doc/spl/spldoc/wsf_dialog.html
+share/doc/spl/spldoc/wsf_dialog.txt
+share/doc/spl/spldoc/wsf_display.html
+share/doc/spl/spldoc/wsf_display.txt
+share/doc/spl/spldoc/wsf_edit.html
+share/doc/spl/spldoc/wsf_edit.txt
+share/doc/spl/spldoc/wsf_edit_sql.html
+share/doc/spl/spldoc/wsf_edit_sql.txt
+share/doc/spl/spldoc/wsf_graph.html
+share/doc/spl/spldoc/wsf_graph.txt
+share/doc/spl/spldoc/wsf_menu.html
+share/doc/spl/spldoc/wsf_menu.txt
+share/doc/spl/spldoc/wsf_switch.html
+share/doc/spl/spldoc/wsf_switch.txt
+share/doc/spl/spldoc/xml.html
+share/doc/spl/spldoc/index.html
 share/doc/spl/webspl_demo/calc_off.spltpl
 share/doc/spl/webspl_demo/calc_on.spltpl
 share/doc/spl/webspl_demo/cookies.webspl
@@ -217,6 +305,7 @@
 share/examples/spl/example67.expected
 share/examples/spl/example67.spl
 @dirrm share/examples/spl
+@dirrm share/doc/spl/spldoc
 @dirrm share/doc/spl/webspltut
 @dirrm share/doc/spl/webspl_demo/images
 @dirrm share/doc/spl/webspl_demo



Home | Main Index | Thread Index | Old Index