From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 26 18:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08DD81065676 for ; Thu, 26 Nov 2009 18:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDC858FC1C for ; Thu, 26 Nov 2009 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAQIo1kq060970 for ; Thu, 26 Nov 2009 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAQIo15Z060969; Thu, 26 Nov 2009 18:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 26 Nov 2009 18:50:01 GMT Resent-Message-Id: <200911261850.nAQIo15Z060969@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Otacílio de Araújo Ramos Neto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE8301065670 for ; 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 ; 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 ; 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: Otacílio de Araújo Ramos Neto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/140906: Submitting the new port Flashdock to port tree. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2009 18:50:02 -0000 >Number: 140906 >Category: ports >Synopsis: Submitting the new port Flashdock to port tree. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 26 18:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Otacílio de Araújo 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 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 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 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 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: >Unformatted: