From owner-svn-ports-all@freebsd.org Sat May 5 03:47:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28116FC76DB; Sat, 5 May 2018 03:47:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB68885B31; Sat, 5 May 2018 03:47:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFE6318608; Sat, 5 May 2018 03:47:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w453lQER043964; Sat, 5 May 2018 03:47:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w453lQ5c043955; Sat, 5 May 2018 03:47:26 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201805050347.w453lQ5c043955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 5 May 2018 03:47:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469083 - in head/devel: . libindicator libindicator/files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . libindicator libindicator/files X-SVN-Commit-Revision: 469083 X-SVN-Commit-Repository: ports 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.25 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: Sat, 05 May 2018 03:47:27 -0000 Author: swills Date: Sat May 5 03:47:25 2018 New Revision: 469083 URL: https://svnweb.freebsd.org/changeset/ports/469083 Log: devel/libindicator: create port A set of symbols and convience functions that all indicators would like to use. WWW: https://launchpad.net/libindicator Added: head/devel/libindicator/ head/devel/libindicator/Makefile (contents, props changed) head/devel/libindicator/distinfo (contents, props changed) head/devel/libindicator/files/ head/devel/libindicator/files/patch-libindicator_Makefile.in (contents, props changed) head/devel/libindicator/pkg-descr (contents, props changed) head/devel/libindicator/pkg-plist (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 5 03:16:25 2018 (r469082) +++ head/devel/Makefile Sat May 5 03:47:25 2018 (r469083) @@ -1445,6 +1445,7 @@ SUBDIR += libhtp SUBDIR += libhyve-remote SUBDIR += libical + SUBDIR += libindicator SUBDIR += libinotify SUBDIR += libiqxmlrpc SUBDIR += libisofs Added: head/devel/libindicator/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libindicator/Makefile Sat May 5 03:47:25 2018 (r469083) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= libindicator +PORTVERSION= 12.10.1 +CATEGORIES= devel +MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ + +MAINTAINER= swills@FreeBSD.org +COMMENT= Symbols and convience functions for desktop indicators + +USES= gmake libtool pkgconfig +USE_GNOME= cairo gdkpixbuf2 gtk30 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +.include Added: head/devel/libindicator/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libindicator/distinfo Sat May 5 03:47:25 2018 (r469083) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525372807 +SHA256 (libindicator-12.10.1.tar.gz) = b2d2e44c10313d5c9cd60db455d520f80b36dc39562df079a3f29495e8f9447f +SIZE (libindicator-12.10.1.tar.gz) = 427764 Added: head/devel/libindicator/files/patch-libindicator_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libindicator/files/patch-libindicator_Makefile.in Sat May 5 03:47:25 2018 (r469083) @@ -0,0 +1,12 @@ +--- libindicator/Makefile.in.orig 2012-09-19 15:40:09 UTC ++++ libindicator/Makefile.in +@@ -379,8 +379,7 @@ libindicator_la_SOURCES = \ + libindicator_la_CFLAGS = \ + $(LIBINDICATOR_CFLAGS) \ + $(COVERAGE_CFLAGS) \ +- -DG_LOG_DOMAIN=\"libindicator\" \ +- -Wall -Werror ++ -DG_LOG_DOMAIN=\"libindicator\" + + libindicator_la_LIBADD = \ + $(LIBINDICATOR_LIBS) Added: head/devel/libindicator/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libindicator/pkg-descr Sat May 5 03:47:25 2018 (r469083) @@ -0,0 +1,3 @@ +A set of symbols and convience functions that all indicators would like to use. + +WWW: https://launchpad.net/libindicator Added: head/devel/libindicator/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libindicator/pkg-plist Sat May 5 03:47:25 2018 (r469083) @@ -0,0 +1,25 @@ +include/libindicator3-0.4/libindicator/indicator-desktop-shortcuts.h +include/libindicator3-0.4/libindicator/indicator-image-helper.h +include/libindicator3-0.4/libindicator/indicator-object.h +include/libindicator3-0.4/libindicator/indicator-service-manager.h +include/libindicator3-0.4/libindicator/indicator-service.h +include/libindicator3-0.4/libindicator/indicator.h +lib/libdummy-indicator-blank.a +lib/libdummy-indicator-blank.so +lib/libdummy-indicator-entry-func.a +lib/libdummy-indicator-entry-func.so +lib/libdummy-indicator-null.a +lib/libdummy-indicator-null.so +lib/libdummy-indicator-signaler.a +lib/libdummy-indicator-signaler.so +lib/libdummy-indicator-simple.a +lib/libdummy-indicator-simple.so +lib/libdummy-indicator-visible.a +lib/libdummy-indicator-visible.so +lib/libindicator3.a +lib/libindicator3.so +lib/libindicator3.so.7 +lib/libindicator3.so.7.0.0 +libdata/pkgconfig/indicator3-0.4.pc +libexec/indicator-loader3 +share/libindicator/80indicator-debugging