notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: java/Makefile

Number of commits found: 354 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »  

Friday, 14 Oct 2016
21:07 pi search for other commits by this committer
New port: java/intellij-ultimate

IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on
developer productivity.  The community edition features:
* An intelligent code editor that understands Java code; provides
  refactorings, code inspections and intentions, and allows for
  fast code navigation.
* Integration with such tools as JUnit and TestNG, Ant and Maven,
  and popular version control systems including: CVS, Subversion
  and git.
* XML-Java interoperability and comprehensive Groovy programming
  language support.
* The Swing UI designer complements the suite of tools for
  developing Java desktop applications.

The difference between intellij and intellij-ultimate can be found at

http://www.jetbrains.com/idea/features/editions_comparison_matrix.html

WWW: http://www.jetbrains.com/idea/

PR:		212268
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com>
Original commitRevision:423993 
Friday, 29 Jul 2016
11:23 vsevolod search for other commits by this committer
Version 1.54 of the Bouncy Castle Crypto APIs.

The FreeBSD Ports Collection already has 1.45 version of the Bouncy Castle and
this new port is based on java/bouncycastle.

Newer versions are not API-compatible with that older one. Some say they should
be given 2.x version numbers. So, this new version comes as distinct port
java/bouncycastle15 instead of update for existing java/bouncycastle15 to keep
old API version available.

This is neccessary dependency for other port updates, e.g. newer version of
iText PDF (devel/itext) requires new API of modern Bouncy Castle versions.

PR:		211316
Submitted by:	Eugen Grosbein <eugen=at=grosbein.net>
Original commitRevision:419237 
Sunday, 17 Jul 2016
18:41 rene search for other commits by this committer
Remove expired port:
2016-07-15 java/wildfly82: Fully EOL when version 10.0 was released
Original commitRevision:418674 
Thursday, 30 Jun 2016
07:42 mi search for other commits by this committer
Add port of JXGrabKey -- a Java library for working with X11
keys.
Original commitRevision:417813 
Sunday, 26 Jun 2016
11:51 pi search for other commits by this committer
New port: java/aparapi

aparapi is an open source API for expressing data parallel workflows in Java.

Originally an AMD product, Aparapi was released to open source on September
14, 2011. Aparapi is an API for expressing data parallel workloads in Java
and a runtime component capable of converting the Java# bytecode of compatible
workloads into OpenCL# so that it can be executed on a variety of GPU devices.

WWW: https://github.com/aparapi/aparapi

PR:		204024
Submitted by:	dieterich@ogolem.org
Original commitRevision:417519 
Thursday, 2 Jun 2016
10:08 rene search for other commits by this committer
Remove expired ports:
2016-06-02 java/rubygem-rjb: fails to create JVM
devel/rubygem-atoulme-antwrap: depends on java/rubygem-rjb [1]

Approved by:	arved [1]
Original commitRevision:416275 
Monday, 16 May 2016
23:03 bsam search for other commits by this committer
IntelliJ PyCharm is an advanced IDE developed by JetBrains and
focused on developer productivity. PyCharm provides smart code
completion, code inspections, on-the-fly error highlighting and
quick-fixes, along with automated code refactorings and rich
navigation capabilities.

WWW: http://www.jetbrains.com/pycharm/
Original commitRevision:415367 
Monday, 9 May 2016
21:17 rene search for other commits by this committer
Remove expired ports:
2016-02-29 java/linux-sun-jre17: Unsupported and known for multiple security
vulnerabilities
2016-04-13 deskutils/gnustep-notebook: Does not fetch
Original commitRevision:414893 
Sunday, 24 Apr 2016
12:29 rene search for other commits by this committer
Remove expired port:
2016-02-29 java/linux-sun-jdk17: Unsupported and known for multiple security
vulnerabilities

Sponsored by:	Essen Linuxhotel Hackathon 2016
Original commitRevision:413939 
Sunday, 20 Mar 2016
23:06 swills search for other commits by this committer
java/openjfx8-devel: create port

OpenJFX is an open source, next generation client application platform for
desktop and embedded systems based on JavaSE. It is a collaborative effort by
many individuals and companies with the goal of producing a modern, efficient,
and fully featured toolkit for developing rich client applications.

WWW: http://openjdk.java.net/projects/openjfx/

PR:		207566
Submitted by:	Tobias Kortkamp <t@tobik.me>
Original commitRevision:411524 
Saturday, 27 Feb 2016
19:54 pi search for other commits by this committer
java/intellij: 15.0.3 -> 15.0.4

- Thanks to Jiri B <jirib@devio.us> and Roman Shevchenko [1] for
  contributing a libinotify-based replacement for IntelliJ's
  fsnotifier.  IntelliJ now has native (faster) file notification
  support on FreeBSD (and OpenBSD).
