summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2003-04-30 13:56:48 +0000
committerDylan Carlson <absinthe@gentoo.org>2003-04-30 13:56:48 +0000
commit60b92f53c3bd4a42cd138b92a799354bea1ba2aa (patch)
tree460702a8b2d2c1f239692bebaa74e0d1542f4545 /net-www/resin-ee
parentInitial import. (diff)
downloadgentoo-2-60b92f53c3bd4a42cd138b92a799354bea1ba2aa.tar.gz
gentoo-2-60b92f53c3bd4a42cd138b92a799354bea1ba2aa.tar.bz2
gentoo-2-60b92f53c3bd4a42cd138b92a799354bea1ba2aa.zip
Initial import.
Diffstat (limited to 'net-www/resin-ee')
-rw-r--r--net-www/resin-ee/ChangeLog20
-rw-r--r--net-www/resin-ee/Manifest7
-rw-r--r--net-www/resin-ee/files/2.1.9/21resin2
-rw-r--r--net-www/resin-ee/files/2.1.9/resin-ee.diff20
-rw-r--r--net-www/resin-ee/files/2.1.9/resin.conf36
-rw-r--r--net-www/resin-ee/files/2.1.9/resin.init32
-rw-r--r--net-www/resin-ee/files/digest-resin-ee-2.1.91
-rw-r--r--net-www/resin-ee/resin-ee-2.1.9.ebuild136
8 files changed, 251 insertions, 3 deletions
diff --git a/net-www/resin-ee/ChangeLog b/net-www/resin-ee/ChangeLog
new file mode 100644
index 000000000000..4bee6e7a8934
--- /dev/null
+++ b/net-www/resin-ee/ChangeLog
@@ -0,0 +1,20 @@
+# ChangeLog for net-www/resin-ee
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/ChangeLog,v 1.1 2003/04/30 13:56:44 absinthe Exp $
+
+*resin-ee-2.1.9 (30 Apr 2003)
+
+ 30 Apr 2003; Dylan Carlson <absinthe@gentoo.org> resin-ee-2.1.9.ebuild,
+ files/2.1.9/21resin, files/2.1.9/resin-ee.diff, files/2.1.9/resin.conf,
+ files/2.1.9/resin.init:
+ Initial import.
+
+ With the addition of EE, I am setting both net-www/resin and net-www/resin-ee
+ to block each other. The only real difference from an installation perspective
+ is that resin-ee classes install to /usr/share/resin-ee/lib/. While it is
+ possible to configure both ebuilds to install to different locations, I doubt
+ this will be of any practical value to anyone (since logically you would never
+ run both on the same system).
+
+ If anyone feels strongly against this, file a bug and it will be re-evaluated.
+
diff --git a/net-www/resin-ee/Manifest b/net-www/resin-ee/Manifest
index c9c633f66348..90f95a5d61a2 100644
--- a/net-www/resin-ee/Manifest
+++ b/net-www/resin-ee/Manifest
@@ -1,6 +1,7 @@
-MD5 e119c59f2621d2a8c47f7ce7dee91183 resin-ee-2.1.9.ebuild 3622
+MD5 0fa07db5c3eec65980ffec84923dd570 resin-ee-2.1.9.ebuild 3628
+MD5 83cb5791ec4d26d0c18f16ff348935e8 ChangeLog 957
MD5 36fc2b396b7ee1ff19c9c65c296cf9e4 files/digest-resin-ee-2.1.9 67
-MD5 0d1ccbb3d1e65744107efbacb7cc4c86 files/2.1.9/resin.conf 1243
-MD5 f2e4d777ecb6b2a278871898a35a1db5 files/2.1.9/resin.init 806
+MD5 1c1140a92a4daa0feef70b2b91618670 files/2.1.9/resin.conf 1246
+MD5 8c9c3995f7845529f6f12365f9644263 files/2.1.9/resin.init 809
MD5 a810be4b68e920ebc5d2cf8160a5642a files/2.1.9/21resin 53
MD5 cc895b3b901369aa2c6d80fb88369113 files/2.1.9/resin-ee.diff 504
diff --git a/net-www/resin-ee/files/2.1.9/21resin b/net-www/resin-ee/files/2.1.9/21resin
new file mode 100644
index 000000000000..5a3ecc5b6e96
--- /dev/null
+++ b/net-www/resin-ee/files/2.1.9/21resin
@@ -0,0 +1,2 @@
+RESIN_HOME=/opt/resin
+CONFIG_PROTECT=/opt/resin/conf
diff --git a/net-www/resin-ee/files/2.1.9/resin-ee.diff b/net-www/resin-ee/files/2.1.9/resin-ee.diff
new file mode 100644
index 000000000000..156f1e020d31
--- /dev/null
+++ b/net-www/resin-ee/files/2.1.9/resin-ee.diff
@@ -0,0 +1,20 @@
+--- bin/wrapper.pl.orig 2003-04-30 08:35:27.000000000 -0400
++++ bin/wrapper.pl 2003-04-30 08:39:56.000000000 -0400
+@@ -381,7 +381,7 @@
+ chop($pid);
+
+ if ($cmd eq "stop") {
+- print("Stopping ${name}\n");
++ print("");
+ }
+ kill(15, $pid);
+ unlink($pid_file);
+@@ -652,7 +652,7 @@
+ $date = `date`;
+ chop($date);
+
+- print("Resin $name $cmd at $date\n");
++ print("");
+
+ # create a keepalive socket
+ # when the wrapper dies, the httpd class will detect that and
diff --git a/net-www/resin-ee/files/2.1.9/resin.conf b/net-www/resin-ee/files/2.1.9/resin.conf
new file mode 100644
index 000000000000..9edc04875e7a
--- /dev/null
+++ b/net-www/resin-ee/files/2.1.9/resin.conf
@@ -0,0 +1,36 @@
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/files/2.1.9/resin.conf,v 1.1 2003/04/30 13:56:44 absinthe Exp $
+
+# JVM Runtime
+# Using the default setting, it will determine your JVM from the system-vm
+# set using java-config.
+# See java-config(1) manual page for assistance in determining this value.
+#
+# You can override this value with whatever path you wish.
+# Example: JAVA_HOME=/opt/sun-jdk-1.4.1.01
+
+JAVA_HOME=`/bin/grep -e "JAVA_HOME" /etc/profile.env | /bin/sed -e "s/^.*'\(.*\)'$/\1/"`
+
+# (Optional) Java runtime options used when the "start", "stop", or "run"
+# commands are executed.
+# JAVA_OPTS=""
+
+# Where your Resin is installed
+RESIN_HOME=/opt/resin
+SERVER_ROOT=${RESIN_HOME}
+
+# Resin's User
+RESIN_USER=resin
+
+# Resin Log Locations
+RESIN_OUT=/var/log/resin/resin_out.log
+RESIN_ERR=/var/log/resin/resin_err.log
+
+# Location of the Resin JARs and classes
+RESIN_LIBDIR=/usr/share/resin-ee/lib
+
+# The CLASSPATH for Resin to use, plus any others you need.
+CLASSPATH=`/bin/grep -e "CLASSPATH" /usr/share/resin-ee/package.env | /bin/sed -e "s/CLASSPATH=//"`:${RESIN_LIBDIR}/lib
+
+# START/STOP settings
+RESIN_START="-java_home ${JAVA_HOME} -resin_home ${RESIN_HOME} -stdout ${RESIN_OUT} -stderr ${RESIN_ERR} start"
+RESIN_STOP="stop"
diff --git a/net-www/resin-ee/files/2.1.9/resin.init b/net-www/resin-ee/files/2.1.9/resin.init
new file mode 100644
index 000000000000..a4aeaa79f976
--- /dev/null
+++ b/net-www/resin-ee/files/2.1.9/resin.init
@@ -0,0 +1,32 @@
+#!/sbin/runscript
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/files/2.1.9/resin.init,v 1.1 2003/04/30 13:56:44 absinthe Exp $
+
+depend() {
+ need net
+ use dns logger mysql postgresql
+}
+
+start() {
+ ebegin "Starting Resin Enterprise"
+ cd ${RESIN_HOME}
+ su - ${RESIN_USER} -c "/opt/resin/bin/httpd.sh ${RESIN_START}"
+ eend $?
+}
+
+stop () {
+ ebegin "Stopping Resin Enterprise"
+ su - ${RESIN_USER} -c "/opt/resin/bin/httpd.sh ${RESIN_STOP}"
+ sleep 2
+ eend $?
+}
+
+svc_restart () {
+ ebegin "Restarting Resin Enterprise"
+ su - ${RESIN_USER} -c "/opt/resin/bin/httpd.sh ${RESIN_STOP}"
+ sleep 5
+ cd ${RESIN_HOME}
+ su - ${RESIN_USER} -c "/opt/resin/bin/httpd.sh ${RESIN_START}"
+ eend $?
+}
diff --git a/net-www/resin-ee/files/digest-resin-ee-2.1.9 b/net-www/resin-ee/files/digest-resin-ee-2.1.9
new file mode 100644
index 000000000000..22c1e6589ade
--- /dev/null
+++ b/net-www/resin-ee/files/digest-resin-ee-2.1.9
@@ -0,0 +1 @@
+MD5 c43ed7a62b3ffffeb1260e3cebda391f resin-ee-2.1.9.tar.gz 4792757
diff --git a/net-www/resin-ee/resin-ee-2.1.9.ebuild b/net-www/resin-ee/resin-ee-2.1.9.ebuild
new file mode 100644
index 000000000000..293adfc293e4
--- /dev/null
+++ b/net-www/resin-ee/resin-ee-2.1.9.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/resin-ee/resin-ee-2.1.9.ebuild,v 1.1 2003/04/30 13:56:44 absinthe Exp $
+
+inherit java-pkg
+
+S=${WORKDIR}/${P}
+DESCRIPTION="The Enterprise Edition of Resin"
+SRC_URI="http://www.caucho.com/download/${P}.tar.gz"
+HOMEPAGE="http://www.caucho.com"
+KEYWORDS="~x86 ~ppc ~sparc"
+LICENSE="CAUCHO"
+SLOT="0"
+DEPEND="!net-www/resin"
+RDEPEND=">=virtual/jdk-1.2"
+
+pkg_setup() {
+ if ! groupmod resin ; then
+ groupadd -g 268 resin || die "problem adding group resin, gid 268"
+ fi
+ if ! id resin; then
+ useradd -u 268 -g resin -s /bin/bash -d /opt/resin -c "Resin" resin || die "problem adding user resin, uid 268"
+ fi
+}
+
+src_compile() {
+ epatch ${FILESDIR}/${PV}/${PN}.diff
+}
+
+src_install() {
+ cd ${S}
+ RESIN_HOME="/opt/resin"
+ INSTALLING="yes"
+ DIROPTIONS="--mode=0775 --owner=resin --group=resin"
+
+ # Create directories
+ dodir ${RESIN_HOME}
+ dodir /var/log/resin
+ dosym /var/log/resin ${RESIN_HOME}/logs
+ touch ${D}/var/log/resin/.keep
+
+ # INIT SCRIPTS AND ENV
+
+ cp -a ${FILESDIR}/${PV}/resin.init ${S}/resin
+ insinto /etc/init.d
+ insopts -m0750
+ doins ${S}/resin
+
+ cp -a ${FILESDIR}/${PV}/resin.conf ${S}/resin
+ insinto /etc/conf.d
+ insopts -m0755
+ doins ${S}/resin
+
+ cp -a ${FILESDIR}/${PV}/21resin ${S}/21resin
+ insinto /etc/env.d
+ insopts -m0755
+ doins ${S}/21resin
+
+ chown -R resin.resin ${S}
+
+ dodir /opt/resin || die
+ dodoc LICENSE readme.txt
+
+ java-pkg_dojar lib/*.jar
+
+ cp -Rdp \
+ bin \
+ doc \
+ conf \
+ contrib \
+ webapps \
+ xsl \
+ ${D}${RESIN_HOME} || die
+ dosym /usr/share/${PN}/lib ${RESIN_HOME}/lib
+
+ dodir /etc/env.d
+ insinto /etc/env.d
+ doins ${FILESDIR}/${PV}/21resin
+}
+
+pkg_postinst() {
+ einfo " "
+ einfo " NOTICE!"
+ einfo " User and group 'resin' have been added."
+ einfo " "
+ einfo " FILE LOCATIONS:"
+ einfo " 1. Resin home directory: ${RESIN_HOME}"
+ einfo " Contains application data, configuration files."
+ einfo " 2. Runtime settings: /etc/conf.d/resin"
+ einfo " Contains CLASSPATH and JAVA_HOME settings."
+ einfo " 3. Logs: /var/log/resin/"
+ einfo " 4. Executables, libraries: /usr/share/resin-ee/"
+ einfo " "
+ einfo " "
+ einfo " STARTING AND STOPPING RESIN:"
+ einfo " /etc/init.d/resin start"
+ einfo " /etc/init.d/resin stop"
+ einfo " /etc/init.d/resin restart"
+ einfo " "
+ einfo " "
+ einfo " NETWORK CONFIGURATION:"
+ einfo " By default, Resin runs on port 8080. You can change this"
+ einfo " value by editing ${RESIN_HOME}/conf/resin.conf."
+ einfo " "
+ einfo " To test Resin while it's running, point your web browser to:"
+ einfo " http://localhost:8080/"
+ einfo " "
+ einfo " Be sure to allow Resin a minute or two to compile the pages"
+ einfo " the first time you run it."
+ einfo " "
+ einfo " Resin cannot run on port 80 as non-root (as of this time)."
+ einfo " The best way to get Resin to respond on port 80 is via port"
+ einfo " forwarding -- by installing a firewall on the machine running"
+ einfo " Resin or the network gateway. Simply redirect port 80 to"
+ einfo " port 8080."
+ einfo " "
+ einfo " BUGS:"
+ einfo " Please file any bugs at http://bugs.gentoo.org/ or else it"
+ einfo " may not get seen. Thank you."
+ einfo " "
+ echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1 ; echo -ne "\a" ; sleep 1
+ sleep 10
+
+}
+
+pkg_postrm() {
+ if [ -z "${INSTALLING}" ] ; then
+ einfo ">>> Removing user for Resin"
+ userdel resin || die "Error removing Resin user"
+ einfo ">>> Removing group for Resin"
+ groupdel resin || die "Error removing Resin group"
+ else
+ einfo ">>> Resin user and group preserved"
+ fi
+}
+