aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/skinlf
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-02-13 09:57:35 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-02-13 09:57:35 +0000
commit71d974aa3bb3e12afb41067a201bf0bc218ce06c (patch)
tree9132ada4a2d7329758079ec882fbc7b948e39c04 /x11-toolkits/skinlf
parent6be32815ed2cb3a5cb77dd8a284823f68f8d6630 (diff)
downloadports-71d974aa3bb3e12afb41067a201bf0bc218ce06c.tar.gz
ports-71d974aa3bb3e12afb41067a201bf0bc218ce06c.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>
Notes
Notes: svn path=/head/; revision=249758
Diffstat (limited to 'x11-toolkits/skinlf')
-rw-r--r--x11-toolkits/skinlf/Makefile35
-rw-r--r--x11-toolkits/skinlf/distinfo3
-rw-r--r--x11-toolkits/skinlf/pkg-descr8
3 files changed, 46 insertions, 0 deletions
diff --git a/x11-toolkits/skinlf/Makefile b/x11-toolkits/skinlf/Makefile
new file mode 100644
index 000000000000..334ccd5b5ef6
--- /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 000000000000..37403e4404ed
--- /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 000000000000..52995c8da479
--- /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