- Because of remaining problems with watching large trees with
  libinotify [2], fsnotifier is still disabled by default.
- fsnotifier and native pty4j support need to be compiled.  In the interest of
  reducing port complexity, the building of pty support and fsnotifier
  is moved to separate ports:
      - java/intellij-pty4j
      - java/intellij-fsnotifier

[1] https://youtrack.jetbrains.com/issue/IDEA-151815
[2] https://github.com/dmatveev/libinotify-kqueue/pull/34

PR:		207474
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Original commitRevision:409684 
Friday, 19 Feb 2016
07:25 pi search for other commits by this committer
New port: java/jd-gui

The Java Decompiler project aims to develop tools in order to
decompile and analyze Java 5 byte code and later versions.

JD-GUI is a standalone graphical utility that displays Java source
codes of .class files.  You can browse the reconstructed source code
with the JD-GUI for instant access to methods and fields.

WWW: http://jd.benow.ca/

PR:		206488
Submitted by:	Tobias Kortkamp <t@tobik.med>
Original commitRevision:409155 
Monday, 1 Feb 2016
20:41 rene search for other commits by this committer
Remove expired ports:
2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR
2016-01-31 www/py-django17: End of extended support: December 1, 2015
2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31
October 2015. Please update to the current version.
2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released
2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released
2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead
Original commitRevision:407773 
Sunday, 10 Jan 2016
20:33 pi search for other commits by this committer
New port: java/intellij

IntelliJ IDEA is an advanced Java IDE developed by JetBrains and
focused on developer productivity. The community edition features:
* An intelligent code editor that understands Java code; provides
  refactorings, code inspections and intentions, and allows for
  fast code navigation.
* Integration with such tools as JUnit and TestNG, Ant and Maven,
  and popular version control systems including: CVS, Subversion
  and git.
* XML-Java interoperability and comprehensive Groovy programming
  language support.
* The Swing UI designer complements the suite of tools for
  developing Java desktop applications.

WWW: http://www.jetbrains.com/idea/

PR:		204804
Submitted by:	t@tobik.me
Original commitRevision:405745 
Monday, 21 Dec 2015
15:36 sunpoet search for other commits by this committer
- Sort SUBDIRs
Original commitRevision:404117 
Friday, 18 Dec 2015
01:11 junovitch search for other commits by this committer
New port: java/wildfly100

Repo copy java/wildfly90 -> java/wildfly100 and update to 10.0.0

WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server

WWW: http://wildfly.org

PR:		204541
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
Original commitRevision:403945 
Thursday, 2 Jul 2015
19:28 jkim search for other commits by this committer
Add a slave port to create JRE-only package for java/openjdk7.
Original commitRevision:391181 
Saturday, 2 May 2015
07:05 pi search for other commits by this committer
New port: java/hamcrest

Provides a library of matcher objects (also known as
constraints or predicates) allowing 'match' rules to
be defined declaratively, to be used in other frameworks.
Typical scenarios include testing frameworks, mocking libraries
and UI validation rules.

WWW: http://hamcrest.org/

PR:		192575
Submitted by:	danilo
Original commitRevision:385166 
Saturday, 18 Apr 2015
10:00 rene search for other commits by this committer
Remove expired ports:
2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf
2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef
2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather
than update
2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather
than update
2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than
update
2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than
update
2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather
than update
2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than
update
2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove
rather than update
2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than
update
2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove
rather than update
2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove
rather than update
2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than
update
2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove
rather than update
2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than
update
2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove
rather than update
2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather
than update
2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than
update
2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove
rather than update
2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather
than update
2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather
than update
2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove
rather than update
2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather
than update
2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than
update
2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather
than update
2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than
update
2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than
update
Original commitRevision:384216 
Monday, 9 Mar 2015
07:19 vanilla search for other commits by this committer
Add wildfly82 8.2.0, replacement for JBoss Application Server.

PR:		195336
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
Original commitRevision:380837 
07:10 vanilla search for other commits by this committer
Add wildfly90 9.0.0, replacement for JBoss Application Server.

PR:		196165
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
Original commitRevision:380836 
Saturday, 22 Nov 2014
17:29 pi search for other commits by this committer
New port: java/wildfly81

WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing  applications.
WildFly - new name for JBoss Application Server

Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management

And of course Java EE!

WWW: http://wildfly.org

PR:		194478
Submitted by:	yerenkow@gmail.com
Original commitRevision:373081 
Friday, 14 Nov 2014
15:40 tj search for other commits by this committer
New port: java/sigar

The Sigar API provides a portable interface for gathering system information
such as:

