pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/tuxpaint-config Initial import of tuxpaint-co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/907be156e47b
branches:  trunk
changeset: 481568:907be156e47b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 07 15:23:39 2004 +0000

description:
Initial import of tuxpaint-config-0.0.5:

"Tux Paint Config" is a graphical configuration tool for "Tux
Paint." It provides a point-and-click interface that allows parents
and teachers to alter Tux Paint's behavior -- disable sound effects,
run in full-screen mode, etc. -- without needing to manipulate a
text-based configuration file.

diffstat:

 graphics/tuxpaint-config/DESCR            |   5 +++
 graphics/tuxpaint-config/Makefile         |  24 ++++++++++++++
 graphics/tuxpaint-config/PLIST            |  22 +++++++++++++
 graphics/tuxpaint-config/distinfo         |   5 +++
 graphics/tuxpaint-config/patches/patch-aa |  50 +++++++++++++++++++++++++++++++
 5 files changed, 106 insertions(+), 0 deletions(-)

diffs (126 lines):

diff -r 5865491276aa -r 907be156e47b graphics/tuxpaint-config/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tuxpaint-config/DESCR    Thu Oct 07 15:23:39 2004 +0000
@@ -0,0 +1,5 @@
+"Tux Paint Config" is a graphical configuration tool for "Tux
+Paint." It provides a point-and-click interface that allows parents
+and teachers to alter Tux Paint's behavior -- disable sound effects,
+run in full-screen mode, etc. -- without needing to manipulate a
+text-based configuration file.
diff -r 5865491276aa -r 907be156e47b graphics/tuxpaint-config/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tuxpaint-config/Makefile Thu Oct 07 15:23:39 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/07 15:23:39 wiz Exp $
+#
+
+DISTNAME=              tuxpaint-config-0.0.5
+CATEGORIES=            graphics
+MASTER_SITES=          ftp://ftp.sonic.net/pub/users/nbs/unix/x/tuxpaint/config/
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              ftp://ftp.sonic.net/pub/users/nbs/unix/x/tuxpaint/config/
+COMMENT=               Configuration program for tuxpaint
+
+USE_BUILDLINK3=                YES
+USE_GNU_TOOLS+=                make
+USE_X11=               YES
+MANCOMPRESSED=         YES
+
+post-install:
+       -${FIND} ${PREFIX}/share/tuxpaint-config -name CVS -exec ${RM} -r {} \; 2>/dev/null
+       -${FIND} ${PREFIX}/share/tuxpaint-config -name .xvpics -exec ${RM} -r {} \; 2>/dev/null
+       ${RMDIR} ${PREFIX}/share/tuxpaint-config/fonts
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/fltk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5865491276aa -r 907be156e47b graphics/tuxpaint-config/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tuxpaint-config/PLIST    Thu Oct 07 15:23:39 2004 +0000
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/07 15:23:39 wiz Exp $
+bin/tuxpaint-config
+man/man1/tuxpaint-config.1.gz
+share/doc/tuxpaint-config/AUTHORS.txt
+share/doc/tuxpaint-config/CHANGES.txt
+share/doc/tuxpaint-config/COPYING.txt
+share/doc/tuxpaint-config/README.txt
+share/doc/tuxpaint-config/TODO.txt
+share/tuxpaint-config/images/icon-win32.ico
+share/tuxpaint-config/images/icon.png
+share/tuxpaint-config/images/icon16x16.png
+share/tuxpaint-config/images/icon32x32.png
+share/tuxpaint-config/images/icon32x32.xpm
+share/tuxpaint-config/images/icon48x48.png
+share/tuxpaint-config/images/win32-icon16x16x16.png
+share/tuxpaint-config/images/win32-icon16x16x256.png
+share/tuxpaint-config/images/win32-icon32x32x16.png
+share/tuxpaint-config/images/win32-icon32x32x256.png
+share/tuxpaint-config/images/win32-icon48x48x256.png
+@dirrm share/tuxpaint-config/images
+@dirrm share/tuxpaint-config
+@dirrm share/doc/tuxpaint-config
diff -r 5865491276aa -r 907be156e47b graphics/tuxpaint-config/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tuxpaint-config/distinfo Thu Oct 07 15:23:39 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/07 15:23:39 wiz Exp $
+
+SHA1 (tuxpaint-config-0.0.5.tar.gz) = fc3056b24743377366cef630584cd5cb7262dc55
+Size (tuxpaint-config-0.0.5.tar.gz) = 82736 bytes
+SHA1 (patch-aa) = 4e18cd02cc146087f1a899e0fb80a57012908e16
diff -r 5865491276aa -r 907be156e47b graphics/tuxpaint-config/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/tuxpaint-config/patches/patch-aa Thu Oct 07 15:23:39 2004 +0000
@@ -0,0 +1,50 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/10/07 15:23:39 wiz Exp $
+
+--- Makefile.orig      2004-09-11 11:59:03.000000000 +0200
++++ Makefile
+@@ -14,7 +14,7 @@
+ 
+ # Where to install things:
+ 
+-PREFIX=/usr/local
++#PREFIX=/usr/local
+ 
+ 
+ # Program:
+@@ -30,7 +30,7 @@ DATA_PREFIX=$(PREFIX)/share/tuxpaint-con
+ # Docs and man page:
+ 
+ DOC_PREFIX=$(PREFIX)/share/doc/tuxpaint-config/
+-MAN_PREFIX=$(PREFIX)/share/man/
++MAN_PREFIX=$(PREFIX)/man/
+ 
+ 
+ # Tux Paint's 'System-wide' Config file:
+@@ -69,7 +69,7 @@ FLTK_LIBS=`fltk-config --ldstaticflags`
+ 
+ # The entire set of CFLAGS:
+ 
+-CFLAGS=-O2 -Wall $(FLTK_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \
++CFLAGS+=-Wall $(FLTK_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \
+       -D$(NOSOUNDFLAG) -DDOC_PREFIX=\"$(DOC_PREFIX)\" \
+       -DLOCALEDIR=\"$(LOCALE_PREFIX)\" -DCONFDIR=\"$(CONFDIR)\"
+ 
+@@ -90,8 +90,7 @@ all: tuxpaint-config translations
+ # to do this as superuser ("root"))
+ 
+ install:      install-bin install-data install-man install-doc \
+-              install-gnome install-kde install-kde-icons \
+-              install-icon install-gettext
++              install-gettext
+       @echo
+       @echo "All done! Now (preferably NOT as 'root' superuser),"
+       @echo "you can type the command 'tuxpaint-config' to run the"
+@@ -245,7 +244,7 @@ install-man:
+ tuxpaint-config:      obj/tuxpaint-config.o obj/tuxpaint-config2.o    \
+                       obj/defaults.o
+       $(CXX) $(CFLAGS) -o tuxpaint-config obj/tuxpaint-config.o       \
+-                      obj/tuxpaint-config2.o obj/defaults.o $(FLTK_LIBS)
++                      obj/tuxpaint-config2.o obj/defaults.o $(FLTK_LIBS) -lintl
+ 
+ 
+ # Build the object for the program!



Home | Main Index | Thread Index | Old Index