Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2010 07:05:24 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143857: [NEW PORT] java/skinlf Toolkit for skinnable Java applications with Swing
Message-ID:  <201002130705.o1D75OI3075410@www.freebsd.org>
Resent-Message-ID: <201002130710.o1D7A3dF085407@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143857
>Category:       ports
>Synopsis:       [NEW PORT] java/skinlf Toolkit for skinnable Java applications with Swing
>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:   Sat Feb 13 07:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203695: Tue Feb  9 03:02:13 PST 2010     rfarmer@coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
Skin Look And Feel allows Java developers to write skinnable applications
using the Swing toolkit. Skin Look And Feel is able to load themepacks
(a bundle of GTK - The Gimp Toolkit - and KDE - The K Desktop Environment
- skins) to enhance your application GUI controls such as Buttons, Checks,
Radios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors,
Background Textures, Regular Windows. Skin Look And Feel (aka SkinLF) also
includes NativeSkin to create irregular windows.

WWW: http://www.l2fprod.com/skinlf/index.html
>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:
#
#	skinlf
#	skinlf/distinfo
#	skinlf/Makefile
#	skinlf/pkg-descr
#	skinlf/CVS
#	skinlf/CVS/Root
#	skinlf/CVS/Repository
#	skinlf/CVS/Makefile,t
#	skinlf/CVS/distinfo,t
#	skinlf/CVS/Entries
#	skinlf/CVS/pkg-descr,t
#
echo c - skinlf
mkdir -p skinlf > /dev/null 2>&1
echo x - skinlf/distinfo
sed 's/^X//' >skinlf/distinfo << '38c4bd6e9bb0f46ea426d89a7d2922e4'
XMD5 (skinlf-6.7-20060722.zip) = 09b41b511b51e465a052483b598d68f3
XSHA256 (skinlf-6.7-20060722.zip) = 3d31ffbe1fa1325049cb94e675971a2b8d89ae24558cb173e7e4e1f926dd7daa
XSIZE (skinlf-6.7-20060722.zip) = 827174
38c4bd6e9bb0f46ea426d89a7d2922e4
echo x - skinlf/Makefile
sed 's/^X//' >skinlf/Makefile << 'bccdc7d32fbfb7925d3d98a8f84a100e'
X# New ports collection makefile for:	skinlf
X# Date created:				11 February 2010
X# Whom:					rfarmer@predatorlabs.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	skinlf
XPORTVERSION=	6.7
XCATEGORIES=	java graphics
XMASTER_SITES=	https://skinlf.dev.java.net/files/documents/66/37801/ \
X		http://www.predatorlabs.net/dl/
XEXTRACT_SUFX=	-20060722.zip
X
XMAINTAINER=	rfarmer@predatorlabs.net
XCOMMENT=	Toolkit for skinnable Java applications with Swing
X
XUSE_JAVA=	yes
XJAVA_VERSION=	1.3+
XJAVA_RUN=	yes
XNO_BUILD=	yes
X
XPLIST_FILES=	%%JAVAJARDIR%%/skinlf.jar \
X		%%JAVAJARDIR%%/nativeskin.jar \
X		%%JAVAJARDIR%%/LICENSE.${PORTNAME} \
X		%%JAVAJARDIR%%/LICENSE_nanoxml.${PORTNAME}
XPORTDOCS=	AUTHORS CHANGES INSTALL README THANKS
XEXAMPLES=	examples.jar
X
X.if !defined(NOPORTDOCS)
XPLIST_FILES+=	${EXAMPLES:S|^|%%EXAMPLESDIR%%/|}
XPLIST_DIRS+=	%%EXAMPLESDIR%%
X.endif
X
Xdo-install:
X	${INSTALL_DATA} ${WRKSRC}/lib/skinlf.jar ${JAVAJARDIR}/skinlf.jar
X	${INSTALL_DATA} ${WRKSRC}/lib/nativeskin.jar ${JAVAJARDIR}/nativeskin.jar
X	${INSTALL_DATA} ${WRKSRC}/LICENSE ${JAVAJARDIR}/LICENSE.${PORTNAME}
X	${INSTALL_DATA} ${WRKSRC}/LICENSE_nanoxml ${JAVAJARDIR}/LICENSE_nanoxml.${PORTNAME}
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
X	${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/lib/|} ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
bccdc7d32fbfb7925d3d98a8f84a100e
echo x - skinlf/pkg-descr
sed 's/^X//' >skinlf/pkg-descr << '3f285761f4d4ca0c68eefb711b06960d'
XSkin Look And Feel allows Java developers to write skinnable applications
Xusing the Swing toolkit. Skin Look And Feel is able to load themepacks
X(a bundle of GTK - The Gimp Toolkit - and KDE - The K Desktop Environment
X- skins) to enhance your application GUI controls such as Buttons, Checks,
XRadios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors,
XBackground Textures, Regular Windows. Skin Look And Feel (aka SkinLF) also
Xincludes NativeSkin to create irregular windows.
X
XWWW: http://www.l2fprod.com/skinlf/index.html
3f285761f4d4ca0c68eefb711b06960d
echo c - skinlf/CVS
mkdir -p skinlf/CVS > /dev/null 2>&1
echo x - skinlf/CVS/Root
sed 's/^X//' >skinlf/CVS/Root << '502bf3f7d99b6dd40b6c84cd12ce3312'
X/home/ncvs
502bf3f7d99b6dd40b6c84cd12ce3312
echo x - skinlf/CVS/Repository
sed 's/^X//' >skinlf/CVS/Repository << '514c20a5549072d77cea809a52231fc8'
Xports/java/skinlf
514c20a5549072d77cea809a52231fc8
echo x - skinlf/CVS/Makefile,t
sed 's/^X//' >skinlf/CVS/Makefile,t << '33485a40b5dbeeab4a7b01c4a1082d42'
33485a40b5dbeeab4a7b01c4a1082d42
echo x - skinlf/CVS/distinfo,t
sed 's/^X//' >skinlf/CVS/distinfo,t << '15148d9e8ef09609da1124ce31b7d4bb'
15148d9e8ef09609da1124ce31b7d4bb
echo x - skinlf/CVS/Entries
sed 's/^X//' >skinlf/CVS/Entries << '2e2c03e73bf3a96dfd3ceaa19a7c3948'
X/Makefile/0/Initial Makefile//
X/distinfo/0/Initial distinfo//
X/pkg-descr/0/Initial pkg-descr//
XD
2e2c03e73bf3a96dfd3ceaa19a7c3948
echo x - skinlf/CVS/pkg-descr,t
sed 's/^X//' >skinlf/CVS/pkg-descr,t << '97f1de4fbc35a31ac5a2ea7f157c2129'
97f1de4fbc35a31ac5a2ea7f157c2129
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002130705.o1D75OI3075410>