Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Nov 2019 21:46:13
0.9.1,1

|
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 |
08 Jul 2019 20:19:10
0.9.1,1

|
glewis  |
Adjust to proposed changes in Java versioning
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format.
PR: 238983
Approved by: ale (maintainer) |
31 Jan 2019 17:51:39
0.9.1,1

|
tobik  |
Only append to EXTRA_PATCHES after bsd.port.pre.mk |
30 Nov 2017 06:13:35
0.9.1,1

|
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
27 May 2017 00:20:19
0.9.1,1

|
linimon  |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
16 Oct 2015 18:13:28
0.9.1,1

|
swills  |
print/pdf-renderer: fix build with openjdk8
PR: 203123
Approved by: maintainer timeout (ale, >2 weeks) |
17 Jul 2014 08:57:51
0.9.1,1

|
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 P-S.
CR: D422
Approved by: portmgr (bapt) |
15 Jul 2014 16:50:33
0.9.1,1

|
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
13 May 2014 12:06:34
0.9.1,1

|
ale  |
Stagify. |
10 Mar 2014 16:45:37
0.9.1,1

|
bapt  |
Convert p* to USES=zip |
20 Sep 2013 22:44:00
0.9.1,1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
10 Dec 2012 13:43:44
0.9.1,1

|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
17 Nov 2011 08:54:16
0.9.1,1
|
ale  |
Update to 0.9.1 official release.
Add a patch to fix ColorSpace parsing.
Feature safe: yes |
24 Oct 2011 04:17:38
0.20110427
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
27 Apr 2011 12:06:15
0.20110427
|
ale  |
Update to 20110427 snapshot. |
25 Nov 2008 08:24:06
0.20081121
|
ale  |
The PDF Renderer is an open source, all Java library which renders
PDF documents to the screen using Java2D.
Some features:
* view PDFs in your own app
* print-preview before exporting PDF files
* render PDFs to PNGs in a server-side web application
* view PDFs in a 3D scene
* draw on top of PDFs and annotate them in a networked viewer
WWW: https://pdf-renderer.dev.java.net/ |