From owner-svn-ports-all@FreeBSD.ORG Wed Dec 19 13:19:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F12BC9E; Wed, 19 Dec 2012 13:19:23 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 333918FC12; Wed, 19 Dec 2012 13:19:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJDJNeA002796; Wed, 19 Dec 2012 13:19:23 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBJDJMpd002788; Wed, 19 Dec 2012 13:19:22 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212191319.qBJDJMpd002788@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 19 Dec 2012 13:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309239 - in head/deskutils: . deforaos-todo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 13:19:23 -0000 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 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 +# $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 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