aboutsummaryrefslogtreecommitdiff
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-2849-50/+50
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* . Update to Build 86.Greg Lewis2010-03-273-778/+811
| | | | Notes: svn path=/head/; revision=251590
* RC_SUBR_SUFFIX has not been needed for a long time now, all supportedDoug Barton2010-03-272-4/+2
| | | | | | | | versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name. Notes: svn path=/head/; revision=251570
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-274-4/+4
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Don't use a BERConstructedOctetString where a DEROctetString is much better.Alex Dupre2010-03-251-0/+5
| | | | Notes: svn path=/head/; revision=251499
* - Fix typo in MakefileWen Heping2010-03-102-2/+3
| | | | | | | | PR: ports/144546 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=250819
* . Update to Update 18Greg Lewis2010-02-283-234/+560
| | | | | | | | | PR: 143601 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Feature safe: yes Notes: svn path=/head/; revision=250415
* JRosetta provides a common base for graphical component that could be usedWen Heping2010-02-244-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to build a graphical console in Swing with the latest requirements, such as command history, completion and so on for instance for scripting language or command line. This project can be seen as the evolution of the components developed in JyConsole. For now, JRosetta provides only API and graphical components. A Jython implementation for the scripting engine should be available during the first semester 2009. Functionalities * Generic abstract API for script engine * Completion window. * Command history. * Highly customisable, with external XML descriptor file. (Allow to specify the script engine to use, colors, font, shortcut...) Platform compatibility * JRosetta has been developed in pure Java, but relies on a JVM 1.5. * No specific hardware is needed. For further information, please contact us at the following adress : contact at artenum.com WWW: http://dev.artenum.com/projects/JRosetta Feature safe: yes Notes: svn path=/head/; revision=250249
* - Update to 1.3.0.0Wen Heping2010-02-242-4/+4
| | | | | | | | | | PR: ports/143865 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250244
* The JavaHelp system is an online help system that developers can use toWen Heping2010-02-235-0/+601
| | | | | | | | | | | | | | | | add online help to their Java platform applications. The JavaHelp system is both a JCP specification (JSR 97) and a reference implementation of that specification. The JavaHelp system open source project includes the source to the reference implementation. WWW: https://javahelp.dev.java.net/ PR: ports/143858 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Feature safe: yes Notes: svn path=/head/; revision=250223
* . Add ${LOCALBASE}/lib to the default library path. [1]Greg Lewis2010-02-232-3/+20
| | | | | | | | | | | . Add a runtime dependency on javavmwrapper. [2] PR: 144076 [2] Submitted by: ale@ [1] Feature safe: yes Notes: svn path=/head/; revision=250216
* . Attempt to fix the build for recent 8-STABLE and 9-CURRENT which haveGreg Lewis2010-02-211-0/+24
| | | | | | | | | sigignore(3). Feature safe: yes Notes: svn path=/head/; revision=250110
* - Use $SUB_FILES to dynamically adjust pkg-messageMartin Wilke2010-02-132-3/+4
| | | | | | | | PR: 142623 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=249791
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-122-6/+6
| | | | | | | | PR: 143083 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=249714
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-122-6/+6
| | | | Notes: svn path=/head/; revision=249688
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-126-18/+32
| | | | | | | | | . Switch to installing the timezone updates by just copying over the zoneinfo files rather than actually the running updater (this is consistent with the diablo-{jdk,jre}16 ports. Notes: svn path=/head/; revision=249631
* . sigignore(3) has been MFC'ed to 8-STABLE. Attempt to fix the buildGreg Lewis2010-02-071-1/+1
| | | | | | | | there by extending the fix for 9-CURRENT to the appropriate versions of 8-STABLE. Notes: svn path=/head/; revision=249401
* . Update to Build 82.Greg Lewis2010-02-073-1074/+1201
| | | | Notes: svn path=/head/; revision=249397
* - Update to 1.1.2Pav Lucistnik2010-02-072-5/+6
| | | | | | | | | | - Portlint PR: ports/143576 Submitted by: Jean-Paul BECONNE <jpbeconne@free.fr> (maintainer) Notes: svn path=/head/; revision=249383
* - Revert changes that got spammed into previous revisionPav Lucistnik2010-02-071-6/+1
| | | | | | | | PR: ports/143628 Submitted by: Martin Birgmeier <martin.birgmeier@aon.at> Notes: svn path=/head/; revision=249367
* - update to jpeg-8Dirk Meyer2010-02-0549-42/+58
| | | | Notes: svn path=/head/; revision=249285
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-052-6/+6
| | | | Notes: svn path=/head/; revision=249268
* . Detect that recent versions of 9-CURRENT have sigignore(3) and configureGreg Lewis2010-02-051-1/+15
| | | | | | | | | | | | the build correctly for that. Fixes the build on those versions of 9-CURRENT PR: 141105 Collaboration with: fluffy@ Notes: svn path=/head/; revision=249267
* . Update to tzupdater 1.3.25.Greg Lewis2010-02-046-12/+14
| | | | | | | . Bump PORTREVISION. Notes: svn path=/head/; revision=249220
* Add ${LOCALBASE}/lib to java.library.path.Alex Dupre2010-01-261-2/+4
| | | | | | | | Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=248620
* Remove unneeded '\' in COMMENT.Alex Dupre2010-01-251-1/+1
| | | | Notes: svn path=/head/; revision=248566
* Update to 1.45 release.Alex Dupre2010-01-252-5/+4
| | | | Notes: svn path=/head/; revision=248522
* . Update to Build 80.Greg Lewis2010-01-245-1774/+980
| | | | Notes: svn path=/head/; revision=248483
* - Mark BROKEN: does not fetchPav Lucistnik2010-01-231-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=248399
* . Pull down a fix for an unsigned/signed comparison error that hasn't madeGreg Lewis2010-01-222-0/+22
| | | | | | | | | it into a build yet. This causes a build breakage on 6.x/amd64 at least. Pointed out by: pointyhat (via pav) Notes: svn path=/head/; revision=248351
* . Install the unlimited strength crypto policy JARs rather than theGreg Lewis2010-01-211-0/+5
| | | | | | | | | | | | | | limited strength ones. Since unlike many other JDK ports this doesn't require an extra download its currently done for all installs rather than being an option. Note that unlike the officially downloaded policy JARs the ones this installs are not signed. This may mean we revisit it once there is an official JDK7 release. . Bump PORTREVISION for this change. Submitted by: ale@ Notes: svn path=/head/; revision=248275
* - Fix a bug in 'jar' utilityAlex Dupre2010-01-215-36/+269
| | | | | | | | | | | | | | | | | | | - Add support for running regression tests - Respect LOCALBASE - Bump PORTREVISION These are the test results on: FreeBSD 6 i386: passed: 3113; failed: 29; error: 2 FreeBSD 8 amd64: passed: 3107; failed: 35; error: 2 Note: a couple of tests passed only after a few runs. Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=248260
* Improve korean [1] and chinese font rendering.Alex Dupre2010-01-211-64/+66
| | | | | | | | Submitted by: jkim [1] Approved by: maintainer Notes: svn path=/head/; revision=248259
* JGraph is the most powerful, lightweight, feature-rich, and thoroughlyWen Heping2010-01-194-0/+83
| | | | | | | | | | | | | | | | | | | documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! With the JGraph zoomable component, you can display objects and relations (networks) in any Swing UI. JGraph can also be used on the server-side, for example to read a GXL graph, apply a custom layout algorithm, and return the result as a HTML image map. WWW: http://www.jgraph.com/jgraphx.html PR: ports/142541 Submitted by: Chris Rees <utisoft@gmail.com> Notes: svn path=/head/; revision=248132
* . Use a downloaded version of ant rather than relying on the ant portGreg Lewis2010-01-182-4/+14
| | | | | | | | | | | | to avoid a circular dependency. This is a modified version of the submitted patch, any errors are likely mine. Submitted by: ale@ Notes: svn path=/head/; revision=248058
* . Fix the MASTER_SITES so that FETCH_ARGS doesn't need to be overridden.Greg Lewis2010-01-181-2/+1
| | | | | | | Submitted by: ale@ Notes: svn path=/head/; revision=248050
* . Update to Build 79.Greg Lewis2010-01-183-1213/+1515
| | | | Notes: svn path=/head/; revision=248043
* . Add support for JAVA_VERSION of 1.7.Greg Lewis2010-01-174-12/+24
| | | | | | | | | | . Note such support in the manual pages. . Correctly determine the Java version of the OpenJDK ports when bsd.java.mk isn't present. . Bump version to 2.3.4. Notes: svn path=/head/; revision=248038
* - Update to b17 promoted build [1]Alex Dupre2010-01-165-2555/+2871
| | | | | | | | | | | | - Fix font rendering and update cacerts file - Add support for fastdebug jdk - Cleanup/Enhance the port [2] Submitted by: maintainer [1], ale [2] Approved by: maintainer Notes: svn path=/head/; revision=247989
* - Use $SUB_FILES to dynamically adjust pkg-messageTong LIU2010-01-163-9/+7
| | | | | | | | PR: ports/142705 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=247962
* . Fix constructing the DISTFILE_INSTRUCTIONS variable for the mainGreg Lewis2010-01-151-1/+1
| | | | | | | | | distribution file. Submitted by: Mark Costlow <cheeks@swcp.com> Notes: svn path=/head/; revision=247918
* - Remove a circular dependency between openjdk6 and antAlex Dupre2010-01-132-33/+24
| | | | | | | | | | | (required to make it the default jdk port) - Remove manual fetching of unrestricted jce policy file - Other no-ops Approved by: maintainer Notes: svn path=/head/; revision=247823
* . Use bsd.port.pre.mk and bsd.port.post.mk rather than bsd.port.mk andGreg Lewis2010-01-051-19/+21
| | | | | | | | | | | rearrange things slightly so that the bootstrap JDK detection falls within the pre/post section. This fixes detection of the bootstrap JDK. Noticed by: Ronald Klop <ronald-freebsd8@thuis.klop.ws> Notes: svn path=/head/; revision=247186
* . Add a couple for necessary dependencies to USE_XORG.Greg Lewis2010-01-041-1/+1
| | | | | | | Pointed out by: QAT Notes: svn path=/head/; revision=247101
* . Add a fairly barebones port of OpenJDK7:Greg Lewis2010-01-036-0/+31073
| | | | | | | | | An open-source implementation of the Java Platform, Standard Edition, WWW: http://openjdk.java.net/ Notes: svn path=/head/; revision=247074
* Reset vs@FreeBSD.org at his request due to lack of time.Mark Linimon2010-01-021-1/+1
| | | | Notes: svn path=/head/; revision=247007
* . Update to 1.4.3.Greg Lewis2009-12-212-10/+10
| | | | Notes: svn path=/head/; revision=246332
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-214-15/+4
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi Notes: svn path=/head/; revision=246319
* - Instead of updating for eclipse 3.4, mark for removal in one monthPav Lucistnik2009-12-191-0/+3
| | | | | | | | PR: ports/133417 Submitted by: Heiner Strauss <heiner_ej@yahoo.de> Notes: svn path=/head/; revision=246243