aboutsummaryrefslogtreecommitdiff
path: root/devel/jep
Commit message (Collapse)AuthorAgeFilesLines
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278068
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 2.4.Felippe de Meirelles Motta2010-07-072-5/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257476
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Change my mail address to lippe@.Felippe de Meirelles Motta2008-03-101-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=208703
* - Update to 2.3. [1]Marcelo Araujo2008-02-293-10/+10
| | | | | | | | | | | | - Pass maintainership to submitter. [1] - Fix pkg-plist. [2] PR: ports/121192 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> [1], pointyhat via erwin [2] Notes: svn path=/head/; revision=208157
* - Forgotten to bump PORTREVISION in last commit.Marcelo Araujo2008-02-251-0/+1
| | | | | | | Submitted by: pointyhat via erwin Notes: svn path=/head/; revision=207851
* - Fix pkg-plist.Marcelo Araujo2008-02-201-2/+0
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=207639
* - Update to 2.2.Marcelo Araujo2008-02-172-4/+4
| | | | Notes: svn path=/head/; revision=207476
* - Update to 2.1.Marcelo Araujo2008-01-202-7/+6
| | | | | | | Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=205875
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2.0Martin Wilke2007-01-093-9/+9
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107576 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Notes: svn path=/head/; revision=181911
* Reset whitekid@gmail.com after timeouts and no response to email.Mark Linimon2006-12-131-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179658
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Fix MASTER_SITE_SUBDIRHerve Quiroz2005-03-101-1/+1
| | | | Notes: svn path=/head/; revision=130814
* Jep embeds CPython in Java. It is safe to use in a heavily threadedHerve Quiroz2005-03-104-0/+42
environment, it is quite fast and its stability is a main feature and goal. WWW: http://jepp.sourceforge.net PR: 78339 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> Notes: svn path=/head/; revision=130807