1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

103 Commits

Author SHA1 Message Date
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