85fd FreshPorts -- java/jaf
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
jaf 1.1.1 java on this many watch lists=13 search for ports that depend on this port
Ignore IGNORE: you must manually fetch the distribution from http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR and place it in /usr/ports/distfiles then run make again
NO CDROM NO CDROM: See the license
JavaBeansTM Activation Framework

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: unknown
Also Listed In: devel
License: not specified in port


With the JavaBeansTM Activation Framework standard extension, developers
who use JavaTM technology can take advantage of standard services to
determine the type of an arbitrary piece of data, encapsulate access to
it, discover the operations available on it, and to instantiate the
appropriate bean to perform said operation(s). For example, if a browser
obtained a JPEG image, this framework would enable the browser to identify
that stream of data as an JPEG image, and from that type, the browser
could locate and instantiate an object that could manipulate, or view that
image.

WWW: http://java.sun.com/products/javabeans/jaf/ 
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Run:
  1. java/openjdk6

This port is required by:

for Build for Run

To install the port: cd /usr/ports/java/jaf/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
10 Dec 2012 13:18:29
Original commit files touched by this commit  1.1.1
bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
17 Jan 2012 01:42:10
Original commit files touched by this commit  1.1.1
jgh search for other commits by this committer
- Update stale download url

Submitted by:   Tim X <tmvfroid at gmail.com>
Approved by:    crees,rene (mentors,implicit)
21 Jul 2011 05:03:02
Original commit files touched by this commit  1.1.1
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
20 Mar 2011 12:54:45
Original commit files touched by this commit  1.1.1
miwi search for other commits by this committer
- Get Rid MD5 support
08 Dec 2008 06:43:50
Original commit files touched by this commit  1.1.1
linimon search for other commits by this committer
Reset nemoliu due to maintainer-timeouts and no response to email.

Hat:    portmgr
19 Jun 2008 09:43:53
Original commit files touched by this commit  1.1.1
gahr search for other commits by this committer
- Update to 1.1.1
- Adjust download URL

PR:             124204
Submitted by:   yours truly
Approved by:    maintainer timeout
06 Jun 2008 13:38:51
Original commit files touched by this commit  1.1_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)
19 May 2007 20:32:57
Original commit files touched by this commit  1.1_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}.
30 Apr 2007 06:27:41
Original commit files touched by this commit  1.1
nemoliu search for other commits by this committer
Use my @FreeBSD.org address.

Approved by:    delphij (mentor)
21 Feb 2007 17:42:44
Original commit files touched by this commit  1.1
delphij search for other commits by this committer
Update to 1.1.

Submitted by:   Nemo LIU <nemoliu at gmail dot com>
PR:             ports/109234
03 Sep 2006 06:11:55
Original commit files touched by this commit  1.0.2_3
kris search for other commits by this committer
Allow package builds
30 Jan 2006 11:30:48
Original commit files touched by this commit  1.0.2_3
edwin search for other commits by this committer
SHA256ify (and sometimes SIZEify)
Approved by: krion@
11 Oct 2005 15:06:13
Original commit files touched by this commit  1.0.2_3
glewis search for other commits by this committer
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
  by mtree for more than 3 years now.

Pointed out by: hq
08 Jun 2005 15:48:21
Original commit files touched by this commit  1.0.2_3
glewis search for other commits by this committer
. Update to 1.0.2 update 2.
09 Sep 2004 18:37:30
Original commit files touched by this commit  1.0.2_2
hq search for other commits by this committer
Fix DOWNLOAD_URL.

Reported by:    Ronald Klop <ronald-freebsd8@klop.yi.org>
Approved by:    portmgr, glewis (mentor)
03 Sep 2004 03:29:23
Original commit files touched by this commit  1.0.2_2
hq search for other commits by this committer
- Fixed DISTNAME [1]
- Now bsd.java.mk 2.0 compliant
- Use CPIO rather than CP
- Use JAVAJARDIR and JAVASHAREDIR
- Removed pkg-plist (use dynamic plist and PORTDOCS)
- Honor NOPORTDOCS
- Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR
- Honor "best practices for a Java library" from Porter's handbook, Java
  section: JARs in JAVAJARDIR.
- Added 'devel' category
- SIZEify

Pointed out by: Rainer Duffner <rainer@ultra-secure.de> [1]
Approved by:    glewis (mentor)
13 Jan 2004 22:42:33
Original commit files touched by this commit  1.0.2_1
znerd search for other commits by this committer
Improved download URL to be more specific.
07 Mar 2003 06:04:45
Original commit files touched by this commit  1.0.2_1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
10 Nov 2002 22:44:03
Original commit files touched by this commit  1.0.2_1
kris search for other commits by this committer
Don't remove system directories share/java, share/java/classes, and
share/doc
07 Nov 2002 13:52:08
Original commit files touched by this commit  1.0.2_1
edwin search for other commits by this committer
Update to java/jaf port from version 1.0.1 to 1.0.2.
Move maintainer to java@freebsd.org

PR:             ports/44557
Submitted by:   Jose Marques <noway@nohow.demon.co.uk>
07 May 2002 22:14:19
Original commit files touched by this commit  1.0.1_1
znerd search for other commits by this committer
Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35079.
Improved download URL. Changed do-install target a
little. Installing a link to activation.jar in
${PREFIX}/share/java/classes. The real activation.jar
is now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.

The maintainer has not responded in months, so I took the
freedom to commit this without his approval.

PR:     35079
08 Oct 2000 03:02:04
files touched by this commit
asami search for other commits by this committer
Convert category java to new layout.  

Number of commits found: 22

28a5
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 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 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight85
new month175

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0