aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-07-21 09:48:33 +0000
committerRene Ladan <rene@FreeBSD.org>2011-07-21 09:48:33 +0000
commitb5a43c84e397c2687f8079d20cc29c8e291d3260 (patch)
tree2982e0422f400b391f2cdba5c5a1ee56fb3702ae
parent9f0171d23cf2fa02a676c6451de1c8ed8969231e (diff)
downloadports-b5a43c84e397c2687f8079d20cc29c8e291d3260.tar.gz
ports-b5a43c84e397c2687f8079d20cc29c8e291d3260.zip
Notes
-rw-r--r--MOVED2
-rw-r--r--java/jboss3/Makefile143
-rw-r--r--java/jboss3/distinfo2
-rw-r--r--java/jboss3/files/daemonctl.1.in78
-rw-r--r--java/jboss3/files/daemonctl.c.in557
-rw-r--r--java/jboss3/files/jboss3.in57
-rw-r--r--java/jboss3/files/patch-build.xml38
-rw-r--r--java/jboss3/files/patch-buildmagic.ent37
-rw-r--r--java/jboss3/files/patch-serial-autoinc86
-rw-r--r--java/jboss3/files/pkg-deinstall.in35
-rw-r--r--java/jboss3/files/pkg-install.in46
-rw-r--r--java/jboss3/files/pkg-message.in7
-rw-r--r--java/jboss3/pkg-descr24
-rw-r--r--textproc/galax/Makefile46
-rw-r--r--textproc/galax/distinfo2
-rw-r--r--textproc/galax/files/patch-tools::pxp-engine::Makefile11
-rw-r--r--textproc/galax/pkg-descr5
-rw-r--r--textproc/galax/pkg-message2
-rw-r--r--textproc/galax/pkg-plist466
19 files changed, 2 insertions, 1642 deletions
diff --git a/MOVED b/MOVED
index 54e6744c28d1..42d7a2923270 100644
--- a/MOVED
+++ b/MOVED
@@ -2282,3 +2282,5 @@ hungarian/hunspell|textproc/hunspell|2011-07-18|moved to textproc as it is langu
mail/qmail-vida||2011-07-18|Has expired: UID collisions, IGNOREd for four years with no-one caring
java/jdk13|java/jdk15|2011-07-21|Has expired: ancient version of Java
java/linux-sun-jdk13|java/linux-sun-jdk15|2011-07-21|Has expired: ancient version of Java
+java/jboss3||2011-07-21|Has expired: Depends on expired Java 1.4
+textproc/galax||2011-07-21|Has expired: Depends on expired Java 1.4
diff --git a/java/jboss3/Makefile b/java/jboss3/Makefile
deleted file mode 100644
index dad9dc5406b4..000000000000
--- a/java/jboss3/Makefile
+++ /dev/null
@@ -1,143 +0,0 @@
-# ports collection makefile for: jboss2
-# Date created: 16 April 2002
-# Whom: Ernst de Haan <znerd@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ${APP_TITLE:L}
-PORTVERSION= 3.2.8.SP1
-CATEGORIES= java devel
-MASTER_SITES= SF/${PORTNAME}/JBoss/JBoss-${PORTVERSION}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= JBoss 3.x, an open-source J2EE application server
-
-BROKEN= Does not build
-DEPRECATED= Depends on expired Java 1.4
-EXPIRATION_DATE=2011-07-28
-
-LATEST_LINK= jboss3
-USE_JAVA= yes
-JAVA_VERSION= 1.4
-USE_ANT= yes
-MAKE_ARGS= -buildfile build/build.xml
-
-USE_RC_SUBR= jboss3
-USE_BZIP2= YES
-SUB_FILES= pkg-install pkg-deinstall pkg-message daemonctl.1 daemonctl.c
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
-
-APP_HOME?= ${PREFIX}/${APP_SHORTNAME}
-DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}${PORTVERSION:R}
-LOG_DIR= ${APP_HOME}/log
-APP_TITLE= JBoss
-APP_SHORTNAME= ${UNIQUENAME}
-CONTROL_SCRIPT_NAME= ${APP_SHORTNAME}ctl
-CONTROL_SCRIPT= ${PREFIX}/bin/${CONTROL_SCRIPT_NAME}
-CONTROL_SCRIPT_MANPAGE_TITLE= ${CONTROL_SCRIPT_NAME:U}
-STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/${USE_RC_SUBR}
-USER= www
-GROUP= www
-STDOUT_LOG= ${LOG_DIR}/stdout.log
-STDERR_LOG= ${LOG_DIR}/stderr.log
-AUTO_START?= NO
-STOP_TIMEOUT?= 5
-PID_FILE= /var/run/${APP_SHORTNAME}.pid
-JAVA_OPTS=
-JAVA_CP= bin/run.jar:${JAVA_HOME}/lib/tools.jar
-JAVA_MAIN= org.jboss.Main
-DAEMONCTL_DIR= ${FILESDIR}
-DAEMONCTL_FILES=daemonctl.c daemonctl.1 startup.sh pkg-message
-MAN1= ${CONTROL_SCRIPT_NAME}.1
-
-JBOSSOUTPUT= ${WRKSRC}/build/output/${PORTNAME}-${PORTVERSION}
-APP_HOME_FILES= bin client lib server
-
-PLIST_FILES= ${CONTROL_SCRIPT:S,^${PREFIX}/,,} \
- ${STDOUT_LOG:S,^${PREFIX}/,,} \
- ${STDERR_LOG:S,^${PREFIX}/,,}
-
-SUB_LIST= APP_HOME=${APP_HOME} \
- APP_SHORTNAME=${APP_SHORTNAME} \
- APP_TITLE=${APP_TITLE} \
- CONTROL_SCRIPT=${CONTROL_SCRIPT} \
- CONTROL_SCRIPT_MANPAGE_TITLE=${CONTROL_SCRIPT_MANPAGE_TITLE} \
- CONTROL_SCRIPT_NAME=${CONTROL_SCRIPT_NAME} \
- GROUP=${GROUP} \
- JAVA=${JAVA} \
- JAVA_CP=${JAVA_CP} \
- JAVA_HOME=${JAVA_HOME} \
- JAVA_MAIN=${JAVA_MAIN} \
- JAVA_OPTS=${JAVA_OPTS} \
- JAVA_PORT_VERSION=${JAVA_PORT_VERSION} \
- JAVA_PORT_OS_DESCRIPTION=${JAVA_PORT_OS_DESCRIPTION} \
- JAR_FILE=${JAR_FILE} \
- LOG_DIR=${LOG_DIR} \
- PID_FILE=${PID_FILE} \
- PKGNAME=${PKGNAME} \
- PORTNAME=${PORTNAME} \
- PORTVERSION=${PORTVERSION} \
- PREFIX=${PREFIX} \
- STARTUP_SCRIPT=${STARTUP_SCRIPT} \
- STDERR_LOG=${STDERR_LOG} \
- STDOUT_LOG=${STDOUT_LOG} \
- STOP_TIMEOUT=${STOP_TIMEOUT} \
- USER=${USER}
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${ECHO_MSG} "Installation settings:"
- @${ECHO_MSG} " Destination directory: ${APP_HOME}"
- @${ECHO_MSG} " Control program location: ${CONTROL_SCRIPT}"
- @${ECHO_MSG} " Startup script location: ${STARTUP_SCRIPT}"
- @${ECHO_MSG} " Location of JDK: ${JAVA_HOME}"
- @${ECHO_MSG} " Location of Java port: ${JAVA_PORT}"
- @${ECHO_MSG} " Startup Java Options: ${JAVA_OPTS}"
- @${ECHO_MSG} " Running as (user/group): ${USER}/${GROUP}"
- @${ECHO_MSG} " Logfile stdout: ${STDOUT_LOG}"
- @${ECHO_MSG} " Logfile stderr: ${STDERR_LOG}"
- @${ECHO_MSG} " Starting after install: ${AUTO_START}"
- @${ECHO_MSG} " Stop time-out: ${STOP_TIMEOUT} sec."
-
-pre-install:
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
-do-install:
- cd ${WRKDIR} && ${CC} ${CFLAGS} -o ${CONTROL_SCRIPT_NAME} daemonctl.c
- ${MKDIR} ${APP_HOME} && ${CHOWN} ${USER}:${GROUP} ${APP_HOME}
- ${MKDIR} ${LOG_DIR} && ${CHOWN} ${USER}:${GROUP} ${LOG_DIR}
- (cd ${JBOSSOUTPUT} && ${FIND} ${APP_HOME_FILES} |\
- ${CPIO} -pdmu -R ${USER}:${GROUP} ${APP_HOME})
- ${INSTALL} -o ${USER} -g ${GROUP} -m 06754\
- ${WRKDIR}/${CONTROL_SCRIPT_NAME} ${CONTROL_SCRIPT}
- ${INSTALL} -o ${USER} -g ${GROUP} -m 0640 /dev/null ${STDOUT_LOG}
- ${INSTALL} -o ${USER} -g ${GROUP} -m 0640 /dev/null ${STDERR_LOG}
- ${INSTALL} -o ${USER} -g ${GROUP} -m 0640 /dev/null ${PID_FILE}
- ${INSTALL_MAN} ${WRKDIR}/daemonctl.1 ${MANPREFIX}/man/man1/${CONTROL_SCRIPT_NAME}.1
-.if !defined(NOPORTDOCS)
- cd ${JBOSSOUTPUT}/docs \
- && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
- && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
-.endif
-
-post-install:
- @${FIND} -s ${APP_HOME_FILES:S,^,${JBOSSOUTPUT}/,} -not -type d | \
- ${SED} -ne 's,^${JBOSSOUTPUT},${APP_HOME:S,${PREFIX}/,,},p' >> ${TMPPLIST}
- @${FIND} -s -d ${APP_HOME_FILES:S,^,${JBOSSOUTPUT}/,} -type d | \
- ${SED} -ne 's,^${JBOSSOUTPUT},@dirrm ${APP_HOME:S,${PREFIX}/,,},p' >> ${TMPPLIST}
- @${ECHO_CMD} "@dirrm ${APP_HOME:S,^${PREFIX}/,,}/log" >> ${TMPPLIST}
- @${ECHO_CMD} "@dirrm ${APP_HOME:S,^${PREFIX}/,,}" >> ${TMPPLIST}
-.if ${AUTO_START} == "YES"
- @${CONTROL_SCRIPT} start || true
-.endif
-.if !defined(BATCH)
- @${CAT} ${PKGMESSAGE}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/java/jboss3/distinfo b/java/jboss3/distinfo
deleted file mode 100644
index 7d4a49bf9f03..000000000000
--- a/java/jboss3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jboss-3.2.8.SP1-src.tar.bz2) = ed4e45fa5f51cd8a2a3643f3676580724b5c6bf68a347bb3aee1702d4d384914
-SIZE (jboss-3.2.8.SP1-src.tar.bz2) = 37995227
diff --git a/java/jboss3/files/daemonctl.1.in b/java/jboss3/files/daemonctl.1.in
deleted file mode 100644
index 30547f449ef9..000000000000
--- a/java/jboss3/files/daemonctl.1.in
+++ /dev/null
@@ -1,78 +0,0 @@
-.Dd February 21, 2002
-.Dt %%CONTROL_SCRIPT_MANPAGE_TITLE%% 1
-.Os FreeBSD
-.Sh NAME
-.Nm %%CONTROL_SCRIPT_NAME%%
-.Nd %%APP_TITLE%% server control interface
-.Sh SYNOPSIS
-.Nm
-.Op Fl java-options
-.Ar {start|restart|stop}
-.Sh DESCRIPTION
-The
-.Nm
-program provides an restricted interface to the %%APP_TITLE%%
-application server. The
-.Nm
-program is only accessible to users in the 'www' group, and will
-only invoke the %%JAVA_PORT_OS_DESCRIPTION%% %%JAVA_PORT_VERSION%% JVM.
-.Pp
-Any Java options listed are handed off directly to the JVM. Any
-classpath options will be ignored.
-.Pp
-The program expects exactly one of the following terminating commands:
-.Bl -tag -width indent
-.It Ar start
-Start %%APP_TITLE%%, if it is not already running.
-.It Ar restart
-Restart %%APP_TITLE%%. If it is already running, then it will be stopped and
-then started right after that. Otherwise it will just be started up.
-.It Ar stop
-Stop %%APP_TITLE%%, if it is actually running.
-.El
-.Sh ERRORS
-The following error conditions are detected. They will be checked in the
-specified order. In each case an error message is printed with the name of the
-control program prepended.
-.Pp
-If no argument is passed, then a simple help message is printed and the
-program exists with error code 0.
-.Pp
-If at least one argument is passed, but it is different from
-.Ar start ,
-.Ar restart
-or
-.Ar stop
-then the help message is printed as well, and the program exits with error
-code 1.
-.Pp
-The following errors conditions are defined:
-.Bl -tag -width indent
-.It Em Illegal program argument (error code 1)
-.It Em PID file not found (error code 2)
-.It Em PID file too large (error code 3)
-.It Em PID file contains illegal character (error code 4)
-.It Em Kill of process failed (error code 5)
-.It Em %%APP_TITLE%% is already running (error code 6)
-.It Em %%APP_TITLE%% is not running (error code 7)
-.It Em Unable to chdir to the %%APP_TITLE%% home directory (error code 8)
-.It Em Unable to open the stdout log file (error code 9)
-.It Em Unable to open the stderr log file (error code 10)
-.It Em Unable to start %%APP_TITLE%% (error code 11)
-.El
-.Sh FILES
-.Bl -tag -width -indent
-.It Pa %%PID_FILE%%
-The %%APP_TITLE%% PID file that is used to store the process ID of the
-currently running process in. It is emptied as soon as the server is stopped
-and filled with the process ID when it is started. It should never be writable
-for anyone but
-.Em www ,
-.It Pa %%STARTUP_SCRIPT%%
-A script that starts the
-.Nm
-program. It is used to start %%APP_TITLE%% at startup time.
-.El
-.Sh AUTHORS
-.An Ernst de Haan Aq znerd@FreeBSD.org
-.An Jonathan Chen Aq jonc@chen.org.nz
diff --git a/java/jboss3/files/daemonctl.c.in b/java/jboss3/files/daemonctl.c.in
deleted file mode 100644
index 7bcdc6b7f5e8..000000000000
--- a/java/jboss3/files/daemonctl.c.in
+++ /dev/null
@@ -1,557 +0,0 @@
-/*
- * -*- mode: Fundamental; tab-width: 4; -*-
- * ex:ts=4
- *
- * Daemon control program, with Java Startup options.
- *
- * Original by Ernst de Haan <znerd@freebsd.org>
- * www/jakarta-tomcat4/files/daemonctl.c
- *
- * $FreeBSD$
- */
-
-#include <assert.h>
-#include <fcntl.h>
-#include <signal.h>
-#include <stdarg.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <syslog.h>
-#include <unistd.h>
-#include <sys/errno.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <sys/uio.h>
-
-#define TRUE 1
-#define FALSE 0
-
-/* The interval in seconds between the checks to make sure the process
- died after a kill */
-#define STOP_TIME_INTERVAL 1
-
-#define ERR_ILLEGAL_ARGUMENT 1
-#define ERR_PID_FILE_NOT_FOUND 2
-#define ERR_KILL_FAILED 5
-#define ERR_ALREADY_RUNNING 6
-#define ERR_NOT_RUNNING 7
-#define ERR_CHDIR_TO_APP_HOME 8
-#define ERR_ACCESS_JAR_FILE 17
-#define ERR_STDOUT_LOGFILE_OPEN 9
-#define ERR_STDERR_LOGFILE_OPEN 10
-#define ERR_FORK_FAILED 11
-#define ERR_STAT_JAVA_HOME 12
-#define ERR_JAVA_HOME_NOT_DIR 13
-#define ERR_STAT_JAVA_CMD 14
-#define ERR_JAVA_CMD_NOT_FILE 15
-#define ERR_JAVA_CMD_NOT_EXECUTABLE 16
-
-/*
- Function declarations.
- */
-static void printUsage (void);
-static int readPID (void);
-static void writePID (int pid);
-static void clearPID (void);
-static void start (int javaOpt, char * javaArgs [], int jbossOpt, char * jbossArgs []);
-static void stop (void);
-static void restart (int javaOpt, char * javaArgs [], int jbossOpt, char * jbossArgs []);
-static void logOutput (char *);
-
-/*
- Globals
- */
-static int isQuiet = FALSE;
-static char * optQuiet = "-q", /* quiet option */
- * optConfig = "-config"; /* jboss configuration option */
-
-/**
- * Main function. This function is called when this program is executed.
- *
- * @param argc
- * the number of arguments plus one, so always greater than 0.
- *
- * @param argv
- * the arguments in an array of character pointers, where the last argument
- * element is followed by a NULL element.
- */
-int
-main (
- int argc,
- char *argv [])
-{
- /* Declare variables, like all other good ANSI C programs do :) */
- int i, javaOpt, jbossOpt;
- char *argument, **javaArgs, **jbossArgs;
-
- /* Parse the arguments */
- if (argc < 2)
- {
- printUsage ();
- return 0;
- }
-
- /* XXX: Fix for setting up the environment for the java wrapper script */
- setuid (geteuid ());
- setgid (getegid ());
-
- /*
- Build up java and jboss option blocks.
- */
- javaOpt = jbossOpt = 0;
- for (i = 1; i < argc; i++)
- {
- if (strcmp (argv [i], optQuiet) == 0)
- {
- isQuiet = TRUE;
-
- } else if (strcmp (argv [i], optConfig) == 0)
- {
- jbossOpt += 2;
- if (++i >= argc)
- {
- printUsage ();
- return ERR_ILLEGAL_ARGUMENT;
- }
-
- } else if (*argv [i] == '-')
- {
- javaOpt++;
- }
- }
- if (javaOpt == 0)
- javaArgs = NULL;
- else
- {
- int j = 0;
- javaArgs = malloc (sizeof (char *) * javaOpt);
- for (i = 0; i < argc; i++)
- {
- if (strcmp (argv [i], optQuiet) &&
- strcmp (argv [i], optConfig) &&
- *argv [i] == '-')
- {
- javaArgs [j++] = argv [i];
- }
- }
- }
- if (jbossOpt == 0)
- jbossArgs = NULL;
- else
- {
- int j = 0;
- jbossArgs = malloc (sizeof (char *) * jbossOpt);
- for (i = 0; i < argc; i++)
- {
- if (strcmp (argv [i], optConfig) == 0)
- {
- jbossArgs [j++] = "-c";
- jbossArgs [j++] = argv [++i];
- }
- }
- }
-
- /*
- Decide on just what to call.
- */
- argument = argv [argc - 1];
- if (strcmp ("start", argument) == 0)
- {
- start (javaOpt, javaArgs, jbossOpt, jbossArgs);
-
- } else if (strcmp ("stop", argument) == 0)
- {
- stop ();
-
- } else if (strcmp ("restart", argument) == 0)
- {
- restart (javaOpt, javaArgs, jbossOpt, jbossArgs);
-
- } else {
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Illegal argument \"%s\".\n", argument);
- printUsage ();
- exit (ERR_ILLEGAL_ARGUMENT);
- }
-
- return EXIT_SUCCESS;
-}
-
-/**
- * Prints usage information to stdout.
- */
-static void
-printUsage (void)
-{
- printf ("Usage: %%CONTROL_SCRIPT_NAME%% [java-options] [-config jbossconfig] {start|stop|restart}\n");
-}
-
-/**
- * Reads a PID from the PID file.
- *
- * @return
- * the PID, or -1 if the file was empty.
- */
-static int
-readPID (void)
-{
- FILE * file;
- int pid;
-
- logOutput (">> Reading PID file (%%PID_FILE%%)...");
- file = fopen ("%%PID_FILE%%", "r");
- if (!file)
- {
- logOutput (" [ FAILED ]\n");
- perror ("%%CONTROL_SCRIPT_NAME%%: Unable to open %%PID_FILE%% for reading: ");
- exit (ERR_PID_FILE_NOT_FOUND);
- }
- if (fscanf (file, "%d", &pid) < 1)
- pid = -1;
- fclose (file);
-
- logOutput (" [ DONE ]\n");
- return pid;
-}
-
-/**
- * Writes a process ID to the specified file. The file is identified by a file
- * handle.
- *
- * @param pid
- * the PID to store, always greater than 0.
- */
-static void
-writePID (
- int pid)
-{
- FILE * file;
-
- logOutput (">> Writing PID file...");
- file = fopen ("%%PID_FILE%%", "w");
- if (!file)
- {
- logOutput (" [ FAILED ]\n");
- perror ("%%CONTROL_SCRIPT_NAME%%: Unable to open %%PID_FILE%% for writing: ");
- exit (ERR_PID_FILE_NOT_FOUND);
- }
- fprintf (file, "%d\n", pid);
- fclose (file);
-
- logOutput (" [ DONE ]\n");
-}
-
-/**
- Truncate the PID file.
- */
-static void
-clearPID (void)
-{
- if (truncate ("%%PID_FILE%%", 0) != 0)
- {
- perror ("%%CONTROL_SCRIPT_NAME%%: Unable to clear %%PID_FILE%%: ");
- exit (ERR_PID_FILE_NOT_FOUND);
- }
-}
-
-/**
- * Checks if the specified process is running.
- *
- * @param pid
- * the process id, greater than 0.
- *
- * @return
- * 0 if the specified process is not running, a different value otherwise.
- */
-static int
-existsProcess (
- int pid)
-{
- int result;
-
- /* Check preconditions */
- assert (pid > 0);
-
- /* See if the process exists */
- result = kill (pid, 0);
-
- /* If the result is 0, then the process exists */
- return result == 0;
-}
-
-/**
- * Kills the process identified by the specified ID.
- *
- * @param pid
- * the process id, greater than 0.
- */
-static void
-killProcess (
- int pid)
-{
- int result;
- unsigned int waited;
- unsigned int forced;
- unsigned int interval = STOP_TIME_INTERVAL;
- unsigned int timeout = %%STOP_TIMEOUT%%;
-
- /* Check preconditions */
- assert (pid > 0);
-
- if (!isQuiet)
- printf (">> Terminating process %d...", pid);
- result = kill (pid, SIGTERM);
- if (result < 0) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to kill process %d: ", pid);
- perror (NULL);
- exit (ERR_KILL_FAILED);
- }
-
- /* Wait until the process is actually killed */
- result = existsProcess (pid);
- for (waited=0; result == 1 && waited < timeout; waited += interval)
- {
- logOutput (".");
- fflush (stdout);
- sleep (interval);
- result = existsProcess (pid);
- }
-
- /* If the process still exists, then have no mercy and kill it */
- forced = 0;
- if (result == 1)
- {
- /* Force the process to die */
- result = kill (pid, SIGKILL);
- if (result == 0) {
- forced = 1;
- logOutput (" [ KILLED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Process %d did not terminate within %%STOP_TIMEOUT%% sec. Killed.\n", pid);
- } else if (result != ESRCH) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to kill process %d: ", pid);
- perror (NULL);
- exit (ERR_KILL_FAILED);
- }
- }
-
- if (forced == 0) {
- logOutput (" [ DONE ]\n");
- }
-}
-
-/**
- * Starts the daemon.
- */
-static void
-start (
- int javaOpt,
- char * javaArgs [],
- int jbossOpt,
- char * jbossArgs [])
-{
- int i, argc;
- char ** argv;
- int pid;
- int result;
- int stdoutLogFile;
- int stderrLogFile;
- struct stat sb;
-
- pid = readPID ();
-
- logOutput (">> Starting %%APP_TITLE%% %%PORTVERSION%%...");
- if (pid != -1)
- {
- /* Check if the process actually exists */
- result = existsProcess (pid);
- if (result == 1)
- {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: %%APP_TITLE%% %%PORTVERSION%% is already running, PID is %d.\n", pid);
- exit (ERR_ALREADY_RUNNING);
- }
- }
-
- /* Check if the JDK home directory is actually a directory */
- result = stat ("%%JAVA_HOME%%", &sb);
- if (result != 0) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %%JAVA_HOME%%: ");
- perror (NULL);
- exit (ERR_STAT_JAVA_HOME);
- }
- if (!S_ISDIR (sb.st_mode)) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Java home directory %%JAVA_HOME%% is not a directory.\n");
- exit (ERR_JAVA_HOME_NOT_DIR);
- }
-
- /* Check if the Java command is actually an executable regular file */
- result = stat ("%%JAVA%%", &sb);
- if (result != 0) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to stat %%JAVA%%: ");
- perror (NULL);
- exit (ERR_STAT_JAVA_CMD);
- }
- if (!S_ISREG (sb.st_mode)) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %%JAVA%% is not a regular file.\n");
- exit (ERR_JAVA_CMD_NOT_FILE);
- }
- result = access ("%%JAVA%%", X_OK);
- if (result != 0) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Java command %%JAVA%% is not executable: ");
- perror (NULL);
- exit (ERR_JAVA_CMD_NOT_EXECUTABLE);
- }
-
- /* Change directory */
- result = chdir ("%%APP_HOME%%");
- if (result < 0) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to access directory %%APP_HOME%%: ");
- perror (NULL);
- exit (ERR_CHDIR_TO_APP_HOME);
- }
-
- /* See if the JAR file exists */
- result = access ("%%APP_HOME%%/%%JAR_FILE%%", R_OK);
- if (result < 0) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to access JAR file %%APP_HOME%%/%%JAR_FILE%%: ");
- perror (NULL);
- exit (ERR_ACCESS_JAR_FILE);
- }
-
- /* Open the stdout log file */
- stdoutLogFile = open ("%%STDOUT_LOG%%", O_WRONLY);
- if (stdoutLogFile < 0) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to open %%STDOUT_LOG%% for writing: ");
- perror (NULL);
- exit (ERR_STDOUT_LOGFILE_OPEN);
- }
- lseek (stdoutLogFile, (off_t) 0, SEEK_END);
-
- /* Open the stderr log file */
- stderrLogFile = open ("%%STDERR_LOG%%", O_WRONLY);
- if (stderrLogFile < 0) {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to open %%STDERR_LOG%% for writing: ");
- perror (NULL);
- exit (ERR_STDERR_LOGFILE_OPEN);
- }
- lseek (stderrLogFile, (off_t) 0, SEEK_END);
-
- /* Split this process in two */
- switch (pid = fork ())
- {
- case -1:
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: Unable to fork: ");
- perror (NULL);
- exit (ERR_FORK_FAILED);
- break;
-
- case 0:
- /* Redirect stdout to log file */
- dup2 (stdoutLogFile, STDOUT_FILENO);
-
- /* Redirect stderr to log file */
- dup2 (stderrLogFile, STDERR_FILENO);
-
- /* TODO: Support redirection of both stdout and stderr to the same
- file using pipe (2) */
-
- /*
- Build the argument vector, with the java/jboss options if any.
- */
- argv = malloc (sizeof (char *) * (javaOpt + jbossOpt + 5));
- argc = 0;
- argv [argc++] = "%%JAVA%%";
- for (i = 0; i < javaOpt; i++)
- argv [argc++] = javaArgs [i];
- argv [argc++] = "-cp";
- argv [argc++] = "%%JAVA_CP%%";
- argv [argc++] = "%%JAVA_MAIN%%";
- for (i = 0; i < jbossOpt; i++)
- argv [argc++] = jbossArgs [i];
- argv [argc++] = NULL;
-
- /* Execute the command */
- execv (argv [0], argv);
- perror (NULL);
- break;
-
- default:
- logOutput (" [ DONE ]\n");
- writePID (pid);
- }
-}
-
-/**
- * Stops the daemon.
- */
-static void
-stop (void)
-{
- int pid;
-
- pid = readPID ();
-
- logOutput (">> Checking if %%APP_TITLE%% %%PORTVERSION%% is running...");
-
- /* If there is a PID, see if the process still exists */
- if (pid != -1)
- {
- int result = kill (pid, 0);
- if (result != 0 && errno == ESRCH)
- {
- clearPID ();
- pid = -1;
- }
- }
-
- /* If there is no running process, produce an error */
- if (pid == -1)
- {
- logOutput (" [ FAILED ]\n");
- fprintf (stderr, "%%CONTROL_SCRIPT_NAME%%: %%APP_TITLE%% %%PORTVERSION%% is currently not running.\n");
- exit (ERR_NOT_RUNNING);
- }
- logOutput (" [ DONE ]\n");
-
- /* Terminate the process */
- killProcess (pid);
- clearPID ();
-}
-
-
-/**
- * Restarts the process. If it not currently running, then it will fail.
- */
-static void
-restart (
- int javaOpt,
- char * javaArgs [],
- int jbossOpt,
- char * jbossArgs [])
-{
- stop ();
- start (javaOpt, javaArgs, jbossOpt, jbossArgs);
-}
-
-/**
- Output log to stdout.
- */
-static void
-logOutput (
- char * string)
-{
- if (!isQuiet)
- printf (string);
-}
diff --git a/java/jboss3/files/jboss3.in b/java/jboss3/files/jboss3.in
deleted file mode 100644
index 2fb3e342eb52..000000000000
--- a/java/jboss3/files/jboss3.in
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/sh
-#
-# %%APP_TITLE%% startup script.
-#
-# $FreeBSD$
-#
-
-# PROVIDE: %%APP_SHORTNAME%%
-# REQUIRE: NETWORKING SERVERS
-
-# Add the following lines to /etc/rc.conf to enable %%APP_SHORTNAME%%:
-# %%APP_SHORTNAME%%_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable %%APP_SHORTNAME%%
-# %%APP_SHORTNAME%%_flags (str): Set to "-server" by default.
-# Extra JVM flags.
-# %%APP_SHORTNAME%%_config (str): Set to "" by default
-# JBoss server config, eg {all|default|minimal|standard}
-#
-. /etc/rc.subr
-
-name="%%APP_SHORTNAME%%"
-rcvar=`set_rcvar`
-
-start_cmd="%%APP_SHORTNAME%%_start"
-restart_cmd="%%APP_SHORTNAME%%_restart"
-pidfile="%%PID_FILE%%"
-procname="%%JAVA%%"
-
-[ -z "$%%APP_SHORTNAME%%_enable" ] && %%APP_SHORTNAME%%_enable="NO"
-[ -z "$%%APP_SHORTNAME%%_flags" ] && %%APP_SHORTNAME%%_flags="-server"
-
-%%APP_SHORTNAME%%_start ()
-{
- checkyesno %%APP_SHORTNAME%%_enable &&
- {
- if [ ! -f ${pidfile} ]
- then
- touch ${pidfile}
- chown %%USER%%:%%GROUP%% ${pidfile}
- fi
-
- %%CONTROL_SCRIPT%% -q ${%%APP_SHORTNAME%%_flags} ${%%APP_SHORTNAME%%_configflag} ${%%APP_SHORTNAME%%_config} start &&
- echo -n " %%APP_SHORTNAME%%"
- }
-}
-
-%%APP_SHORTNAME%%_restart ()
-{
- checkyesno %%APP_SHORTNAME%%_enable &&
- %%CONTROL_SCRIPT%% -q ${%%APP_SHORTNAME%%_flags} ${%%APP_SHORTNAME%%_configflag} ${%%APP_SHORTNAME%%_config} restart
-}
-
-load_rc_config $name
-
-[ -n "${%%APP_SHORTNAME%%_config}" ] && %%APP_SHORTNAME%%_configflag="-config"
-
-run_rc_command "$1"
diff --git a/java/jboss3/files/patch-build.xml b/java/jboss3/files/patch-build.xml
deleted file mode 100644
index 52d4e964fda1..000000000000
--- a/java/jboss3/files/patch-build.xml
+++ /dev/null
@@ -1,38 +0,0 @@
---- ./build/build.xml.orig Sun Mar 25 22:55:20 2007
-+++ ./build/build.xml Sun Mar 25 22:58:57 2007
-@@ -43,6 +43,35 @@
- -->
-
- <target name="init" unless="init.disable" depends="_buildmagic:init">
-+ <!-- Make sure we have the right version of Ant -->
-+ <property name="buildmagic.ant15.baseversion" value="1.5"/>
-+ <property name="buildmagic.ant16.baseversion" value="1.6"/>
-+ <property name="buildmagic.ant16.baseversion" value="1.7"/>
-+ <!--
-+ | Add new conditions for other supported Ant versions when they
-+ | become avaialble.
-+ -->
-+
-+ <condition property="buildmagic.ant.compatible">
-+ <or>
-+ <contains string="${ant.version}"
-+ substring="Ant version ${buildmagic.ant15.baseversion}"/>
-+ <contains string="${ant.version}"
-+ substring="Ant version ${buildmagic.ant16.baseversion}"/>
-+ <contains string="${ant.version}"
-+ substring="Ant version ${buildmagic.ant17.baseversion}"/>
-+ </or>
-+ </condition>
-+
-+ <fail unless="buildmagic.ant.compatible">
-+
-+ Unsupported Ant version:
-+
-+ ${ant.version}
-+
-+ Please install a version which is compatible with Ant ${buildmagic.ant15.baseversion} or ${buildmagic.ant16.baseversion} or ${buildmagic.ant17.baseversion}.
-+
-+ </fail>
- </target>
-
-
diff --git a/java/jboss3/files/patch-buildmagic.ent b/java/jboss3/files/patch-buildmagic.ent
deleted file mode 100644
index 175827a80bc5..000000000000
--- a/java/jboss3/files/patch-buildmagic.ent
+++ /dev/null
@@ -1,37 +0,0 @@
---- ./tools/etc/buildmagic/buildmagic.ent.orig Sun Mar 25 22:53:51 2007
-+++ ./tools/etc/buildmagic/buildmagic.ent Sun Mar 25 22:54:21 2007
-@@ -7,34 +7,6 @@
- <!-- Initialize the build system. -->
- <target name="_buildmagic:init" unless="init.disable">
-
-- <!-- Make sure we have the right version of Ant -->
-- <property name="buildmagic.ant15.baseversion" value="1.5"/>
-- <property name="buildmagic.ant16.baseversion" value="1.6"/>
--
-- <!--
-- | Add new conditions for other supported Ant versions when they
-- | become avaialble.
-- -->
--
-- <condition property="buildmagic.ant.compatible">
-- <or>
-- <contains string="${ant.version}"
-- substring="Ant version ${buildmagic.ant15.baseversion}"/>
-- <contains string="${ant.version}"
-- substring="Ant version ${buildmagic.ant16.baseversion}"/>
-- </or>
-- </condition>
--
-- <fail unless="buildmagic.ant.compatible">
--
-- Unsupported Ant version:
--
-- ${ant.version}
--
-- Please install a version which is compatible with Ant ${buildmagic.ant15.baseversion} or ${buildmagic.ant16.baseversion}.
--
-- </fail>
--
- <!-- JDK Detection -->
- <available classname="java.lang.StrictMath" property="HAVE_JDK_1.3"/>
- <available classname="java.lang.StackTraceElement" property="HAVE_JDK_1.4"/>
diff --git a/java/jboss3/files/patch-serial-autoinc b/java/jboss3/files/patch-serial-autoinc
deleted file mode 100644
index d2be2a8d5753..000000000000
--- a/java/jboss3/files/patch-serial-autoinc
+++ /dev/null
@@ -1,86 +0,0 @@
-$FreeBSD$
-
-This patch allows JBoss to correctly create tables when
-using the auto-increment feature with Postgresql.
-
-diff -ruN /tmp/jboss-3.2.6-src/server/src/etc/conf/default/standardjbosscmp-jdbc.xml ./server/src/etc/conf/default/standardjbosscmp-jdbc.xml
---- /tmp/jboss-3.2.6-src/server/src/etc/conf/default/standardjbosscmp-jdbc.xml Wed Sep 22 21:03:37 2004
-+++ ./server/src/etc/conf/default/standardjbosscmp-jdbc.xml Wed Jan 12 09:47:01 2005
-@@ -1170,7 +1170,7 @@
- <row-locking-template>SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE</row-locking-template>
- <pk-constraint-template>CONSTRAINT ?1 PRIMARY KEY (?2)</pk-constraint-template>
- <fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5)</fk-constraint-template>
-- <auto-increment-template>?1</auto-increment-template>
-+ <auto-increment-template>?1 serial</auto-increment-template>
- <alias-header-prefix>t</alias-header-prefix>
- <alias-header-suffix>_</alias-header-suffix>
- <alias-max-length>32</alias-max-length>
-@@ -1297,7 +1297,7 @@
- <row-locking-template>SELECT ?1 FROM ?2 WHERE ?3 ORDER BY ?4 FOR UPDATE</row-locking-template>
- <pk-constraint-template>CONSTRAINT ?1 PRIMARY KEY (?2)</pk-constraint-template>
- <fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5)</fk-constraint-template>
-- <auto-increment-template>?1</auto-increment-template>
-+ <auto-increment-template>?1 serial</auto-increment-template>
- <alias-header-prefix>t</alias-header-prefix>
- <alias-header-suffix>_</alias-header-suffix>
- <alias-max-length>32</alias-max-length>
-@@ -1424,7 +1424,7 @@
- <row-locking-template/>
- <pk-constraint-template>CONSTRAINT ?1 PRIMARY KEY (?2)</pk-constraint-template>
- <fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5)</fk-constraint-template>
-- <auto-increment-template>?1 IDENTITY</auto-increment-template>
-+ <auto-increment-template>?1 ?2 ?3 IDENTITY</auto-increment-template>
- <add-column-template>ALTER TABLE ?1 ADD COLUMN ?2 ?3</add-column-template>
- <drop-column-template>ALTER TABLE ?1 DROP COLUMN ?2</drop-column-template>
- <alias-header-prefix>t</alias-header-prefix>
-@@ -1724,7 +1724,7 @@
- -->
- <fk-constraint-template>ALTER TABLE ?1 ADD INDEX (?3), ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5)</fk-constraint-template>
-
-- <auto-increment-template>?1 auto_increment</auto-increment-template>
-+ <auto-increment-template>?1 ?2 ?3 auto_increment</auto-increment-template>
- <alter-column-template>ALTER TABLE ?1 MODIFY ?2 ?3</alter-column-template>
- <alias-header-prefix>t</alias-header-prefix>
- <alias-header-suffix>_</alias-header-suffix>
-@@ -1864,7 +1864,7 @@
- <row-locking-template>SELECT ?1 FROM ?2 with (updlock) WHERE ?3 ORDER BY ?4</row-locking-template>
- <pk-constraint-template>CONSTRAINT ?1 PRIMARY KEY (?2)</pk-constraint-template>
- <fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5)</fk-constraint-template>
-- <auto-increment-template>?1 IDENTITY</auto-increment-template>
-+ <auto-increment-template>?1 ?2 ?3 IDENTITY</auto-increment-template>
- <alter-column-template>ALTER TABLE ?1 ALTER COLUMN ?2 ?3</alter-column-template>
- <alias-header-prefix>t</alias-header-prefix>
- <alias-header-suffix>_</alias-header-suffix>
-@@ -1996,7 +1996,7 @@
- <row-locking-template>SELECT ?1 FROM ?2 with (xlock) WHERE ?3 ORDER BY ?4</row-locking-template>
- <pk-constraint-template>CONSTRAINT ?1 PRIMARY KEY (?2)</pk-constraint-template>
- <fk-constraint-template>ALTER TABLE ?1 ADD CONSTRAINT ?2 FOREIGN KEY (?3) REFERENCES ?4 (?5)</fk-constraint-template>
-- <auto-increment-template>?1 IDENTITY</auto-increment-template>
-+ <auto-increment-template>?1 ?2 ?3 IDENTITY</auto-increment-template>
- <alias-header-prefix>t</alias-header-prefix>
- <alias-header-suffix>_</alias-header-suffix>
- <alias-max-length>32</alias-max-length>
-diff -ruN /tmp/jboss-3.2.6-src/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCStartCommand.java ./server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCStartCommand.java
---- /tmp/jboss-3.2.6-src/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCStartCommand.java Mon Sep 13 11:17:35 2004
-+++ ./server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCStartCommand.java Wed Jan 12 09:45:02 2005
-@@ -916,14 +916,18 @@
- // apply auto-increment template
- if(type.getAutoIncrement()[0])
- {
-- String columnClause = SQLUtil.getCreateTableColumnsClause(type);
- JDBCFunctionMappingMetaData autoIncrement =
- manager.getMetaData().getTypeMapping().getAutoIncrementTemplate();
- if(autoIncrement == null)
- {
- throw new IllegalStateException("auto-increment template not found");
- }
-- String[] args = new String[]{columnClause};
-+ String[] args = new String[]
-+ {
-+ type.getColumnNames () [0],
-+ type.getSQLTypes () [0],
-+ type.getNotNull () [0] ? " not null " : ""
-+ };
- autoIncrement.getFunctionSql(args, sqlBuffer);
- }
- else
diff --git a/java/jboss3/files/pkg-deinstall.in b/java/jboss3/files/pkg-deinstall.in
deleted file mode 100644
index 72f7b922c69f..000000000000
--- a/java/jboss3/files/pkg-deinstall.in
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-#
-# This script does the following.
-#
-# * Checks if the JBoss PID file exists. If it does, it kills the
-# JBoss process and removes the PID file.
-#
-# $FreeBSD$
-#
-
-# Make sure we're in the right stage of the process
-if [ "$2" = "DEINSTALL" ]; then
-
- # Kill JBoss if it is still running
- PID_FILE=/var/run/jboss.pid
- if [ -s ${PID_FILE} ]; then
- PID=`cat ${PID_FILE}`
- echo -n ">> Killing JBoss Server process (${PID})..."
- /bin/kill ${PID} > /dev/null 2> /dev/null
- if [ $? -eq 0 ]; then
- echo " [ DONE ]"
- else
- echo " [ FAILED ]"
- fi
- echo -n ">> Removing PID file (${PID_FILE})..."
- rm ${PID_FILE} > /dev/null 2> /dev/null
- if [ $? -eq 0 ]; then
- echo " [ DONE ]"
- else
- echo " [ FAILED ]"
- fi
- fi
-fi
-
-exit 0
diff --git a/java/jboss3/files/pkg-install.in b/java/jboss3/files/pkg-install.in
deleted file mode 100644
index 687ec3fc1f9e..000000000000
--- a/java/jboss3/files/pkg-install.in
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/bin/sh
-#
-# Checks if the 'www' user and group exist. If they don't, then
-# an attempt is made to create both.
-#
-# $FreeBSD$
-#
-
-# Make sure we're called during the 'make install' process
-if [ "$2" != "PRE-INSTALL" ]; then
- exit 0
-fi
-
-# Set some constants
-USER=www
-GROUP=${USER}
-UID=80
-GID=${UID}
-
-# See if the group already exists
-if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then
-
- # If not, try to create it
- if pw groupadd ${GROUP} -g ${GID}; then
- echo "Added group \"${GROUP}\"."
- else
- echo "Adding group \"${GROUP}\" failed..."
- exit 1
- fi
-fi
-
-# See if the user already exists
-if ! pw usershow "${USER}" 2>/dev/null 1>&2; then
-
- # If not, try to create it
- if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
- -s "/sbin/nologin" -d "/nonexistent" \
- -c "World Wide Web Owner"; \
- then
- echo "Added user \"${USER}\"."
- else
- echo "Adding user \"${USER}\" failed..."
- exit 1
- fi
-fi
-exit 0
diff --git a/java/jboss3/files/pkg-message.in b/java/jboss3/files/pkg-message.in
deleted file mode 100644
index e48411f3028c..000000000000
--- a/java/jboss3/files/pkg-message.in
+++ /dev/null
@@ -1,7 +0,0 @@
-%%PKGNAME%% has been installed in %%APP_HOME%%.
-
-If a user should be able to use %%CONTROL_SCRIPT_NAME%%, put it in the group '%%GROUP%%'.
-
-Use 'man %%CONTROL_SCRIPT_NAME%%' for information about starting and stopping %%APP_TITLE%%.
-
-To run the %%APP_TITLE%% server from startup, add %%APP_SHORTNAME%%_enable="YES" in your /etc/rc.conf. Extra options can be found in the startup script.
diff --git a/java/jboss3/pkg-descr b/java/jboss3/pkg-descr
deleted file mode 100644
index b4b75ac4b9eb..000000000000
--- a/java/jboss3/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-JBoss is an implementation of the EJB 1.1 (and parts of 2.0) specification,
-that is, it is a server and container for Enterprise JavaBeans. In this it
-is similar to Sun's 'J2SDK Enterprise Edition' (J2EE), but the JBoss core
-server provides only an EJB server. The JBoss core does not include a web
-container for servlets/JSP pages, although there are bundles available that
-include either Tomcat or Jetty. The minimal core offering means that JBoss
-has minimal memory and disk space requirements. JBoss will run very
-effectively on a machine with 64 megabytes of RAM, and requires only a few
-megabytes of disk (including source code!). Sun's J2EE requires a minimum of
-128 megabytes of RAM, and 31 megabytes of disk space. Because of its small
-memory footprint, JBoss starts up about 10 times faster than J2EE. There is
-a built-in SQL database server for handling persistent beans, and this
-starts up automatically with the server (J2EE ships with the CloudScape SQL
-server, which has to be started separately).
-
-One of the nicest features of JBoss is its support for `hot' deployment. What
-this means is that deploying a Bean is a simple as copying its JAR file into
-the deployment directory. If this is done while the Bean is already loaded,
-JBoss automatically unloads it, then loads the new version. Contrast this
-with the rigmarole that other J2EE server makes us go through... JBoss is
-distributed under the LGPL, which means that it's free, even for commercial
-work, and the LGPL ensures that it remains that way.
-
-WWW: http://www.jboss.org/
diff --git a/textproc/galax/Makefile b/textproc/galax/Makefile
deleted file mode 100644
index 56a6ce2b73e8..000000000000
--- a/textproc/galax/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: galax
-# Date created: 17 November 2002
-# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= galax
-PORTVERSION= 0.3.5
-PORTREVISION= 3
-CATEGORIES= textproc
-MASTER_SITES= http://db.bell-labs.com/galax/Downloads/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Galax is a full-featured, fully compliant implementation of XQuery
-
-BROKEN= Does not fetch
-DEPRECATED= Depends on expired Java 1.4
-EXPIRATION_DATE=2011-07-28
-
-BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
-
-WRKSRC= ${WRKDIR}/galax
-
-USE_JAVA= yes
-JAVA_VERSION= 1.3 1.4
-USE_GMAKE= yes
-ALL_TARGET= world
-MAKE_ARGS= JAVAHOME=${JAVA_HOME} JAVAINCLUDE="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" \
- OCAMLHOME=${LOCALBASE}/lib/ocaml OCAMLBIN=${LOCALBASE}/bin \
- GALAXHOME=${PREFIX}/Galax-${PORTVERSION} APIS="c java" OPTAPIS="c" WITH_CLIBS="-lm -lcurses" \
- CC=${CC} CPP=${CPP}
-
-PLIST_SUB+= GALAX=Galax-${PORTVERSION}
-ONLY_FOR_ARCHS= i386
-ONLY_FOR_ARCHS_REASON= Java-1.4 is only available for i386
-
-.include <bsd.port.pre.mk>
-
-pre-patch:
- ${CP} ${WRKSRC}/config/Makefile.unix ${WRKSRC}/config/Makefile
-
-post-install:
- @${SED} 's,PREFIX,${PREFIX},; s,GALAX,Galax-${PORTVERSION},' ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/textproc/galax/distinfo b/textproc/galax/distinfo
deleted file mode 100644
index e319ebff6581..000000000000
--- a/textproc/galax/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (galax-0.3.5.tar.gz) = 362fdb1df9bae9372e32de449b360f8e1d31883ac2bf572ac2db45e663dc8dec
-SIZE (galax-0.3.5.tar.gz) = 910670
diff --git a/textproc/galax/files/patch-tools::pxp-engine::Makefile b/textproc/galax/files/patch-tools::pxp-engine::Makefile
deleted file mode 100644
index bec9274051cf..000000000000
--- a/textproc/galax/files/patch-tools::pxp-engine::Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/pxp-engine/Makefile.orig Thu Jan 15 10:28:06 2004
-+++ tools/pxp-engine/Makefile Thu Jan 15 10:28:17 2004
-@@ -26,7 +26,7 @@
- #generate: pxp_yacc.ml pxp_lexing.ml
-
- pxp_lexing.ml: pxp_lexing.mlp
-- ifdef -D LEXBUF_$(OCAMLVERSION) pxp_lexing.mlp
-+ ./ifdef -D LEXBUF_$(OCAMLVERSION) pxp_lexing.mlp
-
- depend:
- $(OCAMLDEP) *.ml *.mli >depend
diff --git a/textproc/galax/pkg-descr b/textproc/galax/pkg-descr
deleted file mode 100644
index 7c780d18cc3a..000000000000
--- a/textproc/galax/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Galax is a full-featured, fully compliant implementation of XQuery,
-the W3C XML Query Language. Galax is open source and is being
-developed at Lucent - Bell Labs and AT&T Labs Research.
-
-WWW: http://www.galaxquery.org/
diff --git a/textproc/galax/pkg-message b/textproc/galax/pkg-message
deleted file mode 100644
index 93847d3fbf4f..000000000000
--- a/textproc/galax/pkg-message
+++ /dev/null
@@ -1,2 +0,0 @@
-Galax binaries are in PREFIX/GALAX/bin (you might want
-to add this directory to your $PATH).
diff --git a/textproc/galax/pkg-plist b/textproc/galax/pkg-plist
deleted file mode 100644
index 707af1539cac..000000000000
--- a/textproc/galax/pkg-plist
+++ /dev/null
@@ -1,466 +0,0 @@
-%%GALAX%%/bin/galax.byte
-%%GALAX%%/bin/galax
-%%GALAX%%/bin/mapschema.byte
-%%GALAX%%/bin/mapschema
-%%GALAX%%/bin/validate.byte
-%%GALAX%%/bin/validate
-%%GALAX%%/bin/galaxtop
-%%GALAX%%/bin/galax.opt
-%%GALAX%%/bin/mapschema.opt
-%%GALAX%%/bin/validate.opt
-%%GALAX%%/lib/caml/glx.cma
-%%GALAX%%/lib/caml/conf.mli
-%%GALAX%%/lib/caml/conf.cmi
-%%GALAX%%/lib/caml/error.mli
-%%GALAX%%/lib/caml/error.cmi
-%%GALAX%%/lib/caml/glx.a
-%%GALAX%%/lib/caml/glx.cmxa
-%%GALAX%%/lib/caml/datamodel_api.mli
-%%GALAX%%/lib/caml/datamodel_api.cmi
-%%GALAX%%/lib/caml/galapi.mli
-%%GALAX%%/lib/caml/galapi.cmi
-%%GALAX%%/lib/c/libunix.a
-%%GALAX%%/lib/c/libstr.a
-%%GALAX%%/lib/c/libnums.a
-%%GALAX%%/lib/c/libunix.so
-%%GALAX%%/lib/c/libstr.so
-%%GALAX%%/lib/c/libnums.so
-%%GALAX%%/lib/c/libglx.a
-%%GALAX%%/lib/c/libglx.so
-%%GALAX%%/lib/c/itemlist.h
-%%GALAX%%/lib/c/glx.h
-%%GALAX%%/lib/c/libglxopt.a
-%%GALAX%%/lib/c/libglxopt.so
-%%GALAX%%/lib/pervasive.xq
-%%GALAX%%/lib/caml-devel/glx.cma
-%%GALAX%%/lib/caml-devel/glx.a
-%%GALAX%%/lib/caml-devel/glx.cmxa
-%%GALAX%%/lib/caml-devel/http.cmi
-%%GALAX%%/lib/caml-devel/base64.cmi
-%%GALAX%%/lib/caml-devel/netstring_top.mli
-%%GALAX%%/lib/caml-devel/netstring_str.mli
-%%GALAX%%/lib/caml-devel/netstring_mt.mli
-%%GALAX%%/lib/caml-devel/netstream.mli
-%%GALAX%%/lib/caml-devel/netmappings.mli
-%%GALAX%%/lib/caml-devel/nethtml.mli
-%%GALAX%%/lib/caml-devel/netencoding.mli
-%%GALAX%%/lib/caml-devel/netdate.mli
-%%GALAX%%/lib/caml-devel/netconversion.mli
-%%GALAX%%/lib/caml-devel/netbuffer.mli
-%%GALAX%%/lib/caml-devel/mimestring.mli
-%%GALAX%%/lib/caml-devel/cgi.mli
-%%GALAX%%/lib/caml-devel/base64.mli
-%%GALAX%%/lib/caml-devel/neturl.cmi
-%%GALAX%%/lib/caml-devel/netstring_str.cmi
-%%GALAX%%/lib/caml-devel/netstream.cmi
-%%GALAX%%/lib/caml-devel/cgi.cmi
-%%GALAX%%/lib/caml-devel/netmappings.cmi
-%%GALAX%%/lib/caml-devel/nethtml_scanner.cmi
-%%GALAX%%/lib/caml-devel/nethtml.cmi
-%%GALAX%%/lib/caml-devel/netencoding.cmi
-%%GALAX%%/lib/caml-devel/netdate.cmi
-%%GALAX%%/lib/caml-devel/netconversion.cmi
-%%GALAX%%/lib/caml-devel/netbuffer.cmi
-%%GALAX%%/lib/caml-devel/mimestring.cmi
-%%GALAX%%/lib/caml-devel/neturl.mli
-%%GALAX%%/lib/caml-devel/pxp_aux.cmi
-%%GALAX%%/lib/caml-devel/pxp_reader.mli
-%%GALAX%%/lib/caml-devel/pxp_lib.mli
-%%GALAX%%/lib/caml-devel/pxp_lexing.mli
-%%GALAX%%/lib/caml-devel/pxp_lexers.mli
-%%GALAX%%/lib/caml-devel/pxp_lexer_types.mli
-%%GALAX%%/lib/caml-devel/pxp_types.cmi
-%%GALAX%%/lib/caml-devel/pxp_reader.cmi
-%%GALAX%%/lib/caml-devel/pxp_lib.cmi
-%%GALAX%%/lib/caml-devel/pxp_lexing.cmi
-%%GALAX%%/lib/caml-devel/pxp_lexers.cmi
-%%GALAX%%/lib/caml-devel/pxp_lexer_types.cmi
-%%GALAX%%/lib/caml-devel/id.mli
-%%GALAX%%/lib/caml-devel/pxp_types.mli
-%%GALAX%%/lib/caml-devel/args.cmi
-%%GALAX%%/lib/caml-devel/pool.mli
-%%GALAX%%/lib/caml-devel/pervasive.mli
-%%GALAX%%/lib/caml-devel/occurrence.mli
-%%GALAX%%/lib/caml-devel/gmisc.mli
-%%GALAX%%/lib/caml-devel/glx_pxp.mli
-%%GALAX%%/lib/caml-devel/glx_http.mli
-%%GALAX%%/lib/caml-devel/finfo.mli
-%%GALAX%%/lib/caml-devel/error.mli
-%%GALAX%%/lib/caml-devel/encoding.mli
-%%GALAX%%/lib/caml-devel/conf.mli
-%%GALAX%%/lib/caml-devel/args.mli
-%%GALAX%%/lib/caml-devel/whitespace.cmi
-%%GALAX%%/lib/caml-devel/pool.cmi
-%%GALAX%%/lib/caml-devel/pervasive.cmi
-%%GALAX%%/lib/caml-devel/occurrence.cmi
-%%GALAX%%/lib/caml-devel/id.cmi
-%%GALAX%%/lib/caml-devel/gmisc.cmi
-%%GALAX%%/lib/caml-devel/glx_pxp.cmi
-%%GALAX%%/lib/caml-devel/glx_http.cmi
-%%GALAX%%/lib/caml-devel/finfo.cmi
-%%GALAX%%/lib/caml-devel/error.cmi
-%%GALAX%%/lib/caml-devel/conf.cmi
-%%GALAX%%/lib/caml-devel/encoding.cmi
-%%GALAX%%/lib/caml-devel/whitespace.mli
-%%GALAX%%/lib/caml-devel/namespace.cmi
-%%GALAX%%/lib/caml-devel/resolve.mli
-%%GALAX%%/lib/caml-devel/qname_lexer.mli
-%%GALAX%%/lib/caml-devel/namespace.mli
-%%GALAX%%/lib/caml-devel/sym.cmi
-%%GALAX%%/lib/caml-devel/resolve.cmi
-%%GALAX%%/lib/caml-devel/qname_lexer_utf8.cmi
-%%GALAX%%/lib/caml-devel/qname_lexer_iso88591.cmi
-%%GALAX%%/lib/caml-devel/qname_lexer.cmi
-%%GALAX%%/lib/caml-devel/sym.mli
-%%GALAX%%/lib/caml-devel/anyURI.cmi
-%%GALAX%%/lib/caml-devel/dateTime.mli
-%%GALAX%%/lib/caml-devel/datatypes.mli
-%%GALAX%%/lib/caml-devel/anyURI.mli
-%%GALAX%%/lib/caml-devel/decimal.cmi
-%%GALAX%%/lib/caml-devel/dateTime.cmi
-%%GALAX%%/lib/caml-devel/datatypes_lexer.cmi
-%%GALAX%%/lib/caml-devel/datatypes.cmi
-%%GALAX%%/lib/caml-devel/decimal.mli
-%%GALAX%%/lib/caml-devel/print.cmi
-%%GALAX%%/lib/caml-devel/xquery_ast.mli
-%%GALAX%%/lib/caml-devel/xml_astutil.mli
-%%GALAX%%/lib/caml-devel/xml_ast.mli
-%%GALAX%%/lib/caml-devel/tokens.mli
-%%GALAX%%/lib/caml-devel/print.mli
-%%GALAX%%/lib/caml-devel/xquery_astutil.cmi
-%%GALAX%%/lib/caml-devel/xquery_ast.cmi
-%%GALAX%%/lib/caml-devel/xml_astutil.cmi
-%%GALAX%%/lib/caml-devel/xml_ast.cmi
-%%GALAX%%/lib/caml-devel/tokens.cmi
-%%GALAX%%/lib/caml-devel/xquery_astutil.mli
-%%GALAX%%/lib/caml-devel/closing_tag_lexer_iso88591.cmi
-%%GALAX%%/lib/caml-devel/xquery_lexer.cmi
-%%GALAX%%/lib/caml-devel/xmldecl_lexer.cmi
-%%GALAX%%/lib/caml-devel/type_lexer.cmi
-%%GALAX%%/lib/caml-devel/text_lexer_utf8.cmi
-%%GALAX%%/lib/caml-devel/text_lexer_iso88591.cmi
-%%GALAX%%/lib/caml-devel/opening_tag_lexer_utf8.cmi
-%%GALAX%%/lib/caml-devel/opening_tag_lexer_iso88591.cmi
-%%GALAX%%/lib/caml-devel/lexutil.cmi
-%%GALAX%%/lib/caml-devel/entity_lexer_utf8.cmi
-%%GALAX%%/lib/caml-devel/entity_lexer_iso88591.cmi
-%%GALAX%%/lib/caml-devel/dtd_lexer_utf8.cmi
-%%GALAX%%/lib/caml-devel/dtd_lexer_iso88591.cmi
-%%GALAX%%/lib/caml-devel/document_lexer_utf8.cmi
-%%GALAX%%/lib/caml-devel/document_lexer_iso88591.cmi
-%%GALAX%%/lib/caml-devel/closing_tag_lexer_utf8.cmi
-%%GALAX%%/lib/caml-devel/lexutil.mli
-%%GALAX%%/lib/caml-devel/lexers_iso88591.cmi
-%%GALAX%%/lib/caml-devel/parseutil.mli
-%%GALAX%%/lib/caml-devel/parse_context.mli
-%%GALAX%%/lib/caml-devel/lexers_utf8.mli
-%%GALAX%%/lib/caml-devel/lexers_iso88591.mli
-%%GALAX%%/lib/caml-devel/xquery_parser.cmi
-%%GALAX%%/lib/caml-devel/parseutil.cmi
-%%GALAX%%/lib/caml-devel/parse_context.cmi
-%%GALAX%%/lib/caml-devel/lexers_utf8.cmi
-%%GALAX%%/lib/caml-devel/xquery_parser.mli
-%%GALAX%%/lib/caml-devel/sax_parser.cmi
-%%GALAX%%/lib/caml-devel/sax_typesutil.mli
-%%GALAX%%/lib/caml-devel/sax_types.mli
-%%GALAX%%/lib/caml-devel/sax_parser.mli
-%%GALAX%%/lib/caml-devel/stream_ops.cmi
-%%GALAX%%/lib/caml-devel/sax_typesutil.cmi
-%%GALAX%%/lib/caml-devel/sax_types.cmi
-%%GALAX%%/lib/caml-devel/stream_ops.mli
-%%GALAX%%/lib/caml-devel/monitor.mli
-%%GALAX%%/lib/caml-devel/monitor.cmi
-%%GALAX%%/lib/caml-devel/dfa.cmi
-%%GALAX%%/lib/caml-devel/nfa.mli
-%%GALAX%%/lib/caml-devel/fsautil.mli
-%%GALAX%%/lib/caml-devel/dfa.mli
-%%GALAX%%/lib/caml-devel/regexp.cmi
-%%GALAX%%/lib/caml-devel/nfa.cmi
-%%GALAX%%/lib/caml-devel/fsautil.cmi
-%%GALAX%%/lib/caml-devel/regexp.mli
-%%GALAX%%/lib/caml-devel/glushkov.cmi
-%%GALAX%%/lib/caml-devel/theta.mli
-%%GALAX%%/lib/caml-devel/subsumption.mli
-%%GALAX%%/lib/caml-devel/simplification.mli
-%%GALAX%%/lib/caml-devel/schemautil.mli
-%%GALAX%%/lib/caml-devel/schemamapping.mli
-%%GALAX%%/lib/caml-devel/schema.mli
-%%GALAX%%/lib/caml-devel/intersection.mli
-%%GALAX%%/lib/caml-devel/glushkov.mli
-%%GALAX%%/lib/caml-devel/typeutil.cmi
-%%GALAX%%/lib/caml-devel/theta.cmi
-%%GALAX%%/lib/caml-devel/subsumption.cmi
-%%GALAX%%/lib/caml-devel/simplification.cmi
-%%GALAX%%/lib/caml-devel/schemautil.cmi
-%%GALAX%%/lib/caml-devel/schemamapping.cmi
-%%GALAX%%/lib/caml-devel/schema.cmi
-%%GALAX%%/lib/caml-devel/typeutil.mli
-%%GALAX%%/lib/caml-devel/norm_context.mli
-%%GALAX%%/lib/caml-devel/maputil.mli
-%%GALAX%%/lib/caml-devel/mapping.mli
-%%GALAX%%/lib/caml-devel/norm_context.cmi
-%%GALAX%%/lib/caml-devel/maputil.cmi
-%%GALAX%%/lib/caml-devel/mapping.cmi
-%%GALAX%%/lib/caml-devel/analysis_context.cmi
-%%GALAX%%/lib/caml-devel/project_context.mli
-%%GALAX%%/lib/caml-devel/path_structutil.mli
-%%GALAX%%/lib/caml-devel/path_struct.mli
-%%GALAX%%/lib/caml-devel/path_analysis.mli
-%%GALAX%%/lib/caml-devel/optim_vars.mli
-%%GALAX%%/lib/caml-devel/function_analysis.mli
-%%GALAX%%/lib/caml-devel/analysis_context.mli
-%%GALAX%%/lib/caml-devel/stream_project.cmi
-%%GALAX%%/lib/caml-devel/project_context.cmi
-%%GALAX%%/lib/caml-devel/path_structutil.cmi
-%%GALAX%%/lib/caml-devel/path_struct.cmi
-%%GALAX%%/lib/caml-devel/path_analysis.cmi
-%%GALAX%%/lib/caml-devel/optim_vars.cmi
-%%GALAX%%/lib/caml-devel/function_analysis.cmi
-%%GALAX%%/lib/caml-devel/stream_project.mli
-%%GALAX%%/lib/caml-devel/datamodel.cmi
-%%GALAX%%/lib/caml-devel/validation-sax.mli
-%%GALAX%%/lib/caml-devel/serialization_context.mli
-%%GALAX%%/lib/caml-devel/serialization.mli
-%%GALAX%%/lib/caml-devel/nodeid.mli
-%%GALAX%%/lib/caml-devel/load_context.mli
-%%GALAX%%/lib/caml-devel/load.mli
-%%GALAX%%/lib/caml-devel/export_datamodel.mli
-%%GALAX%%/lib/caml-devel/export_context.mli
-%%GALAX%%/lib/caml-devel/datamodel.mli
-%%GALAX%%/lib/caml-devel/validation.cmi
-%%GALAX%%/lib/caml-devel/serialization_context.cmi
-%%GALAX%%/lib/caml-devel/serialization.cmi
-%%GALAX%%/lib/caml-devel/nodeid.cmi
-%%GALAX%%/lib/caml-devel/load_context.cmi
-%%GALAX%%/lib/caml-devel/load.cmi
-%%GALAX%%/lib/caml-devel/export_datamodel.cmi
-%%GALAX%%/lib/caml-devel/export_context.cmi
-%%GALAX%%/lib/caml-devel/validation.mli
-%%GALAX%%/lib/caml-devel/cast_as.cmi
-%%GALAX%%/lib/caml-devel/overloaded.mli
-%%GALAX%%/lib/caml-devel/fn_static.mli
-%%GALAX%%/lib/caml-devel/fn_error.mli
-%%GALAX%%/lib/caml-devel/fn_dynamic.mli
-%%GALAX%%/lib/caml-devel/cast_as.mli
-%%GALAX%%/lib/caml-devel/store.cmi
-%%GALAX%%/lib/caml-devel/overloaded.cmi
-%%GALAX%%/lib/caml-devel/fn_static.cmi
-%%GALAX%%/lib/caml-devel/fn_error.cmi
-%%GALAX%%/lib/caml-devel/fn_dynamic.cmi
-%%GALAX%%/lib/caml-devel/store.mli
-%%GALAX%%/lib/caml-devel/commontype.cmi
-%%GALAX%%/lib/caml-devel/tpath.mli
-%%GALAX%%/lib/caml-devel/static_context.mli
-%%GALAX%%/lib/caml-devel/commontype.mli
-%%GALAX%%/lib/caml-devel/typing.cmi
-%%GALAX%%/lib/caml-devel/tpath.cmi
-%%GALAX%%/lib/caml-devel/static_context.cmi
-%%GALAX%%/lib/caml-devel/typing.mli
-%%GALAX%%/lib/caml-devel/dynamic_context.cmi
-%%GALAX%%/lib/caml-devel/rewrite_rules.mli
-%%GALAX%%/lib/caml-devel/rewrite_main.mli
-%%GALAX%%/lib/caml-devel/rewrite_judge.mli
-%%GALAX%%/lib/caml-devel/eval_util.mli
-%%GALAX%%/lib/caml-devel/eval_update.mli
-%%GALAX%%/lib/caml-devel/eval_top.mli
-%%GALAX%%/lib/caml-devel/eval_expr.mli
-%%GALAX%%/lib/caml-devel/dynamic_context.mli
-%%GALAX%%/lib/caml-devel/rewrite_walker.cmi
-%%GALAX%%/lib/caml-devel/rewrite_rules.cmi
-%%GALAX%%/lib/caml-devel/rewrite_main.cmi
-%%GALAX%%/lib/caml-devel/rewrite_judge.cmi
-%%GALAX%%/lib/caml-devel/eval_util.cmi
-%%GALAX%%/lib/caml-devel/eval_update.cmi
-%%GALAX%%/lib/caml-devel/eval_top.cmi
-%%GALAX%%/lib/caml-devel/eval_expr.cmi
-%%GALAX%%/lib/caml-devel/rewrite_walker.mli
-%%GALAX%%/lib/caml-devel/toputils.mli
-%%GALAX%%/lib/caml-devel/xmlquery.cmi
-%%GALAX%%/lib/caml-devel/validate.cmi
-%%GALAX%%/lib/caml-devel/toputils.cmi
-%%GALAX%%/lib/caml-devel/mapschema.cmi
-%%GALAX%%/lib/caml-devel/galapi.mli
-%%GALAX%%/lib/caml-devel/datamodel_api.mli
-%%GALAX%%/lib/caml-devel/galapi.cmi
-%%GALAX%%/lib/caml-devel/datamodel_api.cmi
-%%GALAX%%/lib/java/doc/allclasses-frame.html
-%%GALAX%%/lib/java/doc/allclasses-noframe.html
-%%GALAX%%/lib/java/doc/constant-values.html
-%%GALAX%%/lib/java/doc/deprecated-list.html
-%%GALAX%%/lib/java/doc/galapi/Atomic.html
-%%GALAX%%/lib/java/doc/galapi/AtomicList.html
-%%GALAX%%/lib/java/doc/galapi/Attribute.html
-%%GALAX%%/lib/java/doc/galapi/AttributeList.html
-%%GALAX%%/lib/java/doc/galapi/Comment.html
-%%GALAX%%/lib/java/doc/galapi/Context.html
-%%GALAX%%/lib/java/doc/galapi/Document.html
-%%GALAX%%/lib/java/doc/galapi/Element.html
-%%GALAX%%/lib/java/doc/galapi/ExternalContext.html
-%%GALAX%%/lib/java/doc/galapi/GalapiException.html
-%%GALAX%%/lib/java/doc/galapi/Galax.html
-%%GALAX%%/lib/java/doc/galapi/GalaxInternalException.html
-%%GALAX%%/lib/java/doc/galapi/Item.html
-%%GALAX%%/lib/java/doc/galapi/ItemList.html
-%%GALAX%%/lib/java/doc/galapi/ModuleContext.html
-%%GALAX%%/lib/java/doc/galapi/NameValuePair.html
-%%GALAX%%/lib/java/doc/galapi/Node.html
-%%GALAX%%/lib/java/doc/galapi/NodeList.html
-%%GALAX%%/lib/java/doc/galapi/ProcessingContext.html
-%%GALAX%%/lib/java/doc/galapi/ProcessingInstruction.html
-%%GALAX%%/lib/java/doc/galapi/QueryContext.html
-%%GALAX%%/lib/java/doc/galapi/Text.html
-%%GALAX%%/lib/java/doc/galapi/package-summary.html
-%%GALAX%%/lib/java/doc/galapi/package-tree.html
-%%GALAX%%/lib/java/doc/galapi/package-frame.html
-%%GALAX%%/lib/java/doc/galapi/xsAnyURI.html
-%%GALAX%%/lib/java/doc/galapi/xsBoolean.html
-%%GALAX%%/lib/java/doc/galapi/xsDecimal.html
-%%GALAX%%/lib/java/doc/galapi/xsDouble.html
-%%GALAX%%/lib/java/doc/galapi/xsFloat.html
-%%GALAX%%/lib/java/doc/galapi/xsInt.html
-%%GALAX%%/lib/java/doc/galapi/xsInteger.html
-%%GALAX%%/lib/java/doc/galapi/xsQName.html
-%%GALAX%%/lib/java/doc/galapi/xsString.html
-%%GALAX%%/lib/java/doc/galapi/xsUntyped.html
-%%GALAX%%/lib/java/doc/help-doc.html
-%%GALAX%%/lib/java/doc/index-all.html
-%%GALAX%%/lib/java/doc/index.html
-%%GALAX%%/lib/java/doc/overview-tree.html
-%%GALAX%%/lib/java/doc/package-list
-%%GALAX%%/lib/java/doc/packages.html
-%%GALAX%%/lib/java/doc/resources/inherit.gif
-%%GALAX%%/lib/java/doc/serialized-form.html
-%%GALAX%%/lib/java/doc/stylesheet.css
-%%GALAX%%/lib/java/galapi.jar
-%%GALAX%%/lib/java/libglxj.so
-%%GALAX%%/lib/java/libglxoptj.so
-%%GALAX%%/LICENSE
-%%GALAX%%/README
-%%GALAX%%/RELEASE_NOTES
-%%GALAX%%/STATUS
-%%GALAX%%/INSTALL
-%%GALAX%%/BUGS
-%%GALAX%%/Changes
-%%GALAX%%/README_API
-%%GALAX%%/examples/caml_api/xq-example2.xq
-%%GALAX%%/examples/caml_api/hispo.xml
-%%GALAX%%/examples/caml_api/hispo.xsd
-%%GALAX%%/examples/caml_api/htmlpath.xq
-%%GALAX%%/examples/caml_api/ml-example.ml
-%%GALAX%%/examples/caml_api/ml-test.ml
-%%GALAX%%/examples/caml_api/report.xml
-%%GALAX%%/examples/caml_api/seq.xq
-%%GALAX%%/examples/caml_api/seq_context.xq
-%%GALAX%%/examples/caml_api/xml-example.xml
-%%GALAX%%/examples/caml_api/xmlschema.xq
-%%GALAX%%/examples/caml_api/xmlschema_context.xq
-%%GALAX%%/examples/caml_api/xq-example1.xq
-%%GALAX%%/examples/caml_api/Makefile
-%%GALAX%%/examples/c_api/xq-example2.xq
-%%GALAX%%/examples/c_api/c-example.c
-%%GALAX%%/examples/c_api/c-test.c
-%%GALAX%%/examples/c_api/glx_test1.xq
-%%GALAX%%/examples/c_api/glx_test2.xq
-%%GALAX%%/examples/c_api/hispo.xml
-%%GALAX%%/examples/c_api/hispo.xsd
-%%GALAX%%/examples/c_api/htmlpath.xq
-%%GALAX%%/examples/c_api/report.xml
-%%GALAX%%/examples/c_api/seq.xq
-%%GALAX%%/examples/c_api/seq_context.xq
-%%GALAX%%/examples/c_api/xml-example.xml
-%%GALAX%%/examples/c_api/xmlschema.xq
-%%GALAX%%/examples/c_api/xmlschema_context.xq
-%%GALAX%%/examples/c_api/xq-example1.xq
-%%GALAX%%/examples/c_api/Makefile
-%%GALAX%%/examples/java_api/xq-example2.xq
-%%GALAX%%/examples/java_api/Makefile
-%%GALAX%%/examples/java_api/Test.java
-%%GALAX%%/examples/java_api/glx_test1.xq
-%%GALAX%%/examples/java_api/glx_test2.xq
-%%GALAX%%/examples/java_api/hispo.xml
-%%GALAX%%/examples/java_api/hispo.xsd
-%%GALAX%%/examples/java_api/htmlpath.xq
-%%GALAX%%/examples/java_api/report.xml
-%%GALAX%%/examples/java_api/seq.xq
-%%GALAX%%/examples/java_api/seq_context.xq
-%%GALAX%%/examples/java_api/xml-example.xml
-%%GALAX%%/examples/java_api/xmlschema.xq
-%%GALAX%%/examples/java_api/xmlschema_context.xq
-%%GALAX%%/examples/java_api/xq-example1.xq
-%%GALAX%%/examples/java_api/Example.java
-%%GALAX%%/usecases/docs/auction.xml
-%%GALAX%%/usecases/docs/xmpbib.xml
-%%GALAX%%/usecases/docs/xmark.xml
-%%GALAX%%/usecases/docs/users.xml
-%%GALAX%%/usecases/docs/string.xml
-%%GALAX%%/usecases/docs/sgml.xml
-%%GALAX%%/usecases/docs/report1.xml
-%%GALAX%%/usecases/docs/prices.xml
-%%GALAX%%/usecases/docs/personStrict.xml
-%%GALAX%%/usecases/docs/personLoose.xml
-%%GALAX%%/usecases/docs/person.xml
-%%GALAX%%/usecases/docs/parts.xml
-%%GALAX%%/usecases/docs/items.xml
-%%GALAX%%/usecases/docs/hispo2.xml
-%%GALAX%%/usecases/docs/hispo.xsd
-%%GALAX%%/usecases/docs/hispo.xml
-%%GALAX%%/usecases/docs/herpo.xsd
-%%GALAX%%/usecases/docs/confusion.xml
-%%GALAX%%/usecases/docs/company-data.xml
-%%GALAX%%/usecases/docs/books.xml
-%%GALAX%%/usecases/docs/book1.xml
-%%GALAX%%/usecases/docs/bids.xml
-%%GALAX%%/usecases/docs/xmpreviews.xml
-%%GALAX%%/usecases/confusion.xq
-%%GALAX%%/usecases/README
-%%GALAX%%/usecases/Makefile
-%%GALAX%%/usecases/xmp_documents.txt
-%%GALAX%%/usecases/xmlschema_documents.txt
-%%GALAX%%/usecases/xmark_documents.txt
-%%GALAX%%/usecases/tree_documents.txt
-%%GALAX%%/usecases/string_documents.txt
-%%GALAX%%/usecases/sgml_documents.txt
-%%GALAX%%/usecases/seq_documents.txt
-%%GALAX%%/usecases/rel_documents.txt
-%%GALAX%%/usecases/parts_documents.txt
-%%GALAX%%/usecases/ns_documents.txt
-%%GALAX%%/usecases/confusion_documents.txt
-%%GALAX%%/usecases/xmp_usecase.xq
-%%GALAX%%/usecases/xmp_context.xq
-%%GALAX%%/usecases/xmlschema_usecase.xq
-%%GALAX%%/usecases/xmlschema_context.xq
-%%GALAX%%/usecases/xmark_usecase.xq
-%%GALAX%%/usecases/xmark_context.xq
-%%GALAX%%/usecases/tree_usecase.xq
-%%GALAX%%/usecases/tree_context.xq
-%%GALAX%%/usecases/string_usecase.xq
-%%GALAX%%/usecases/string_context.xq
-%%GALAX%%/usecases/sgml_usecase.xq
-%%GALAX%%/usecases/sgml_context.xq
-%%GALAX%%/usecases/seq_usecase.xq
-%%GALAX%%/usecases/seq_context.xq
-%%GALAX%%/usecases/seq.xq
-%%GALAX%%/usecases/rel_usecase.xq
-%%GALAX%%/usecases/rel_context.xq
-%%GALAX%%/usecases/parts_usecase.xq
-%%GALAX%%/usecases/parts_context.xq
-%%GALAX%%/usecases/ns_usecase.xq
-%%GALAX%%/usecases/ns_context.xq
-%%GALAX%%/usecases/confusion_context.xq
-%%GALAX%%/usecases/STATUS
-@dirrm %%GALAX%%/usecases/docs
-@dirrm %%GALAX%%/usecases
-@dirrm %%GALAX%%/examples/java_api
-@dirrm %%GALAX%%/examples/c_api
-@dirrm %%GALAX%%/examples/caml_api
-@dirrm %%GALAX%%/examples
-@dirrm %%GALAX%%/lib/java/doc/resources
-@dirrm %%GALAX%%/lib/java/doc/galapi
-@dirrm %%GALAX%%/lib/java/doc
-@dirrm %%GALAX%%/lib/java
-@dirrm %%GALAX%%/lib/caml-devel
-@dirrm %%GALAX%%/lib/c
-@dirrm %%GALAX%%/lib/caml
-@dirrm %%GALAX%%/lib
-@dirrm %%GALAX%%/bin
-@dirrm %%GALAX%%