* System memory, swap, cpu, load average, uptime, loginsi
* Per-process memory, cpu, credential info, state, arguments, environment,
  open files
* File system detection and metrics
* Network interface detection, configuration info and metrics
* TCP and UDP connection tables
* Network route table

This information is available in most operating systems, but each OS has their
own way(s) providing it.  SIGAR provides developers with one API to access this
information regardless of the underlying platform.  The core API is implemented
in pure C with bindings currently implemented for Java, Perl, Ruby, Python,
Erlang, PHP and C#. This port provides the Java bindings.

WWW: https://support.hyperic.com/display/SIGAR/Home
Original commitRevision:372561 
Monday, 1 Sep 2014
16:48 bapt search for other commits by this committer
Remove non staged ports without pending PR from j*
Original commitRevision:366899 
Saturday, 28 Jun 2014
22:47 marino search for other commits by this committer
Remove java/eclipse-devel as java/eclipse is newer

Given the amount of work required to maintain a single version of eclipse,
it was thought prudent to focus maintenance efforts on a single port,
especially since the plugins are designed for java/eclipse, not the
development version.  Discussed in PR.

PR: 188659
Original commitRevision:359724 
Tuesday, 10 Jun 2014
00:02 jkim search for other commits by this committer
Java Development Kit 8 Documentation. Contains release information,
API documentation, guides to new features and tool documentation.

The documentation will be installed in ${PREFIX}/share/doc/jdk8/

WWW: http://www.oracle.com/us/technologies/java/index.html
Original commitRevision:357232 
Tuesday, 27 May 2014
08:12 pi search for other commits by this committer
java/wildfly80: New port: WildFly - replacement for JBoss Application Server

PR:             ports/188339
Submitted by:   Alexander Yerenkow <yerenkow@gmail.com>
Approved by:    jadawin (mentor)
Original commitRevision:355471 
Sunday, 11 May 2014
13:25 rene search for other commits by this committer
Remove expired ports:
2014-05-10 java/linux-sun-jre16: Unsupported and known for multiple security
vulnerabilities
2014-05-10 java/linux-sun-jdk16: Unsupported and known for multiple security
vulnerabilities
Original commitRevision:353685 
Friday, 2 May 2014
18:00 jkim search for other commits by this committer
Add a slave port to create JRE-only package for java/openjdk8.
Original commitRevision:352833 
Thursday, 10 Apr 2014
07:02 bapt search for other commits by this committer
Removed Long ago EOLed port
Original commitRevision:350780 
04:34 glewis search for other commits by this committer
Missed the addition of linux-oracle-jdk18, removing this duplicate.
Original commitRevision:350765 
03:59 glewis search for other commits by this committer
Add a port of Oracle Linux JDK 8.
Original commitRevision:350764 
Tuesday, 1 Apr 2014
01:08 jkim search for other commits by this committer
The Oracle Java 8 JDK/JRE for Linux.

WWW: http://www.oracle.com/us/technologies/java/index.html
Original commitRevision:349819 
Friday, 28 Mar 2014
22:11 jkim search for other commits by this committer
Add a port of OpenJDK8.

Submitted by:	Brian Gardner <openjdk@getsnappy.com> (preliminary version)
Original commitRevision:349468 
Monday, 10 Mar 2014
11:50 rene search for other commits by this committer
Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
Original commitRevision:347742 
Sunday, 8 Dec 2013
22:32 ohauer search for other commits by this committer
- s/subversion-java/java-subversion/
Original commitRevision:335944 
Wednesday, 2 Oct 2013
21:43 bapt search for other commits by this committer
Removed older version of netbeans, they are unsupported upstream and their
package name conflicts with java/netbeans
Original commitRevision:329111 
18:30 bapt search for other commits by this committer
Remove jboss2, it is EOLed upstream and it's name is conflicting with
java/jboss5
Original commitRevision:329094 
Tuesday, 27 Aug 2013
20:13 rene search for other commits by this committer
Remove one more expired port:
2013-08-27 java/icedtea6-stubs: Broken for more than 6 month
Original commitRevision:325485 
Thursday, 14 Mar 2013
21:22 crees search for other commits by this committer
Introducing jboss72

PR:		ports/176960
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
Original commitRevision:314186 
Sunday, 17 Feb 2013
16:10 olgeni search for other commits by this committer
Copy java/springframework to java/springframework31.
Original commitRevision:312420 
Saturday, 26 Jan 2013
02:48 swills search for other commits by this committer
VisualVM is a visual tool integrating several commandline JDK tools and
lightweight profiling capabilities. Designed for both production and
development time use, it further enhances the capability of monitoring and
performance analysis for the Java SE platform.

