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:
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
|
@ -261,6 +261,7 @@
|
|||
SUBDIR += sdl_gui
|
||||
SUBDIR += sdl_pango
|
||||
SUBDIR += shared-desktop-ontologies
|
||||
SUBDIR += skinlf
|
||||
SUBDIR += slgtk
|
||||
SUBDIR += slgtkdatabox
|
||||
SUBDIR += slingshot
|
||||
|
|
35
x11-toolkits/skinlf/Makefile
Normal file
35
x11-toolkits/skinlf/Makefile
Normal 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>
|
3
x11-toolkits/skinlf/distinfo
Normal file
3
x11-toolkits/skinlf/distinfo
Normal 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
|
8
x11-toolkits/skinlf/pkg-descr
Normal file
8
x11-toolkits/skinlf/pkg-descr
Normal 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
|
Loading…
Reference in a new issue