import x11/gromit

Gromit (GRaphics Over MIscellaneous Things) is a small tool to
make annotations on the screen. It is particularly useful when
making presentations of programs to highlight certain features
or screen elements.

From: Michael Knudsen <e@molioner.dk>

ok alek@
This commit is contained in:
niallo 2005-06-15 17:30:20 +00:00
parent 6d3f8c5b93
commit 94088cdbf2
5 changed files with 74 additions and 0 deletions

43
x11/gromit/Makefile Normal file
View File

@ -0,0 +1,43 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/06/15 17:30:20 niallo Exp $
COMMENT= "small tool to make annotations on the screen"
DISTNAME= gromit-20041213
CATEGORIES= x11
HOMEPAGE= http://www.home.unix-ag.org/simon/gromit/
MAINTAINER= Michael Knudsen <mk@molioner.dk>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext
WANTLIB= Xrender c freetype X11 m Xft fontconfig atk-1.0.0.0 \
glib-2.0.0.0 gobject-2.0.0.0 gmodule-2.0.0.0 \
pango-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
${LIB_DEPENDS}
NO_REGRESS= Yes
DOCDIR= ${PREFIX}/share/doc/gromit/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gromit ${PREFIX}/bin
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/gromitrc ${DOCDIR}
.include <bsd.port.mk>

4
x11/gromit/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (gromit-20041213.tar.gz) = 86fd67cfe62b1b955ddcd821e14a8c14
RMD160 (gromit-20041213.tar.gz) = e20e1cea9fb5245143f0dd24b209cc17d3becd3f
SHA1 (gromit-20041213.tar.gz) = f83bdadc90988634a27865eac5da9e847febec37
SIZE (gromit-20041213.tar.gz) = 21970

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2005/06/15 17:30:20 niallo Exp $
--- Makefile.orig Wed Jun 8 02:31:18 2005
+++ Makefile Wed Jun 8 02:32:18 2005
@@ -1,10 +1,10 @@
all: gromit
proptest: proptest.c
- gcc -o proptest proptest.c `gtk-config --libs --cflags`
+ ${CC} ${CFLAGS} -o proptest proptest.c `gtk-config --libs --cflags`
propertywatch: propertywatch.c
- gcc -o propertywatch propertywatch.c `gtk-config --libs --cflags`
+ ${CC} ${CFLAGS} -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`
+ ${CC} ${CFLAGS} -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`

5
x11/gromit/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gromit (GRaphics Over MIscellaneous Things) is a small tool to make
annotations on the screen. It is particularly useful when making
presentations of programs to highlight certain features or screen
elements.

5
x11/gromit/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/06/15 17:30:20 niallo Exp $
bin/gromit
share/doc/gromit/
share/doc/gromit/README
share/doc/gromit/gromitrc