pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gromit import gromit-20041213, a little tool that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/456e399e98fa
branches:  trunk
changeset: 493378:456e399e98fa
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed May 04 16:14:10 2005 +0000

description:
import gromit-20041213, a little tool that lets you scribble
onto the X screen

diffstat:

 x11/gromit/DESCR            |   2 ++
 x11/gromit/Makefile         |  19 +++++++++++++++++++
 x11/gromit/PLIST            |   4 ++++
 x11/gromit/distinfo         |   6 ++++++
 x11/gromit/patches/patch-aa |  10 ++++++++++
 5 files changed, 41 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 8f666b6f8ceb -r 456e399e98fa x11/gromit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gromit/DESCR  Wed May 04 16:14:10 2005 +0000
@@ -0,0 +1,2 @@
+Gromit (GRaphics Over MIscellaneous Things) is a small tool to make
+annotations on the screen.
diff -r 8f666b6f8ceb -r 456e399e98fa x11/gromit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gromit/Makefile       Wed May 04 16:14:10 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/04 16:14:10 drochner Exp $
+#
+
+DISTNAME=              gromit-20041213
+CATEGORIES=            x11
+MASTER_SITES=          http://www.home.unix-ag.org/simon/gromit/
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://www.home.unix-ag.org/simon/gromit/
+COMMENT=               Text marker tool for the X11 screen
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/gromit ${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gromit
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gromit
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8f666b6f8ceb -r 456e399e98fa x11/gromit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gromit/PLIST  Wed May 04 16:14:10 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/04 16:14:10 drochner Exp $
+bin/gromit
+share/doc/gromit/README
+@dirrm share/doc/gromit
diff -r 8f666b6f8ceb -r 456e399e98fa x11/gromit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gromit/distinfo       Wed May 04 16:14:10 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/04 16:14:10 drochner Exp $
+
+SHA1 (gromit-20041213.tar.gz) = f83bdadc90988634a27865eac5da9e847febec37
+RMD160 (gromit-20041213.tar.gz) = e20e1cea9fb5245143f0dd24b209cc17d3becd3f
+Size (gromit-20041213.tar.gz) = 21970 bytes
+SHA1 (patch-aa) = 7777f5d13c812f4dd203676683dd9a0d3e773512
diff -r 8f666b6f8ceb -r 456e399e98fa x11/gromit/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gromit/patches/patch-aa       Wed May 04 16:14:10 2005 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/05/04 16:14:10 drochner Exp $
+
+--- Makefile.orig      2005-05-04 19:13:04.000000000 +0200
++++ Makefile
+@@ -7,4 +7,4 @@ propertywatch: propertywatch.c
+       gcc -o propertywatch propertywatch.c `gtk-config --libs --cflags`
+ 
+ gromit: gromit.c Makefile
+-      gcc -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -o gromit gromit.c -Wall `pkg-config 
--libs --cflags gtk+-2.0`
++      gcc -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -o gromit gromit.c -Wall `pkg-config 
--libs --cflags gtk+-2.0` ${LDFLAGS}



Home | Main Index | Thread Index | Old Index