Commit graph

267 commits

Author SHA1 Message Date
Archie Cobbs
c5eb551448 New port.
JC is a Java virtual machine implementation that converts class
    files into C source files using the Soot Java bytecode analysis
    framework, compiles them with GCC, and loads them using a built-in
    ELF object file loader. JC utilizes the GNU Classpath class library
    and provides support for most features you would expect such as
    reflection, user class loaders, etc.

    WWW: http://jcvm.sourceforge.net/
2004-02-22 21:34:31 +00:00
Greg Lewis
a69622a594 Add a port of jflex:
JFlex is a lexical analyzer generator for Java written in Java.
It is also a rewrite of the very useful tool JLex which was developed
by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++
tool flex: They do not share any code though.

WWW: http://www.jflex.de/

I've done some clean up to the submitted version of the port.

PR:		62043
Submitted by:	Conor McDermottroe <ports@mcdermottroe.com>
2004-02-18 19:50:33 +00:00
Greg Lewis
b280d2679a . Add a new port, java/jmf:
Java Media Framework API

The Java Media Framework API (JMF) enables audio, video and other
time-based media to be added to Java applications and applets. This
optional package, which can capture, playback, stream and transcode
multiple media formats, extends the multimedia capabilities on the
J2SE platform, and gives multimedia developers a powerful toolkit to
develop scalable, cross-platform technology.

WWW: http://java.sun.com/products/java-media/jmf/

PR:		58524
Submitted by:	Anton Yudin <toha@toha.org.ua> (plus some tweaks by me)
2004-02-09 16:22:27 +00:00
Oliver Eikemeier
88b0d9a0e6 move xalan-j from java to textproc
PR:		34442
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by:	linimon
2004-01-22 23:57:26 +00:00
Alexander Langer
b04e1f2dc8 First-class GUI building tools for Eclipse 2004-01-13 18:01:13 +00:00
Alexander Langer
868bdd01eb Add Eclipse Modeling Framework 2004-01-13 17:41:00 +00:00
Alexander Langer
daff514a0a Add Eclipse XML Schema Infoset Model 2004-01-13 17:17:43 +00:00
Alexander Langer
c8c449de04 Add phpeclipse_phphelp 1.0.4, PHP Eclipse Help for the Eclipse IDE
Framework.

PR:		58402
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:33:02 +00:00
Alexander Langer
87e0b7e965 Add phpeclipse_tidy 1.0.2, PHP Eclipse HTML tidier plugin for Eclipse
IDE Framework.

PR:		58401
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:18:19 +00:00
Alexander Langer
c02b4c58f6 Add phpeclipse_sql 1.0.1, PHP Eclipse SQL Utility plugin for Eclipse IDE
Framework.

PR:		58400
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:05:56 +00:00
Alexander Langer
4eee38c9fc Add phpeclipse 1.0.8, PHP Eclipse adds PHP support to the Eclipse IDE
Framework.

PR:		58399
Submitted by:	rtdean@cytherianage.net
2004-01-13 14:52:53 +00:00
Norikatsu Shigemura
d57c59a200 Add jai-imageio 1.0, which is JAI Image I/O Tools provides reader,
writer, and stream plug-ins for the Java Image I/O Framework and
Image I/O-based read and write operations for Java Advanced Imaging.

PR:		CBUG-ML/2572
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org>
Committed at:	CBUG 2004 New Year Party
2004-01-11 10:53:07 +00:00
Norikatsu Shigemura
38e6b80612 Add jai 1.1.2, which is Java Advanced Imaging (JAI) API provides
a set of object-oriented interfaces that support a simple,
high-level programming model which lets you manipulate images easily.

PR:		CBUG-ML/2572
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org>
2004-01-11 10:48:33 +00:00
Pete Fritchman
c07e17d8bc Add eclipse-pmd 1.1.2, scan Java source code and look for potential
problems.

PR:		57956
Submitted by:	Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be>
2004-01-10 04:14:06 +00:00
Norikatsu Shigemura
58f23dcd20 Add Linux Blackdown Java3D 1.3.1, provides a set of object-oriented
interfaces that support a simple, high-level programming model.

