Date: Wed, 19 Dec 2012 13:19:22 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309239 - in head/deskutils: . deforaos-todo Message-ID: <201212191319.qBJDJMpd002788@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 19 13:19:21 2012 New Revision: 309239 URL: http://svnweb.freebsd.org/changeset/ports/309239 Log: DeforaOS desktop todo list PR: ports/172997 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> Added: head/deskutils/deforaos-todo/ head/deskutils/deforaos-todo/Makefile (contents, props changed) head/deskutils/deforaos-todo/distinfo (contents, props changed) head/deskutils/deforaos-todo/pkg-descr (contents, props changed) head/deskutils/deforaos-todo/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Wed Dec 19 13:14:50 2012 (r309238) +++ head/deskutils/Makefile Wed Dec 19 13:19:21 2012 (r309239) @@ -34,6 +34,7 @@ SUBDIR += contacts SUBDIR += cycle SUBDIR += dailystrips + SUBDIR += deforaos-todo SUBDIR += deskbar-applet SUBDIR += devd-notifier SUBDIR += displaycalibrator Added: head/deskutils/deforaos-todo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/deforaos-todo/Makefile Wed Dec 19 13:19:21 2012 (r309239) @@ -0,0 +1,24 @@ +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> +# $FreeBSD$ + +PORTNAME= todo +PORTVERSION= 0.1.2 +CATEGORIES= deskutils +MASTER_SITES= http://www.defora.org/os/download/download/3506/ +DISTNAME= Todo-${PORTVERSION} +PKGNAMEPREFIX= deforaos- + +MAINTAINER= olivier@cochard.me +COMMENT= DeforaOS desktop todo list + +LICENSE= GPLv3 + +LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \ + Desktop:${PORTSDIR}/x11/deforaos-libdesktop + +USE_GNOME= gtk20 desktopfileutils +USE_PKGCONFIG= build +USE_GETTEXT= yes +INSTALLS_ICONS= yes + +.include <bsd.port.mk> Added: head/deskutils/deforaos-todo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/deforaos-todo/distinfo Wed Dec 19 13:19:21 2012 (r309239) @@ -0,0 +1,2 @@ +SHA256 (Todo-0.1.2.tar.gz) = febf0191e55b7b28447d4f2b9199a23b09ffa1ead10953f081f418edf84301f1 +SIZE (Todo-0.1.2.tar.gz) = 33195 Added: head/deskutils/deforaos-todo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/deforaos-todo/pkg-descr Wed Dec 19 13:19:21 2012 (r309239) @@ -0,0 +1,3 @@ +DeforaOS desktop todo list + +WWW: http://www.defora.org/ Added: head/deskutils/deforaos-todo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/deforaos-todo/pkg-plist Wed Dec 19 13:19:21 2012 (r309239) @@ -0,0 +1,6 @@ +bin/todo +share/applications/todo.desktop +share/icons/hicolor/16x16/apps/todo.png +share/icons/hicolor/24x24/apps/todo.png +share/icons/hicolor/48x48/apps/todo.png +share/locale/fr/LC_MESSAGES/Todo.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212191319.qBJDJMpd002788>