diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-08-14 02:46:31 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-08-14 02:46:31 +0000 |
commit | d03b4102184a4c2287998f2fbea42433ecad8c6d (patch) | |
tree | 5a68df08b5093cd5b1a249ba4a6128bf67d5cdfb /x11 | |
parent | 2c0021d63e5d7bf3e6c96f31cd6c740d3334c257 (diff) | |
download | ports-d03b4102184a4c2287998f2fbea42433ecad8c6d.tar.gz ports-d03b4102184a4c2287998f2fbea42433ecad8c6d.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/screen-message/Makefile | 29 | ||||
-rw-r--r-- | x11/screen-message/distinfo | 3 | ||||
-rw-r--r-- | x11/screen-message/pkg-descr | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 0e12ebc71714..866ed1964367 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -291,6 +291,7 @@ SUBDIR += rxvt-unicode SUBDIR += sakura SUBDIR += sbxkb + SUBDIR += screen-message SUBDIR += scripts SUBDIR += scrnsaverproto SUBDIR += sessreg diff --git a/x11/screen-message/Makefile b/x11/screen-message/Makefile new file mode 100644 index 000000000000..06771ef39705 --- /dev/null +++ b/x11/screen-message/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= screen-message +PORTVERSION= 0.25 +CATEGORIES= x11 + +MAINTAINER= mail@dhauck.eu +COMMENT= Very simple tool to display some text as large as possible + +LICENSE= GPLv2+ + +USES= gmake autoreconf pkgconfig gettext-runtime + +USE_GITHUB= yes +GH_ACCOUNT= nomeata +GH_TAGNAME= 82c01f85d9ca9d0a3b2fe811249808d2fe4703ba + +GNU_CONFIGURE= yes +USE_GNOME= gtk30 atk glib20 cairo gdkpixbuf2 +INSTALLS_ICONS= yes + +PLIST_FILES= bin/sm \ + man/man6/sm.6.gz \ + share/applications/sm.desktop \ + share/icons/hicolor/48x48/apps/sm.png + +MAKE_ARGS= execgamesdir=${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11/screen-message/distinfo b/x11/screen-message/distinfo new file mode 100644 index 000000000000..4e7fb7d741ec --- /dev/null +++ b/x11/screen-message/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1498154560 +SHA256 (nomeata-screen-message-0.25-82c01f85d9ca9d0a3b2fe811249808d2fe4703ba_GH0.tar.gz) = 988ce9f015f988d72362f1fd7ab56a30921fe1b332a0402f8c0804483359d2e2 +SIZE (nomeata-screen-message-0.25-82c01f85d9ca9d0a3b2fe811249808d2fe4703ba_GH0.tar.gz) = 264439 diff --git a/x11/screen-message/pkg-descr b/x11/screen-message/pkg-descr new file mode 100644 index 000000000000..757728cddc9e --- /dev/null +++ b/x11/screen-message/pkg-descr @@ -0,0 +1,5 @@ +If you just want to disply a word or a short, possilby multi-line, text as +large and as quickly as possible on your screen, then screen-message is the +right too for you. + +WWW: http://sm.nomeata.de/ |