Reviewed by:	OISHI Masakuni <yamasa@bsdhouse.org>
2003-12-30 08:58:41 +00:00
Edwin Groothuis
8361eab494 Remove java/orion again, it was a duplicate of www/orion
Gimme da pointy hat.
2003-12-29 10:37:58 +00:00
Edwin Groothuis
9b5f411bd5 [new port]: java/orion
Orion version 2.0.2 has all the features of J2EE 1.3, such
      as JSP 1.2, Servlet 2.3, EJB 2.0, Connector 1.0, client jars
      for remote and emdedded clients. The new EJB 2.0 features
      will make it easier than ever to take advantage of third party
      tools. The Orion 2.0.2 features gives you a full J2EE 1.3
      compliant Application Server with extremely good performance
      for an affordable price.

PR:		ports/60522
Submitted by:	Jerry <unidevel@yahoo.com.cn>
2003-12-29 07:16:54 +00:00
Ernst de Haan
68ea92c3cd New port: Sun JDK 1.5.x for Linux.
Current version is 1.5.0 beta 1.

See:
http://javalobby.org/thread.jspa?forumID=61&threadID=10482
2003-12-24 14:16:19 +00:00
Greg Lewis
ebaae469b6 Add a port of jaxen:
The Jaxen project is a Java XPath Engine. jaxen is a universal object model
walker, capable of evaluating XPath expressions across multiple models.
Currently supported are dom4j and JDOM .

Jaxen provides a single point for XPath expression evaluation, regardless of
the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.

WWW: http://jaxen.org

PR:		60085
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-15 16:49:25 +00:00
Greg Lewis
080e6db266 New port jakarta-commons-primitives:
Apache Jakarta Commons Primitives provides a collection of types and utilities
optimized for working with Java primitives (boolean, byte, char, double, float,
int, long, short). Generally, the Commons-Primitives classes are faster,
smaller and easier to work with than their purely Object based alternatives.

Currently Commons Primitives is primarily composed of implementations of the
java.util collections adapted for the primitive types.

WWW: http://jakarta.apache.org/commons/primitives

PR:		59017
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-08 22:26:29 +00:00
Greg Lewis
0d256c5493 New port java/avalon-logkit:
LogKit is a logging toolkit designed for secure performance oriented logging in
applications.

The LogKit provides the following features:
  - Decouples LogEvent generation from LogEvent handling.
  - Is simple to use and simple to configure.
  - Designed with security in mind.
  - Allow users fine control of logging based on priority and/or category.
  - Has hierarchical logging namespace to enable inheritance of LogTargets and
    Priorities.
  - Lightweight.
  - Designed to be integrated into existing products.
  - Performance oriented.
  - Enables users to plug in filters to filter out or modify LogEvents before
    they are written out.
  - Allow users to specify the serialization format of LogEvents via
    Formatters.
  - Comes with a number of existing LogTargets to ease integration.
  - The LogKit has existed for a number years and been used in a number of
    different environments which demonstrates it's reliability and stability.

WWW: http://avalon.apache.org/logkit/index.html

PR:		59040
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-08 19:47:25 +00:00
Ying-Chieh Liao
892153f481 add jfreechart 0.9.13
A free Java class library for generating charts
2003-11-12 00:53:03 +00:00
Ying-Chieh Liao
8a5ee179f9 add jcommon 0.8.8
A collection of useful classes used by JFreeChart and JFreeReport
2003-11-12 00:47:19 +00:00
Ernst de Haan
3fddb0b9fd New port: Jakarta Commons DBCP.
PR:		57573
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-10-06 08:28:48 +00:00
Ernst de Haan
1cbf754707 New port: Jakarta Commons Pool.
PR:		57573
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-10-06 08:27:58 +00:00
Edwin Groothuis
d2aebd09b3 [new port] java/gj[-jdk11]: Generic Java
GJ is an extension of the Java programming language that
	supports generic types.

	* Support for generics
	* Superset of the Java programming language
	* Compiles into the Java Virtual Machine
	* Compatible with existing libraries

	WWW: http://www.cis.unisa.edu.au/~pizza/gj/

	gj-jdk11 is a slave port to gj which uses JDK 1.1.

PR:		ports/55111
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-29 12:07:08 +00:00
Edwin Groothuis
95ac32efb4 [new port] java/gj[-jdk11]: Generic Java
GJ is an extension of the Java programming language that
	supports generic types.

	* Support for generics
	* Superset of the Java programming language
	* Compiles into the Java Virtual Machine
	* Compatible with existing libraries

	WWW: http://www.cis.unisa.edu.au/~pizza/gj/

	gj-jdk11 is a slave port to gj which uses JDK 1.1.

