From nobody@FreeBSD.org  Thu Nov 26 18:44:53 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DE8301065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Nov 2009 18:44:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C1B8D8FC22
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Nov 2009 18:44:53 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nAQIirLx091322
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Nov 2009 18:44:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nAQIirD6091321;
	Thu, 26 Nov 2009 18:44:53 GMT
	(envelope-from nobody)
Message-Id: <200911261844.nAQIirD6091321@www.freebsd.org>
Date: Thu, 26 Nov 2009 18:44:53 GMT
From: Otaclio de Arajo Ramos Neto <otacilio.neto@bsd.com.br>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Submitting the new port Flashdock to port tree.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140906
>Category:       ports
>Synopsis:       new port: devel/flexdock, a Java docking framework for use in cross-platform Swing applications
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 26 18:50:01 UTC 2009
>Closed-Date:    Sat Nov 28 13:52:05 UTC 2009
>Last-Modified:  Sat Nov 28 14:00:04 UTC 2009
>Originator:     Otaclio de Arajo Ramos Neto
>Release:        7.2-RELEASE-p3
>Organization:
>Environment:
FreeBSD squitch 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Sun Sep 27 19:34:18 BRT 2009     ota@squitch:/usr/obj/usr/src/sys/SQUITCH  i386

>Description:
FlexDock is a Java docking framework for use in cross-platform 
 Swing applications. It offers features you'd expect in any desktop
 docking framework such as:
 
    * Tabbed and Split Layouts
    * Drag-n-Drop capability (with native drag rubber band painting
      on some platforms)
    * Floating windows
    * Collapsible Containers to Save Real Estate
    * Layout Persistence

WWW:	https://flexdock.dev.java.net/

>How-To-Repeat:

