summaryrefslogtreecommitdiff
path: root/x11/gromit
diff options
context:
space:
mode:
authordrochner <drochner>2005-05-04 16:14:10 +0000
committerdrochner <drochner>2005-05-04 16:14:10 +0000
commitdcbab6f29f2c0abfde6302ad0d92e632d4d9172f (patch)
treec4815da49912a262818b0e1986e73517f2de1c6f /x11/gromit
parent74e965fe4a364b9c47174d414c95da30ea646bb6 (diff)
downloadpkgsrc-dcbab6f29f2c0abfde6302ad0d92e632d4d9172f.tar.gz
import gromit-20041213, a little tool that lets you scribble
onto the X screen
Diffstat (limited to 'x11/gromit')
-rw-r--r--x11/gromit/DESCR2
-rw-r--r--x11/gromit/Makefile19
-rw-r--r--x11/gromit/PLIST4
-rw-r--r--x11/gromit/distinfo6
-rw-r--r--x11/gromit/patches/patch-aa10
5 files changed, 41 insertions, 0 deletions
diff --git a/x11/gromit/DESCR b/x11/gromit/DESCR
new file mode 100644
index 00000000000..ddec7afddd1
--- /dev/null
+++ b/x11/gromit/DESCR
@@ -0,0 +1,2 @@
+Gromit (GRaphics Over MIscellaneous Things) is a small tool to make
+annotations on the screen.
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile
new file mode 100644
index 00000000000..fbc9cb87f12
--- /dev/null
+++ b/x11/gromit/Makefile
@@ -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
+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 --git a/x11/gromit/PLIST b/x11/gromit/PLIST
new file mode 100644
index 00000000000..a70ae1c106f
--- /dev/null
+++ b/x11/gromit/PLIST
@@ -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 --git a/x11/gromit/distinfo b/x11/gromit/distinfo
new file mode 100644
index 00000000000..d3affa928f9
--- /dev/null
+++ b/x11/gromit/distinfo
@@ -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 --git a/x11/gromit/patches/patch-aa b/x11/gromit/patches/patch-aa
new file mode 100644
index 00000000000..3127c907988
--- /dev/null
+++ b/x11/gromit/patches/patch-aa
@@ -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}