git: 3d76b3e4d3e2 - main - sysutils/torque: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 30 Jun 2024 13:43:41 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d76b3e4d3e242aabb32b488cdb031856a3c75d5

commit 3d76b3e4d3e242aabb32b488cdb031856a3c75d5
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-30 13:42:54 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-30 13:42:54 +0000

    sysutils/torque: Remove expired port
    
    2024-06-30 sysutils/torque: unfetchable, upstream no longer open source
---
 MOVED                                              |   1 +
 sysutils/Makefile                                  |   1 -
 sysutils/torque/Makefile                           |  54 -------
 sysutils/torque/distinfo                           |   2 -
 .../torque/files/patch-buildutils-pbs_mkdirs.in    |  11 --
 sysutils/torque/files/patch-configure              |  22 ---
 ...patch-src-scheduler.cc-samples-fifo-Makefile.in |  11 --
 .../torque/files/patch-src-server-req_getcred.c    |  10 --
 sysutils/torque/files/patch-src_iff_Makefile.in    |  10 --
 sysutils/torque/files/pbs_mom.in                   |  27 ----
 sysutils/torque/files/pbs_sched.in                 |  27 ----
 sysutils/torque/files/pbs_server.in                |  27 ----
 sysutils/torque/files/pkg-message.in               |  19 ---
 sysutils/torque/files/torque-config.in             |  63 --------
 sysutils/torque/pkg-descr                          |   7 -
 sysutils/torque/pkg-plist                          | 176 ---------------------
 16 files changed, 1 insertion(+), 467 deletions(-)

diff --git a/MOVED b/MOVED
index 064acd35d4d1..b68ad9a489e3 100644
--- a/MOVED
+++ b/MOVED
@@ -3372,3 +3372,4 @@ lang/gcc9||2024-06-30|Has expired: Unsupported by upstream. Use GCC 10 or newer
 security/p5-Protocol-ACME||2024-06-30|Has expired: upstream maintainer indicated that it is no longer suitable for use
 graphics/wdune||2024-06-30|Has expired: upstream no longer maintained
 www/zend-framework||2024-06-30|Has expired: Deprecated by upstream, and moved to Laminas Project
+sysutils/torque||2024-06-30|Has expired: unfetchable, upstream no longer open source
diff --git a/sysutils/Makefile b/sysutils/Makefile
index c755e91d3fbd..cc2f0ff26cbc 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1474,7 +1474,6 @@
     SUBDIR += tmux23
     SUBDIR += topgrade
     SUBDIR += topless
