summaryrefslogtreecommitdiff
path: root/parallel/dqs
diff options
context:
space:
mode:
authorabs <abs>2004-02-26 22:44:09 +0000
committerabs <abs>2004-02-26 22:44:09 +0000
commitae424c442782f705fd9674340a1c0cf207c531c2 (patch)
tree46a27aceb93cdbdd9331a7f5520e3e34578b99cf /parallel/dqs
parent7893368ce3556f9380d12b8bc1c989b5cddcbe4b (diff)
downloadpkgsrc-ae424c442782f705fd9674340a1c0cf207c531c2.tar.gz
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 (limited to 'parallel/dqs')
-rw-r--r--parallel/dqs/MESSAGE12
-rw-r--r--parallel/dqs/Makefile24
-rw-r--r--parallel/dqs/PLIST14
3 files changed, 45 insertions, 5 deletions
diff --git a/parallel/dqs/MESSAGE b/parallel/dqs/MESSAGE
new file mode 100644
index 00000000000..c954d105a82
--- /dev/null
+++ b/parallel/dqs/MESSAGE
@@ -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 --git a/parallel/dqs/Makefile b/parallel/dqs/Makefile
index bf4e9e9b9bb..83deb7b3d82 100644
--- a/parallel/dqs/Makefile
+++ b/parallel/dqs/Makefile
@@ -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 @@ COMMENT= Distributed queueing system
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 --git a/parallel/dqs/PLIST b/parallel/dqs/PLIST
index fd61c50234f..0915c801a9a 100644
--- a/parallel/dqs/PLIST
+++ b/parallel/dqs/PLIST
@@ -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/qmove332
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