summaryrefslogtreecommitdiff
path: root/x11/gromit
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 02:34:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 02:34:47 +0000
commit168b1e2955088e739a6a5dfc0d6ee1d52c7b4181 (patch)
tree4b6ada0627af694513e764f7f203bbafd7d91fe6 /x11/gromit
parent* Update to 1.41 (diff)
x11/gromit: on-screen annotations
Gromit (GRaphics Over MIscellaneous Things) is a small tool to make annotations on the screen. When making presentations of the Gimp I found myself often moving the mousepointer around the point of interest until hopefully everybody noticed it. This annoyed me, since it is a very vague way to highlight something. I dreamt of a small programm which allows me to simply draw on the screen, ignoring any window-borders. PR: ports/48885 Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes
Notes: svn path=/head/; revision=77884
Diffstat (limited to 'x11/gromit')
-rw-r--r--x11/gromit/Makefile32
-rw-r--r--x11/gromit/distinfo1
-rw-r--r--x11/gromit/files/patch-Makefile8
-rw-r--r--x11/gromit/pkg-descr11
-rw-r--r--x11/gromit/pkg-plist8
5 files changed, 60 insertions, 0 deletions
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile
new file mode 100644
index 000000000000..bce904a8c742
--- /dev/null
+++ b/x11/gromit/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gromit
+# Date Created: 03 Mar 2003
+# Whom: Sergei Kolobov <sergei@kolobov.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gromit
+PORTVERSION= 20011210
+CATEGORIES= x11
+MASTER_SITES= http://www.home.unix-ag.org/simon/gromit/
+
+MAINTAINER= sergei@kolobov.com
+COMMENT= "GRaphics Over Miscellaneous Objects (Gromit)"
+
+USE_X_PREFIX= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
+
+DOCS= AUTHORS ChangeLog README
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gromit ${PREFIX}/bin
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/gromitrc ${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/sawfish-config ${EXAMPLESDIR}
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11/gromit/distinfo b/x11/gromit/distinfo
new file mode 100644
index 000000000000..5010bdec84d5
--- /dev/null
+++ b/x11/gromit/distinfo
@@ -0,0 +1 @@
+MD5 (gromit-20011210.tar.gz) = 5e09191f1204d59a70e043776ce547eb
diff --git a/x11/gromit/files/patch-Makefile b/x11/gromit/files/patch-Makefile
new file mode 100644
index 000000000000..c3658a54f1c7
--- /dev/null
+++ b/x11/gromit/files/patch-Makefile
@@ -0,0 +1,8 @@
+--- Makefile.orig Mon Mar 3 18:45:09 2003
++++ Makefile Mon Mar 3 18:45:27 2003
+@@ -1,4 +1,4 @@
+ all: gromit
+
+ gromit: gromit.c Makefile
+- gcc -o gromit gromit.c -Wall `gtk-config --libs --cflags`
++ ${CC} -o gromit gromit.c ${CFLAGS} `${GTK_CONFIG} --libs --cflags`
diff --git a/x11/gromit/pkg-descr b/x11/gromit/pkg-descr
new file mode 100644
index 000000000000..09ad4b2ac67d
--- /dev/null
+++ b/x11/gromit/pkg-descr
@@ -0,0 +1,11 @@
+Gromit (GRaphics Over MIscellaneous Things) is a small tool to make
+annotations on the screen.
+
+When making presentations of the Gimp I found myself often moving the
+mousepointer around the point of interest until hopefully everybody
+noticed it. This annoyed me, since it is a very vague way to highlight
+something. I dreamt of a small programm which allows me to simply draw
+on the screen, ignoring any window-borders.
+
+Author: Simon Budig <simon@gimp.org>
+WWW: http://www.home.unix-ag.org/simon/gromit/
diff --git a/x11/gromit/pkg-plist b/x11/gromit/pkg-plist
new file mode 100644
index 000000000000..7295bdee63ec
--- /dev/null
+++ b/x11/gromit/pkg-plist
@@ -0,0 +1,8 @@
+bin/gromit
+%%EXAMPLESDIR%%/gromitrc
+%%EXAMPLESDIR%%/sawfish-config
+@dirrm %%EXAMPLESDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%