Commit Graph

117 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