Bug 142591 - New port: x11-toolkits/skinlf Allows Java/Swing apps to be skinnable
Summary: New port: x11-toolkits/skinlf Allows Java/Swing apps to be skinnable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 20:10 UTC by Chris Rees
Modified: 2010-02-13 10:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2010-01-10 20:10:02 UTC
	Skin Look And Feel allows Java developers to write skinnable application
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.

	It is a dependency of Scilab 5+, which is why I made a port for it.

Fix: 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.--FpsnhhgRgrven8EmEaKkil0oSdmXG4KGCBxlv6kn4aVEspzI
Content-Type: text/plain; name="skinlf.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="skinlf.shar"

# 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:
#
#	x11-toolkits/skinlf
#	x11-toolkits/skinlf/Makefile
#	x11-toolkits/skinlf/distinfo
#	x11-toolkits/skinlf/pkg-descr
#
echo c - x11-toolkits/skinlf
mkdir -p x11-toolkits/skinlf > /dev/null 2>&1
echo x - x11-toolkits/skinlf/Makefile
sed 's/^X//' >x11-toolkits/skinlf/Makefile << 'd0b3f46c7cf7ae7d82786f196e0620ab'
X# New ports collection Makefile for:	skinlf
X# Date created:		September 2009
X# Whom:			Chris Rees
X#
X# $FreeBSD$
X#
X
XPORTNAME=	skinlf
XPORTVERSION=	6.7
XDISTVERSIONSUFFIX=	-20060722
XCATEGORIES=	x11-toolkits java
XMASTER_SITES=	https://skinlf.dev.java.net/files/documents/66/37801/ \
X		http://www.bayofrum.net/dist/skinlf/
X
XMAINTAINER=	utisoft@gmail.com
XCOMMENT=	Allows Java developers to write skinnable applications in Swing
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XUSE_ZIP=	yes
XUSE_JAVA=	yes
X
XJAR_NAME=	${PORTNAME}.jar
X
XNO_BUILD=	yes
X
XPLIST_FILES=	%%JAVAJARDIR%%/${JAR_NAME} \
X		%%JAVAJARDIR%%/themepack.zip
X
Xdo-install:
X	${MKDIR} ${JAVAJARDIR}
X	${INSTALL_DATA} "${WRKSRC}/lib/${JAR_NAME}" ${JAVAJARDIR}/${JAR_NAME}
X	${INSTALL_DATA} "${WRKSRC}/lib/themepack.zip" ${JAVAJARDIR}/themepack.zip
X
X.include <bsd.port.mk>
d0b3f46c7cf7ae7d82786f196e0620ab
echo x - x11-toolkits/skinlf/distinfo
sed 's/^X//' >x11-toolkits/skinlf/distinfo << '2465fa7d15b0d46ae648de8cc65668cd'
XMD5 (skinlf-6.7-20060722.zip) = 09b41b511b51e465a052483b598d68f3
XSHA256 (skinlf-6.7-20060722.zip) = 3d31ffbe1fa1325049cb94e675971a2b8d89ae24558cb173e7e4e1f926dd7daa
XSIZE (skinlf-6.7-20060722.zip) = 827174
2465fa7d15b0d46ae648de8cc65668cd
echo x - x11-toolkits/skinlf/pkg-descr
sed 's/^X//' >x11-toolkits/skinlf/pkg-descr << '649a04280237f3d462050b137ee1683c'
XSkin Look And Feel allows Java developers to write skinnable application
Xusing the Swing toolkit. Skin Look And Feel is able to load themepacks (a
Xbundle of GTK - The Gimp Toolkit - and KDE - The K Desktop Environment - skins)
Xto enhance your application GUI controls such as Buttons, Checks, Radios,
XScrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors, Background
XTextures, Regular Windows.
X
XWWW: http://www.l2fprod.com/skinlf/index.html
649a04280237f3d462050b137ee1683c
exit
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-12 19:32:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-13 06:31:56 UTC
Responsible Changed
From-To: pgollucci->freebsd-ports-bugs

I'll too slow.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2010-02-13 09:57:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-02-13 09:57:44 UTC
miwi        2010-02-13 09:57:35 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits         Makefile 
  Added files:
    x11-toolkits/skinlf  Makefile distinfo pkg-descr 
  Log:
  Skin Look And Feel allows Java developers to write skinnable application
  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.
  
  WWW: http://www.l2fprod.com/skinlf/index.html
  
  PR:             ports/142591
  Submitted by:   Chris Rees <utisoft@gmail.com>
  
  Revision  Changes    Path
  1.543     +1 -0      ports/x11-toolkits/Makefile
  1.1       +35 -0     ports/x11-toolkits/skinlf/Makefile (new)
  1.1       +3 -0      ports/x11-toolkits/skinlf/distinfo (new)
  1.1       +8 -0      ports/x11-toolkits/skinlf/pkg-descr (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"