WWW: http://visualvm.java.net/
Original commitRevision:310996 
Sunday, 6 Jan 2013
15:14 bapt search for other commits by this committer
2013-01-04 ports-mgmt/portmanager: Does not support modern ports features such
as MOVED, is lacking upstream and active contributions, and does not support
pkgng.  Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
2013-01-04 net-im/openfetion: Abandoned upstream
2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the
project and advises that it has been replaced by textproc/xqilla
2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0
upstream
Original commitRevision:309992 
Sunday, 30 Dec 2012
20:07 glewis search for other commits by this committer
. Add a port for the JDK7 documentation.

"Java Development Kit 7 Documentation. Contains release information,
 API documentation, guides to new features and tool documentation."
Original commitRevision:309687 
Friday, 14 Dec 2012
14:18 fluffy search for other commits by this committer
- Add JBoss 7.1.3.Final application server to the zoo

PR:		173713
Submitted by:	Alexander Yerenkow <yerenkow AT gmail DOT com>
Original commitRevision:308904 
Monday, 10 Dec 2012
17:18 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors

Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.

Discussed with:	java (glarkin)
Original commitRevision:308619 
Wednesday, 28 Nov 2012
15:08 bapt search for other commits by this committer
2012-11-26 emulators/gcube: No more public distfiles
2012-11-26 games/stepbill: No more public distfiles
2012-11-26 deskutils/ktagebuch: No more public distfiles
2012-11-26 games/jetpack: No more public distfiles
2012-11-26 games/tremor: No more public distfiles
2012-11-26 graphics/jpeg2pdf: No more public distfiles
2012-11-26 java/westhawksnmp: No more public distfiles
2012-11-26 japanese/tcl76: No more public distfiles
2012-11-26 math/stepulator: No more public distfiles
2012-11-26 editors/jedit-devel: Stable version is more recent than devel
2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the
Trac core since 0.12

Feature safe:	yes
Original commitRevision:307908 
10:32 bapt search for other commits by this committer
2012-11-27 java/jmp: Java 1.5 is EOLed
2012-11-26 irc/tr-ircd: No more public distfiles
2012-11-26 lang/imp-interpreter: No more public distfiles
2012-11-26 games/xquarto: No more public distfiles
2012-11-26 games/six: No more public distfiles
2012-11-26 finance/gfp: No more public distfiles
2012-11-26 games/44bsd-hunt: No more public distfiles
2012-11-26 graphics/ale: No more public distfiles
2012-11-26 german/digibux: No more public distfiles
2012-11-26 java/eclipse-clay-core: No more public distfiles
2012-11-26 games/xbloody: No more public distfiles
2012-11-26 dns/sqldjbdns: No more public distfiles

Feature safe:	yes
Original commitRevision:307898 
Friday, 12 Oct 2012
00:42 jkim search for other commits by this committer
Add a port to self-bootstrap OpenJDK6.  Note the initial distfiles were
bootstrapped with pre-built openjdk6 packages from FreeBSD build clusters
on clean 7.4-RELEASE installation, and the ports tree was checked out at
r305682.

Feature safe:	yes
Original commitRevision:305745 
Tuesday, 9 Oct 2012
17:47 jkim search for other commits by this committer
- Sanitize user, group and permission.  Inspired by openjdk7.
- Add a slave port to create JRE-only package.
Original commitRevision:305596 
Sunday, 23 Sep 2012
17:09 bsam search for other commits by this committer
Add jboss7 , JBoss AS 7.1.1.Final Brontes.

PR:		ports/166665
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
Original commitRevision:304752 
Thursday, 14 Jun 2012
14:13 ale search for other commits by this committer
WindowBuilder is a powerful and easy to use bi-directional
Java GUI designer that makes it very easy to create Java GUI
applications without spending a lot of time writing code to
display simple forms. With WindowBuilder you can create
complicated windows in minutes. Use the visual designer and
Java code will be generated for you. You can easily add controls
using drag-and-drop, add event handlers to your controls, change
various properties of controls using a property editor,
internationalize your app and much more.

WWW: http://www.eclipse.org/windowbuilder/
Original commit
Tuesday, 12 Jun 2012
21:58 bapt search for other commits by this committer
2012-05-31 deskutils/sciplore-mindmapping: Discontinued, use deskutils/docear
instead
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this
version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
Original commit
Tuesday, 1 May 2012
21:18 jkim search for other commits by this committer
The Oracle Java 7 Runtime Environment for Linux.

WWW: http://www.oracle.com/us/technologies/java/index.html
Original commit
Monday, 16 Apr 2012
01:38 glewis search for other commits by this committer
. Remove jbootstrap (was used to bootstrap jdk13, which is long gone).
Original commit
Saturday, 31 Mar 2012
04:15 glewis search for other commits by this committer
. Add a port that supplies updated zoneinfo files in the format expected by
  the JDK/JRE ports.  This will make keeping up to date with new timezone
  data easier and prevent all the JDK/JRE ports needing to be updated
  regularly whenever a new TZUpdater is released by Oracle.

