From owner-svn-ports-all@FreeBSD.ORG Sun Sep 2 20:03:40 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 146D8106566C; Sun, 2 Sep 2012 20:03:40 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E94248FC1A; Sun, 2 Sep 2012 20:03:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q82K3dgo061452; Sun, 2 Sep 2012 20:03:39 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q82K3dPS061445; Sun, 2 Sep 2012 20:03:39 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201209022003.q82K3dPS061445@svn.freebsd.org> From: Nicola Vitale Date: Sun, 2 Sep 2012 20:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303572 - in head/deskutils: . growl-for-linux growl-for-linux/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 02 Sep 2012 20:03:40 -0000 Author: nivit Date: Sun Sep 2 20:03:39 2012 New Revision: 303572 URL: http://svn.freebsd.org/changeset/ports/303572 Log: Growl For Linux is Linux-compatible of Growl. Growl is a notification system for Mac OS X. WWW: http://mattn.github.com/growl-for-linux/ Added: head/deskutils/growl-for-linux/ head/deskutils/growl-for-linux/Makefile (contents, props changed) head/deskutils/growl-for-linux/distinfo (contents, props changed) head/deskutils/growl-for-linux/files/ head/deskutils/growl-for-linux/files/patch-configure.ac (contents, props changed) head/deskutils/growl-for-linux/pkg-descr (contents, props changed) head/deskutils/growl-for-linux/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sun Sep 2 20:02:00 2012 (r303571) +++ head/deskutils/Makefile Sun Sep 2 20:03:39 2012 (r303572) @@ -82,6 +82,7 @@ SUBDIR += google-gadgets SUBDIR += gourmet SUBDIR += griffith + SUBDIR += growl-for-linux SUBDIR += gruler SUBDIR += gtg SUBDIR += gtimer Added: head/deskutils/growl-for-linux/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/growl-for-linux/Makefile Sun Sep 2 20:03:39 2012 (r303572) @@ -0,0 +1,48 @@ +# $FreeBSD$ + +PORTNAME= growl-for-linux +PORTVERSION= 0.6.8 +#PORTREVISION= 0 +CATEGORIES= deskutils + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Notification system compatible with Growl + +LICENSE= BSD + +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib + +GH_ACCOUNT= mattn +GH_COMMIT= cab80f2 +GH_TAGNAME= master + +GNU_CONFIGURE= yes + +OPTIONS_DEFINE= LIBNOTIFY +OPTIONS_DEFAULT= LIBNOTIFY +LIBNOTIFY_DESC= Use notify-osd for libnotify display plugin + +.include + +.if ${PORT_OPTIONS:MLIBNOTIFY} +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +RUN_DEPENDS+= notify-osd>=0.9.29_3:${PORTSDIR}/deskutils/notify-osd +.endif + +PLIST_SUB= DESKTOPDIR=${_DESKTOPDIR_REL} + +USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env +USE_GITHUB= yes +USE_GNOME= desktopfileutils gtk20 +USE_LDCONFIG= yes +USE_OPENSSL= yes +USE_PKGCONFIG= build +USE_SQLITE= 3 + +WITH_OPENSSL_PORT= yes + +pre-configure: + @(cd ${CONFIGURE_WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} ${SH} autogen.sh) + +.include Added: head/deskutils/growl-for-linux/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/growl-for-linux/distinfo Sun Sep 2 20:03:39 2012 (r303572) @@ -0,0 +1,2 @@ +SHA256 (growl-for-linux-0.6.8.tar.gz) = cd8b1b2dadb57f2beaf5fc6a5d6798b33a11fdf7177b82b0d03c4d331cc8121a +SIZE (growl-for-linux-0.6.8.tar.gz) = 739994 Added: head/deskutils/growl-for-linux/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/growl-for-linux/files/patch-configure.ac Sun Sep 2 20:03:39 2012 (r303572) @@ -0,0 +1,9 @@ +--- ./configure.ac.orig 2012-09-01 14:59:36.000000000 +0200 ++++ ./configure.ac 2012-09-01 15:00:01.000000000 +0200 +@@ -1,5 +1,5 @@ + AC_PREREQ([2.65]) +-AC_INIT([growl-for-linux], [esyscmd([cat VERSION | tr -d '\n'])], [mattn.jp@gmail.com]) ++AC_INIT([growl-for-linux], esyscmd([tr -d '\n' < VERSION]), [mattn.jp@gmail.com]) + AC_CONFIG_SRCDIR([gol.c]) + AC_CONFIG_MACRO_DIR([m4]) + Added: head/deskutils/growl-for-linux/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/growl-for-linux/pkg-descr Sun Sep 2 20:03:39 2012 (r303572) @@ -0,0 +1,4 @@ +Growl For Linux is Linux-compatible of Growl. Growl is a notification +system for Mac OS X. + +WWW: http://mattn.github.com/growl-for-linux/ Added: head/deskutils/growl-for-linux/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/growl-for-linux/pkg-plist Sun Sep 2 20:03:39 2012 (r303572) @@ -0,0 +1,37 @@ +@comment $FreeBSD$ +bin/gol +lib/growl-for-linux/display/libballoon.a +lib/growl-for-linux/display/libballoon.la +lib/growl-for-linux/display/libballoon.so +lib/growl-for-linux/display/libballoon.so.0 +lib/growl-for-linux/display/libfog.a +lib/growl-for-linux/display/libfog.la +lib/growl-for-linux/display/libfog.so +lib/growl-for-linux/display/libfog.so.0 +lib/growl-for-linux/display/libnico2.a +lib/growl-for-linux/display/libnico2.la +lib/growl-for-linux/display/libnico2.so +lib/growl-for-linux/display/libnico2.so.0 +lib/growl-for-linux/display/libnotify_gol.a +lib/growl-for-linux/display/libnotify_gol.la +lib/growl-for-linux/display/libnotify_gol.so +lib/growl-for-linux/display/libnotify_gol.so.0 +lib/growl-for-linux/subscribe/librhythmbox.a +lib/growl-for-linux/subscribe/librhythmbox.la +lib/growl-for-linux/subscribe/librhythmbox.so +lib/growl-for-linux/subscribe/librhythmbox.so.0 +lib/growl-for-linux/subscribe/libtweets.a +lib/growl-for-linux/subscribe/libtweets.la +lib/growl-for-linux/subscribe/libtweets.so +lib/growl-for-linux/subscribe/libtweets.so.0 +lib/libgolplug.a +%%DESKTOPDIR%%/gol.desktop +%%DATADIR%%/data/growl4linux.jpg +%%DATADIR%%/data/icon.png +%%DATADIR%%/data/icon_dnd.png +%%DATADIR%%/data/mattn.png +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% +@dirrm lib/growl-for-linux/subscribe +@dirrm lib/growl-for-linux/display +@dirrm lib/growl-for-linux