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>
This commit is contained in:
Martin Wilke 2010-02-13 09:57:35 +00:00
parent 6be32815ed
commit 71d974aa3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249758
4 changed files with 47 additions and 0 deletions

View file

@ -261,6 +261,7 @@
SUBDIR += sdl_gui
SUBDIR += sdl_pango
SUBDIR += shared-desktop-ontologies
SUBDIR += skinlf
SUBDIR += slgtk
SUBDIR += slgtkdatabox
SUBDIR += slingshot

View file

@ -0,0 +1,35 @@
# New ports collection Makefile for: skinlf
# Date created: September 2009
# Whom: Chris Rees
#
# $FreeBSD$
#
PORTNAME= skinlf
PORTVERSION= 6.7
DISTVERSIONSUFFIX= -20060722
CATEGORIES= x11-toolkits java
MASTER_SITES= https://skinlf.dev.java.net/files/documents/66/37801/ \
http://www.bayofrum.net/dist/skinlf/
MAINTAINER= utisoft@gmail.com
COMMENT= Allows Java developers to write skinnable applications in Swing
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_ZIP= yes
USE_JAVA= yes
JAR_NAME= ${PORTNAME}.jar
NO_BUILD= yes
PLIST_FILES= %%JAVAJARDIR%%/${JAR_NAME} \
%%JAVAJARDIR%%/themepack.zip
do-install:
${MKDIR} ${JAVAJARDIR}
${INSTALL_DATA} "${WRKSRC}/lib/${JAR_NAME}" ${JAVAJARDIR}/${JAR_NAME}
${INSTALL_DATA} "${WRKSRC}/lib/themepack.zip" ${JAVAJARDIR}/themepack.zip
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (skinlf-6.7-20060722.zip) = 09b41b511b51e465a052483b598d68f3
SHA256 (skinlf-6.7-20060722.zip) = 3d31ffbe1fa1325049cb94e675971a2b8d89ae24558cb173e7e4e1f926dd7daa
SIZE (skinlf-6.7-20060722.zip) = 827174

View file

@ -0,0 +1,8 @@
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