Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2015 21:31:41 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380718 - in head/deskutils: . gsimplecal
Message-ID:  <201503072131.t27LVfGU076815@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Sat Mar  7 21:31:40 2015
New Revision: 380718
URL: https://svnweb.freebsd.org/changeset/ports/380718
QAT: https://qat.redports.org/buildarchive/r380718/

Log:
  Add deskutils/gsimplecal
  
  Gsimplecal is a lightweight calendar applet written in C++ using GTK.
  
  It was intentionally made for use with tint2 panel in the openbox environment
  to be launched upon clock click, but of course it will work without it. In
  fact, binding the gsimplecal to some hotkey in you window manager will probably
  make you happy. The thing is that when it is started it first shows up, when
  you run it again it closes the running instance. In that way it is very easy to
  integrate anywhere. No need to write some wrapper scripts or whatever.
  
  Also, you can configure it to not only show the calendar, but also display
  multiple clocks for different world timezones. Read the manual page for the
  details (there is info about keyboard controls as well!).
  
  WWW: https://github.com/dmedvinsky/gsimplecal

Added:
  head/deskutils/gsimplecal/
  head/deskutils/gsimplecal/Makefile   (contents, props changed)
  head/deskutils/gsimplecal/distinfo   (contents, props changed)
  head/deskutils/gsimplecal/pkg-descr   (contents, props changed)
Modified:
  head/deskutils/Makefile

Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile	Sat Mar  7 21:16:56 2015	(r380717)
+++ head/deskutils/Makefile	Sat Mar  7 21:31:40 2015	(r380718)
@@ -103,6 +103,7 @@
     SUBDIR += griffith
     SUBDIR += growl-for-linux
     SUBDIR += gruler
+    SUBDIR += gsimplecal
     SUBDIR += gtg
     SUBDIR += gtimer
     SUBDIR += gtodo

Added: head/deskutils/gsimplecal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/gsimplecal/Makefile	Sat Mar  7 21:31:40 2015	(r380718)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	gsimplecal
+PORTVERSION=	2.1
+CATEGORIES=	deskutils
+
+MAINTAINER=	lme@FfreeBSD.org
+COMMENT=	Lightweight calendar applet written in C++ using GTK
+
+LICENSE=	GPLv3
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	dmedvinsky
+GH_COMMIT=	c544ee9
+GH_PROJECT=	${PORTNAME}
+GH_TAGNAME=	${GH_COMMIT}
+
+GNU_CONFIGURE=	yes
+
+USES=		autoreconf gmake pkgconfig
+USE_GNOME=	glib20 gtk30
+
+PLIST_FILES=	bin/gsimplecal \
+		man/man1/gsimplecal.1.gz
+
+.include <bsd.port.mk>

Added: head/deskutils/gsimplecal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/gsimplecal/distinfo	Sat Mar  7 21:31:40 2015	(r380718)
@@ -0,0 +1,2 @@
+SHA256 (gsimplecal-2.1.tar.gz) = afd3cf128ce2cf3fbd0738c929467ca4b3a9c9c0778c637449a3284a972bde9d
+SIZE (gsimplecal-2.1.tar.gz) = 14154

Added: head/deskutils/gsimplecal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/gsimplecal/pkg-descr	Sat Mar  7 21:31:40 2015	(r380718)
@@ -0,0 +1,14 @@
+Gsimplecal is a lightweight calendar applet written in C++ using GTK.
+
+It was intentionally made for use with tint2 panel in the openbox environment
+to be launched upon clock click, but of course it will work without it. In
+fact, binding the gsimplecal to some hotkey in you window manager will probably
+make you happy. The thing is that when it is started it first shows up, when
+you run it again it closes the running instance. In that way it is very easy to
+integrate anywhere. No need to write some wrapper scripts or whatever.
+
+Also, you can configure it to not only show the calendar, but also display
+multiple clocks for different world timezones. Read the manual page for the
+details (there is info about keyboard controls as well!).
+
+WWW: https://github.com/dmedvinsky/gsimplecal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503072131.t27LVfGU076815>