summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-04-01 02:34:47 +0000
committeredwin <edwin@FreeBSD.org>2003-04-01 02:34:47 +0000
commit8b005b80fb17156e1534398fda53af91a99e0f48 (patch)
treeb90bfec86e36f1adac33b3d443a1964c310392bc /x11
parent38f26ad7c3c60907c723f57754ce68ba3cf2af04 (diff)
downloadFreeBSD-ports-8b005b80fb17156e1534398fda53af91a99e0f48.zip
FreeBSD-ports-8b005b80fb17156e1534398fda53af91a99e0f48.tar.gz
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>
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-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
6 files changed, 61 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index c69615e..e2e0114 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -53,6 +53,7 @@
SUBDIR += gnomeres_applet
SUBDIR += gnomesession
SUBDIR += gnometerminal
+ SUBDIR += gromit
SUBDIR += gswitchit_applet
SUBDIR += gtk-theme-switch
SUBDIR += gvid
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile
new file mode 100644
index 0000000..bce904a
--- /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 0000000..5010bde
--- /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 0000000..c3658a5
--- /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 0000000..09ad4b2
--- /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 0000000..7295bdee
--- /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%%
OpenPOWER on IntegriCloud