Port details |
- resin2 Resin, a Java-based Application Server, 2.x branch
- 2.1.17_4 www
=1 2.1.17_4Version of this port present on the latest quarterly branch.
- DEPRECATED: unsupported upstream, consider www/resin3
This port expired on: 2012-04-10
- Maintainer: boris@tagnet.ru
- Port Added: 2003-10-01 11:23:20
- Last Update: 2012-04-10 19:24:12
- SVN Revision: UNKNOWN
- People watching this port, also watch:: tmpreaper, python, weex
- Also Listed In: java
- License: not specified in port
- WWW:
- http://www.caucho.com/
- Description:
- Resin is a fast servlet and JSP engine supporting load balancing for increased
reliability. Resin encourages separation of content from style with its XSL
support. Servlets can generate simple XML and use an XSL filter to format
results for each client's capability, from palm pilots to Mozilla. Resin
includes a full-featured HTTP/1.1 web server, provides a fast servlet runner
for Apache, and supports the latest Servlet 2.3 and JSP 1.2 specifications from
Sun.
o You may use Resin for development, evaluation, and demos.
o You must contact us to purchase a deployment license if either:
* You are paid to use Resin.
* You are paying someone else to use Resin.
o If no one is paid to use Resin, you may use Resin for deployment:
* students
* private use
* tiny startups with neither funding nor income.
o Anyone falling in between should contact us for a waiver.
o Distributors must contact us.
o If you are allowed to use Resin, you may modify the source for that use.
WWW: http://www.caucho.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: resin
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- java : java/openjdk6
- Runtime dependencies:
-
- python2.7 : lang/python27
- java : java/openjdk6
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.17_4 10 Apr 2012 19:24:12 |
jgh |
- port has expired, and is no longer supported upstream
2012-04-10 unsupported upstream, consider www/resin3
PR: ports/165867
Approved by: maintainer, boris@tagnet.ru |
2.1.17_4 10 Mar 2012 06:11:32 |
jgh |
- Mark DEPRECATED, unsupported upstream
- consider upgrading to www/resin3
PR: ports/165867
Submitted by: jgh@
Approved by: maintainer, boris@tagnet.ru
Feature safe: yes |
2.1.17_4 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.1.17_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.1.17_4 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
2.1.17_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.1.17_4 06 Jun 2008 14:07:24 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.1.17_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.1.17_2 12 Apr 2007 14:19:34 |
miwi |
- Switch maintainership to submitter
PR: 111497
Submitted by: Boris Kovalenko <boris@tagnet.ru>
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (old maintainer) |
2.1.17_2 16 Dec 2006 02:14:54 |
rafan |
- Forgotten in last commit |
2.1.17_2 16 Dec 2006 02:14:26 |
rafan |
- Fix build on 64-bit arch
Keep sync with www/resin3:
- A new option can be set in rc.conf to specify Java version to be used:
resin2_java_version
- Set REQUIRE and KEYWORD in rc.d script
- Fix faststart in rc.d script
- Update maintainer's email
PR: ports/106793
Submitted by: Jean-Baptiste Quenot <jb.quenot at caraldi.com> (maintainer) |
2.1.17_1 07 Oct 2006 11:25:58 |
miwi |
- Fix a flag for WITH_APACHE=YES
PR: ports/103423
Submitted by: Sergey Al. Safonov <spoof@spoofa.info>
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
Sponsored by: FreeBSD Bug-a-thon #1 |
2.1.17_1 04 Apr 2006 16:20:47 |
lawrance |
Unbreak (no longer hard codes -lc_r).
Some nonfunctional tidying.
Bump PORTREVISION, since the package may have been installed prior to
being marked BROKEN.
PR: ports/93289
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer), vd |
2.1.17 02 Mar 2006 23:25:48 |
kris |
BROKEN: hard-codes libc_r linkage
Approved by: portmgr (implicit) |
2.1.17 21 Dec 2005 20:55:50 |
hq |
- Update to 2.1.17
- Add support for OpenSSL
- Handle resin2_flags to pass JVM options in rc(8)
- Fix the port so that it may be built (and cleaned) correctly as a user
PR: 90489
Submitted by: maintainer |
2.1.16 04 Dec 2005 00:18:15 |
clement |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus |
2.1.16 15 Apr 2005 00:30:48 |
hq |
- Unbreak: variable evaluation (WRKSRC) could not postponed due to some .for
loops. The loops are now either unrolled or implemented as shell loops. [1]
- ECHO_CMD -> ECHO_MSG when displaying information to the user
- Improve resinctl [2]
PR: 79707
Submitted by: Boris Kovalenko <boris@tagnet.ru> [1], maintainer [2]
Approved by: maintainer |
2.1.16 27 Mar 2005 02:06:40 |
kris |
BROKEN: Does not build
Approved by: portmgr (self) |
2.1.16 19 Mar 2005 18:44:29 |
krion |
Remove hardcoded WRKDIRPREFIX.
Proposed by: des |
2.1.16 24 Feb 2005 22:43:07 |
hq |
Forced commit to add missing info from last commit log:
- Tweaked pkg-descr to calm portlint |
2.1.16 24 Feb 2005 22:27:53 |
hq |
- Update to 2.1.16 [1]
- Replace perl wrapper with a new python control script and an RCng startup
script [1]
- Use standard tab length [1]
- Update to bsd.java.mk 2.0
- Add $FreeBSD$ tags
PR: 77988 [1]
Submitted by: maintainer [1] |
2.1.14 02 Jul 2004 22:10:15 |
glewis |
. Update to 2.1.14.
PR: 68604
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) |
2.1.12 16 Mar 2004 06:59:28 |
daichi |
Update to 2.1.12
Set LATEST_LINK
Add libresin.so to packing list
Add license information to pkg-descr
USE_REINPLACE and REINPLACE_CMD instead of sed -i
PR: ports/64255
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer) |
2.1.11_1 21 Nov 2003 15:03:32 |
glewis |
. Removed unneeded patch files.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> |
2.1.11_1 20 Nov 2003 21:25:09 |
glewis |
. Avoid conflict between resin2 and resin3
. Fix resin{2,3}ctl first line (perl path)
. Pid file is no more created in the Makefile
. New resin.sh startup script, manages pid file
. pkg-[de]install and pkg-message are now generated
. Do not write anything after including bsd.port.post.mk
. Packages are now supported (reported by Arcadius Ahouansou)
. Integration with apxs for [de]activating mod_caucho
PR: 57566
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) |
2.1.11 01 Oct 2003 11:20:42 |
znerd |
New port: Resin 2.
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> |