pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc gridscheduler: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7336730f98ad
branches:  trunk
changeset: 375759:7336730f98ad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 25 10:46:04 2022 +0000

description:
gridscheduler: remove

Last release from 2011, no upstream activity since 2012, does not build
in any bulk builds I could find.

diffstat:

 doc/CHANGES-2022                                                    |    3 +-
 doc/TODO                                                            |    3 +-
 parallel/Makefile                                                   |    3 +-
 parallel/gridscheduler/DESCR                                        |    6 -
 parallel/gridscheduler/MESSAGE                                      |   31 -
 parallel/gridscheduler/Makefile                                     |  166 --
 parallel/gridscheduler/PLIST                                        |  575 ----------
 parallel/gridscheduler/distinfo                                     |   15 -
 parallel/gridscheduler/patches/patch-ad                             |   13 -
 parallel/gridscheduler/patches/patch-ag                             |   13 -
 parallel/gridscheduler/patches/patch-ak                             |   53 -
 parallel/gridscheduler/patches/patch-am                             |   62 -
 parallel/gridscheduler/patches/patch-at                             |   15 -
 parallel/gridscheduler/patches/patch-bd                             |   93 -
 parallel/gridscheduler/patches/patch-bl                             |  115 --
 parallel/gridscheduler/patches/patch-bm                             |   60 -
 parallel/gridscheduler/patches/patch-daemons_common_procfs.c        |   13 -
 parallel/gridscheduler/patches/patch-source_libs_uti_sge__loadmem.c |   15 -
 18 files changed, 5 insertions(+), 1249 deletions(-)

diffs (truncated from 1353 to 300 lines):

diff -r f9be118e1a65 -r 7336730f98ad doc/CHANGES-2022
--- a/doc/CHANGES-2022  Fri Mar 25 10:41:34 2022 +0000
+++ b/doc/CHANGES-2022  Fri Mar 25 10:46:04 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.1549 2022/03/25 10:41:34 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.1550 2022/03/25 10:46:04 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -2038,3 +2038,4 @@
        Updated chat/weechat to 3.4.1 [nia 2022-03-25]
        Updated graphics/tiff to 4.3.0nb1 [nia 2022-03-25]
        Removed news/nget [wiz 2022-03-25]
+       Removed parallel/gridscheduler [wiz 2022-03-25]
diff -r f9be118e1a65 -r 7336730f98ad doc/TODO
--- a/doc/TODO  Fri Mar 25 10:41:34 2022 +0000
+++ b/doc/TODO  Fri Mar 25 10:46:04 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.21623 2022/03/25 10:41:34 wiz Exp $
+$NetBSD: TODO,v 1.21624 2022/03/25 10:46:04 wiz Exp $
 
 Suggested new packages
 ======================
@@ -1858,6 +1858,7 @@
        o yacas-1.6.1
        o yafc-1.1
        o yahttp-0.2.1
+       o yaws-2.1.1
        o yaz-5.30.3
        o yed-3.17.1
        o yelp-tools-3.38.0
diff -r f9be118e1a65 -r 7336730f98ad parallel/Makefile
--- a/parallel/Makefile Fri Mar 25 10:41:34 2022 +0000
+++ b/parallel/Makefile Fri Mar 25 10:46:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/02/04 13:09:41 adam Exp $
+# $NetBSD: Makefile,v 1.37 2022/03/25 10:46:04 wiz Exp $
 #
 
 COMMENT=       Applications dealing with parallelism in computing
@@ -9,7 +9,6 @@
 SUBDIR+=       dsh
 SUBDIR+=       fastflow
 SUBDIR+=       ganglia-monitor-core
-SUBDIR+=       gridscheduler
 SUBDIR+=       hwloc
 SUBDIR+=       linda
 SUBDIR+=       lua-lanes
