From nobody@FreeBSD.org  Fri Feb 16 15:36:40 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8F53216A402
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Feb 2007 15:36:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 6F1EB13C4A5
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Feb 2007 15:36:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1GFaeLR009436
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 16 Feb 2007 15:36:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l1GFaej2009435;
	Fri, 16 Feb 2007 15:36:40 GMT
	(envelope-from nobody)
Message-Id: <200702161536.l1GFaej2009435@www.freebsd.org>
Date: Fri, 16 Feb 2007 15:36:40 GMT
From: Nemo Liu<nemoliu@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update jaf to 1.1 
X-Send-Pr-Version: www-3.0

>Number:         109234
>Category:       ports
>Synopsis:       Update jaf to 1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 16 15:40:06 GMT 2007
>Closed-Date:    Wed Feb 21 17:46:14 GMT 2007
>Last-Modified:  Wed Feb 21 17:50:03 GMT 2007
>Originator:     Nemo Liu
>Release:        6.2
>Organization:
>Environment:
FreeBSD historydb.internal.sina.com.cn 6.2-STORM-r2 FreeBSD 6.2-STORM-r2 #0: Mon Jan 22 15:36:05 CST 2007     liutong@historydb.internal.sina.com.cn:/usr/obj/usr/src/sys/SINAMAIL  i386
>Description:
Update jaf to 1.1 .
The JavaBeans Activation Framework 1.1 contains a few small enhancements and bugs fixes. The enhancements are described here and have been approved by the JCP as JSR-925. The primary enhancements are:

    * Provide a list of all MIME types known to a MailcapCommandMap.
    * Provide access to the native commands known to a MailcapCommandMap.
    * Support for fallback entries in mailcap file.

The JavaBeans Activation Framework 1.1 requires J2SE 1.4 or greater.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/java/jaf
#	/usr/ports/java/jaf/Makefile
#	/usr/ports/java/jaf/distinfo
#	/usr/ports/java/jaf/pkg-descr
#
echo c - /usr/ports/java/jaf
mkdir -p /usr/ports/java/jaf > /dev/null 2>&1
echo x - /usr/ports/java/jaf/Makefile
sed 's/^X//' >/usr/ports/java/jaf/Makefile << 'END-of-/usr/ports/java/jaf/Makefile'
X# New ports collection makefile for:    JavaBeans Activation Framework (JAF)
X# Date created:		16 Feb 2007
X# Whom:			Nemo Liu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jaf
XPORTVERSION=	1.1
XCATEGORIES=	java devel
XMASTER_SITES=	#
XDISTNAME=	${PORTNAME}-${PORTVERSION:S,.,_,g}-fr
X
XMAINTAINER=	Nemoliu@gmail.com
XCOMMENT=	JavaBeansTM Activation Framework
X
XUSE_ZIP=	YES
XUSE_JAVA=	YES
XJAVA_VERSION=	1.4+
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
XNO_BUILD=	yes
XNO_CDROM=	See the license
XDOWNLOAD_URL=	http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jaf-1.1-fr-oth-JPR&SiteId=JSC&TransactionId=noreg
X
X.if !defined(NOPORTDOCS)
XDOCFILES1=	JAF-1.1.pdf JAF-1.1.ps JAF-1.1-changes.txt javadocs
XDOCFILES2=	LICENSE.txt README.txt RELNOTES.txt
XPORTDOCS=	${DOCFILES1} ${DOCFILES2}
X.endif
X
XPLIST_FILES=	%%JAVAJARDIR%%/activation.jar
X
X.include <bsd.port.pre.mk>
X.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
XIGNORE=		you must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again
X.endif
X
Xdo-install:
X	@${ECHO_MSG} -n ">> Installing demo files in ${EXAMPLESDIR}..."
X	@${MKDIR} ${EXAMPLESDIR}
X	@cd ${WRKSRC} && ${FIND} demo \
X	  | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} > /dev/null 2>&1
X	@${ECHO_MSG} " [ DONE ]"
X	@${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/activation.jar..."
X	@${INSTALL_DATA} ${WRKSRC}/activation.jar ${JAVAJARDIR}/
X	@${ECHO_MSG} " [ DONE ]"
X.if !defined(NOPORTDOCS)
X	@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
X	@${MKDIR} ${DOCSDIR}
X	@cd ${WRKSRC}/docs && ${FIND} ${DOCFILES1} \
X	  | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1
X	@cd ${WRKSRC} && ${FIND} ${DOCFILES2} \
X	  | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1
X	@${ECHO_MSG} " [ DONE ]"
X.endif
X
Xpost-install:
X	@${FIND} -s ${WRKSRC}/demo -not -type d 2>/dev/null \
X	  | ${SED} -ne 's,^${WRKSRC},${EXAMPLESDIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
X	@${FIND} -s -d ${WRKSRC}/demo -type d 2>/dev/null \
X	  | ${SED} -ne 's,^${WRKSRC},@dirrm ${EXAMPLESDIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
X	@${ECHO_CMD} '@dirrm ${EXAMPLESDIR:S,^${PREFIX}/,,}' >> ${TMPPLIST}
X
X.include <bsd.port.post.mk>
END-of-/usr/ports/java/jaf/Makefile
echo x - /usr/ports/java/jaf/distinfo
sed 's/^X//' >/usr/ports/java/jaf/distinfo << 'END-of-/usr/ports/java/jaf/distinfo'
XMD5 (jaf-1_1-fr.zip) = 7423eb6831ba82e7d1f10956eb2bd0d3
XSHA256 (jaf-1_1-fr.zip) = 3230f1b3ec676fdaeebcfae2c2f0dfeb9b0c543f43312cae5c2b9396a1198813
XSIZE (jaf-1_1-fr.zip) = 380084
END-of-/usr/ports/java/jaf/distinfo
echo x - /usr/ports/java/jaf/pkg-descr
sed 's/^X//' >/usr/ports/java/jaf/pkg-descr << 'END-of-/usr/ports/java/jaf/pkg-descr'
XWith the JavaBeansTM Activation Framework standard extension, developers
Xwho use JavaTM technology can take advantage of standard services to
Xdetermine the type of an arbitrary piece of data, encapsulate access to
Xit, discover the operations available on it, and to instantiate the
Xappropriate bean to perform said operation(s). For example, if a browser
Xobtained a JPEG image, this framework would enable the browser to identify
Xthat stream of data as an JPEG image, and from that type, the browser
Xcould locate and instantiate an object that could manipulate, or view that
Ximage.
X
XWWW: http://java.sun.com/products/javabeans/jaf/ 
END-of-/usr/ports/java/jaf/pkg-descr
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->java 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 16 21:23:59 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109234 
State-Changed-From-To: open->closed 
State-Changed-By: delphij 
State-Changed-When: Wed Feb 21 17:45:54 UTC 2007 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: java->delphij 
Responsible-Changed-By: delphij 
Responsible-Changed-When: Wed Feb 21 17:45:54 UTC 2007 
Responsible-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109234 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/109234: commit references a PR
Date: Wed, 21 Feb 2007 17:42:58 +0000 (UTC)

 delphij     2007-02-21 17:42:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     java/jaf             Makefile distinfo pkg-descr 
   Log:
   Update to 1.1.
   
   Submitted by:   Nemo LIU <nemoliu at gmail dot com>
   PR:             ports/109234
   
   Revision  Changes    Path
   1.12      +8 -8      ports/java/jaf/Makefile
   1.6       +3 -3      ports/java/jaf/distinfo
   1.2       +1 -1      ports/java/jaf/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
