From owner-svn-ports-all@FreeBSD.ORG Sat Mar 8 16:53:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9D8DFEC; Sat, 8 Mar 2014 16:53:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99A2433C; Sat, 8 Mar 2014 16:53:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s28GrKCP037437; Sat, 8 Mar 2014 16:53:20 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s28GrJOA037428; Sat, 8 Mar 2014 16:53:19 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201403081653.s28GrJOA037428@svn.freebsd.org> From: Koop Mast Date: Sat, 8 Mar 2014 16:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347523 - in head/security: . libsecret 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.17 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, 08 Mar 2014 16:53:20 -0000 Author: kwm Date: Sat Mar 8 16:53:19 2014 New Revision: 347523 URL: http://svnweb.freebsd.org/changeset/ports/347523 QAT: https://qat.redports.org/buildarchive/r347523/ Log: libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using DBus. gnome-keyring and ksecretservice are both implementations of a Secret Service. interfaces and classes for commonly used data structures. interfaces and classes for commonly used data structures. Obtained from: GNOME dev repo Added: head/security/libsecret/ head/security/libsecret/Makefile (contents, props changed) head/security/libsecret/distinfo (contents, props changed) head/security/libsecret/pkg-descr (contents, props changed) head/security/libsecret/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Mar 8 16:41:45 2014 (r347522) +++ head/security/Makefile Sat Mar 8 16:53:19 2014 (r347523) @@ -278,6 +278,7 @@ SUBDIR += libpreludedb SUBDIR += libpwstor SUBDIR += libscrypt + SUBDIR += libsecret SUBDIR += libsectok SUBDIR += libsodium SUBDIR += libsparkcrypto Added: head/security/libsecret/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsecret/Makefile Sat Mar 8 16:53:19 2014 (r347523) @@ -0,0 +1,26 @@ +# Created by: Koop Mast +# $FreeBSD$ +# $MCom: ports/trunk/security/libsecret/Makefile 18610 2013-06-30 16:33:05Z marcus $ + +PORTNAME= libsecret +PORTVERSION= 0.15 +CATEGORIES= security gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library to access the secret service API + +BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt + +USE_XZ= yes +USE_GNOME= gnomehier glib20 libxslt:build intltool introspection:build +USES= gettext gmake libtool pathfix pkgconfig +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-introspection --disable-vala + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0 + +.include Added: head/security/libsecret/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsecret/distinfo Sat Mar 8 16:53:19 2014 (r347523) @@ -0,0 +1,2 @@ +SHA256 (libsecret-0.15.tar.xz) = 33e728b843efbe099483376ff5a3469260ee4b6ce035c7730909ac3793cb0fb8 +SIZE (libsecret-0.15.tar.xz) = 484532 Added: head/security/libsecret/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsecret/pkg-descr Sat Mar 8 16:53:19 2014 (r347523) @@ -0,0 +1,7 @@ +libsecret is a library for storing and retrieving passwords and other +secrets. It communicates with the "Secret Service" using +DBus. gnome-keyring and ksecretservice are both implementations +of a Secret Service. interfaces and classes for commonly used +data structures. interfaces and classes for commonly used data structures. + +WWW: https://live.gnome.org/Libsecret Added: head/security/libsecret/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsecret/pkg-plist Sat Mar 8 16:53:19 2014 (r347523) @@ -0,0 +1,101 @@ +bin/secret-tool +include/libsecret-1/libsecret/secret-attributes.h +include/libsecret-1/libsecret/secret-collection.h +include/libsecret-1/libsecret/secret-enum-types.h +include/libsecret-1/libsecret/secret-item.h +include/libsecret-1/libsecret/secret-password.h +include/libsecret-1/libsecret/secret-paths.h +include/libsecret-1/libsecret/secret-prompt.h +include/libsecret-1/libsecret/secret-schema.h +include/libsecret-1/libsecret/secret-schemas.h +include/libsecret-1/libsecret/secret-service.h +include/libsecret-1/libsecret/secret-types.h +include/libsecret-1/libsecret/secret-value.h +include/libsecret-1/libsecret/secret.h +lib/girepository-1.0/Secret-1.typelib +lib/girepository-1.0/SecretUnstable-0.typelib +lib/libsecret-1.a +lib/libsecret-1.la +lib/libsecret-1.so +lib/libsecret-1.so.0 +lib/libsecret-1.so.0.0.0 +libdata/pkgconfig/libsecret-1.pc +libdata/pkgconfig/libsecret-unstable.pc +man/man1/secret-tool.1.gz +share/gir-1.0/Secret-1.gir +share/gir-1.0/SecretUnstable-0.gir +share/gtk-doc/html/libsecret-1/SecretCollection.html +share/gtk-doc/html/libsecret-1/SecretError.html +share/gtk-doc/html/libsecret-1/SecretItem.html +share/gtk-doc/html/libsecret-1/SecretPrompt.html +share/gtk-doc/html/libsecret-1/SecretService.html +share/gtk-doc/html/libsecret-1/SecretValue.html +share/gtk-doc/html/libsecret-1/annotation-glossary.html +share/gtk-doc/html/libsecret-1/c-examples.html +share/gtk-doc/html/libsecret-1/c-lookup-example.html +share/gtk-doc/html/libsecret-1/c-remove-example.html +share/gtk-doc/html/libsecret-1/c-store-example.html +share/gtk-doc/html/libsecret-1/complete.html +share/gtk-doc/html/libsecret-1/examples.html +share/gtk-doc/html/libsecret-1/home.png +share/gtk-doc/html/libsecret-1/index.html +share/gtk-doc/html/libsecret-1/index.sgml +share/gtk-doc/html/libsecret-1/js-examples.html +share/gtk-doc/html/libsecret-1/js-lookup-example.html +share/gtk-doc/html/libsecret-1/js-remove-example.html +share/gtk-doc/html/libsecret-1/js-store-example.html +share/gtk-doc/html/libsecret-1/left.png +share/gtk-doc/html/libsecret-1/libsecret-1.devhelp2 +share/gtk-doc/html/libsecret-1/libsecret-DBus-Path-Related-Functions.html +share/gtk-doc/html/libsecret-1/libsecret-Password-storage.html +share/gtk-doc/html/libsecret-1/libsecret-Secret-Attributes.html +share/gtk-doc/html/libsecret-1/libsecret-SecretSchema.html +share/gtk-doc/html/libsecret-1/migrating-api.html +share/gtk-doc/html/libsecret-1/migrating-introduction.html +share/gtk-doc/html/libsecret-1/migrating-items.html +share/gtk-doc/html/libsecret-1/migrating-keyrings.html +share/gtk-doc/html/libsecret-1/migrating-locking.html +share/gtk-doc/html/libsecret-1/migrating-memory.html +share/gtk-doc/html/libsecret-1/migrating-misc.html +share/gtk-doc/html/libsecret-1/migrating-removing.html +share/gtk-doc/html/libsecret-1/migrating-schemas.html +share/gtk-doc/html/libsecret-1/migrating-searching.html +share/gtk-doc/html/libsecret-1/migrating-storing.html +share/gtk-doc/html/libsecret-1/migrating.html +share/gtk-doc/html/libsecret-1/py-examples.html +share/gtk-doc/html/libsecret-1/py-lookup-example.html +share/gtk-doc/html/libsecret-1/py-remove-example.html +share/gtk-doc/html/libsecret-1/py-store-example.html +share/gtk-doc/html/libsecret-1/right.png +share/gtk-doc/html/libsecret-1/simple.html +share/gtk-doc/html/libsecret-1/style.css +share/gtk-doc/html/libsecret-1/up.png +share/gtk-doc/html/libsecret-1/using-c.html +share/gtk-doc/html/libsecret-1/using-js.html +share/gtk-doc/html/libsecret-1/using-python.html +share/gtk-doc/html/libsecret-1/using-vala.html +share/gtk-doc/html/libsecret-1/using.html +share/gtk-doc/html/libsecret-1/vala-examples.html +share/gtk-doc/html/libsecret-1/vala-lookup-example.html +share/gtk-doc/html/libsecret-1/vala-remove-example.html +share/gtk-doc/html/libsecret-1/vala-store-example.html +share/locale/cs/LC_MESSAGES/libsecret.mo +share/locale/es/LC_MESSAGES/libsecret.mo +share/locale/gl/LC_MESSAGES/libsecret.mo +share/locale/hu/LC_MESSAGES/libsecret.mo +share/locale/it/LC_MESSAGES/libsecret.mo +share/locale/ja/LC_MESSAGES/libsecret.mo +share/locale/pl/LC_MESSAGES/libsecret.mo +share/locale/pt_BR/LC_MESSAGES/libsecret.mo +share/locale/ru/LC_MESSAGES/libsecret.mo +share/locale/sl/LC_MESSAGES/libsecret.mo +share/locale/sr/LC_MESSAGES/libsecret.mo +share/locale/sr@latin/LC_MESSAGES/libsecret.mo +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrm share/gtk-doc/html/libsecret-1 +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc +@dirrm include/libsecret-1/libsecret +@dirrm include/libsecret-1 +