Commit graph

10 commits

Author SHA1 Message Date
Mark Linimon
06e6677793 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
2011-07-21 05:03:02 +00:00
Olli Hauer
d6db46aade -remove MD5 2011-07-03 14:59:23 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Jimmy Olgeni
a249020977 Large round of typo fixes in ports/devel (pkg-descr). 2008-06-01 09:42:37 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Herve Quiroz
4d705add6a Release maintainership for ports I no longer use. 2007-01-21 01:09:11 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Herve Quiroz
e1aefd548f - Update to 4.2.0
- Use %%JAVAJARDIR%%
- ECHO_CMD -> ECHO_MSG
- Use INSTALL_DATA to install JAR files and documentation files

NOTE: the port now installs three different JAR files:

- avalon-framework-api.jar: API classes and interfaces
- avalon-framework-impl.jar: Implementation classes
- avalon-framework.jar: Full package (the former installed JAR)

Requested by:	Manfred N. Riem <mnriem@earthlink.net>
2004-12-13 23:57:45 +00:00
Herve Quiroz
5d95110b7e Use my FreeBSD address in MAINTAINER 2004-10-23 01:56:23 +00:00
Mark Linimon
16dc47ffda Apache Avalon provides a complete platform for component programming including
a core framework, utilities, tools, components and containers. By using key
design patterns such as Inversion of Control (IoC) and Seperation of Concerns
(SoC), Avalon achieves a number of advantages over traditional object oriented
programming frameworks:

  * No implementation lock
  * Low coupling between components
  * Component lifecycle management
  * Configuration management and easy to use API
  * Component meta-data framework and tools
  * Service dependecy management
  * Embeddable containers for standalone, J2EE and web environments

The Avalon Framework API and Implementation consists of interfaces that define
relationships between commonly used application components, best-of-practice
pattern enforcements, and several lightweight convenience implementations of
the generic components.

WWW:	http://avalon.apache.org/framework/

PR:		ports/64999
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-04 16:24:47 +00:00