Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/itext/Makefile

[BACK] Up to [FreeBSD] / ports / devel / itext

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Jan 27 10:45:36 2012 UTC (2 weeks ago) by ale
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Fix a bug in cross-references parsing/setting.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Nov 24 21:02:21 2011 UTC (2 months, 2 weeks ago) by ale
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -0 lines
- Package language files into jar
- Fix XMP Metadata replacement
- Remove no more needed patch

Feature safe:	yes

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Jul 21 05:02:30 2011 UTC (6 months, 3 weeks ago) by linimon
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
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

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jan 12 09:21:49 2010 UTC (2 years ago) by ale
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -4 lines
Update to the latest and last (sigh) unreleased 4.2.0 version.

Successive versions are API/ABI incompatible and are infected
by a new virus called AGPLv3.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Sep 2 15:01:36 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -2 lines
- 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)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jul 10 05:40:03 2009 UTC (2 years, 7 months ago) by ale
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Update to 2.1.7 release.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jun 22 06:18:10 2009 UTC (2 years, 7 months ago) by ale
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
Update to 2.1.6 release.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Mar 9 07:00:56 2009 UTC (2 years, 11 months ago) by ale
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
Update to 2.1.5 release.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Nov 27 15:01:44 2008 UTC (3 years, 2 months ago) by ale
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -3 lines
Update to 2.1.4 release.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Nov 25 15:53:51 2008 UTC (3 years, 2 months ago) by ale
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +16 -5 lines
Add building of iText RUPS.
RUPS is a GUI application that allows you to look inside a PDF.
Grab maintainership.

Approved by:	maintainer (stefan)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jul 13 14:26:01 2008 UTC (3 years, 6 months ago) by stefan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Update to 2.1.3.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jun 23 16:50:20 2008 UTC (3 years, 7 months ago) by stefan
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Make it compile again with JDK 1.4+.

Patch by:	ale

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jun 22 13:16:00 2008 UTC (3 years, 7 months ago) by stefan
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -4 lines
Update to 2.1.2u.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:21:20 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -0 lines
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)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Apr 9 09:40:17 2008 UTC (3 years, 10 months ago) by ale
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +6 -5 lines
Update to 2.1.0 release and fix build with latest bouncycastle library.

Approved by:	portmgr (pav)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Feb 17 17:59:46 2008 UTC (3 years, 11 months ago) by stefan
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Update to 2.0.8.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Dec 22 12:04:25 2007 UTC (4 years, 1 month ago) by stefan
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Update to 2.0.7.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Oct 6 09:06:21 2007 UTC (4 years, 4 months ago) by stefan
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Update to 2.0.6.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Sep 12 20:15:28 2007 UTC (4 years, 4 months ago) by stefan
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Update to 2.0.5.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jun 9 09:29:57 2007 UTC (4 years, 8 months ago) by stefan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -3 lines
Update to 2.0.4.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat May 19 20:02:54 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Apr 13 19:07:53 2007 UTC (4 years, 9 months ago) by stefan
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Update to 2.0.2.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Mar 18 16:53:19 2007 UTC (4 years, 10 months ago) by stefan
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -10 lines
- Depend on java/bouncycastle instead of redundantly downloading its files.
- Set JAVA_VERSION=1.4+

Patch by:	ale

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Mar 18 09:43:27 2007 UTC (4 years, 10 months ago) by stefan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +12 -1 lines
Update to 2.0.1.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 26 17:39:43 2006 UTC (5 years, 1 month ago) by stefan
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Update to 1.4.8.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Nov 26 10:33:37 2006 UTC (5 years, 2 months ago) by stefan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Update to 1.4.7.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Nov 7 20:18:44 2006 UTC (5 years, 3 months ago) by stefan
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Update to 1.4.6.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:43:16 2006 UTC (5 years, 4 months ago) by stefan
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Update to 1.4.5.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 28 18:37:33 2006 UTC (5 years, 5 months ago) by stefan
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Update to 1.4.4.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jul 30 11:36:49 2006 UTC (5 years, 6 months ago) by stefan
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Update to 1.4.3.

Approved by:	arved (mentor)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Jun 24 14:39:27 2006 UTC (5 years, 7 months ago) by stefan
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to 1.4.2.

Approved by:	arved (mentor)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun May 28 15:23:10 2006 UTC (5 years, 8 months ago) by stefan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Update to 1.4.1.

Approved by:	arved (mentor)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun May 7 13:32:11 2006 UTC (5 years, 9 months ago) by stefan
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Convert MAINTAINER to my freebsd.org account.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Mar 21 13:54:28 2006 UTC (5 years, 10 months ago) by tdb
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- Update to 1.4

PR:		94096
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Dec 16 08:04:40 2005 UTC (6 years, 1 month ago) by anray
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Update to 1.3.6

PR:		ports/90395
Submitted by:	maintainer
Approved by:	sem(mentor)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 21 17:44:37 2005 UTC (6 years, 3 months ago) by hq
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
Update to 1.3.5

PR:		87784
Submitted by:	maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 3 13:35:23 2005 UTC (6 years, 4 months ago) by hq
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +17 -5 lines
- Build classes/JAR file from source instead of downloading the JAR file
- Generate and install API documentation from source, too
- Bump PORTREVISION as new files are installed

PR:		86597
Submitted by:	maintainer

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Sep 22 17:16:01 2005 UTC (6 years, 4 months ago) by vs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -6 lines
Update to 1.3.4

PR:		ports/86460
Submitted by:	maintainer

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 31 04:13:09 2005 UTC (6 years, 5 months ago) by hq
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Update to 1.3.3

PR:		85485
Submitted by:	maintainer

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 30 13:41:24 2005 UTC (6 years, 5 months ago) by hq
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
- Update to 1.3.2
- Add more mirrors
- Takeover maintainership

PR:		85147
Submitted by:	Stefan Walter <sw@gegenunendlich.de>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 27 17:46:21 2005 UTC (6 years, 8 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Add 'java' category

Reported by:	portlint

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 28 23:36:08 2005 UTC (7 years ago) by hq
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Update to bsd.java.mk 2.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Dec 4 18:36:59 2004 UTC (7 years, 2 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Bump PORTEPOCH since PORTVERSION was decreased.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 4 15:29:41 2004 UTC (7 years, 2 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
upgrade to 1.1.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 12 20:43:03 2004 UTC (7 years, 7 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 7 08:32:09 2004 UTC (7 years, 10 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_10_0
add itext 1.02b
A Java-PDF Library

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options