1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

The Widget Factory, nifty showcase tool for GTK+2 widgets.

WWW: http://www.stellingwerff.com/?page_id=10
This commit is contained in:
Alexey Dokuchaev 2006-10-31 15:48:20 +00:00
parent 833247b42e
commit 275ddbe18f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175862
4 changed files with 30 additions and 0 deletions

View File

@ -219,6 +219,7 @@
SUBDIR += tycoon
SUBDIR += vdesk
SUBDIR += wdm
SUBDIR += widgetfactory
SUBDIR += wmappl
SUBDIR += wmblob
SUBDIR += wmbutton

View File

@ -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>

View File

@ -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

View File

@ -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