Feature safe:   yes
Original commit
Monday, 19 Mar 2012
22:22 jgh search for other commits by this committer
Add new port: java/eclipse-ecj

An incremental Java compiler. Implemented as an Eclipse builder, it is based on
technology evolved from VisualAge for Java compiler. In particular, it allows to
run and debug code which still contains unresolved errors.

WWW: http://www.eclipse.org/

Feature safe:   yes
Original commit
Saturday, 4 Feb 2012
22:26 glewis search for other commits by this committer
. Add a port of Oracle Linux JDK 7.
Original commit
Wednesday, 2 Nov 2011
01:35 dougb search for other commits by this committer
Remove ports@ ports that have been DEPRECATED for at least 1 month

audio/shoutcast         Unfetchable; website rearranged
audio/linux-shoutcast   Unfetchable; website rearranged
chinese/scim-chewing    Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre        Does not compile
deskutils/mhc           Does not fetch
deskutils/org-mode.el6  Does not fetch
deskutils/gemcal        Does not fetch
devel/erlang-thrift     Does not build
dns/domtools            Does not fetch
editors/richtext        Does not compile
games/vultures-claw     Does not fetch
games/bomb              Does not fetch
games/lgeneral-data     Bad plist
games/linux-enemyterritory-jaymod       Does not fetch
games/xphotohunter      Does not fetch
graphics/gimpshop       Fails to patch
graphics/lightspark-devel       Does not compile
graphics/xmms-plazma    Does not fetch
graphics/py-cgkit       Does not fetch, does not compile on ia64, powerpc, or
sparc64
japanese/rxvt           Does not fetch, fails to build with new utmpx
japanese/epic4          Some distfiles do not fetch
java/jde                Does not fetch
java/kaffe              Does not fetch
korean/gdick    HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other
runtime problems
korean/hanterm-xf86     Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript      Does not fetch
lang/TenDRA     Website disappeared; last release 2006, Does not compile on
recent FreeBSD-9
mail/freepops           Does not build
mail/itraxp             Does not build
misc/tellico            Leaves file behind on deinstall
net/gsambad             Does not fetch
net/nocatauth-gateway   Uses a UID registered to another port
net/nocatauth-server    Uses a UID registered to another port
net/libosip2            Does not fetch
net/kmuddy              Does not fetch
net/netboot             Does not build
net-mgmt/jffnms         Does not fetch
net-p2p/frostwire       Does not fetch
net-p2p/azureus         Does not fetch
news/cleanscore         Does not fetch
news/nntpswitch         Does not fetch
news/p5-NewsLib         Does not fetch
russian/cyrproxy        Does not fetch
science/gerris          Does not fetch
security/opensaml       Does not fetch
sysutils/wmbattery      Does not fetch
sysutils/cpuburn        No more public distfiles
textproc/tei-guidelines-p4      Does not fetch
textproc/tei-p4         Does not fetch
textproc/py-hyperestraier       Does not fetch
textproc/tdtd.el        Does not fetch
textproc/tei-lite       Does not fetch
www/phpwiki13           Does not fetch
www/p5-Apache-Scoreboard        Depends on mod_perl
www/p5-B-LexInfo        Broken due the new mod_perl2 API
www/phpwiki             Does not fetch
www/smb2www             Apache13 is deprecated, migrate to 2.2.x+ now
www/spip                Checksum is changing daily
www/monkey              Does not fetch
x11-toolkits/jdic       Does not fetch
x11-toolkits/py-kde     Does not compile
Original commit
Tuesday, 1 Nov 2011
04:34 dougb search for other commits by this committer
audio/mp3butler         Depends on audio/p5-MusicBrainz-Client which is
DEPRECATED
audio/p5-MusicBrainz-Client     Disappeared from CPAN
editors/doxymacs        Depends on www/w3-4, which is DEPRECATED
graphics/libart         Does not fetch, no more public distfiles
java/jboss4             Does not build with new ant
korean/hanterm          Depends on korean/johabfonts, which is DEPRECATED, fails
to build with new utmpx
korean/johabfonts       No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED
korean/texinfo          Depends on korean/hlatex, which is DEPRECATED
korean/hlatex           No more public distfiles
mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW       Depends on
misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid  Disappeared from CPAN
multimedia/fxtv         Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex        Upstream disapeared and distfile is not available
net/py-timeoutsocket    Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG Unmaintained and not used anymore
textproc/javacc         No more public distfiles
www/w3-4/Makefile       Upstream disapeared and distfile is not available
www/commonist           Depends on textproc/javacc, which is DEPRECATED
www/newsfeed            Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons          Upstream disapear and distfile is no more available
x11-themes/geramik      Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap   No more public distfiles
x11-wm/fvwm95-i18n      Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95           Depends on x11/fbsd-icons, which is DEPRECATED
Original commit
Sunday, 23 Oct 2011
14:20 rene search for other commits by this committer
Remove expired port:
2011-10-11 java/java-tutorial: disappeared from vendor a long time ago
Original commit
Sunday, 2 Oct 2011
14:54 pawel search for other commits by this committer
The Netty is an effort to provide an asynchronous
event-driven network application framework and tools
for rapid development of maintainable high performance &
high scalability protocol servers & clients.