>Fix:
# 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:
#
#	flexdock
#	flexdock/Makefile
#	flexdock/distinfo
#	flexdock/pkg-descr
#	flexdock/pkg-plist
#
echo c - flexdock
mkdir -p flexdock > /dev/null 2>&1
echo x - flexdock/Makefile
sed 's/^X//' >flexdock/Makefile << 'bcefedb7d89b7a14af466687b235f625'
X# New ports collection makefile for:   flexdock
X# Date created:        25 Nov 2009
X# Whom:                Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		flexdock
XPORTVERSION=	0.5.1
XCATEGORIES=		devel java
XMASTER_SITES=	https://flexdock.dev.java.net/files/documents/2037/52480/
XDISTNAME=		${PORTNAME}-${PORTVERSION}-src
X
XMAINTAINER=		otacilio.neto@bsd.com.br
XCOMMENT=		Swing windowing and docking framework
X
XUSE_ZIP=		yes
XUSE_ANT=		yes
XUSE_JAVA=		yes
X
XMAKE_ARGS=		dist
X
XPORTDOCS=		"User Guide.pdf" api
X
Xdo-extract:
X	@${MKDIR} ${WRKDIR}
X	@${UNZIP_CMD} ${DISTDIR}/${DISTFILES} -d ${WRKSRC}
X
Xdo-install:
X	${INSTALL_DATA}	${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${ECHO_MSG} -n ">> Installing documentation files..."
X	@${MKDIR} ${DOCSDIR}
X	@cd ${WRKSRC}/build/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \;
X	@cd ${WRKSRC}/build/docs && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \;
X	@${ECHO_MSG} " [ DONE ]"
X.endif
X
X.include <bsd.port.mk>
bcefedb7d89b7a14af466687b235f625
echo x - flexdock/distinfo
sed 's/^X//' >flexdock/distinfo << '5c53a434c96ca97c7bc12339410d20a7'
XMD5 (flexdock-0.5.1-src.zip) = 88fd43d7d8db92e9480200c316e55056
XSHA256 (flexdock-0.5.1-src.zip) = 2ffc4b2bf3fd2b070aff3ec46b6a3d3dbbe4f2e666b12ee266cbc162e27f890b
XSIZE (flexdock-0.5.1-src.zip) = 6229423
5c53a434c96ca97c7bc12339410d20a7
echo x - flexdock/pkg-descr
sed 's/^X//' >flexdock/pkg-descr << 'b805fbbf3d42be86545391179eb17bfb'
X FlexDock is a Java docking framework for use in cross-platform 
X Swing applications. It offers features you'd expect in any desktop
X docking framework such as:
X 
X    * Tabbed and Split Layouts
X    * Drag-n-Drop capability (with native drag rubber band painting
X      on some platforms)
X    * Floating windows
X    * Collapsible Containers to Save Real Estate
X    * Layout Persistence
X
XWWW:	https://flexdock.dev.java.net/
b805fbbf3d42be86545391179eb17bfb
echo x - flexdock/pkg-plist
sed 's/^X//' >flexdock/pkg-plist << 'cd8d53e34d5f4884a7d48cfedc0e3d95'
X%%JAVAJARDIR%%/flexdock-0.5.1.jar
cd8d53e34d5f4884a7d48cfedc0e3d95
exit



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:
#
#	flexdock
#	flexdock/Makefile
#	flexdock/distinfo
#	flexdock/pkg-descr
#	flexdock/pkg-plist
#
echo c - flexdock
mkdir -p flexdock > /dev/null 2>&1
echo x - flexdock/Makefile
sed 's/^X//' >flexdock/Makefile << 'bcefedb7d89b7a14af466687b235f625'
X# New ports collection makefile for:   flexdock
X# Date created:        25 Nov 2009
X# Whom:                Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		flexdock
XPORTVERSION=	0.5.1
XCATEGORIES=		devel java
XMASTER_SITES=	https://flexdock.dev.java.net/files/documents/2037/52480/
XDISTNAME=		${PORTNAME}-${PORTVERSION}-src
X
XMAINTAINER=		otacilio.neto@bsd.com.br
XCOMMENT=		Swing windowing and docking framework
X
XUSE_ZIP=		yes
XUSE_ANT=		yes
XUSE_JAVA=		yes
X
XMAKE_ARGS=		dist
X
XPORTDOCS=		"User Guide.pdf" api
X
Xdo-extract:
X	@${MKDIR} ${WRKDIR}
X	@${UNZIP_CMD} ${DISTDIR}/${DISTFILES} -d ${WRKSRC}
X
Xdo-install:
X	${INSTALL_DATA}	${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${ECHO_MSG} -n ">> Installing documentation files..."
X	@${MKDIR} ${DOCSDIR}
X	@cd ${WRKSRC}/build/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/\{} \;
X	@cd ${WRKSRC}/build/docs && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${DOCSDIR}/\{} \;
X	@${ECHO_MSG} " [ DONE ]"
X.endif
X
X.include <bsd.port.mk>
bcefedb7d89b7a14af466687b235f625
echo x - flexdock/distinfo
sed 's/^X//' >flexdock/distinfo << '5c53a434c96ca97c7bc12339410d20a7'
XMD5 (flexdock-0.5.1-src.zip) = 88fd43d7d8db92e9480200c316e55056
XSHA256 (flexdock-0.5.1-src.zip) = 2ffc4b2bf3fd2b070aff3ec46b6a3d3dbbe4f2e666b12ee266cbc162e27f890b
XSIZE (flexdock-0.5.1-src.zip) = 6229423
5c53a434c96ca97c7bc12339410d20a7
echo x - flexdock/pkg-descr
sed 's/^X//' >flexdock/pkg-descr << 'b805fbbf3d42be86545391179eb17bfb'
X FlexDock is a Java docking framework for use in cross-platform 
X Swing applications. It offers features you'd expect in any desktop
X docking framework such as:
X 
X    * Tabbed and Split Layouts
X    * Drag-n-Drop capability (with native drag rubber band painting
X      on some platforms)
X    * Floating windows
X    * Collapsible Containers to Save Real Estate
X    * Layout Persistence
X
XWWW:	https://flexdock.dev.java.net/
b805fbbf3d42be86545391179eb17bfb
echo x - flexdock/pkg-plist
sed 's/^X//' >flexdock/pkg-plist << 'cd8d53e34d5f4884a7d48cfedc0e3d95'
X%%JAVAJARDIR%%/flexdock-0.5.1.jar
cd8d53e34d5f4884a7d48cfedc0e3d95
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 28 13:52:03 UTC 2009 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140906: commit references a PR
Date: Sat, 28 Nov 2009 13:53:07 +0000 (UTC)

 miwi        2009-11-28 13:52:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/flexdock       Makefile distinfo pkg-descr pkg-plist 
   Log:
    FlexDock is a Java docking framework for use in cross-platform
    Swing applications. It offers features you'd expect in any desktop
    docking framework such as:
   
       * Tabbed and Split Layouts
       * Drag-n-Drop capability (with native drag rubber band painting
         on some platforms)
       * Floating windows
       * Collapsible Containers to Save Real Estate
       * Layout Persistence
   
   WWW:    https://flexdock.dev.java.net/
   
   PR:             ports/140906
   Submitted by:   Otacilio de Araujo Ramos Neto <otacilio.neto at bsd.com.br>
   
   Revision  Changes    Path
   1.3696    +1 -0      ports/devel/Makefile
   1.1       +41 -0     ports/devel/flexdock/Makefile (new)
   1.1       +3 -0      ports/devel/flexdock/distinfo (new)
   1.1       +12 -0     ports/devel/flexdock/pkg-descr (new)
   1.1       +1 -0      ports/devel/flexdock/pkg-plist (new)
 _______________________________________________
 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:
