diff options
author | swills <swills@FreeBSD.org> | 2017-08-14 10:46:31 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-08-14 10:46:31 +0800 |
commit | 6db05eeee7bf0a41322f63106ca8f4792f5071aa (patch) | |
tree | 5a68df08b5093cd5b1a249ba4a6128bf67d5cdfb /x11 | |
parent | 21aa835a28a8328214a4d1ea4474af5ace2b571c (diff) | |
download | freebsd-ports-gnome-6db05eeee7bf0a41322f63106ca8f4792f5071aa.tar.gz freebsd-ports-gnome-6db05eeee7bf0a41322f63106ca8f4792f5071aa.tar.zst freebsd-ports-gnome-6db05eeee7bf0a41322f63106ca8f4792f5071aa.zip |
x11/screen-message: create port
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/
PR: 220261
Submitted by: mail@dhauck.eu
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/ |