Port details |
- jetty Full-featured web server implemented entirely in Java
- 8.1.15 www
=6 8.1.15Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2000-09-02 11:42:20
- Last Update: 2015-12-06 20:12:58
- SVN Revision: 403154
- People watching this port, also watch:: eclipse, javavmwrapper
- Also Listed In: java
- License: not specified in port
- WWW:
- http://www.eclipse.org/jetty/
- Description:
- The Jetty Web Server provides an HTTP server and Servlet container
capable of serving static and dynamic content either from a standalone
or embedded instantiations. From jetty-7, the jetty webserver and
other core compoments are hosted by the eclipse foundation.
The project provides:
* Asynchronous HTTP Server
* Standard based Servlet Container
* Web Sockets server
* Asynchronous HTTP Client
* OSGi, JNDI, JMX, JASPI, AJP support
WWW: http://www.eclipse.org/jetty/
-
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: jetty
- 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:
-
- java : java/openjdk7
- python2.7 : lang/python27
- Runtime dependencies:
-
- java : java/openjdk7
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python
- 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 |
8.1.15 06 Dec 2015 20:12:58 |
olgeni |
Add support for Jetty 9.
- Add www/jetty9 to track the latest branch of Jetty
- Move www/jetty to www/jetty8
- Add LICENSE and fix RUN_DEPENDS in www/jetty8
www/jetty8 is officially EOL'd upstream but still seems to be in use.
PR: 204190
Submitted by: David Harrigan |
8.1.15 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
8.1.15 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
8.1.15 07 Jun 2014 20:51:54 |
olgeni |
Upgrade to version 8.1.15 (v20140411). |
8.1.11 07 Jun 2014 20:38:32 |
olgeni |
Add staging support (PR 189897 plus a few fixes for non-root building).
Also, fix a few minor issues in pkg-message.
PR: 189897
Submitted by: joe@thrallingpenguin.com |
8.1.11 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
8.1.11 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
8.1.11 28 May 2013 19:34:51 |
olgeni |
Make fetchable again; upgrade to 8.1.11 while I'm here.
PR: ports/178481
Submitted by: John Marino <draco@marino.st> |
8.1.8 16 Jan 2013 10:21:52 |
olgeni |
Upgrade to version 8.1.8.
Note about the change in files/jettyctl.in: if the configuration
file is passed on the command line then jetty 8 will try to create
a socket twice on the same port and fail, so it was removed. |
6.1.26 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
6.1.26 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
6.1.26 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. |
6.1.26 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 |
6.1.26 16 May 2011 09:36:13 |
olgeni |
Upgrade to version 6.1.26. |
6.1.25 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
6.1.25 06 Oct 2010 15:22:04 |
olgeni |
Take maintainership from ports@ and upgrade to 6.1.25. |
6.1.14 05 Aug 2010 10:32:04 |
olgeni |
Spelling and whitespace fixes. |
6.1.14 28 Mar 2010 05:52:12 |
dougb |
Cleanse more RC_SUBR and RC_SUBR_SUFFIX variables |
6.1.14 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
6.1.14 24 Jan 2009 19:46:30 |
glewis |
. Update to 6.1.14.
. Reset maintainer.
Approved by: Jean-Baptiste Quenot (previous maintainer) |
6.1.9 09 Jun 2008 01:21:47 |
clsung |
- Update to 6.1.9
PR: ports/122964
Submitted by: Wen heping <wenheping_AT_gmail dot com>
Approved by: maintainer timeout |
6.1.7_1 08 Jun 2008 11:46:11 |
pav |
- Make the fetching PORTREVISION proof
Reported by: pointyhat |
6.1.7_1 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) |
6.1.7 04 Feb 2008 07:59:45 |
miwi |
- Update to 6.1.7
PR: 120171
Submitted by: Nick Barkas <snb@threerings.net>
Approved by: maintainer |
6.1.6 11 Dec 2007 08:55:06 |
miwi |
- Update to 6.1.6
PR: 118525
Submitted by: Nick Barkas <snb@threerings.net>
Approved by: portmgr (erwin), maintainer
Security:
http://www.vuxml.org/freebsd/6ae7cef2-a6ae-11dc-95e6-000c29c5647f.html |
6.1.5 31 Jul 2007 11:29:36 |
arved |
Update to 6.1.5
PR: 114972
Submitted by: Jonathan Le Plastrier <jonathan@threerings.net>
Approved by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer) |
6.1.1_2 06 Jun 2007 07:19:01 |
miwi |
- Fix plist
Submitted by: pointyhat via kris |
6.1.1_1 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}. |
6.1.1 16 Mar 2007 12:14:58 |
miwi |
- Update to 1.6.1
- Pass maintainership to submitter
PR: 110278
Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> |
5.1.11.r0_1 21 Apr 2006 17:37:45 |
lioux |
o Do not add jetty's release version number to the installation
directory. It is not necessary
o Fix PLIST
o Bump PORTREVISION |
5.1.11.r0 06 Apr 2006 03:15:47 |
lioux |
Update to 5.1.11RC0 |
4.2.20 25 Nov 2005 19:02:21 |
pav |
- Add SHA256 |
4.2.20 23 Jun 2004 08:48:00 |
vanilla |
Upgrade to latest version. |
4.2.11 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
4.2.11 20 Jul 2003 01:35:19 |
glewis |
. Update to 4.2.11
. Change USE_JAVA to 1.2+, which should work according to the Jetty docs.
. Set permissions on the main executable shell script appropriately and
create a symbolic link to it in ${PREFIX}/sbin so its in ${PATH}.
. Recommend JDK 1.4.1 rather than 1.3.1 for running Jetty. |
4.2.9 09 Apr 2003 18:16:37 |
arved |
Update to 2.4.9
PR: 50350, 50388
Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> |
4.2.5 20 Feb 2003 19:15:38 |
knu |
De-pkg-comment. |
4.2.5 04 Feb 2003 02:38:14 |
edwin |
Maintainer update : www/jetty port
Update to version 4.2.5
Drop maintainership
PR: ports/47217
Submitted by: Stephane Legrand <stephane@freebsd.org> |
4.1.3 15 Nov 2002 16:17:56 |
sada |
This is null commit to add what I forgot to note.
- maintainer mail was changed.
PR: ports/44501
Submitted by: maintainer |
4.1.3 15 Nov 2002 16:09:39 |
sada |
Upgrade to version 4.1.3
PR: ports/44501
Submitted by: maintainer |
4.0.2 08 Jun 2002 19:13:34 |
ijliao |
upgrade to 4.0.2
PR: 39028
Submitted by: maintainer |
13 Dec 2001 10:09:56 |
ijliao |
upgrade to 3.1.4 |
11 Feb 2001 02:52:50 |
vanilla |
Upgrade to 2.4.9 |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
02 Sep 2000 15:42:20 |
sobomax |
Add jetty - a 100% pure Java WWW server. |