PR:		ports/55111
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-29 12:02:49 +00:00
Edwin Groothuis
6450de9596 New port: java/linux-blackdown-jre11: Blackdown Linux JRE 1.1.8
Blackdown Linux Java Runtime Environment 1.1.8
	It is needed for running Oracle for Linux

PR:		ports/56738
Submitted by:	Simun Mikecin <sime@logos.hr> <sime@logos.hr>
2003-09-29 11:39:22 +00:00
Edwin Groothuis
b9976edf43 New port: kaffe-devel, development release of kaffe Java VM
Multi-platform Java virtual machine with JIT compiler and AWT package

PR:		ports/55270
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl>
2003-09-07 12:06:27 +00:00
Norikatsu Shigemura
ce8458436b Add eclipse-langpack-2.1.1.1, the Eclipse language pack is
distributed as a feature.  It contains translations for
German, Spanish, French, Italian, Japanese, Korean,
Portuguese (Brazil), Traditional Chinese and Simplified
Chinese.

Reviewed by:	daichi
2003-09-03 14:16:30 +00:00
Greg Lewis
f74335952a . Add diablo-jdk13 and diablo-jre13. 2003-08-25 16:55:31 +00:00
Jimmy Olgeni
ff778bcbab Add example feature for the Graphical Editing Framework. 2003-07-08 10:22:09 +00:00
Jimmy Olgeni
9070a6b3b8 Add the Graphical Editing Framework for Eclipse. 2003-07-08 10:21:02 +00:00
Daichi GOTO
c95cbae3f2 Add jakarta-struts 1.1-rc2, struts framework.
PR:		53764
Submitted by:	Anton Yudin <toha@toha.org.ua>
2003-07-07 06:54:52 +00:00
Jimmy Olgeni
9398e98b8c Add examples for the Eclipse IDE. 2003-07-03 16:21:31 +00:00
Dag-Erling Smørgrav
c9dc1dea98 Java 2 SDK Enterprise Edition 1.3.1 2003-06-27 09:31:51 +00:00
Mikhail Teterin
61c93d2ba2 DE is a java package containing a decompiler and an optimizer for
java. Can be used from command line or through the Swing-based GUI.
2003-06-24 20:34:03 +00:00
Norikatsu Shigemura
5362074527 Add eclipse 2.1, An open extensible IDE for anything and nothing
in particular.

Submitted by:	kan
2003-06-17 17:39:48 +00:00
Daichi GOTO
9edb69066e New port added, thanks!
PR:		45275
Submitted by:	Scott Lambert <lambert@lambertfam.org>
2003-06-16 13:37:04 +00:00
Jimmy Olgeni
f39262c5bb Add a port for NetBeans, fix the startup script ("expr" syntax) and
use the javavm command to start.
2003-06-02 12:18:17 +00:00
Greg Lewis
666153e3b3 . Add the java/jmp port.
JMP is a profiler for java that can be used to trace objects usage and
	method timings. JMP uses the JVMPI interface to gather statistics and
	interact with the JVM. JMP uses a GTK+ interface to show the status.

PR:		47151, 48474, 50325
Submitted by:	Ronald Klop <ronald@cs.vu.nl>
2003-05-15 16:34:36 +00:00
Max Khon
a26362f502 New port: proguard
ProGuard can read jar files, shrink and obfuscate them (to prevent
reverse engineering), and write out the resulting jar file.

PR:		50434
Submitted by:	Alex Semenyaka
2003-04-19 14:16:42 +00:00
Ying-Chieh Liao
d58ff756d4 add java-getopt 1.0.9
Java version of GNU getopt family functions
2003-04-07 08:34:20 +00:00
Ernst de Haan
5643fe0792 New port: trove4j.
PR:		45287
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-03-27 15:12:39 +00:00
Alexey Zelkin
16a1d3292b Add jdk14 port to build and modules
Approved by:	portmgr
2003-03-07 10:24:11 +00:00
Sheldon Hearn
b8e461a211 New port xdoclet (xdoclet-1.2b2):
XDoclet is a Java code generation engine. It enables
	Attribute-Oriented Programming for java. In short, this means
	that you can add more significance to your code by adding meta
	data (attributes) to your java sources. This is done in special
	JavaDoc tags.
