svn commit: r447925 - in head/x11: . screen-message

Steve Wills swills at FreeBSD.org
Mon Aug 14 02:46:32 UTC 2017


Author: swills
Date: Mon Aug 14 02:46:31 2017
New Revision: 447925
URL: https://svnweb.freebsd.org/changeset/ports/447925

Log:
  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 at dhauck.eu

Added:
  head/x11/screen-message/
  head/x11/screen-message/Makefile   (contents, props changed)
  head/x11/screen-message/distinfo   (contents, props changed)
  head/x11/screen-message/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Mon Aug 14 00:07:50 2017	(r447924)
+++ head/x11/Makefile	Mon Aug 14 02:46:31 2017	(r447925)
@@ -291,6 +291,7 @@
     SUBDIR += rxvt-unicode
     SUBDIR += sakura
     SUBDIR += sbxkb
+    SUBDIR += screen-message
     SUBDIR += scripts
     SUBDIR += scrnsaverproto
     SUBDIR += sessreg

Added: head/x11/screen-message/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/screen-message/Makefile	Mon Aug 14 02:46:31 2017	(r447925)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	screen-message
+PORTVERSION=	0.25
+CATEGORIES=	x11
+
+MAINTAINER=	mail at 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>

Added: head/x11/screen-message/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/screen-message/distinfo	Mon Aug 14 02:46:31 2017	(r447925)
@@ -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

Added: head/x11/screen-message/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/screen-message/pkg-descr	Mon Aug 14 02:46:31 2017	(r447925)
@@ -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/


More information about the svn-ports-head mailing list