Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/jakarta-commons-modeler/Makefile

[BACK] Up to [FreeBSD] / ports / devel / jakarta-commons-modeler

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 21 05:02:30 2011 UTC (6 months, 3 weeks ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Dec 8 06:43:46 2008 UTC (3 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Reset nemoliu due to maintainer-timeouts and no response to email.

Hat:	portmgr

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:21:21 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 27 15:10:51 2008 UTC (3 years, 11 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.

Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.

PR:		121041
Submitted by:	Marcin Cieslak <saper@system.pl>
Approved by:	portmgr (linimon)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 20 08:57:25 2008 UTC (3 years, 11 months ago) by nemoliu
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- change MASTER_SITE value

Approved by: 	delphij(mentor,implicit)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 14 06:30:43 2007 UTC (4 years, 1 month ago) by nemoliu
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
- update to 2.0.1

Approved by: 	delphij(mentor,implicit)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 19 20:02:55 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 30 06:27:38 2007 UTC (4 years, 9 months ago) by nemoliu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Use my @FreeBSD.org address.

Approved by:	delphij (mentor)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 13 07:06:52 2007 UTC (4 years, 11 months ago) by delphij
Branches: MAIN
java Management Extensions (JMX) is an API that facilitates building management
applications that can configure, and perform operations on, a server applica
-tion. In general, each manageable component of the server application is re
-presented by a Management Bean (or MBean, for short). JMX defines three types
of MBeans, of which Model MBeans are the most flexible. Model MBeans provide a
way to define MBeans for many different components, without having to write a
specific MBean implementation class for each one.

However, this power comes at a price. It is necessary to set up a substantial
amount of metadata about each MBean, including the attributes it should expose
(similar to JavaBeans properties), the operations it should make available (si
-milar to calling methods of a Java object via reflection), and other related
information. The Modeler component is designed to make this process fairly pain
-less -- the required metadata is configured from an XML description of each
Model MBean to be supported. In addition, Modeler provides a factory mechanism
to create the actual Model MBean instances themselves.

The Modeler component of the Jakarta Commons subproject offers convenient
support for configuring and instantiating Model MBeans (management beans),
as described in the JMX Specification.

Homepage:	http://jakarta.apache.org/commons/modeler/
Submitted by:	Nemo LIU <nemoliu at gmail dot com>
PR:		ports/109074

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options