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. - Maintainer: makc@FreeBSD.org
 - Port Added: 2004-04-04 16:25:41
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- 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.
¦ ¦ ¦ ¦ 
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.0_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2.0_2 31 Jul 2022 18:10:11
    |
Yuri Victorovich (yuri)  |
devel/avalon-framework: Remove deprecation notice
The deprecation notice was added by mistake.
avalon-framework is used by math/scilab. SciLab is a major
software package for systems modeling, visualization, numeric
analysis, etc.
SciLab is used in multiple industries, and I am sure that
it has FreeBSD users. GUI is its main feature and it can't be
deprecated.
Its dependency (devel/avalon-framework) can't be deprecated
just because it was abandoned upstream. It is buildable and
runnable, and should stay for the time being.
Approved by: portmgr (blanket; correct mistake) |
4.2.0_2 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.2.0_2 29 Jun 2022 21:51:12
    |
Po-Chuan Hsieh (sunpoet)  |
devel/avalon-framework: Add NO_ARCH
Approved by: portmgr (blanket) |
4.2.0_2 10 Oct 2021 16:39:26
    |
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 |
4.2.0_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.2.0_2 28 Jun 2020 13:49:02
  |
makc  |
devel/avalon-framework: update WWW |
4.2.0_2 26 Nov 2019 21:46:13
  |
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 |
4.2.0_2 02 Nov 2016 09:05:58
  |
makc  |
Take maintainership of math/scilab dependencies |
4.2.0_2 20 Oct 2016 15:58:13
  |
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. |
4.2.0_2 14 May 2015 10:15:09
  |
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 |
4.2.0_2 01 May 2014 16:49:42
  |
makc  |
Grab unmaintained dependencies for math/scilab |
4.2.0_2 26 Mar 2014 13:31:42
  |
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) |
4.2.0_2 28 Mar 2013 16:29:01
  |
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
4.2.0_2 10 Dec 2012 11:25:28
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
4.2.0_2 21 Jul 2011 05:03:02
 |
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 |
4.2.0_2 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
4.2.0_2 06 Jun 2008 13:21:59
 |
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) |
4.2.0_1 01 Jun 2008 09:42:37
 |
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
4.2.0_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
4.2.0 21 Jan 2007 01:09:11
 |
hq  |
Release maintainership for ports I no longer use. |
4.2.0 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
4.2.0 13 Dec 2004 23:57:45
 |
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> |
4.1.5 23 Oct 2004 01:56:23
 |
hq  |
Use my FreeBSD address in MAINTAINER |
4.1.5 04 Apr 2004 16:24:47
 |
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> |