-    SUBDIR += torque
     SUBDIR += toshctl
     SUBDIR += touchegg
     SUBDIR += toybox
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile
deleted file mode 100644
index 9ad0284b3f74..000000000000
--- a/sysutils/torque/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-PORTNAME=	torque
-PORTVERSION=	2.5.13
-PORTREVISION=	4
-#DISTVERSIONPREFIX=	v
-#DISTVERSION=	6.1.3h5
-PORTEPOCH=	1
-CATEGORIES=	sysutils parallel
-MASTER_SITES=	http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Open source distributed computing resource manager based on PBS
-WWW=		https://adaptivecomputing.com/cherry-services/torque-resource-manager/
-
-LICENSE=	BSD4CLAUSE
-LICENSE_FILE=	${WRKSRC}/PBS_License_2.5.txt
-
-DEPRECATED=	unfetchable, upstream no longer open source
-EXPIRATION_DATE=	2024-06-30
-
-BROKEN_aarch64=		fails to link: missing sbrk
-BROKEN_riscv64=		fails to link: missing sbrk
-
-#USE_GITHUB=	yes
-#GH_ACCOUNT=	adaptivecomputing
-#GH_TAGNAME=	4decc71
-
-FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
-USES=		gmake perl5 libtool
-GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS=	--enable-syslog \
-		--disable-spool
-MAKE_ENV=	DESTDIR=${STAGEDIR}/${PREFIX}
-USE_RC_SUBR=	pbs_server pbs_sched pbs_mom
-SUB_FILES=	pkg-message torque-config
-USE_LDCONFIG=	yes
-INSTALL_TARGET=	install-strip
-CFLAGS+=	-D_WANT_VMMETER
-
-CONFLICTS_INSTALL=	qstat zh-qterm
-
-OPTIONS_DEFINE=	EXAMPLES
-
-pre-configure:
-	@${REINPLACE_CMD} -E 's|ps[ \t]+-ef|ps -ax|g' ${WRKSRC}/torque.setup
-	@${REINPLACE_CMD} -E 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
-
-post-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/torque-config ${STAGEDIR}${PREFIX}/bin
-
-post-install-EXAMPLES-on:
-	${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/sysutils/torque/distinfo b/sysutils/torque/distinfo
deleted file mode 100644
index 6b679203ec57..000000000000
--- a/sysutils/torque/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (torque-2.5.13.tar.gz) = ab59d4c8e8b45383ddd8202fa83956816175e348bb955a4ad5f7e3cd4dde5ff9
-SIZE (torque-2.5.13.tar.gz) = 5854910
diff --git a/sysutils/torque/files/patch-buildutils-pbs_mkdirs.in b/sysutils/torque/files/patch-buildutils-pbs_mkdirs.in
deleted file mode 100644
index 4e7d6fff5198..000000000000
--- a/sysutils/torque/files/patch-buildutils-pbs_mkdirs.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./buildutils/pbs_mkdirs.in.orig	2013-08-01 18:10:01.000000000 +0200
-+++ ./buildutils/pbs_mkdirs.in	2014-07-21 22:35:50.000000000 +0200
-@@ -113,7 +113,7 @@
- # PBS_SERVER_HOME is defined without DESTDIR so that DEFAULT_FILE and EVIRON
- # can be based on SERVER_HOME.  SERVER_HOME is defined a second time to pick
- # up DESTDIR
--test -n "$PBS_SERVER_HOME" || PBS_SERVER_HOME=@PBS_SERVER_HOME@
-+test -n "$PBS_SERVER_HOME" || PBS_SERVER_HOME=${prefix}/share/examples/torque/var/spool/torque/
- test -n "$PBS_DEFAULT_FILE" || PBS_DEFAULT_FILE=${DESTDIR}@PBS_DEFAULT_FILE@
- test -n "$PBS_ENVIRON" || PBS_ENVIRON=${DESTDIR}@PBS_ENVIRON@
- 
diff --git a/sysutils/torque/files/patch-configure b/sysutils/torque/files/patch-configure
deleted file mode 100644
index 4c3cc46aa4db..000000000000
--- a/sysutils/torque/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig	2012-04-13 23:06:17.000000000 +0200
-+++ configure	2013-04-12 13:23:42.785303064 +0200
-@@ -20294,8 +20294,8 @@
-     else
-       echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
--      echo "$as_me:$LINENO: checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror" >&5
--echo $ECHO_N "checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror... $ECHO_C" >&6
-+      echo "$as_me:$LINENO: checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic" >&5
-+echo $ECHO_N "checking CFLAGS for gcc -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic... $ECHO_C" >&6
- if test "${ac_cv_cflags_gcc_option__W__Wall__Wno_unused_parameter__Wno_long_long__pedantic__Werror+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -20309,7 +20309,7 @@
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
-  ac_save_CFLAGS="$CFLAGS"
--for ac_arg in "-pedantic -Werror % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror"     "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic -Werror %% no, obsolete"     #
-+for ac_arg in "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic"     "-pedantic % -W -Wall -Wno-unused-parameter -Wno-long-long -pedantic %% no, obsolete"     #
- do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
-    cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
diff --git a/sysutils/torque/files/patch-src-scheduler.cc-samples-fifo-Makefile.in b/sysutils/torque/files/patch-src-scheduler.cc-samples-fifo-Makefile.in
deleted file mode 100644
index 3a196cb805f9..000000000000
--- a/sysutils/torque/files/patch-src-scheduler.cc-samples-fifo-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src.orig/scheduler.cc/samples/fifo/Makefile.in	Wed Jul 19 22:47:42 2006
-+++ src/scheduler.cc/samples/fifo/Makefile.in	Wed Jul 19 22:59:44 2006
-@@ -132,7 +132,7 @@
- XPBSMON_DIR = $(libdir)/xpbsmon
- 
- # Support files used by the scheduler
--schedprivdir = $(PBS_SERVER_HOME)/sched_priv
-+schedprivdir = ${prefix}/share/examples/torque/var/spool/torque/sched_priv
- schedpriv_DATA = sched_config resource_group holidays dedicated_time
- 
- EXTRA_DIST = $(schedpriv_DATA)
diff --git a/sysutils/torque/files/patch-src-server-req_getcred.c b/sysutils/torque/files/patch-src-server-req_getcred.c
deleted file mode 100644
index f9c9072b5cf1..000000000000
--- a/sysutils/torque/files/patch-src-server-req_getcred.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/server/req_getcred.c.orig	2012-07-15 11:42:07.000000000 -0500
-+++ src/server/req_getcred.c	2012-07-15 11:48:39.000000000 -0500
-@@ -97,6 +97,7 @@
- #include <ctype.h>
- #include <netdb.h>
- #include <signal.h>
-+#include <netinet/in.h>
- #include "libpbs.h"
- #include "log.h"
- #include "server_limits.h"
diff --git a/sysutils/torque/files/patch-src_iff_Makefile.in b/sysutils/torque/files/patch-src_iff_Makefile.in
deleted file mode 100644
index 69e87befc803..000000000000
--- a/sysutils/torque/files/patch-src_iff_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/iff/Makefile.in.orig	2013-08-01 16:10:01 UTC
-+++ src/iff/Makefile.in
-@@ -607,7 +607,6 @@ uninstall-am: uninstall-info-am uninstal
- 
- 
- install-exec-hook:
--	chmod u+s $(DESTDIR)$(sbindir)/$(program_prefix)pbs_iff$(program_suffix)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/sysutils/torque/files/pbs_mom.in b/sysutils/torque/files/pbs_mom.in
deleted file mode 100644
index e3b11475c7b2..000000000000
--- a/sysutils/torque/files/pbs_mom.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: pbs_mom
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# pbs_mom_enable (bool):   Set to NO by default.
-#               Set it to YES to enable pbs_mom.
-#
-
-. /etc/rc.subr
-
-name=pbs_mom
-rcvar=pbs_mom_enable
-
-pidfile=/var/spool/torque/mom_priv/mom.lock
-command=%%PREFIX%%/sbin/${name}
-
-load_rc_config $name
-
-: ${pbs_mom_enable:="NO"}
-
-run_rc_command "$1"
diff --git a/sysutils/torque/files/pbs_sched.in b/sysutils/torque/files/pbs_sched.in
deleted file mode 100644
index c5f3402920b0..000000000000
--- a/sysutils/torque/files/pbs_sched.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: pbs_sched
-# REQUIRE: pbs_server
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# pbs_sched_enable (bool):   Set to NO by default.
-#               Set it to YES to enable pbs_sched.
-#
-
-. /etc/rc.subr
-
-name=pbs_sched
-rcvar=pbs_sched_enable
-
-pidfile=/var/spool/torque/sched_priv/sched.lock
-command=%%PREFIX%%/sbin/${name}
-
-load_rc_config $name
-
-: ${pbs_sched_enable:="NO"}
-
-run_rc_command "$1"
diff --git a/sysutils/torque/files/pbs_server.in b/sysutils/torque/files/pbs_server.in
deleted file mode 100644
index 4bedc113d759..000000000000
--- a/sysutils/torque/files/pbs_server.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: pbs_server
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# pbs_server_enable (bool):   Set to NO by default.
-#               Set it to YES to enable pbs_server.
-#
-
-. /etc/rc.subr
-
-name=pbs_server
-rcvar=pbs_server_enable
-
-pidfile=/var/spool/torque/server_priv/server.lock
-command=%%PREFIX%%/sbin/${name}
-
-load_rc_config $name
-
-: ${pbs_server_enable:="NO"}
-
-run_rc_command "$1"
diff --git a/sysutils/torque/files/pkg-message.in b/sysutils/torque/files/pkg-message.in
deleted file mode 100644
index 564ca2ef2640..000000000000
--- a/sysutils/torque/files/pkg-message.in
+++ /dev/null
@@ -1,19 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-On the server, run:
-
-	torque-config head
-
-
-On compute nodes, run:
-
-	torque-config compute
-
-
-For further information, see
-
-	http://www.adaptivecomputing.com/products/open-source/torque/
-EOM
-}
-]
diff --git a/sysutils/torque/files/torque-config.in b/sysutils/torque/files/torque-config.in
deleted file mode 100644
index 40efbc7a5051..000000000000
--- a/sysutils/torque/files/torque-config.in
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/sh -e
-
-usage()
-{
-    printf "Usage: $0 head|compute\n"
-    exit 1
-}
-
-if [ $# != 1 ]; then
-    usage
-fi
-node_type=$1
-
-if [ $node_type != 'head' ] && [ $node_type != 'compute' ]; then
-    usage
-fi
-
-spool_root=/var/spool
-
-if [ -e $spool_root/torque ]; then
-    printf "$spool_root/torque already exists.  Aborting...\n"
-    exit 1
-fi
-
-cp -Rp %%PREFIX%%/share/examples/torque/var/spool/torque $spool_root
-for dir in checkpoint spool undelivered; do
-    chmod 1777 $spool_root/torque/$dir
-done
-
-cat << EOM
-===========================================================================
-Enter the hostname of the torque server.  This should be resolved by
-/etc/hosts on all nodes.  A short hostname is preferred.
-===========================================================================
-EOM
-read server_hostname
-echo $server_hostname > $spool_root/torque/server_name
-
-case $node_type in
-'head')
-    vi $spool_root/torque/server_priv/nodes
-    if ! fgrep -q 'pbs_server_enable="YES"' /etc/rc.conf; then
-	printf 'pbs_server_enable="YES"\n' >> /etc/rc.conf
-    fi
-    if ! fgrep -q 'pbs_sched_enable="YES"' /etc/rc.conf; then
-	printf 'pbs_sched_enable="YES"\n' >> /etc/rc.conf
-    fi
-    %%PREFIX%%/share/examples/torque/torque.setup root
-    %%PREFIX%%/etc/rc.d/pbs_server restart
-    %%PREFIX%%/etc/rc.d/pbs_sched restart
-    ;;
-'compute')
-    printf "Torque server IP address? "
-    read server_ip
-    printf '$pbsserver %s /var/spool/torque/mom_priv/config' $server_ip \
-	> $spool_root/torque/mom_priv/config
-    if ! fgrep -q 'pbs_mom_enable="YES"' /etc/rc.conf; then
-	printf 'pbs_mom_enable="YES"\n' >> /etc/rc.conf
-    fi
-    %%PREFIX%%/etc/rc.d/pbs_mom restart
-    ;;
-esac
-
diff --git a/sysutils/torque/pkg-descr b/sysutils/torque/pkg-descr
deleted file mode 100644
index 7e909c096edf..000000000000
--- a/sysutils/torque/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-TORQUE is an open source resource manager providing control over
-batch jobs and distributed compute nodes. It is a community effort
-based on the original *PBS project and, with more than 1,200 patches,
-has incorporated significant advances in the areas of scalability,
-fault tolerance, and feature extensions contributed by NCSA, OSC,
-USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
-and many other leading edge HPC organizations.
diff --git a/sysutils/torque/pkg-plist b/sysutils/torque/pkg-plist
deleted file mode 100644
index 4e41a699e21b..000000000000
--- a/sysutils/torque/pkg-plist
+++ /dev/null
@@ -1,176 +0,0 @@
-bin/chk_tree
-bin/hostn
-bin/nqs2pbs
-bin/pbs-config
-bin/pbs_track
-bin/pbsdsh
-bin/pbsnodes
-bin/printjob
-bin/printserverdb
-bin/printtracking
-bin/qalter
-bin/qchkpt
-bin/qdel
-bin/qdisable
-bin/qenable
-bin/qgpumode
-bin/qgpureset
-bin/qhold
-bin/qmgr
-bin/qmove
-bin/qmsg
-bin/qnodes
-bin/qorder
-bin/qrerun
-bin/qrls
-bin/qrun
-bin/qselect
-bin/qsig
-bin/qstart
-bin/qstat
-bin/qstop
-bin/qsub
-bin/qterm
-bin/torque-config
-bin/tracejob
-include/pbs_error.h
-include/pbs_error_db.h
-include/pbs_ifl.h
-include/rm.h
-include/rpp.h
-include/tm.h
-include/tm_.h
-lib/libtorque.a
-lib/libtorque.so
-lib/libtorque.so.2
-lib/libtorque.so.2.0.0
-share/man/man1/basl2c.1.gz
-share/man/man1/nqs2pbs.1.gz
-share/man/man1/pbs.1.gz
-share/man/man1/pbsdsh.1.gz
-share/man/man1/qalter.1.gz
-share/man/man1/qchkpt.1.gz
-share/man/man1/qdel.1.gz
-share/man/man1/qgpumode.1.gz
-share/man/man1/qgpureset.1.gz
-share/man/man1/qhold.1.gz
-share/man/man1/qmgr.1.gz
-share/man/man1/qmove.1.gz
-share/man/man1/qmsg.1.gz
-share/man/man1/qorder.1.gz
-share/man/man1/qrerun.1.gz
-share/man/man1/qrls.1.gz
-share/man/man1/qselect.1.gz
-share/man/man1/qsig.1.gz
-share/man/man1/qstat.1.gz
-share/man/man1/qsub.1.gz
-share/man/man1/xpbs.1.gz
-share/man/man1/xpbsmon.1.gz
-share/man/man3/pbs_alterjob.3.gz
-share/man/man3/pbs_checkpointjob.3.gz
-share/man/man3/pbs_connect.3.gz
-share/man/man3/pbs_default.3.gz
-share/man/man3/pbs_deljob.3.gz
-share/man/man3/pbs_disconnect.3.gz
-share/man/man3/pbs_fbserver.3.gz
-share/man/man3/pbs_get_server_list.3.gz
-share/man/man3/pbs_geterrmsg.3.gz
-share/man/man3/pbs_gpumode.3.gz
-share/man/man3/pbs_gpureset.3.gz
-share/man/man3/pbs_holdjob.3.gz
-share/man/man3/pbs_locate.3.gz
-share/man/man3/pbs_manager.3.gz
-share/man/man3/pbs_movejob.3.gz
-share/man/man3/pbs_msgjob.3.gz
-share/man/man3/pbs_orderjob.3.gz
-share/man/man3/pbs_rerunjob.3.gz
-share/man/man3/pbs_rescquery.3.gz
-share/man/man3/pbs_rescreserve.3.gz
-share/man/man3/pbs_rlsjob.3.gz
-share/man/man3/pbs_runjob.3.gz
-share/man/man3/pbs_selectjob.3.gz
-share/man/man3/pbs_selstat.3.gz
-share/man/man3/pbs_sigjob.3.gz
-share/man/man3/pbs_stagein.3.gz
-share/man/man3/pbs_statjob.3.gz
-share/man/man3/pbs_statnode.3.gz
-share/man/man3/pbs_statque.3.gz
-share/man/man3/pbs_statserver.3.gz
-share/man/man3/pbs_submit.3.gz
-share/man/man3/pbs_terminate.3.gz
-share/man/man3/rpp.3.gz
-share/man/man3/tm.3.gz
-share/man/man7/pbs_job_attributes.7.gz
-share/man/man7/pbs_queue_attributes.7.gz
-share/man/man7/pbs_resources.7.gz
-share/man/man7/pbs_resources_aix4.7.gz
-share/man/man7/pbs_resources_aix5.7.gz
-share/man/man7/pbs_resources_darwin.7.gz
-share/man/man7/pbs_resources_digitalunix.7.gz
-share/man/man7/pbs_resources_freebsd.7.gz
-share/man/man7/pbs_resources_fujitsu.7.gz
-share/man/man7/pbs_resources_hpux10.7.gz
-share/man/man7/pbs_resources_hpux11.7.gz
-share/man/man7/pbs_resources_irix5.7.gz
-share/man/man7/pbs_resources_irix6.7.gz
-share/man/man7/pbs_resources_irix6array.7.gz
-share/man/man7/pbs_resources_linux.7.gz
-share/man/man7/pbs_resources_netbsd.7.gz
-share/man/man7/pbs_resources_solaris5.7.gz
-share/man/man7/pbs_resources_solaris7.7.gz
-share/man/man7/pbs_resources_sp2.7.gz
-share/man/man7/pbs_resources_sunos4.7.gz
-share/man/man7/pbs_resources_unicos8.7.gz
-share/man/man7/pbs_resources_unicosmk2.7.gz
-share/man/man7/pbs_server_attributes.7.gz
-share/man/man8/pbs_mom.8.gz
-share/man/man8/pbs_sched.8.gz
-share/man/man8/pbs_sched_basl.8.gz
-share/man/man8/pbs_sched_cc.8.gz
-share/man/man8/pbs_sched_tcl.8.gz
-share/man/man8/pbs_server.8.gz
-share/man/man8/pbsnodes.8.gz
-share/man/man8/qdisable.8.gz
-share/man/man8/qenable.8.gz
-share/man/man8/qrun.8.gz
-share/man/man8/qstart.8.gz
-share/man/man8/qstop.8.gz
-share/man/man8/qterm.8.gz
-sbin/momctl
-sbin/pbs_demux
-@(root,wheel,4755) sbin/pbs_iff
-sbin/pbs_mom
-sbin/pbs_sched
-sbin/pbs_server
-sbin/qnoded
-sbin/qschedd
-sbin/qserverd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/torque.setup
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/pbs_environment
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/dedicated_time
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/holidays
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/resource_group
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/sched_priv/sched_config
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/server_name
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/var/spool/torque/server_priv/nodes
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/undelivered
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/spool
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/queues
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/jobs
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/hostlist
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/disallowed_types
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/credentials
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/arrays
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_users
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_svr
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_hosts
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/acl_groups
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_priv/accounting
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/server_logs
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/sched_priv/accounting
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/sched_logs
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/mom_priv/jobs
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/mom_logs
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/job_logs
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/checkpoint
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/var/spool/torque/aux