Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.5.5_1 15 Mar 2025 15:57:28
    |
Daniel Engberg (diizzy)  |
textproc/saxon: Deprecate and set expiration date to 2025-04-30
Deprecated and unsupported upstream, point users to textproc/saxon-he |
6.5.5_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 |
6.5.5_1 01 Nov 2023 22:11:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
6.5.5_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 ) |
6.5.5_1 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
6.5.5_1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
6.5.5_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
6.5.5_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 |
6.5.5 04 Nov 2017 11:43:35
  |
dbaio  |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
6.5.5 02 Apr 2016 02:53:45
  |
amdmi3  |
- Add NO_ARCH
- Switch to options helpers
- Simplify installation |
6.5.5 23 Jan 2015 16:03:58
  |
antoine  |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA |
6.5.5 15 Nov 2014 16:26:33
  |
antoine  |
Cleanup plist |
6.5.5 06 Aug 2014 04:34:23
  |
adamw  |
In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option. |
6.5.5 03 Aug 2014 14:15:09
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine) |
6.5.5 04 Jul 2014 22:50:40
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
6.5.5 11 Jun 2014 09:57:12
  |
vanilla  |
Stagify. |
6.5.5 10 Mar 2014 17:25:26
  |
bapt  |
Convert textproc to USES=zip |
6.5.5 02 Mar 2014 05:22:26
  |
tabthorpe  |
- Reassign ports to the heap
- Thank you hq@ for your years of service! |
6.5.5 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
6.5.5 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
6.5.5 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.5.5 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.5.5 29 Jun 2011 20:13:08
 |
hq  |
- Update to 6.5.5
- Add LICENSE
PR: 158502
Submitted by: Pedro Giffuni <giffunip@tutopia.com> |
6.5.4_2 02 Sep 2009 15:01:56
 |
amdmi3  |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
6.5.4_2 06 Jun 2008 14:05:09
 |
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.5.4_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.5.4 24 Nov 2005 14:57:11
 |
hq  |
Add SHA256 info |
6.5.4 30 Jun 2005 13:42:19
 |
hq  |
- Update to 6.5.4 (add support for JDK 1.5 but drop JDK 1.1)
- Improve the launcher shell script (use javavmwrapper 2.0)
- Use SUB_FILES/SUB_LIST to configure the launcher
- Add $FreeBSD$ tag in pkg-plist
- Do not try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than
3 years now
- Update COMMENT: this is an XSLT 1.0 processor |
6.5.3_1 10 Nov 2004 02:37:24
 |
hq  |
- Tweaked CLASSPATH in launcher script: Only Saxon installed JARs are indeed
required (given XML APIs and the Aelfred XML parser are included in
saxon.jar)
- Added some more "" in launcher script to ensure spaces in paths and args will
not break anything
- "${CP} -r" -> "${FIND} -exec ${INSTALL_DATA}" for samples and docs
- Takeover maintainership |
6.5.3_1 07 Jul 2004 20:38:10
 |
glewis  |
. Register CONFLICTS with the saxon-devel port. [1]
. Use %%JAVAJARDIR%% in PLIST_FILES now that bsd.java.mk sets it.
PR: 68637 [1]
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [1] |
6.5.3_1 02 Jul 2004 19:30:27
 |
glewis  |
. Add a shell script to allow people to easily run saxon from the command
line.
PR: 68548
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> |
6.5.3 28 Jun 2004 21:13:21
 |
glewis  |
. Update to 6.5.3.
. Use MASTER_SITE_SOURCEFORGE_EXTENDED rather than MASTER_SITE_SOURCEFORGE.
. Make it bsd.java.mk 2.0 compliant.
. Reduced packing list by using PLIST_FILES and PORTDOCS.
. Various cosmetic changes.
PR: 68447
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> |
6.5.2 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
6.5.2 15 Feb 2003 13:00:46
 |
naddy  |
Cleanups, including:
- Change maintainer's addresses
- Drop some maintainerships
- Use COMMENT variable
PR: 48294
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
6.5.2 16 Apr 2002 18:21:27
 |
znerd  |
Moved NO_BUILD_DEPENDS_JAVA down to stop portlint
complaining about wrong location of settings.
PORTREVISION not bumped. This does not affect the
port installation.
Approved by: maintainer |
6.5.2 13 Apr 2002 09:43:07
 |
znerd  |
Update to 6.5.2.
Submitted by: maintainer
PR: 37031 |
6.5.1 01 Apr 2002 06:29:23
 |
pat  |
bsd.java.mk-ify
PR: 36607
Submitted by: maintainer |
09 Feb 2002 08:01:10
    |
kevlo  |
- Update to 6.5.1 - Sort @dirrm listing |
30 Jan 2002 07:18:36
    |
ijliao  |
add saxon 6.5 An XSLT processor for Java |