WWW: http://www.jboss.org/netty

PR:             ports/154285
Submitted by:   Mikhail T. <michael@fun-box.ru>
Approved by:    miwi, wen (mentors implicit)
Original commit
Sunday, 11 Sep 2011
20:24 arved search for other commits by this committer
Add rjb, Ruby Java Bridge via JNI
Original commit
Sunday, 14 Aug 2011
18:02 glewis search for other commits by this committer
. Remove jdk14-doc since jdk14 was removed 2011/06/28.
Original commit
Thursday, 21 Jul 2011
05:03 linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
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
Original commit
02:43 linimon search for other commits by this committer
Disconnect the following deprecated ports that only work with java1.4:

  devel/colorer
  java/jboss3
  security/jce_policy14
  textproc/galax

PR:             ports/158969
Submitted by:   rene
Original commit
Wednesday, 13 Jul 2011
20:25 rene search for other commits by this committer
Remove expired ports:
2011-07-12 java/shujit: ancient version of Java
2011-07-09 net-im/skype12: very old version
Original commit
Monday, 11 Jul 2011
20:50 jkim search for other commits by this committer
The IcedTea-Web project provides a Free Software web browser plugin running
applets written in the Java programming language and an implementation of
Java Web Start, originally based on the NetX project.

WWW: http://icedtea.classpath.org/wiki/IcedTea-Web
Original commit
Tuesday, 28 Jun 2011
18:57 rene search for other commits by this committer
Remove expired port:
2011-04-17 java/jdk14: does not build on FreeBSD 7.x or newer
Original commit
Wednesday, 1 Jun 2011
21:55 rene search for other commits by this committer
Remove expired ports:
2011-05-01 german/citrix_xenapp: "crashes with f10"
2011-05-01 japanese/citrix_xenapp: "crashes with f10"
2011-05-01 net/citrix_xenapp: "crashes with f10"
2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by
default
2011-05-01 java/gj: Upstream disapear and distfile is no more available
2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more
available
2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore.
2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release,
migrate to 2.2.x+ now
2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available
2011-05-01 www/py-django11: Unsupported (no longer receive security updates or
bugfixes)
2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the
build.
2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with
newer CEGUI and is generally broken
2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
Original commit
Monday, 2 May 2011
08:32 bapt search for other commits by this committer
remove unmaintained expired ports from java

2011-05-01 java/avalon-logkit: Upstream disapear and distfile is no more
available
2011-05-01 java/gnu-regexp: Upstream disapear and distfile is no more available
2011-05-01 java/jce-aba: Upstream disapear and distfile is no more available
2011-05-01 java/jsdk: Upstream disapear and distfile is no more available
Original commit
Thursday, 31 Mar 2011
06:41 bapt search for other commits by this committer
2011-03-31 java/netbeans3: old, unmaintained
2011-03-31 java/netbeans4: old, unmaintained
2011-03-31 java/netbeans5: old, unmaintained
Original commit
Friday, 31 Dec 2010
17:49 rene search for other commits by this committer
Also garbage collect this port, 'rmport -a' looks for portname and not
for category/portname. Previous note was a false alarm.

2010-12-30 java/tya: looks like abandonware and does not compile wth gcc4.2
Original commit
Wednesday, 15 Dec 2010
13:41 nivit search for other commits by this committer
- Add eclipse-aptana2
Original commit
Thursday, 11 Nov 2010
15:36 ale search for other commits by this committer
Java Transaction API (JTA) specifies standard Java interfaces between a
transaction manager and the parties involved in a distributed transaction
system: the resource manager, the application server, and the
transactional applications.

The JTA specification was developed by Sun Microsystems in cooperation
with leading industry partners in the transaction processing and database
system arena. See JSR 907.

WWW: http://www.oracle.com/technetwork/java/javaee/tech/jta-138684.html
Original commit
Wednesday, 8 Sep 2010
05:25 pgollucci search for other commits by this committer
audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use
audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained

Reported by:    FreeBSD unmaintained ports which are currently marked broken
                monthly reminder
