aboutsummaryrefslogtreecommitdiff
path: root/net/java-beepcore
Commit message (Collapse)AuthorAgeFilesLines
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Use SF macro in MASTER_SITES.Marcelo Araujo2009-03-122-11/+9
| | | | | | | | | | - Fix mtree problem with NOPORTDOCS. - Bump PORTREVISION. Reported by: itetcu (QAT) Notes: svn path=/head/; revision=229937
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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 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
* - Add java categoryRong-En Fan2007-01-051-1/+1
| | | | Notes: svn path=/head/; revision=181514
* - Update to 0.9.08Rong-En Fan2007-01-053-8/+5
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107541 Submitted by: Marcelo Araujo <araujo at bsdmail.org> Notes: svn path=/head/; revision=181513
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-031-7/+9
| | | | | | | | | - Use JAVALIBDIR - CP -> INSTALL_DATA - Merge do-install and post-install Notes: svn path=/head/; revision=127999
* . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.Greg Lewis2004-07-092-233/+21
| | | | | | | | | | . While I'm here: . Use PORTDOCS to greatly simplify the packing list. . Use %%EXAMPLESDIR%% in the packing list rather than the equivalent hardcoded path. Notes: svn path=/head/; revision=113303
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Remove MAINTAINER, as per his request:Christian Weisgerber2003-06-021-1/+1
| | | | | | | | | | | | | "I'll be offline for the next few months. Someone please take care of these poor orphans." Also slip in some minor fixes. PR: 52831 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=81956
* . Fix the MASTER_SITE_SUBDIR setting.Greg Lewis2003-05-121-4/+2
| | | | | | | | | . Use JAVAJARDIR rather than defining out own JAVALIBDIR variable. Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) Notes: svn path=/head/; revision=80852
* . Add the net/java-beepcore port:Greg Lewis2003-05-104-0/+279
This release includes a Java implementation of beep core RFC 3080 and beep mapping for TCP RFC 3081. WWW: http://sourceforge.net/projects/beepcore-java PR: 43925 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=80585