2003-02-26 07:24:43 +00:00
Archie Cobbs
5352f84a1e Remove jikes-devel port now that jikes has caught up. 2003-02-24 21:39:45 +00:00
Greg Lewis
8f406e0f6f Add a port for IBM's JDK 1.4.0 for Linux. 2002-11-25 00:30:50 +00:00
Ernst de Haan
86de1126a1 New port: Jakarta Commons Logging library.
See:
http://jakarta.apache.org/commons/logging.html
2002-11-14 10:55:13 +00:00
Ernst de Haan
f4a22be2e2 New port: Jakarta Commons BeanUtils.
See:
http://jakarta.apache.org/commons/beanutils.html
2002-11-14 10:23:58 +00:00
Ernst de Haan
7c9f4056a1 New port: Jakarta Commons CLI library.
Java-library for command line arguments and options.
2002-11-14 09:02:09 +00:00
Ernst de Haan
e1e7a72d6a New port: NetComponents 1.3.8.
See:
http://www.savarese.org/oro/downloads/index.html#NetComponents
2002-11-09 15:54:27 +00:00
Ernst de Haan
11a89ad5c6 New port: Jakarta Commons Collections.
See:
http://jakarta.apache.org/commons/collections.html
2002-10-18 20:38:12 +00:00
Ernst de Haan
343823bd79 New port: Jakarta Commons Lang.
See:
http://jakarta.apache.org/commons/lang.html
2002-10-18 20:09:46 +00:00
Ernst de Haan
df53c59039 New port: Jakarta Log4J, version 1.2.7.
See:
http://jakarta.apache.org/log4j/

Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR:		42449
2002-10-11 09:02:42 +00:00
Ernst de Haan
85b1da903b New port: java-checkstyle.
PR:		42412
Submitted by:	Dave Glowacki <dglo@hyde.ssec.wisc.edu>
2002-10-09 22:03:39 +00:00
Archie Cobbs
e4717d5807 Split the jikes port into stable and development versions.
PR:		ports/41961
Reviewed by:	freebsd-java
2002-08-27 20:32:03 +00:00
Kris Kennaway
4c9de12788 Remove sablepath from SUBDIR
Pointy hat to:	archie
2002-08-22 18:21:16 +00:00
Ernst de Haan
0a2b751781 Added Blackdown JDK 1.4.1 for Linux.
See also:	http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
2002-08-12 11:02:58 +00:00
Archie Cobbs
9032f85cad Add sablepath and sablevm. 2002-07-09 22:08:48 +00:00
Ernst de Haan
ecb824c780 Renamed jdk-tutorial to java-tutorial. 2002-06-17 16:42:44 +00:00
Greg Lewis
1c11e5bee6 Remove perltools here too. 2002-06-16 01:36:34 +00:00
Ernst de Haan
43a6bfd036 New port: JUMP Ultimate Math Package. 2002-06-13 12:15:52 +00:00
Ernst de Haan
a0291600cc Unification of JDK port names.
ports/java/Makefile
Matches new names and locations of JDK ports. Checked sorting.

ports/java/jdk
All files removed from CVS. This port is moved to java/jdk11.
Checked that the repocopy was okay.

ports/java/jdk12-beta
All files removed from CVS. This port is moved to java/jdk12.
Checked that the repocopy was okay.

ports/java/linux-jdk
All files removed from CVS. This port is moved to
java/linux-blackdown-jdk12.
Checked that the repocopy was okay.

ports/java/linux-jdk13
All files removed from CVS. This port is moved to
java/linux-sun-jdk13.
Checked that the repocopy was okay.

ports/java/linux-jdk14
All files removed from CVS. This port is moved to
java/linux-sun-jdk14.
Checked that the repocopy was okay.

PR:	27358
2002-06-12 20:50:09 +00:00
Ernst de Haan
cf108ef55c Added jboss3. 2002-06-11 08:32:13 +00:00
Ernst de Haan
c11b093c81 Blackdown JDK 1.3.1 for Linux added. 2002-05-09 11:00:46 +00:00
Dag-Erling Smørgrav
fd609cc941 The Jakarta Byte Code Engineering Library. 2002-05-06 17:41:11 +00:00
Ernst de Haan
44573b73a3 New port: Sun JDK 1.2 for Linux. 2002-04-26 22:20:02 +00:00
Ernst de Haan
4fe0ef03ca New port jboss2.
The jboss2ctl program does not work at this stage. I chose
to commit this port anyway because it has been lying around
for too long. Once it is in the ports tree, the improved
interest may trigger somebody else to fix the problem.

