pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/dqs Update dqs to 3.3.2nb1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20851057b2e2
branches:  trunk
changeset: 469684:20851057b2e2
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Feb 26 22:44:09 2004 +0000

description:
Update dqs to 3.3.2nb1
    Install documentation
    undef DEFAULT_HOST so it can run on a box other than lnx4.scri.fsu.edu
    Add a MESSAGE giving some hint on what you might to use this
    Consider this a drive-by-slight-cleanup-of-breakage

diffstat:

 parallel/dqs/MESSAGE  |  12 ++++++++++++
 parallel/dqs/Makefile |  24 ++++++++++++++++++++----
 parallel/dqs/PLIST    |  14 +++++++++++++-
 3 files changed, 45 insertions(+), 5 deletions(-)

diffs (87 lines):

diff -r 5ce6871a4b10 -r 20851057b2e2 parallel/dqs/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/parallel/dqs/MESSAGE      Thu Feb 26 22:44:09 2004 +0000
@@ -0,0 +1,12 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/02/26 22:44:09 abs Exp $
+
+dqs requires three entries in /etc/services on all machine, such as:
+
+       dqs_qmaster     2062/tcp
+       dqs_execd       2063/tcp
+       dqs_intercell   2064/tcp
+
+It also has hardcoded config path set to /usr/local/DQS/common/conf, which
+needs to be shared between all machines. The naming needs to be fixed.
+===========================================================================
diff -r 5ce6871a4b10 -r 20851057b2e2 parallel/dqs/Makefile
--- a/parallel/dqs/Makefile     Thu Feb 26 22:16:18 2004 +0000
+++ b/parallel/dqs/Makefile     Thu Feb 26 22:44:09 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:12:23 martti Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/26 22:44:09 abs Exp $
 #
 
 DISTNAME=      DQS-3.3.2
 PKGNAME=       dqs-3.3.2
+PKGREVISION=   1
 CATEGORIES=    parallel
 MASTER_SITES=  http://www.go.dlr.de/fresh/unix/src/misc/
 EXTRACT_SUFX=  .tgz
@@ -13,10 +14,25 @@
 
 WRKSRC=                ${WRKDIR}/DQS3
 USE_PKGINSTALL=        yes
+DOCDIR=                ${PREFIX}/share/doc/html/dqs
+DOCS=          Image16.gif Image17.gif Image18.gif Image19.gif Image20.gif \
+               Image21.gif Image22.gif Image23.gif InstMaint.html \
+               Refernce.html UserGuide.html error_msg.htm
 
 EGDIR=         ${PREFIX}/share/examples/dqs
-CONF_FILES+=   ${EGDIR}/conf_file ${PKG_SYSCONFDIR}/conf_file
-CONF_FILES+=   ${EGDIR}/key_file ${PKG_SYSCONFDIR}/key_file
-CONF_FILES+=   ${EGDIR}/resolve_file ${PKG_SYSCONFDIR}/resolve_file
+
+# PKG_SYSCONFSUBDIR?=dqs
+# CONF_FILES+= ${EGDIR}/conf_file ${PKG_SYSCONFDIR}/conf_file
+# CONF_FILES+= ${EGDIR}/key_file ${PKG_SYSCONFDIR}/key_file
+# CONF_FILES+= ${EGDIR}/resolve_file ${PKG_SYSCONFDIR}/resolve_file
+
+post-patch:
+       ${ECHO} '#undef DEFAULT_HOST' >> ${WRKSRC}/SRC/dqs.h
+
+post-install:
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+.for doc in ${DOCS}
+       ${INSTALL_DATA} ${WRKSRC}/DOC/user_guide/${doc} ${DOCDIR}
+.endfor
 
 .include "../../mk/bsd.pkg.mk"
diff -r 5ce6871a4b10 -r 20851057b2e2 parallel/dqs/PLIST
--- a/parallel/dqs/PLIST        Thu Feb 26 22:16:18 2004 +0000
+++ b/parallel/dqs/PLIST        Thu Feb 26 22:44:09 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/26 20:23:41 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/26 22:44:09 abs Exp $
 bin/dqs_execd332
 bin/dqs_options332
 bin/dqs_random332
@@ -13,6 +13,18 @@
 bin/qrls332
 bin/qstat332
 bin/qsub332
+share/doc/html/dqs/Image16.gif
+share/doc/html/dqs/Image17.gif
+share/doc/html/dqs/Image18.gif
+share/doc/html/dqs/Image19.gif
+share/doc/html/dqs/Image20.gif
+share/doc/html/dqs/Image21.gif
+share/doc/html/dqs/Image22.gif
+share/doc/html/dqs/Image23.gif
+share/doc/html/dqs/InstMaint.html
+share/doc/html/dqs/Refernce.html
+share/doc/html/dqs/UserGuide.html
+share/doc/html/dqs/error_msg.htm
 share/examples/dqs/conf_file
 share/examples/dqs/key_file
 share/examples/dqs/resolve_file



Home | Main Index | Thread Index | Old Index