Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article from COMMENT
Approved by: maintainers
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
- Use SF macro in MASTER_SITES
- Add a desktop entry
- Fix directory permissions
PR: ports/136904
Submitted by: Rodrigo OSORIO <rodrigo AT bebik.net> (maintainer)
OmegaT is a free translation memory application used by professionals to
help them during the translation process.With the following features :
* Fuzzy matching (helps you to choose the right terms based on the project
translation history)
* Dynamic view of the original text bellow the translated one external
glossaries support.
* Several file formats : XHTML,HTML,MS Office XML, Open Office/ Star Office,
XLIF, MediaWiki, and Plain Text.
* Unicode (UTF-8) support: can be used with non-Latin alphabets
This tool could be very helpful for the translation teams working on the
FreeBSD documentation project.
PR: 123614
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (new maintainer)