Original commit
Sunday, 5 Sep 2010
01:06 dougb search for other commits by this committer
As previously advertised, remove the remaining ports that have no
SHA256 checksum information in the distinfo file.
Original commit
Saturday, 17 Jul 2010
02:15 glewis search for other commits by this committer
. Remove deprecated port eclipse-v4all which was scheduled for removal
  2010-06-08.
Original commit
Wednesday, 24 Feb 2010
01:44 wen search for other commits by this committer
JRosetta provides a common base for graphical component that could be used
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
Original commit
Tuesday, 23 Feb 2010
09:49 wen search for other commits by this committer
The JavaHelp system is an online help system that developers can use to
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
Original commit
Tuesday, 19 Jan 2010
05:57 wen search for other commits by this committer
JGraph is the most powerful, lightweight, feature-rich, and thoroughly
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>
Original commit
Sunday, 3 Jan 2010
21:00 glewis search for other commits by this committer
. Add a fairly barebones port of OpenJDK7:

An open-source implementation of the Java Platform, Standard Edition,

WWW: http://openjdk.java.net/
Original commit
Saturday, 19 Sep 2009
12:11 miwi search for other commits by this committer
ServingXML is an open source, Apache 2.0 licensed, framework for flat/XML data
transformations.
It defines an extensible markup vocabulary for expressing flat-XML, XML-flat,
flat-flat, and XML-XML processing in pipelines.
ServingXML comes with a console app, and also documents an API for embedding
the software in a standard Java or J2EE application.

WWW: http://servingxml.sourceforge.net/

PR:             ports/138914
Feature safe:   yes
Submitted by:   Jean-Paul Beconne <jpbeconne@free.fr>
Original commit
Monday, 29 Jun 2009
07:36 avl search for other commits by this committer
Aptana RadRails is an open source IDE for Ruby and the Ruby on Rails framework
featuring everything you need to get started fast and get even faster with
developing, testing, tuning, and deploying your Ruby and Rails apps.

Highlights include the following features:

 * Code Assist on Ruby and RHTML files
 * Outliner for code structure
 * Debugging support
 * Integrated server views
 * Dynamic testing
 * Integrated RoR deployment options

WWW: http://www.aptana.com/rails

Approved by:    glarkin (mentor)
Original commit
Monday, 23 Mar 2009
20:53 miwi search for other commits by this committer
2009-03-22 emulators/dlx: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC,
needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current
versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC,
needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current
versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of
GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions
of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years
and no port depend on this
Original commit
Monday, 23 Feb 2009
03:15 maho search for other commits by this committer
OpenJDK is an open-source implementation of the Java Platform, Standard Edition.

The version has all of Sun's bug fixes up to JDK 6 Release 11 and should be
the runtime equivelent to JDK6 Release 11.

Much of the OpenJDK code is licensed under the GPL version 2 with the
Classpath exception. The Java Hotspot virtual machine source code is
licensed under the GPL version 2 only.

OpenJDK 6 should supercede the java/jdk16 port at some point in time.

WWW: http://openjdk.java.net/

Submitted by:   Brian Gardner <brian@experts-exchange.com>
Original commit
00:56 maho search for other commits by this committer
Add java/icedtea6-stubs.
Icedtea is part of gnu classpath project and is an implementation
of the binary plugs, that Sun is unable to release under the GNUv2 license.
This in combination with openjdk6 or openjdk7 makes a completely legally
distributable version of Java.

WWW: http://icedtea.classpath.org/wiki/Main_Page

Submitted by:   Brian Gardner <brian@experts-exchange.com>
Original commit
Thursday, 15 Jan 2009
12:17 miwi search for other commits by this committer
- Connect java/netbeans61 to the build
Original commit
Tuesday, 6 Jan 2009
05:41 maho search for other commits by this committer
Remove following ports.
lang/gcc41-withgcjawt
java/gjdoc
java/ecj-bootstrap
* lang/gcc41 will also be removed by gerald@ very soon.
* these ports are intended for free Java alternative, however,
  require too much resources to maintain. java/java-gcj-compat
  has also been removed because it's broken for long time.
Original commit
Tuesday, 16 Dec 2008
08:14 fjoe search for other commits by this committer
New port: SQLiteJDBC is a Java JDBC driver for SQLite.

It runs using either a native code library or a 100% Pure Java driver
based on NestedVM emulation (but in this package only the native version
is installed).

