| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The Apache Softare Foundation used to maintain an umbrella project named
Jakarta but it was retired on 2011. This name now conflicts with the new
name for Java EE under the Eclipse Foundation.
Rename most of the packages to be more consistent. Some other packages remain
but they will require intervention by their corresponding maintainers.
Approved by: thierry (mentor), makc
Differential Revision: https://reviews.freebsd.org/D21902
Notes:
svn path=/head/; revision=513899
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386097
|
|
|
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Convert to new options framework
Notes:
svn path=/head/; revision=355889
|
|
|
|
|
|
|
| |
- Thank you hq@ for your years of service!
Notes:
svn path=/head/; revision=346734
|
|
|
|
|
|
|
| |
java)
Notes:
svn path=/head/; revision=327738
|
|
|
|
|
|
|
| |
suppress any reference to JAVA_VERSION= 1.5+ (part2)
Notes:
svn path=/head/; revision=308604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=278068
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=208004
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154157
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use USE_ANT
- Now bsd.java.mk 2.0 compliant
- Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables
- Use CPIO rather than MKDIR/INSTALL_MAN
- Removed pkg-plist
- Install LICENSE.txt
- SIZEify (!)
- Use my FreeBSD address for maintainership purposes
- Removed my name from pkg-descr
Approved by: glewis (mentor)
Notes:
svn path=/head/; revision=117828
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
|
|
|
|
| |
PR: 61311
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
Notes:
svn path=/head/; revision=98082
|
|
Apache Jakarta Commons Primitives provides a collection of types and utilities
optimized for working with Java primitives (boolean, byte, char, double, float,
int, long, short). Generally, the Commons-Primitives classes are faster,
smaller and easier to work with than their purely Object based alternatives.
Currently Commons Primitives is primarily composed of implementations of the
java.util collections adapted for the primitive types.
WWW: http://jakarta.apache.org/commons/primitives
PR: 59017
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes:
svn path=/head/; revision=95422
|