| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Dec 2012 13:54:33
1.202_1
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (final)
Bump revision of graphics/mapyrus because package is modified |
10 Dec 2012 13:18:29
1.202
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
10 Sep 2012 02:37:55
1.202
|
linimon  |
Update Makefile to match distinfo to try to unbreak port.
Hat: portmgr |
06 Sep 2012 21:58:21
1.201
|
nivit  |
- Update to 1.202
- Restore %%VAR%%s inadvertently replaced in a previous commit (r300533),
and remove trailing whitespaces (files/mapyrus.in)
BuildLog: http://goo.gl/32Z0f |
05 Jul 2012 20:30:09
1.201
|
nivit  |
- Update to 1.201
- Convert to the new options framework |
10 Aug 2011 20:26:26
1.105
|
nivit  |
- Update to 1.105 |
21 Jul 2011 05:03:02
1.104
|
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 |
24 Jun 2011 14:36:30
1.104
|
nivit  |
- Update to 1.104 |
17 May 2011 12:35:42
1.102
|
nivit  |
- Update to 1.102
- Set LICENSE variable to LGPL21 |
20 Sep 2010 20:24:51
1.007
|
nivit  |
- Update to 1.007 |
12 Sep 2010 06:07:28
1.006
|
nivit  |
- Update to 1.006 |
03 Jan 2010 16:04:13
0.901
|
nivit  |
- Update 0.901 |
22 Aug 2009 00:23:13
0.807  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
14 Jan 2009 09:51:23
0.807
|
nivit  |
- Update to 0.807 |
07 Oct 2008 08:46:37
0.806
|
nivit  |
- Update to 0.806 |
24 Jul 2008 11:08:21
0.805
|
nivit  |
- Update to 0.805 |
06 Jun 2008 13:35:04
0.804_1
|
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) |
30 May 2008 12:21:31
0.804
|
nivit  |
- Update to 0.804 |
31 Mar 2008 22:15:39
0.803
|
nivit  |
- Update to 0.803 |
21 Feb 2008 12:39:00
0.801
|
nivit  |
- Update to 0.801 |
24 Aug 2007 13:26:13
0.704
|
nivit  |
- Update to 0.704
- Replace WITH_EXAMPLES knob with NOPORTEXAMPLES |
19 May 2007 20:32:57
0.702_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
09 Mar 2007 08:38:10
0.702
|
nivit  |
- Updated to 0.702 |
24 Jan 2007 09:17:46
0.701
|
nivit  |
- Updated to 0.701
Approved by: alexbl (mentor, implicit) |
07 Jan 2007 22:51:31
0.614
|
nivit  |
- Updated to 0.614
Approved by: alexbl (mentor) |
10 Dec 2006 01:21:51
0.613
|
nivit  |
- Updated email address in my ports
Approved by: alexbl (mentor) |
27 Nov 2006 13:24:29
0.613
|
miwi  |
- Update to 0.613
PR: ports/105859
Submitted by: nivit@email.it (Nicola Vitale) (maintainer) |
08 Nov 2006 23:34:54
0.612
|
rafan  |
- Update to 0.612
PR: ports/105238
Submitted by: Nicola Vitale (maintainer) |
24 Sep 2006 02:49:18
0.610
|
clsung  |
- Update to 0.610
PR: ports/103515
Submitted by: maintainer (Nicola Vitale) |
23 Sep 2006 02:28:20
0.609_1
|
rafan  |
- Fix mapyrus script: removed quotes around the variable JAVA_AWT_HEADLESS,
otherwise mapyrus does not run under X.
- Removed an email address from pkg-descr
PR: ports/103478
Submitted by: Nicola Vitale <nivit at email.it> (maintainer) |
20 Sep 2006 03:36:59
0.609
|
rafan  |
- Update to 0.609
PR: ports/103402
Submitted by: Nicola Vitale <nivit at email.it> (maintainer) |
05 Aug 2006 10:29:12
0.608
|
miwi  |
- Update to 0.608
PR: ports/101097
Submitted by: Nicola Vitale <nivit(at)email.it> (maintainer)
Approved by: krion (mentor) |
11 Jun 2006 17:41:41
0.607
|
hq  |
Update to 0.607
PR: 98769
Submitted by: maintainer |
28 Apr 2006 15:44:51
0.606
|
hq  |
- Set Java required version to 1.4+ (as specified on the main website)
- Use javavmwrapper to avoid hardcoding a particular JVM
- Use 'exec' in the launcher shell script
- Quote "$@" in launcher shell script
- Cleanup redundant SUB_LIST entries
PR: 96461
Approved by: maintainer |
28 Apr 2006 03:16:02
0.606
|
ijliao  |
add mapyrus 0.606
A software for creating plots of points, lines, etc
PR: 96317
Submitted by: Nicola Vitale <nivit@email.it> |