PR:             124905
Submitted by:   Lapo Luchini
Original commit
Sunday, 7 Dec 2008
20:36 miwi search for other commits by this committer
2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months
2008-09-19 lang/screamer: Has been broken for more than 6 months
2008-10-01 misc/documancer: Unmaintained upstream
2008-09-19 misc/ipbt: Has been broken for more than 6 months
2008-10-13 multimedia/manslide: Use multimedia/smile instead
2008-09-19 net/globus4: Has been broken for more than 6 months
2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months
2008-01-28 net/p54u: website disappeared
2008-09-19 net-im/ginsu: Has been broken for more than 6 months
2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months
2008-09-19 sysutils/sjog: Has been broken for more than 6 months
2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months
2008-09-19 www/roxen: Has been broken for more than 6 months
2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
Original commit
Thursday, 4 Sep 2008
14:25 gahr search for other commits by this committer
- New port: netbeans-devel

The NetBeans IDE 6.5 Beta release provides several new features and
enhancements, such as a new IDE-wide QuickSearch shortcut, more
user-friendly interface, and automatic Compile on Save. In addition
to full support of all Java editions (Java SE, Java EE, Java ME), the
NetBeans IDE is the ideal tool for software development with PHP,
C/C++, Groovy and Grails, Ruby and Rails, Ajax and JavaScript.
The 6.5 release also includes enhanced support for web frameworks
(Hibernate, Spring, JSF, JPA), the GlassFish application server, and
databases.

More here: http://www.netbeans.org/community/releases/65/
Original commit
Monday, 18 Aug 2008
02:36 glewis search for other commits by this committer
. Add ports for the Diablo 1.6 (aka 6.0) releases for both the JDK and JRE.
Original commit
Monday, 30 Jun 2008
10:04 lev search for other commits by this committer
  Add subversion-java: high-level bindings for Java and subversion VCS.
Original commit
Monday, 23 Jun 2008
14:16 lippe search for other commits by this committer
- Remove java/bsh port after repocopy to lang/bsh, changing your main category.

Pointy hat to:  lippe
Reported by:    araujo
Approved by:    gabor (mentor, implicit)
Original commit
Friday, 20 Jun 2008
14:38 miwi search for other commits by this committer
JTiger is a unit test framework and tools for the Java 2 Platform. The
framework provides a useful abstraction on which to write unit test
fixtures and unit test cases. JTiger tools provide functionality
that is often desired in software unit testing environments. JTiger
development encourages Test Driven Development, though it doesn't
mandate it, and any unit testing software development technique
is sufficient.

WWW:   http://www.jtiger.org

PR:             ports/124209
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit
Friday, 4 Apr 2008
13:14 pav search for other commits by this committer
JamVM is an extremely small Java Virtual Machine which conforms to the
JVM specification version 2 (blue book).

It is designed to support the full specification, and includes support
for object finalisation, Soft/Weak/Phantom References, class-unloading,
the Java Native Interface (JNI) and the Reflection API.

WWW: http://jamvm.sourceforge.net/

PR:             ports/122312
Submitted by:   Bjoern Koenig <bkoenig@alpha-tierchen.de>
Original commit
Thursday, 28 Feb 2008
07:50 miwi search for other commits by this committer
2007-12-12 net-im/wildfire: Use net-im/openfire instead of this port
2008-01-20 www/gekko: This port is not being developed anymore. This was
replaced by textmotion  http://code.google.com/p/textmotion/
2008-01-20 www/gekko-modules: This port is not being developed anymore. This was
replaced by textmotion  http://code.google.com/p/textmotion/
2007-11-01 java/linux-blackdown-jre11: Obsolete version; Support for Java 1.1 is
to be removed from the ports tree
2008-01-14 french/pluxml: no active development and known security
vulnerabilities, see http://www.securityfocus.com/bid/24607/info for details
2008-01-14 french/pluxml-theme-bridge: pluxml is marked as deprecated
2008-01-14 french/pluxml-theme-snowxml: pluxml is marked as deprecated
2007-09-15 databases/pgbash: Last release in 2003, relies on outdated Postgre
7.3 and bash 2.05a
2007-11-01 audio/nogger: "just makes a humming noise""
Original commit
Tuesday, 29 Jan 2008
14:43 vanilla search for other commits by this committer
Add avis 1.2.0, elvin Publish/Subscribe Message Bus server based on the
Elvin protocol.

PR:             ports/120111
Submitted by:   Benjamin Close <benjsc at FreeBSD.org>
Original commit
Wednesday, 23 Jan 2008
14:47 miwi search for other commits by this committer
The Spring Framework is the leading full stack Java/JEE application
framework. Spring delivers significant benefits for many projects,
increasing development productivity and runtime performance while
improving test coverage and application quality.

WWW: http://www.springframework.org/

PR:             ports/119273
Submitted by:   Gerrit Beine <gerrit.beine at gmx.de>
Original commit

Number of commits found: 354 (showing only 100 on this page)

«  1 | 2 | 3 | 4  »