Port details |
- vertx Effortless asynchronous application development for the modern web
- 2.1.1 www =2 2.1.1Version of this port present on the latest quarterly branch.
- Maintainer: nivit@FreeBSD.org
- Port Added: 2012-08-10 20:30:23
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://vertx.io/
- Description:
- Vert.x is the framework for the next generation of asynchronous,
effortlessly scalable, concurrent web applications.
It is an event driven application framework that runs on the JVM
- a run-time with real concurrency and unrivalled performance.
Vert.x then exposes the API in Clojure, DynJS, Groovy, Java,
JavaScript, Ruby, PHP, Python, and Scala.
So you choose what language you want to use.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/vertx/ && make install clean
- To add the package, run one of these commands:
- pkg install www/vertx
- pkg install vertx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vertx
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (vert.x-2.1.1.tar.gz) = c25f85aa65f65b4ce6f2d4728a722d606eed5b799fca0da382721f7078e5fcce
SIZE (vert.x-2.1.1.tar.gz) = 6340246
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- Runtime dependencies:
-
- bash : shells/bash
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vertx-2.1.1:
CLOJURE=off: Use Clojure to write verticles
DOCS=on: Build and/or install documentation
DYNJS=off: Use DynJS to write verticles
GROOVY=off: Use Groovy to write verticles
JRUBY=off: Use Ruby to write verticles
JYTHON=off: Use Python to write verticles
PHP=off: Use PHP to write verticles (experimental)
RHINO=off: Use Rhino to write verticles
SCALA=off: Use Scala to write verticles
===> Use 'make config' to modify these settings
- Options name:
- www_vertx
- USES:
- java shebangfix
- 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.1 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.1 19 Apr 2021 08:00:13 |
Tobias Kortkamp (tobik) |
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder. |
2.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.1 30 Sep 2020 12:43:57 |
mat |
REINPLACE_ARGS can only contain the -i argument.
Reported by: kevans |
2.1.1 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
2.1.1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.1.1 29 Jan 2016 15:43:45 |
pawel |
Remove deprecated @dirrmtry
Approved by: portmgr blanket |
2.1.1 03 Jul 2014 21:07:04 |
nivit |
- Update to 2.1.1
- Update MASTER_SITES
- Use shebangfix helper
- Use options helpers
- Add CLOJURE, DYNJS, GROOVY, PHP, RHINO and SCALA
options (default OFF)
- Add a do-build target
- Remove pkg-message.jruby file
- Update pkg-descr |
1.3.1 02 Jul 2014 08:11:52 |
vanilla |
Stagify.
Approved by: portmgr@ (blanket approval) |
1.3.1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.3.1 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.3.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.3.1 17 Jun 2013 22:32:05 |
nivit |
- Fix MASTER_SITES
PR: ports/179652
Submitted by: John Marino <draco@marino.st> |
1.3.1 10 Mar 2013 22:23:05 |
nivit |
- Update to 1.3.1
- Trim Makefile header
BuildLog: http://goo.gl/S3hpQ |
1.2.3 10 Aug 2012 20:29:31 |
nivit |
Vert.x is the framework for the next generation of asynchronous,
effortlessly scalable, concurrent web applications.
It is an event driven application framework that runs on the JVM
- a run-time with real concurrency and unrivalled performance.
Vert.x then exposes the API in Ruby, Java, Groovy, JavaScript and
Python. So you choose what language you want to use.
WWW: http://vertx.io/ |