FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 8:41 PM GMT
Port details
avalon-framework 4.2.0_2 devel on this many watch lists=0 search for ports that depend on this port
Apache Avalon core framework for component programming

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 04 Apr 2004 16:25:41
Also Listed In: java
License: not specified in port
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 Separation of Concerns
(SoC), Avalon achieves a number of advantages over traditional object oriented
programming frameworks:

  * No implementation lock
  * Low coupling between components
  * Component life cycle management
  * Configuration management and easy to use API
  * Component meta-data framework and tools
  * Service dependency 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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Run: java/jdk16
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/avalon-framework/ && make install clean
To add the package: pkg_add -r avalon-framework


Configuration Options
     No options to configure

Master Sites:
http://www.apache.org/dist/avalon/avalon-framework/binaries//
http://archive.apache.org/dist/avalon/avalon-framework/binaries//
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/avalon/avalon-framework/binaries//
ftp://mir1.ovh.net/ftp.apache.org/dist/avalon/avalon-framework/binaries//
ftp://ftp.forthnet.gr/pub/www/apache/avalon/avalon-framework/binaries//
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/avalon/avalon-framework/binaries//
ftp://ftp.esat.net/mirrors/ftp.apache.org/avalon/avalon-framework/binaries//
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/avalon/avalon-framework/binaries//
ftp://ftp.rhnet.is/pub/apache/avalon/avalon-framework/binaries//
http://ring.nict.go.jp/archives/net/apache/avalon/avalon-framework/binaries//
http://ring.riken.jp/archives/net/apache/avalon/avalon-framework/binaries//
ftp://ftp.task.gda.pl/pub/www/apache/dist/avalon/avalon-framework/binaries//
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/avalon/avalon-framework/binaries//
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/avalon/avalon-framework/binaries//
ftp://ftp.sunet.se/pub/www/servers/apache/dist/avalon/avalon-framework/binaries//
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 10

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Jul 2011 05:03:02
Original commit files touched by this commit  4.2.0_2
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
03 Jul 2011 14:59:23
Original commit files touched by this commit  4.2.0_2
ohauer search for other commits by this committer
-remove MD5
06 Jun 2008 13:21:59
Original commit files touched by this commit  4.2.0_2
edwin search for other commits by this committer
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)
01 Jun 2008 09:42:37
Original commit files touched by this commit  4.2.0_1
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
19 May 2007 20:32:57
Original commit files touched by this commit  4.2.0_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
21 Jan 2007 01:09:11
Original commit files touched by this commit  4.2.0
hq search for other commits by this committer
Release maintainership for ports I no longer use.
22 Jan 2006 08:30:12
Original commit files touched by this commit  4.2.0
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
13 Dec 2004 23:57:45
Original commit files touched by this commit  4.2.0
hq search for other commits by this committer
- 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>
23 Oct 2004 01:56:23
Original commit files touched by this commit  4.1.5
hq search for other commits by this committer
Use my FreeBSD address in MAINTAINER
04 Apr 2004 16:24:47
Original commit files touched by this commit  4.1.5
linimon search for other commits by this committer
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>

Number of commits found: 10

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23154
Broken 191
Deprecated 96
Ignore 727
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 4
new 48 hours9
new 7 days46
new fortnight71
new month139

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.062 seconds.