diff options
author | danfe <danfe@FreeBSD.org> | 2006-10-31 23:48:20 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-10-31 23:48:20 +0800 |
commit | a0536205aa603981480646e8bf7ed1a7696f1d13 (patch) | |
tree | acc9aca55d40021b7b6f903149720b0e997b62aa /x11 | |
parent | 71a4ac1db9a783f610c787c0211f5afaf08ea940 (diff) | |
download | freebsd-ports-gnome-a0536205aa603981480646e8bf7ed1a7696f1d13.tar.gz freebsd-ports-gnome-a0536205aa603981480646e8bf7ed1a7696f1d13.tar.zst freebsd-ports-gnome-a0536205aa603981480646e8bf7ed1a7696f1d13.zip |
The Widget Factory, nifty showcase tool for GTK+2 widgets.
WWW: http://www.stellingwerff.com/?page_id=10
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/widgetfactory/Makefile | 22 | ||||
-rw-r--r-- | x11/widgetfactory/distinfo | 3 | ||||
-rw-r--r-- | x11/widgetfactory/pkg-descr | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 422075ffea9c..7db1ffe16ec1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -219,6 +219,7 @@ SUBDIR += tycoon SUBDIR += vdesk SUBDIR += wdm + SUBDIR += widgetfactory SUBDIR += wmappl SUBDIR += wmblob SUBDIR += wmbutton diff --git a/x11/widgetfactory/Makefile b/x11/widgetfactory/Makefile new file mode 100644 index 000000000000..317da627e5c0 --- /dev/null +++ b/x11/widgetfactory/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: The Widget Factory +# Date created: 31 Oct 2006 +# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= widgetfactory +PORTVERSION= 0.2.1 +CATEGORIES= x11 +MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/ +DISTNAME= the${PORTNAME}-${PORTVERSION} + +MAINTAINER= danfe@FreeBSD.org +COMMENT= A showcase for GTK+2 widgets + +GNU_CONFIGURE= yes +USE_GNOME= gtk20 + +PLIST_FILES= bin/twf + +.include <bsd.port.mk> diff --git a/x11/widgetfactory/distinfo b/x11/widgetfactory/distinfo new file mode 100644 index 000000000000..7b3c44fd79ef --- /dev/null +++ b/x11/widgetfactory/distinfo @@ -0,0 +1,3 @@ +MD5 (thewidgetfactory-0.2.1.tar.gz) = 60175721233c6f265326fcdc0334c269 +SHA256 (thewidgetfactory-0.2.1.tar.gz) = 10bbbe50dc23a0cd47762749c6bb402559721951f3c6af40366258593bcb1ce4 +SIZE (thewidgetfactory-0.2.1.tar.gz) = 325397 diff --git a/x11/widgetfactory/pkg-descr b/x11/widgetfactory/pkg-descr new file mode 100644 index 000000000000..cbacd53b6366 --- /dev/null +++ b/x11/widgetfactory/pkg-descr @@ -0,0 +1,4 @@ +The Widget Factory is a program designed to show a wide range of GTK+2 +widgets in a single window. + +WWW: http://www.stellingwerff.com/?page_id=10 |