1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

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>
This commit is contained in:
Edwin Groothuis 2003-04-01 02:34:47 +00:00
parent 8de923c672
commit 168b1e2955
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77884
6 changed files with 61 additions and 0 deletions

View File

@ -53,6 +53,7 @@
SUBDIR += gnomeres_applet
SUBDIR += gnomesession
SUBDIR += gnometerminal
SUBDIR += gromit
SUBDIR += gswitchit_applet
SUBDIR += gtk-theme-switch
SUBDIR += gvid

32
x11/gromit/Makefile Normal file
View File

@ -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>

1
x11/gromit/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gromit-20011210.tar.gz) = 5e09191f1204d59a70e043776ce547eb

View File

@ -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`

11
x11/gromit/pkg-descr Normal file
View File

@ -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/

8
x11/gromit/pkg-plist Normal file
View File

@ -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%%