Port details |
- avalon-framework Apache Avalon core framework for component programming
- 4.2.0_2 devel
=0 4.2.0_2Version of this port present on the latest quarterly branch. DEPRECATED: Abandoned by upstream in 2010
This port expired on: 2022-03-31
- Maintainer: makc@FreeBSD.org
 - Port Added: 2004-04-04 16:25:41
- Last Update: 2021-10-10 16:39:26
- Commit Hash: d41ec05
- Also Listed In: java
- License: not specified in port
- Description:
- 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: https://avalon.apache.org/closed.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- avalon-framework>0:devel/avalon-framework
- To install the port:
- cd /usr/ports/devel/avalon-framework/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/avalon-framework
- pkg install avalon-framework
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: avalon-framework
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (avalon-framework-4.2.0.tar.gz) = bfd0fd5c8071bc37d5175586bebb9e8bf3e9de26e898ac1115f9c01a42cf0096
SIZE (avalon-framework-4.2.0.tar.gz) = 439302
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Build
-
- math/scilab
- for Run
-
- math/scilab
- www/jmeter
- Configuration Options:
- ===> The following configuration options are available for avalon-framework-4.2.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_avalon-framework
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Oct 2021 16:39:26 4.2.0_2
|
Daniel Engberg (diizzy)  |
devel/avalon-framework: Update MASTER_SITES, deprecate and set expiration date
to 2022-03-31
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Abandoned by upstream in 2010
References:
https://avalon.apache.org/closed.html
http://excalibur.apache.org/
Approved by: makc (port maintainer), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32415 |
06 Apr 2021 14:31:07 4.2.0_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Jun 2020 13:49:02
4.2.0_2
|
makc  |
devel/avalon-framework: update WWW |
26 Nov 2019 21:46:13
4.2.0_2
|
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
02 Nov 2016 09:05:58
4.2.0_2
|
makc  |
Take maintainership of math/scilab dependencies |
20 Oct 2016 15:58:13
4.2.0_2
|
rakuco  |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
14 May 2015 10:15:09
4.2.0_2
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
01 May 2014 16:49:42
4.2.0_2
|
makc  |
Grab unmaintained dependencies for math/scilab |
26 Mar 2014 13:31:42
4.2.0_2
|
pawel  |
- Add staging support
= Define DOCS option |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
28 Mar 2013 16:29:01
4.2.0_2
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
10 Dec 2012 11:25:28
4.2.0_2
|
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
21 Jul 2011 05:03:02
4.2.0_2
|
linimon  |
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
4.2.0_2
|
ohauer  |
-remove MD5 |
06 Jun 2008 13:21:59
4.2.0_2
|
edwin  |
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
4.2.0_1
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
19 May 2007 20:32:57
4.2.0_1
|
flz  |
- 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
4.2.0
|
hq  |
Release maintainership for ports I no longer use. |
22 Jan 2006 08:30:12
4.2.0
|
edwin  |
SHA256ify
Approved by: krion@ |
13 Dec 2004 23:57:45
4.2.0
|
hq  |
- 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
4.1.5
|
hq  |
Use my FreeBSD address in MAINTAINER |
04 Apr 2004 16:24:47
4.1.5
|
linimon  |
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> |