aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-02-13 17:57:35 +0800
committermiwi <miwi@FreeBSD.org>2010-02-13 17:57:35 +0800
commit1074b42b0d29cd869a2b1f70b82911744cc8f098 (patch)
treeaa62b17158b0aaa8c921a856531fd7f91feba2d1 /x11-toolkits
parent258034a5226b2368221ea33a56a6c728d603ef00 (diff)
downloadfreebsd-ports-graphics-1074b42b0d29cd869a2b1f70b82911744cc8f098.tar.gz
freebsd-ports-graphics-1074b42b0d29cd869a2b1f70b82911744cc8f098.tar.zst
freebsd-ports-graphics-1074b42b0d29cd869a2b1f70b82911744cc8f098.zip
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>
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/skinlf/Makefile35
-rw-r--r--x11-toolkits/skinlf/distinfo3
-rw-r--r--x11-toolkits/skinlf/pkg-descr8
4 files changed, 47 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index b853412e9a0..7ea39ef0c96 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -261,6 +261,7 @@
SUBDIR += sdl_gui
SUBDIR += sdl_pango
SUBDIR += shared-desktop-ontologies
+ SUBDIR += skinlf
SUBDIR += slgtk
SUBDIR += slgtkdatabox
SUBDIR += slingshot
diff --git a/x11-toolkits/skinlf/Makefile b/x11-toolkits/skinlf/Makefile
new file mode 100644
index 00000000000..334ccd5b5ef
--- /dev/null
+++ b/x11-toolkits/skinlf/Makefile
@@ -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>
diff --git a/x11-toolkits/skinlf/distinfo b/x11-toolkits/skinlf/distinfo
new file mode 100644
index 00000000000..37403e4404e
--- /dev/null
+++ b/x11-toolkits/skinlf/distinfo
@@ -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
diff --git a/x11-toolkits/skinlf/pkg-descr b/x11-toolkits/skinlf/pkg-descr
new file mode 100644
index 00000000000..52995c8da47
--- /dev/null
+++ b/x11-toolkits/skinlf/pkg-descr
@@ -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