JBoss can be started using the supplied shell script anyway,
so it is still useful.

This is not the JBoss port submitted by Jesse Gallup in PR
35853, but one based on the www/orion port.

PR:	35853
2002-04-26 21:54:15 +00:00
Ying-Chieh Liao
ea19e74fca add javel 0.3.2
Java disassembler
2002-01-30 11:40:06 +00:00
OKAZAKI Tetsurou
3b4e0f0260 Add bsh 1.2.b3, a Java scripting environment.
PR:		34264
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-01-26 17:34:45 +00:00
Yoichi NAKAYAMA
a1399b4943 Add JDE, Java Development Environment for Emacs.
This is a stub port for emacs20.

PR:		ports/33674
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-01-10 11:42:21 +00:00
Yoichi NAKAYAMA
acb392a358 Add JDE, Java Development Environment for Emacs.
PR:		ports/33674
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-01-10 11:41:21 +00:00
Ying-Chieh Liao
cb3f9cba44 add bouncycastle 1.11
Cleanroom build of Java Cryptography Extensions

PR:		33244
Submitted by:	RaRa Rasputin <rasputin@submonkey.net>
2001-12-27 17:47:41 +00:00
Pete Fritchman
fca3d1c84c Add jakarta-oro 2.0.1, perl/awk/sh regular expressions for Java.
PR:		23358
Submitted by:	Dave Glowacki <dglo@ssec.wisc.edu>
2001-12-25 18:31:22 +00:00
Alexey Zelkin
345085a5bf Sort entries
Reviewed by:	sobomax
2001-11-26 19:27:18 +00:00
Maxim Sobolev
4c6ba8c8e6 Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.
PR:		28183
Submitted by:	Ernst de Haan <ernst@jollem.com>
Repo-copy by:	jdp
2001-10-08 09:17:17 +00:00
Akinori MUSHA
c17b3eedea Sort entries. 2001-09-21 05:49:14 +00:00
Patrick S. Gardella
65a7a70f61 Add jakarta-regexp 1.2, regular expressions for Java.
PR:		23357
Submitted by:	Dave Glowacki <dglo@ssec.wisc.edu> #
2001-09-12 13:10:54 +00:00
Maxim Sobolev
a435deed36 Add port of Forte[tm] for Java[tm] Community Edition 3.0, a Sun's powerful
and extensible IDE for Java. It's huge and slow but I'm sure FreeBSD Java
monkies would like it. ;)

-Maxim
2001-09-06 17:56:27 +00:00
Ying-Chieh Liao
4c511558fd add mmake
Create a Makefile for Your Java files, ready to compile
2001-09-02 07:56:56 +00:00
Maxim Sobolev
630b953d37 Add native port of Sun's Java Devepment Kit, v.1.3.1 (repo-copied from
jdk12-beta).

PR:		29949
Submitted by:	Greg Lewis <glewis@eyesbeyond.com>
2001-08-27 18:58:46 +00:00
Ying-Chieh Liao
2cf3783c85 add bluej
BlueJ is an integrated Java environment designed for introductory teaching

PR:		28473
Submitted by:	Jeremy Karlson <carpathia@h24-76-76-76.vc.shawcable.net>
2001-08-18 05:39:33 +00:00
James E. Housley
f39be55507 Move orion from java to www 2001-06-27 01:50:38 +00:00
Kevin Lo
8d30507471 Initial import of jlint-2.1
Jlint is the Java program analyzer and checker.

PR: 28377
Submitted by: Ernst de Haan <ernst@jollem.com>
2001-06-25 04:00:58 +00:00
James E. Housley
574972e972 Java library for accessing and manipulating XML documents.
PR:		27814
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-06-25 02:13:24 +00:00
James E. Housley
76df8d4b8c IBM's Java Development Kit for Linux, version 1.3.
PR:		26793
Submitted by:	Chang, Hye-Shik <perky@python.or.kr>
2001-06-24 21:53:43 +00:00
Ying-Chieh Liao
daea70d3ff add janosvm
A virtual machine for executing Java bytecodes
2001-06-18 21:03:57 +00:00
Peter Pentchev
9b09d3621d Remove the java/jpda port.
PR:		28033
Submitted by:	maintainer
2001-06-11 09:39:46 +00:00
Maxim Sobolev
d60a2edb4e Add linux-jdk14 , sun's Java Developers Kit for Linux, version 1.4.
PR:		27644
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-05-25 18:59:25 +00:00
Ying-Chieh Liao
41b5a082be add bugseekder-demo
The original java/bugseeker, but this time renamed to
java/bugseeker-demo. The java/bugseeker port is now the full version.

