Import gxmessage-2.6.2
gxmessage is a GTK2 based xmessage clone trying to be as compatible as possible. You might like it if you're running a mostly GTK desktop. gxmessage opens a window to display a message obtained from the command line, from a file, or from stdin. The window includes a row of buttons, each of which causes the program to exit with a different return code. "looks fine" steven@
This commit is contained in:
parent
54807ebe59
commit
3f4e25db89
30
x11/gxmessage/Makefile
Normal file
30
x11/gxmessage/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/25 16:18:31 ajacoutot Exp $
|
||||
|
||||
COMMENT= "GTK2 based xmessage clone"
|
||||
|
||||
DISTNAME= gxmessage-2.6.2
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/
|
||||
|
||||
WANTLIB= X11 Xext Xrender atk-1.0 c cairo fontconfig freetype \
|
||||
glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
|
||||
pangocairo-1.0 pangoft2-1.0 png z
|
||||
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
4
x11/gxmessage/distinfo
Normal file
4
x11/gxmessage/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (gxmessage-2.6.2.tar.gz) = 429c49006d2e1c2075f89f612b892b4f
|
||||
RMD160 (gxmessage-2.6.2.tar.gz) = f757c58466db02f6cc4684d097c56892c1210bd8
|
||||
SHA1 (gxmessage-2.6.2.tar.gz) = d49c480623d6a37bb317604a43929ecfeedb2ec1
|
||||
SIZE (gxmessage-2.6.2.tar.gz) = 88104
|
5
x11/gxmessage/pkg/DESCR
Normal file
5
x11/gxmessage/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
gxmessage is a GTK2 based xmessage clone trying to be as compatible as
|
||||
possible. You might like it if you're running a mostly GTK desktop.
|
||||
gxmessage opens a window to display a message obtained from the command
|
||||
line, from a file, or from stdin. The window includes a row of buttons,
|
||||
each of which causes the program to exit with a different return code.
|
5
x11/gxmessage/pkg/PLIST
Normal file
5
x11/gxmessage/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/25 16:18:31 ajacoutot Exp $
|
||||
bin/gxmessage
|
||||
@man man/man1/gxmessage.1
|
||||
share/pixmaps/
|
||||
share/pixmaps/gxmessage.png
|
Loading…
Reference in New Issue
Block a user