From 168b1e2955088e739a6a5dfc0d6ee1d52c7b4181 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 1 Apr 2003 02:34:47 +0000 Subject: 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 --- x11/gromit/Makefile | 32 ++++++++++++++++++++++++++++++++ x11/gromit/distinfo | 1 + x11/gromit/files/patch-Makefile | 8 ++++++++ x11/gromit/pkg-descr | 11 +++++++++++ x11/gromit/pkg-plist | 8 ++++++++ 5 files changed, 60 insertions(+) create mode 100644 x11/gromit/Makefile create mode 100644 x11/gromit/distinfo create mode 100644 x11/gromit/files/patch-Makefile create mode 100644 x11/gromit/pkg-descr create mode 100644 x11/gromit/pkg-plist (limited to 'x11/gromit') 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 +# +# $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 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 +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%% -- cgit v1.2.3