Port details |
- jetty12 Full-featured web server implemented entirely in Java
- 12.0.16_1 www
=2 12.0.12Version of this port present on the latest quarterly branch. - Maintainer: zi@FreeBSD.org
 - Port Added: 2024-07-04 18:21:04
- Last Update: 2025-01-16 18:48:34
- Commit Hash: 78ac10d6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: APACHE20 EPL
- WWW:
- https://www.eclipse.org/jetty/
- Description:
- Eclipse Jetty provides a highly scalable and memory-efficient web server and
servlet container, supporting many protocols such as HTTP/3,2,1 and WebSocket.
Furthermore, the project offers integrations with many other technologies,
such as:
* Asynchronous HTTP Server
* Standard based Servlet Container
* Web Sockets server
* Asynchronous HTTP Client
* OSGi, JNDI, JMX, JASPI, AJP support
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- jetty8.*
- jetty9.*
- jetty10.*
- jetty11.*
- To install the port:
- cd /usr/ports/www/jetty12/ && make install clean
- To add the package, run one of these commands:
- pkg install www/jetty12
- pkg install jetty12
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jetty12
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737044354
SHA256 (jetty-home-12.0.16.tar.gz) = 39b39f25da5f432c56c52f290a17f4ebbc754a7caf3b80a7eef4c7ce76d91313
SIZE (jetty-home-12.0.16.tar.gz) = 34602827
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- java : java/openjdk17
- This port is required by:
- for Build
-
- security/shibboleth-idp
- for Run
-
- security/shibboleth-idp
Configuration Options:
- No options to configure
- Options name:
- www_jetty12
- USES:
- cpe java shebangfix
- pkg-message:
- For install:
- Jetty is now installed in /usr/local/jetty
From Jetty 9, the way to configure it has changed. You are **strongly**
advised to read the documentation found here:
http://www.eclipse.org/jetty/documentation/current/
Please pay particular attention to HOME and BASE documentation, i.e.,:
http://www.eclipse.org/jetty/documentation/current/startup-base-and-home.html
You may want to activate it in /etc/rc.conf:
# sysrc jetty_enable="YES"
A sample configuration file can be found here:
/usr/local/etc/jetty/jetty.sample
Please modify it to suit your needs, paying particular attention
to the value of JETTY_HOME and JETTY_BASE.
Once you are happy with the configuration file, you can start Jetty:
# service jetty start
== ADVANCED USAGE ==
If you need to pass special options to Java/Jetty, please set the appropriate
variables in the configuration file, e.g.,
# Increase memory limit of the Java virtual machine
JAVA_OPTIONS="-Xms32m -Xmx256m"
# Run Java with remote debugging turned on on port 8186
JAVA_OPTIONS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8186"
More configuration options are presented in the sample file.
- If removing:
- If, when, Jetty is removed, you can safely delete this directory:
/usr/local/www/jetty
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.0.16_1 16 Jan 2025 18:48:34
    |
Ryan Steinmetz (zi)  |
www/jetty12: Fix sample file, bump PORTREVISION |
12.0.16 16 Jan 2025 18:47:11
    |
Ryan Steinmetz (zi)  |
www/jetty12: Update to 12.0.16 |
12.0.12 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
12.0.12 03 Sep 2024 21:09:31
    |
Ryan Steinmetz (zi)  |
www/jetty12: Update to 12.0.12 |
12.0.10 04 Jul 2024 18:18:22
    |
Ryan Steinmetz (zi)  |
www/jetty12: New port
Eclipse Jetty provides a highly scalable and memory-efficient web server and
servlet container, supporting many protocols such as HTTP/3,2,1 and WebSocket.
Furthermore, the project offers integrations with many other technologies,
such as:
* Asynchronous HTTP Server
* Standard based Servlet Container
* Web Sockets server
* Asynchronous HTTP Client
* OSGi, JNDI, JMX, JASPI, AJP support |
Number of commits found: 5
|