Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2005 19:23:08 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/89697: [NEW PORT] games/tuxpaint-config - Graphical tool to change TuxPaint settings
Message-ID:  <1133216588.0@phobos.mars.bsd>
Resent-Message-ID: <200511282230.jASMU45T097750@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89697
>Category:       ports
>Synopsis:       [NEW PORT] games/tuxpaint-config - Graphical tool to change TuxPaint settings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 28 22:30:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
    root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE



>Description:





>How-To-Repeat:





>Fix:


--- tuxpaint-config.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tuxpaint-config
#	tuxpaint-config/Makefile
#	tuxpaint-config/pkg-descr
#	tuxpaint-config/files
#	tuxpaint-config/files/patch-Makefile
#	tuxpaint-config/distinfo
#	tuxpaint-config/pkg-plist
#
echo c - tuxpaint-config
mkdir -p tuxpaint-config > /dev/null 2>&1
echo x - tuxpaint-config/Makefile
sed 's/^X//' >tuxpaint-config/Makefile << 'END-of-tuxpaint-config/Makefile'
X# New ports collection makefile for:	tuxpaint-config
X# Date created:				28 Nov 2005
X# Whom:					Alejandro Pulver <alejandro@varnet.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tuxpaint-config
XPORTVERSION=	0.0.6
XCATEGORIES=	games
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	alejandro@varnet.biz
XCOMMENT=	Graphical tool to change TuxPaint settings
X
XLIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk
XRUN_DEPENDS=	tuxpaint:${PORTSDIR}/games/tuxpaint
X
XUSE_GMAKE=	yes
XUSE_GETTEXT=	yes
XUSE_REINPLACE=	yes
X
XMAN1=		tuxpaint-config.1
XMANCOMPRESSED=	yes
X
Xpost-patch:
X.if defined(NOPORTDOCS)
X	@${REINPLACE_CMD} -e 's|install-doc\([^:]\)|\1|' ${WRKSRC}/${MAKEFILE}
X.endif
X
X.include <bsd.port.mk>
END-of-tuxpaint-config/Makefile
echo x - tuxpaint-config/pkg-descr
sed 's/^X//' >tuxpaint-config/pkg-descr << 'END-of-tuxpaint-config/pkg-descr'
XTux Paint is a free drawing program designed for young children (kids ages 3
Xand up). It has a simple, easy-to-use interface, fun sound effects, and an
Xencouraging cartoon mascot who helps guide children as they use the program.
XIt provides a blank canvas and a variety of drawing tools to help your child
Xbe creative.
X
XWWW: http://www.newbreedsoftware.com/tuxpaint/
X
X- Alejandro Pulver
Xalejandro@varnet.biz
END-of-tuxpaint-config/pkg-descr
echo c - tuxpaint-config/files
mkdir -p tuxpaint-config/files > /dev/null 2>&1
echo x - tuxpaint-config/files/patch-Makefile
sed 's/^X//' >tuxpaint-config/files/patch-Makefile << 'END-of-tuxpaint-config/files/patch-Makefile'
X--- Makefile.orig	Fri Nov 25 21:55:46 2005
X+++ Makefile	Mon Nov 28 19:07:02 2005
X@@ -18,7 +18,6 @@
X 
X # Where to install things:
X 
X-PREFIX=/usr/local
X 
X 
X # Program:
X@@ -35,7 +34,7 @@
X # Docs and man page:
X 
X DOC_PREFIX=$(PREFIX)/share/doc/tuxpaint-config/
X-MAN_PREFIX=$(PREFIX)/share/man/
X+MAN_PREFIX=$(PREFIX)/man/
X 
X 
X # Tux Paint's 'System-wide' Config file:
X@@ -74,7 +73,7 @@
X 
X # The entire set of CFLAGS:
X 
X-CFLAGS=-O2 -Wall $(FLTK_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \
X+CFLAGS+= -Wall $(FLTK_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \
X 	-D$(NOSOUNDFLAG) -DDOC_PREFIX=\"$(DOC_PREFIX)\" \
X 	-DLOCALEDIR=\"$(LOCALE_PREFIX)\" -DCONFDIR=\"$(CONFDIR)\" \
X 	-DVER_VERSION=\"$(VER_VERSION)\" -DVER_DATE=\"$(VER_DATE)\"
X@@ -140,8 +139,7 @@
X # to do this as superuser ("root"))
X 
X install:	install-bin install-data install-man install-doc \
X-		install-gnome install-kde install-kde-icons \
X-		install-icon install-gettext
X+		install-gettext
X 	@echo
X 	@echo "All done! Now (preferably NOT as 'root' superuser),"
X 	@echo "you can type the command 'tuxpaint-config' to run the"
X@@ -230,9 +228,6 @@
X 	install -d $(ICON_PREFIX)
X 	cp data/images/icon.png $(ICON_PREFIX)tuxpaint-config.png
X 	chmod 644 $(ICON_PREFIX)tuxpaint-config.png
X-	install -d $(X11_ICON_PREFIX)
X-	cp data/images/icon32x32.xpm $(X11_ICON_PREFIX)tuxpaint-config.xpm
X-	chmod 644 $(X11_ICON_PREFIX)tuxpaint-config.xpm
X 
X 
X # Install the program:
X@@ -296,7 +291,7 @@
X 			obj/defaults.o $(ARCH_LIBS)
X 	$(CXX) $(CFLAGS) -o tuxpaint-config obj/tuxpaint-config.o 	\
X 			obj/tuxpaint-config2.o obj/defaults.o $(ARCH_LIBS) \
X-			$(FLTK_LIBS) $(ARCH_LINKS)
X+			$(FLTK_LIBS) $(ARCH_LINKS) -lintl
X 
X 
X # Build the object for the program!
END-of-tuxpaint-config/files/patch-Makefile
echo x - tuxpaint-config/distinfo
sed 's/^X//' >tuxpaint-config/distinfo << 'END-of-tuxpaint-config/distinfo'
XMD5 (tuxpaint-config-0.0.6.tar.gz) = 48a72d0c7796c894ccd283498aa751d4
XSHA256 (tuxpaint-config-0.0.6.tar.gz) = a454aa50b91afb336f5af4eb7367b8bb455f6bbb21ee29a307706e40872e8f65
XSIZE (tuxpaint-config-0.0.6.tar.gz) = 81107
END-of-tuxpaint-config/distinfo
echo x - tuxpaint-config/pkg-plist
sed 's/^X//' >tuxpaint-config/pkg-plist << 'END-of-tuxpaint-config/pkg-plist'
Xbin/tuxpaint-config
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt
X%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt
X%%PORTDOCS%%%%DOCSDIR%%/COPYING.txt
X%%PORTDOCS%%%%DOCSDIR%%/README.txt
X%%PORTDOCS%%%%DOCSDIR%%/TODO.txt
X%%DATADIR%%/images/icon-win32.ico
X%%DATADIR%%/images/icon.png
X%%DATADIR%%/images/icon16x16.png
X%%DATADIR%%/images/icon32x32.png
X%%DATADIR%%/images/icon32x32.xpm
X%%DATADIR%%/images/icon48x48.png
X%%DATADIR%%/images/win32-icon16x16x16.png
X%%DATADIR%%/images/win32-icon16x16x256.png
X%%DATADIR%%/images/win32-icon32x32x16.png
X%%DATADIR%%/images/win32-icon32x32x256.png
X%%DATADIR%%/images/win32-icon48x48x256.png
X@dirrm %%DATADIR%%/images
X@dirrm %%DATADIR%%
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-tuxpaint-config/pkg-plist
exit

--- tuxpaint-config.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1133216588.0>