diff -r f9be118e1a65 -r 7336730f98ad parallel/gridscheduler/DESCR
--- a/parallel/gridscheduler/DESCR      Fri Mar 25 10:41:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-The Grid Engine project is an open source community effort
-to facilitate the adoption of distributed computing solutions.
-Sponsored by Sun Microsystems and hosted by CollabNet, the
-Grid Engine project provides enabling distributed resource
-management software for wide ranging requirements from compute
-farms to grid computing.
diff -r f9be118e1a65 -r 7336730f98ad parallel/gridscheduler/MESSAGE
--- a/parallel/gridscheduler/MESSAGE    Fri Mar 25 10:41:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2012/03/21 20:48:53 asau Exp $
-
-You will need to add the following lines to /etc/services:
-
-sge_qmaster     6444/tcp
-sge_execd       6445/tcp
-
-In addition after installation, you need to set up SGE.  To configure the
-master node of the cluster, run:
-
-        cd ${SGE_ROOT} && ./install_qmaster -csp
-
-For the back-end compute nodes, run:
-
-        cd ${SGE_ROOT} && ./install_execd
-
-Additionally, you will want to add the following lines in /etc/csh.cshrc:
-
-# Sun Grid Engine Setup
-if ( -f ${SGE_ROOT}/default/common/settings.csh  ) then
-        source ${SGE_ROOT}/default/common/settings.csh
-endif
-
-and the following in /etc/profile:
-
-if [ -f ${SGE_ROOT}/default/common/settings.sh ]; then
-        . ${SGE_ROOT}/default/common/settings.sh
-fi
-
-===========================================================================
diff -r f9be118e1a65 -r 7336730f98ad parallel/gridscheduler/Makefile
--- a/parallel/gridscheduler/Makefile   Fri Mar 25 10:41:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,166 +0,0 @@
-# $NetBSD: Makefile,v 1.35 2021/12/08 16:06:10 adam Exp $
-
-PKGNAME=       gridscheduler-2011.11.1
-PKGREVISION=   11
-DISTNAME=      GE2011.11p1
-CATEGORIES=    parallel sysutils
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gridscheduler/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://gridscheduler.sourceforge.net/
-COMMENT=       Open Grid Scheduler/Grid Engine resource management system
-
-BUILD_DEPENDS+=        {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh
-
-GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake perl:run
-
-OVERRIDE_DIRDEPTH=     6
-
-CFLAGS+=               -D${UPPER_OPSYS}
-CONFIGURE_ENV+=                REMOTE=sge
-CONFIGURE_ENV+=                CFLAGS=${CFLAGS:M*:Q}
-CONFIGURE_ARGS+=       --with-sge=${SGE_BUILDARCH:Q}
-PLIST_SUBST+=          SGE_ARCH=${SGE_ARCH:Q}
-MESSAGE_SUBST+=                SGE_ROOT=${SGE_ROOT}
-MAKE_ENV+=             PERL5=${PERL5:Q}
-
-SGE_USER?=             sgeadmin
-SGE_GROUP?=            sgeadmin
-PKG_GROUPS=            ${SGE_GROUP}
-PKG_USERS=             ${SGE_USER}:${SGE_GROUP}
-PKG_GECOS.${SGE_USER}= Sun Grid Engine Administrator
-PKG_GROUPS_VARS+=      SGE_GROUP
-PKG_USERS_VARS+=       SGE_USER
-
-AIMK=  ${SETENV} ${MAKE_ENV} tcsh -fb ${WRKSRC}/source/aimk
-
-CONFIG_GUESS_OVERRIDE= source/3rdparty/qmake/config.guess \
-                       source/3rdparty/qtcsh/config.guess
-CONFIG_SUB_OVERRIDE=   source/3rdparty/qmake/config.sub \
-                       source/3rdparty/qtcsh/config.sub
-
-REPLACE_INTERPRETER+=  tclsh
-REPLACE.tclsh.old=     .*tclsh
-REPLACE.tclsh.new=     ${PREFIX}/bin/tclsh
-REPLACE_FILES.tclsh=   source/dist/util/resources/jsv/jsv.tcl
-REPLACE_PERL+=         source/dist/util/resources/jsv/jsv.pl
-
-CHECK_INTERPRETER_SKIP+=       sge/ckpt/cpr_* sge/mpi/myrinet/* sge/util/resources/loadsensors/interix-loadsensor.sh
-
-.include "../../mk/bsd.prefs.mk"
-
-# SGE_ARCH should match the putput of ${WRKSRC}/source/dist/util/arch
-# SGE_BUILDARCH should match whats in ${WRKSRC}/source/aimk
-UPPER_OPSYS_cmd=       ${ECHO} "${OPSYS}" | ${TR} a-z A-Z
-UPPER_OPSYS=           ${UPPER_OPSYS_cmd:sh}
-
-.if ${OPSYS} == "NetBSD"
-AIMK+=                 -DFD_SETSIZE=2048
-SGE_ARCH=              nbsd-${MACHINE_ARCH}
-SGE_BUILDARCH_cmd=     ${ECHO} "${OPSYS}_${MACHINE_ARCH}" | ${TR} a-z A-Z
-.elif ${OPSYS} == "FreeBSD"
-SGE_ARCH=              fbsd-${MACHINE_ARCH}
-SGE_BUILDARCH_cmd=     ${ECHO} "${OPSYS}_${MACHINE_ARCH}" | ${TR} a-z A-Z
-.elif ${OPSYS} == "SunOS"
-.  if ${MACHINE_ARCH} == "i386"
-SGE_ARCH=              solaris86
-.  else
-_ISAINFO!=             isainfo
-.    if !empty(_ISAINFO:Msparcv9)
-SGE_ARCH=              solaris64
-.    else
-SGE_ARCH=              solaris
-.    endif
-.  endif
-SGE_BUILDARCH_cmd=     ${ECHO} "${SGE_ARCH}" | ${TR} a-z A-Z
-.elif ${OPSYS} == "Darwin"
-SGE_ARCH=              darwin
-SGE_BUILDARCH=         DARWIN
-.elif ${OPSYS} == "Linux"
-AIMK+=                 -no-dump
-SGE_ARCH=              lx26-x86
-SGE_BUILDARCH=         LINUX86
-.else
-PKG_FAIL_REASON+=      "SGE_ARCH and SGE_BUILDARCH need to be configured for your OS"
-.endif
-SGE_BUILDARCH?=                ${SGE_BUILDARCH_cmd:sh}
-
-# Some hacks to get it properly linked:
-MAKE_ENV+=     SGE_ARCH=${SGE_ARCH} SGE_ROOT=${SGE_ROOT}
-
-LDFLAGS+=      -R${SGE_ROOT}/lib/${SGE_ARCH}
-BUILDLINK_PASSTHRU_RPATHDIRS+= ${SGE_ROOT}/lib/${SGE_ARCH}
-
-SGE_ROOT=      ${PREFIX}/sge
-
-INSTALLATION_DIRS=     bin
-
-post-patch:
-       @if [ "`${WRKSRC}/source/dist/util/arch`" != "${SGE_ARCH}" ]; then \
-               ${ECHO} "ERROR:  SGE_ARCH as set in the pkgsrc Makefile," ;\
-               ${ECHO} "        ${SGE_ARCH}, does not agree with that returned by" ; \
-               ${ECHO} "        ${WRKSRC}/source/dist/util/arch," ; \
-               ${ECHO} "        `${WRKSRC}/source/dist/util/arch`" ; \
-               ${FALSE} ; \
-       fi
-       ( ${ECHO} "set OPENSSL_HOME = ${BUILDLINK_PREFIX.openssl}" ; \
-       ${ECHO} "set BERKELEYDB_HOME = ${BUILDLINK_PREFIX.db4}" ; \
-       ${ECHO} "set BDB_INCLUDE_SUBDIR = db4" ; \
-       ${ECHO} "set BDB_LIB_SUFFIX = 4" ; \
-       ${ECHO} "set PERL = ${PERL5}" ) > ${WRKSRC}/source/aimk.private
-       ( ${ECHO} "OPENSSLBASE=${BUILDLINK_PREFIX.openssl}" ; \
-       ${ECHO} "BERKELEYDBBASE=${BUILDLINK_PREFIX.db4}" ) > ${WRKSRC}/source/distinst.private
-
-SUBST_CLASSES+=                paths
-SUBST_STAGE.paths=     pre-configure
-SUBST_FILES.paths=     source/dist/util/arch_variables
-SUBST_SED.paths=       -e 's;@rcd_dir@;${RCD_SCRIPTS_DIR};'
-
-do-configure:
-.for __prog__ in qmake qtcsh
-       ${MKDIR} ${WRKSRC}/source/3rdparty/${__prog__}/${SGE_BUILDARCH}
-       cd ${WRKSRC}/source/3rdparty/${__prog__}/${SGE_BUILDARCH} && \
-               ${SETENV} ${CONFIGURE_ENV} \
-               SGE_ARCH=`${WRKSRC}/source/dist/util/arch` \
-               ../configure ${CONFIGURE_ARGS} --srcdir=..
-.endfor
-
-do-build:
-       cd ${WRKSRC}/source && ${AIMK} -no-java -no-jni -only-depend
-       cd ${WRKSRC}/source && ${SETENV} ${MAKE_ENV} ./scripts/zerodepend
-       cd ${WRKSRC}/source && ${AIMK} -no-java -no-jni -no-qmake -no-qtcsh depend
-       cd ${WRKSRC}/source && ${AIMK} -no-java -no-jni
-       cd ${WRKSRC}/source && ${AIMK} -no-java -no-jni -man -sunman
-
-do-install:
-       ${MKDIR} ${DESTDIR}${SGE_ROOT}
-       #${CHOWN} ${SGE_USER} ${DESTDIR}${SGE_ROOT}
-       #${CHGRP} ${SGE_GROUP} ${DESTDIR}${SGE_ROOT}
-       cd ${WRKSRC}/source && \
-               ${ECHO} "Y" | ${SETENV} LOCALBASE=${LOCALBASE} DESTDIR=${DESTDIR} SGE_ROOT=${SGE_ROOT} ./scripts/distinst -local -all -nobdb -noopenssl -mansrc sge ${SGE_ARCH} -- doc man
-       for f in archive checkpoint deadlock dump load printlog recover stat upgrade verify ; do \
-               ln -s ${DESTDIR}${LOCALBASE}/bin/db4_$${f} ${DESTDIR}${SGE_ROOT}/utilbin/${SGE_ARCH}/db_$${f} ; done
-       ln -s ${DESTDIR}${LOCALBASE}/bin/berkeley_db4_svc ${DESTDIR}${SGE_ROOT}/utilbin/${SGE_ARCH}/berkeley_db_svc
-       ln -s ${DESTDIR}${BUILDLINK_PREFIX.openssl}/bin/openssl ${DESTDIR}${SGE_ROOT}/utilbin/${SGE_ARCH}/openssl
-       cd ${DESTDIR}${SGE_ROOT} && ${SETENV} SGE_ROOT=${SGE_ROOT} DESTDIR=${DESTDIR} ./util/setfileperm.sh -auto \
-               ${SGE_ROOT}
-       for f in ${DESTDIR}${SGE_ROOT}/bin/${SGE_ARCH}/q* ; do \
-               cd ${DESTDIR}${PREFIX}/bin && ln -fs $$f ; done
-
-#% scripts/distinst -local"
-
-PLIST_SUBST+=  SGE_ARCH=${SGE_ARCH}
-
-CHECK_INTERPRETER_SKIP=        sge/hadoop/pestart.sh \
-                       sge/hadoop/pestop.sh \
-                       sge/hadoop/setup.pl \
-                       sge/hadoop/wait.sh
-
-.include "../../parallel/hwloc/buildlink3.mk" # optional?
-.include "../../databases/db4/buildlink3.mk" # 4.2 at least
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
-.include "../../mk/motif.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r f9be118e1a65 -r 7336730f98ad parallel/gridscheduler/PLIST
--- a/parallel/gridscheduler/PLIST      Fri Mar 25 10:41:34 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,575 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/12/13 00:50:39 asau Exp $
-bin/qacct
-bin/qalter
-bin/qconf
-bin/qdel
-bin/qhold
-bin/qhost
-bin/qlogin
-bin/qmake
-bin/qmod
-bin/qmon
-bin/qping
-bin/qquota
-bin/qrdel
-bin/qresub
-bin/qrls
-bin/qrsh
-bin/qrstat
-bin/qrsub
-bin/qselect
-bin/qsh
-bin/qstat
-bin/qsub
-bin/qtcsh
-sge/3rd_party/3rd_party_licscopyrights
-sge/3rd_party/qmon/ltree_changed.tar.gz
-sge/bin/${SGE_ARCH}/qacct
-sge/bin/${SGE_ARCH}/qalter
-sge/bin/${SGE_ARCH}/qconf
-sge/bin/${SGE_ARCH}/qdel
-sge/bin/${SGE_ARCH}/qhold
-sge/bin/${SGE_ARCH}/qhost
-sge/bin/${SGE_ARCH}/qlogin



Home | Main Index | Thread Index | Old Index