PR:		24454
Submitted by:	Ernst de Haan <ernst@heinz.jollem.com>
2001-05-19 12:19:41 +00:00
James E. Housley
80a08c7b73 New port: java/jpda
JPDA, Java Platform Debugger Architecture.

PR:		24060
Submitted by:	Ernst de Haan <ernst@heinz.jollem.com>
2001-03-23 01:07:49 +00:00
Jun Kuriyama
bff6d1bf45 Add xalan-j 2.0.0,
apache XSLT processor for transforming XML
documents.

PR:		ports/25311
Submitted by:	ernst@jollem.com
2001-03-16 03:48:25 +00:00
Alexander Langer
234a6597c1 Add bugseeker 1.0.2, a debugger for Java software.
PR:		24062
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-01-05 17:42:23 +00:00
Patrick S. Gardella
5fc20865bd Add jad 1.5.7f,jad - the fast JAva Decompiler.
PR:		21604
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2001-01-03 19:54:20 +00:00
Patrick S. Gardella
afdf25a0e4 Add orion 1.4.0,orion Application Server.
PR:		23867
Submitted by:	Ernst de Haan <ernst@jollem.com>
2001-01-03 19:52:29 +00:00
Kevin Lo
2480bc8a31 Initial import of Linux JDK 1.3
This port is Sun's Java Development Kit 1.3.0 for Linux
2000-12-07 03:29:32 +00:00
Dag-Erling Smørgrav
149c55bf88 GNU's regexp library for Java. 2000-12-06 18:23:05 +00:00
Akinori MUSHA
48fceb85cf Add JUnit, a regression testing utility for use with the Java(TM)
Language.

PR:		ports/22578
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-11-03 17:49:59 +00:00
Ade Lovett
bfc16e1042 Add perltools, making using regular expressions in Java almost
as easy as Perl!

PR:		20554
Submitted by:	Marcin Cieslak <saper@system.pl>
2000-10-16 21:35:08 +00:00
Maxim Sobolev
a09d414989 Add jdk12-beta - a "glue" to build a native JDK1.2.2 using source code from
Sun and patchset from FreeBSD Java Project.
2000-10-13 12:41:25 +00:00
Maxim Sobolev
7de588fb9a Add openjit - a high-performance reflective Java Just-In-Time (JIT) bytecode
compiler.
2000-09-26 13:04:30 +00:00
Kris Kennaway
6205296caa Port has been broken since 12/96..goodbye :-) 2000-07-02 22:29:14 +00:00
Maxim Sobolev
a0097025ac Activate jre. 2000-06-12 13:29:46 +00:00
Maxim Sobolev
aa7e297224 Activate javavmwrapper. 2000-06-12 09:49:32 +00:00
Chuck Robey
a6ee2fc037 Activate linux-jdk. 2000-05-16 01:48:06 +00:00
Jun Kuriyama
902e0bcaee Activate jce-aba. 2000-03-08 12:09:22 +00:00
Jun Kuriyama
c8ad72a6ff Activate cryptix-jce. 2000-02-19 12:26:26 +00:00
Steve Price
e97508857b Adding cos version 1.0.
The O'Reilly package of utility classes for servelt developers.

PR:		12522
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-12-31 20:22:09 +00:00
Steve Price
eac5ec733c Adding jdbcpool version 0.94.
Implements a JDBC connection pool.

PR:		12523
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-12-29 09:16:05 +00:00
Steve Price
523269e5e1 Moving the starlogo port from java to lang. 1999-12-29 07:30:48 +00:00
Steve Price
b561e6f51c Adding starlogo version 1.0 beta 2.
The Logo programming language written in Java

PR:		14879
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
1999-12-27 01:45:51 +00:00
Steve Price
6f061a6040 Activate the netrexx port. 1999-11-26 20:57:46 +00:00
Steve Price
2229e226e9 Activate the collections, infobus, jaf, and javamail ports. 1999-11-01 04:32:29 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Chris Piazza
56f6f8363f Activate jlex. 1999-07-04 00:11:11 +00:00
Satoshi Asami
dbe2e8c2af New category java. Here's the charter:
Java language support.
1999-06-26 22:07:25 +00:00