[Midnightbsd-cvs] mports [18381] trunk/security: add libsecret

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 27 19:22:44 EDT 2015


Revision: 18381
          http://svnweb.midnightbsd.org/mports/?rev=18381
Author:   laffer1
Date:     2015-03-27 19:22:44 -0400 (Fri, 27 Mar 2015)
Log Message:
-----------
add libsecret

Modified Paths:
--------------
    trunk/security/Makefile
    trunk/security/cyrus-sasl2/Makefile
    trunk/security/cyrus-sasl2/pkg-message
    trunk/security/cyrus-sasl2/pkg-plist
    trunk/security/trousers/pkg-plist

Added Paths:
-----------
    trunk/security/libsecret/
    trunk/security/libsecret/Makefile
    trunk/security/libsecret/distinfo
    trunk/security/libsecret/pkg-descr
    trunk/security/libsecret/pkg-plist

Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile	2015-03-27 16:54:57 UTC (rev 18380)
+++ trunk/security/Makefile	2015-03-27 23:22:44 UTC (rev 18381)
@@ -42,6 +42,7 @@
 SUBDIR += libntlm
 SUBDIR += libotr
 SUBDIR += libressl
+SUBDIR += libsecret
 SUBDIR += libssh
 SUBDIR += libssh2
 SUBDIR += libtasn1

Modified: trunk/security/cyrus-sasl2/Makefile
===================================================================
--- trunk/security/cyrus-sasl2/Makefile	2015-03-27 16:54:57 UTC (rev 18380)
+++ trunk/security/cyrus-sasl2/Makefile	2015-03-27 23:22:44 UTC (rev 18381)
@@ -2,24 +2,19 @@
 
 PORTNAME=	cyrus-sasl
 PORTVERSION=	2.1.26
+PORTREVISION=	1
 CATEGORIES=	security ipv6
-MASTER_SITES=	ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \
-		ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \
-		http://www.transit.hanse.de/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/
-MASTER_SITE_SUBDIR=	. OLD-VERSIONS/sasl
-
+MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-sasl/ \
+		http://cyrusimap.org/releases/
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	RFC 2222 SASL (Simple Authentication and Security Layer)
 
 LICENSE=	bsd4
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LATEST_LINK=	${PORTNAME}2
-
-USE_AUTOTOOLS=	libtool
+USES=		libtool:keepla pathfix perl5
+USE_PERL5=	patch
 USE_LDCONFIG=	yes
-
-DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}2
-
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 
@@ -27,6 +22,8 @@
 		--with-configdir=${PREFIX}/lib/sasl2:${PREFIX}/etc/sasl2 \
 		--with-plugindir=${PREFIX}/lib/sasl2 \
 		--with-dbpath=${PREFIX}/etc/sasldb2 \
+		--with-lib-subdir=lib \
+		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
 		--includedir=${PREFIX}/include \
 		--mandir=${MANPREFIX}/man \
 		--enable-static \
@@ -33,135 +30,85 @@
 		--enable-auth-sasldb \
 		--with-rc4=openssl \
 		--with-saslauthd=${SASLAUTHD_RUNPATH} \
+		--disable-gssapi \
 		--disable-krb4
+MAKE_ENV+=	INSTALL_STRIP_FLAG=${STRIP}
 
-OPTIONS=	BDB		"Use Berkeley DB"			off \
-		MYSQL		"Use MySQL"				off \
-		PGSQL		"Use PostgreSQL"			off \
-		SQLITE		"Use SQLite"				off \
-		DEV_URANDOM	"Use /dev/urandom"			off \
-		ALWAYSTRUE	"Enable the alwaystrue password verifier" off \
-		KEEP_DB_OPEN	"Keep handle to Berkeley DB open"	off \
-		AUTHDAEMOND	"Enable use of authdaemon"		on \
-		LOGIN		"Enable LOGIN authentication"		on \
-		PLAIN		"Enable PLAIN authentication"		on \
-		CRAM		"Enable CRAM-MD5 authentication"	on \
-		DIGEST		"Enable DIGEST-MD5 authentication"	on \
-		OTP		"Enable OTP authentication"		on \
-		NTLM		"Enable NTLM authentication"		on
+DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}2
 
-.include <bsd.mport.options.mk>
+NO_OPTIONS_SORT=	yes
+OPTIONS_DEFINE=		ALWAYSTRUE AUTHDAEMOND DOCS KEEP_DB_OPEN \
+			OBSOLETE_CRAM_ATTR BDB MYSQL PGSQL
+OPTIONS_RADIO=		SQLITE
+OPTIONS_RADIO_SQLITE=	SQLITE2 SQLITE3
+OPTIONS_GROUP=		MECH
+OPTIONS_GROUP_MECH=	CRAM DIGEST LOGIN NTLM OTP PLAIN SCRAM
+OPTIONS_DEFAULT=	AUTHDAEMOND OBSOLETE_CRAM_ATTR CRAM DIGEST \
+			LOGIN NTLM OTP PLAIN SCRAM
+OPTIONS_SUB=		yes
+ALWAYSTRUE_DESC=	the alwaystrue password verifier
+ALWAYSTRUE_CONFIGURE_ENABLE=alwaystrue
+AUTHDAEMOND_DESC=	use of authdaemon
+AUTHDAEMOND_CONFIGURE_ON=--with-authdaemond=/var/run/authdaemond/socket
+AUTHDAEMOND_CONFIGURE_OFF=--with-authdaemond=no
+KEEP_DB_OPEN_DESC=	Keep handle to Berkeley DB open
+KEEP_DB_OPEN_CONFIGURE_ENABLE=keep-db-open
+OBSOLETE_CRAM_ATTR_DESC=cmusaslsecretCRAM-MD5 property
+OBSOLETE_CRAM_ATTR_CONFIGURE_OFF=--enable-obsolete_cram_attr=no
+BDB_USE=		BDB=yes
+BDB_CONFIGURE_ON=	--with-dblib=berkeley \
+			--with-bdb-libdir=${BDB_LIB_DIR} \
+			--with-bdb-incdir=${BDB_INCLUDE_DIR} \
+			--with-bdb=${BDB_LIB_NAME}
+BDB_CONFIGURE_OFF=	--with-dblib=ndbm
+MYSQL_USE=		MYSQL=yes
+MYSQL_CONFIGURE_ON=	--with-mysql=${LOCALBASE}
+MYSQL_CONFIGURE_OFF=	--without-mysql
+PGSQL_USES=		pgsql
+PGSQL_CONFIGURE_ON=	--with-pgsql=${LOCALBASE}
+PGSQL_CONFIGURE_OFF=	--without-pgsql
+SQLITE2_DESC=		SQLite 2 database
+SQLITE2_USE=		SQLITE=2
+SQLITE2_CONFIGURE_ON=	--with-sqlite=${LOCALBASE}
+SQLITE2_CONFIGURE_OFF=	--without-sqlite
+SQLITE3_USE=		SQLITE=3
+SQLITE3_CONFIGURE_ON=	--with-sqlite3=${LOCALBASE}
+SQLITE3_CONFIGURE_OFF=	--without-sqlite3
+CRAM_DESC=		CRAM-MD5 authentication
+CRAM_CONFIGURE_ENABLE=	cram
+DIGEST_DESC=		DIGEST-MD5 authentication
+DIGEST_CONFIGURE_ENABLE=digest
+LOGIN_DESC=		LOGIN authentication
+LOGIN_CONFIGURE_ENABLE=	login
+NTLM_DESC=		NTLM authentication
+NTLM_CONFIGURE_ENABLE=	ntlm
+OTP_DESC=		OTP authentication
+OTP_CONFIGURE_ENABLE=	otp
+PLAIN_DESC=		PLAIN authentication
+PLAIN_CONFIGURE_ENABLE=	plain
+SCRAM_DESC=		SCRAM authentication
+SCRAM_CONFIGURE_ENABLE=	scram
 
-.if defined(WITH_BDB)
-USE_BDB=	yes
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MBDB}
 INVALID_BDB_VER=2
-CONFIGURE_ARGS+=--with-dblib=berkeley \
-		--with-bdb-libdir=${BDB_LIB_DIR} \
-		--with-bdb-incdir=${BDB_INCLUDE_DIR} \
-		--with-bdb=${BDB_LIB_NAME}
 SASLDB_NAME=	sasldb2
 .else
-CONFIGURE_ARGS+=--with-dblib=ndbm
 SASLDB_NAME=	sasldb2.db
 .endif
 
-.if defined(WITH_MYSQL)
-USE_MYSQL=	yes
-CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--without-mysql
-.endif
-
-.if defined(WITH_PGSQL)
-USE_PGSQL=	yes
-CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--without-pgsql
-.endif
-
-.if defined(WITH_SQLITE)
-USE_SQLITE=	2
-CONFIGURE_ARGS+=--with-sqlite=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--without-sqlite
-.endif
-
-.if defined(WITH_MYSQL) || defined(WITH_PGSQL) || defined(WITH_SQLITE)
+.if ${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL} || \
+    ${PORT_OPTIONS:MSQLITE2} || ${PORT_OPTIONS:MSQLITE3}
 CONFIGURE_ARGS+=--enable-sql
 .else
 SQL=	"@comment "
 .endif
 
-.if defined(WITH_DEV_URANDOM)
-CONFIGURE_ARGS+=--with-devrandom=/dev/urandom
-.endif
-
-.if defined(WITH_ALWAYSTRUE)
-CONFIGURE_ARGS+=--enable-alwaystrue
-.endif
-
-.if defined(WITH_KEEP_DB_OPEN)
-CONFIGURE_ARGS+=--enable-keep-db-open
-.endif
-
-.if defined(WITHOUT_AUTHDAEMOND)
-CONFIGURE_ARGS+=--with-authdaemond=no
-.else
-CONFIGURE_ARGS+=--with-authdaemond=/var/run/authdaemond/socket
-.endif
-
-.if defined(WITHOUT_LOGIN)
-LOGIN=	"@comment "
-.else
-CONFIGURE_ARGS+=--enable-login
-.endif
-
-.if defined(WITHOUT_PLAIN)
-CONFIGURE_ARGS+=--disable-plain
-PLAIN= "@comment "
-.endif
-
-.if defined(WITHOUT_OTP)
-CONFIGURE_ARGS+=--disable-otp
-OTP=	"@comment "
-.endif
-
-.if defined(WITHOUT_CRAM)
-CONFIGURE_ARGS+=--disable-cram
-CRAM=	"@comment "
-.endif
-
-.if defined(WITHOUT_DIGEST)
-CONFIGURE_ARGS+=--disable-digest
-DIGEST=	"@comment "
-.endif
-
-.if defined(WITHOUT_NTLM)
-CONFIGURE_ARGS+=--disable-ntlm
-NTLM=	"@comment "
-.else
-CONFIGURE_ARGS+=--enable-ntlm
-.endif
-
 .if ${ARCH} == "amd64"
 CPPFLAGS+=	-fPIC
-CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}"
 .endif
-.if !defined(WITHOUT_GSSAPI) && defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.so)
-CONFIGURE_ARGS+=--enable-gssapi=${KRB5_HOME} --with-gss_impl=mit
-.elif !defined(WITHOUT_GSSAPI) && defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a)
-CONFIGURE_ARGS+=--enable-gssapi=${HEIMDAL_HOME} --with-gss_impl=heimdal
-.elif !defined(WITHOUT_GSSAPI) && exists(/usr/lib/libkrb5.a)
-CONFIGURE_ARGS+=--enable-gssapi
-.else
-CONFIGURE_ARGS+=--disable-gssapi
-GSSAPI=	"@comment "
-.endif
 
-EBONES=	"@comment "
-
-.include <bsd.port.pre.mk>
-
 .if ${OPENSSLBASE} == /usr
 CONFIGURE_ARGS+=--with-openssl=yes
 .else
@@ -189,15 +136,7 @@
 	mechanisms options plugprog programming readme sysadmin upgrading \
 	windows
 
-PLIST_SUB=	PREFIX=${PREFIX} \
-		LOGIN=${LOGIN} \
-		PLAIN=${PLAIN} \
-		OTP=${OTP} \
-		CRAM=${CRAM} \
-		DIGEST=${DIGEST} \
-		NTLM=${NTLM} \
-		GSSAPI=${GSSAPI} \
-		EBONES=${EBONES} \
+PLIST_SUB+=	PREFIX=${PREFIX} \
 		SQL=${SQL} \
 		DOCSDIR=${DOCSDIR:S/^${PREFIX}\///}
 
@@ -205,8 +144,8 @@
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
+post-patch:
 # Fix sasldb name in pkg-install/deinstall scripts
-post-patch:
 	@${SED} -e "s;%%SASLDB%%;${SASLDB_NAME};g" \
 		-e "s;%%CYRUS_USER%%;${CYRUS_USER};g" \
 		-e "s;%%CYRUS_GROUP%%;${CYRUS_GROUP};g" \
@@ -217,14 +156,16 @@
 		${.CURDIR}/pkg-deinstall > ${PKGDEINSTALL}
 	@${SED} -e "s;%%PREFIX%%;${PREFIX};g" \
 		${.CURDIR}/pkg-message > ${PKGMESSAGE}
+# Try to unbreak parallel (-jX) builds, part 1: make build commands atomic
+	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${PERL} -w0pi.bak \
+		-e 's/(^\@am__fastdepCC_TRUE\@.*?) \
+		\n\@am__fastdepCC_TRUE\@\s+(.*?)$$/$$1 && $$2/mgx'
+# Part 2: prevent intermediate *.Tpo output files clash (use unique names)
+	@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${PERL} -wpi.bak \
+		-e 's/\$$\*\.Tpo/$$&.$$./g'
 
-# Create Cyrus user and group
-pre-su-install:
-	@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
 post-install:
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}/html
 .for f in ${DOCS}
 	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
@@ -238,6 +179,5 @@
 	@${INSTALL_DATA} ${FILESDIR}/Sendmail.README ${DOCSDIR}
 .endif
 	@PKG_PREFIX=${PREFIX} BATCH=${BATCH} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>

Modified: trunk/security/cyrus-sasl2/pkg-message
===================================================================
--- trunk/security/cyrus-sasl2/pkg-message	2015-03-27 16:54:57 UTC (rev 18380)
+++ trunk/security/cyrus-sasl2/pkg-message	2015-03-27 23:22:44 UTC (rev 18381)
@@ -13,4 +13,8 @@
       Cyrus-IMAPd 2.X port.  You should also check the
       %%PREFIX%%/lib/sasl2/*.conf files for the correct
       pwcheck_method.
+      If you want to use GSSAPI mechanism, install
+      ports/security/cyrus-sasl2-gssapi.
+      If you want to use LDAP auxprop plugin, install
+      ports/security/cyrus-sasl2-ldapdb.
 

Modified: trunk/security/cyrus-sasl2/pkg-plist
===================================================================
--- trunk/security/cyrus-sasl2/pkg-plist	2015-03-27 16:54:57 UTC (rev 18380)
+++ trunk/security/cyrus-sasl2/pkg-plist	2015-03-27 23:22:44 UTC (rev 18381)
@@ -5,55 +5,52 @@
 include/sasl/sasl.h
 include/sasl/saslplug.h
 include/sasl/saslutil.h
- at dirrm include/sasl
 lib/libsasl2.a
 lib/libsasl2.la
 lib/libsasl2.so
-lib/libsasl2.so.3
+lib/libsasl2.so.3.0
 lib/sasl2/libanonymous.a
 lib/sasl2/libanonymous.la
 lib/sasl2/libanonymous.so
-lib/sasl2/libanonymous.so.3
+lib/sasl2/libanonymous.so.3.0
 %%CRAM%%lib/sasl2/libcrammd5.a
 %%CRAM%%lib/sasl2/libcrammd5.la
 %%CRAM%%lib/sasl2/libcrammd5.so
-%%CRAM%%lib/sasl2/libcrammd5.so.3
+%%CRAM%%lib/sasl2/libcrammd5.so.3.0
 %%DIGEST%%lib/sasl2/libdigestmd5.a
 %%DIGEST%%lib/sasl2/libdigestmd5.la
 %%DIGEST%%lib/sasl2/libdigestmd5.so
-%%DIGEST%%lib/sasl2/libdigestmd5.so.3
-%%GSSAPI%%lib/sasl2/libgssapiv2.a
-%%GSSAPI%%lib/sasl2/libgssapiv2.la
-%%GSSAPI%%lib/sasl2/libgssapiv2.so
-%%GSSAPI%%lib/sasl2/libgssapiv2.so.3
-%%EBONES%%lib/sasl2/libkerberos4.a
-%%EBONES%%lib/sasl2/libkerberos4.la
-%%EBONES%%lib/sasl2/libkerberos4.so
-%%EBONES%%lib/sasl2/libkerberos4.so.3
+%%DIGEST%%lib/sasl2/libdigestmd5.so.3.0
 %%LOGIN%%lib/sasl2/liblogin.a
 %%LOGIN%%lib/sasl2/liblogin.la
 %%LOGIN%%lib/sasl2/liblogin.so
-%%LOGIN%%lib/sasl2/liblogin.so.3
+%%LOGIN%%lib/sasl2/liblogin.so.3.0
+%%SCRAM%%lib/sasl2/libscram.a
+%%SCRAM%%lib/sasl2/libscram.la
+%%SCRAM%%lib/sasl2/libscram.so
+%%SCRAM%%lib/sasl2/libscram.so.3.0
 %%SQL%%lib/sasl2/libsql.a
 %%SQL%%lib/sasl2/libsql.la
 %%SQL%%lib/sasl2/libsql.so
 %%SQL%%lib/sasl2/libsql.so.3
+%%SQL%%lib/sasl2/libsql.so.3.0.0
 %%NTLM%%lib/sasl2/libntlm.a
 %%NTLM%%lib/sasl2/libntlm.la
 %%NTLM%%lib/sasl2/libntlm.so
 %%NTLM%%lib/sasl2/libntlm.so.3
+%%NTLM%%lib/sasl2/libntlm.so.3.0.0
 %%OTP%%lib/sasl2/libotp.a
 %%OTP%%lib/sasl2/libotp.la
 %%OTP%%lib/sasl2/libotp.so
 %%OTP%%lib/sasl2/libotp.so.3
+%%OTP%%lib/sasl2/libotp.so.3.0.0
 %%PLAIN%%lib/sasl2/libplain.a
 %%PLAIN%%lib/sasl2/libplain.la
-%%PLAIN%%lib/sasl2/libplain.so
-%%PLAIN%%lib/sasl2/libplain.so.3
+%%PLAIN%%lib/sasl2/libplain.so.3.0
 lib/sasl2/libsasldb.a
 lib/sasl2/libsasldb.la
-lib/sasl2/libsasldb.so
-lib/sasl2/libsasldb.so.3
+lib/sasl2/libsasldb.so.3.0
+libdata/pkgconfig/libsasl2.pc
 man/man3/sasl.3.gz
 man/man3/sasl_authorize_t.3.gz
 man/man3/sasl_auxprop.3.gz
@@ -153,7 +150,3 @@
 %%PORTDOCS%%%%DOCSDIR%%/html/sysadmin.html
 %%PORTDOCS%%%%DOCSDIR%%/html/upgrading.html
 %%PORTDOCS%%%%DOCSDIR%%/html/windows.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrmtry lib/sasl2
- at cwd %%PREFIX%%

Added: trunk/security/libsecret/Makefile
===================================================================
--- trunk/security/libsecret/Makefile	                        (rev 0)
+++ trunk/security/libsecret/Makefile	2015-03-27 23:22:44 UTC (rev 18381)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+
+PORTNAME=	libsecret
+PORTVERSION=	0.18
+CATEGORIES=	security gnome
+MASTER_SITES=	GNOME
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Library to access the secret service API
+
+LICENSE=	lgpl2.1
+
+BUILD_DEPENDS=	docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \
+		vala:${PORTSDIR}/lang/vala
+LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
+
+USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME=	glib20 libxslt:build intltool \
+		introspection:build
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=--enable-introspection
+INSTALL_TARGET=	install-strip
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
+
+.include <bsd.port.mk>


Property changes on: trunk/security/libsecret/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/libsecret/distinfo
===================================================================
--- trunk/security/libsecret/distinfo	                        (rev 0)
+++ trunk/security/libsecret/distinfo	2015-03-27 23:22:44 UTC (rev 18381)
@@ -0,0 +1,2 @@
+SHA256 (libsecret-0.18.tar.xz) = 0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3
+SIZE (libsecret-0.18.tar.xz) = 480520


Property changes on: trunk/security/libsecret/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/libsecret/pkg-descr
===================================================================
--- trunk/security/libsecret/pkg-descr	                        (rev 0)
+++ trunk/security/libsecret/pkg-descr	2015-03-27 23:22:44 UTC (rev 18381)
@@ -0,0 +1,6 @@
+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; libsecret replaces libgnome-keyring.
+
+WWW: https://wiki.gnome.org/Projects/Libsecret/


Property changes on: trunk/security/libsecret/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/libsecret/pkg-plist
===================================================================
--- trunk/security/libsecret/pkg-plist	                        (rev 0)
+++ trunk/security/libsecret/pkg-plist	2015-03-27 23:22:44 UTC (rev 18381)
@@ -0,0 +1,122 @@
+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/libsecret-1.a
+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/gtk-doc/html/libsecret-1/SecretCollection.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-insensitive.png
+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-SecretError.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-insensitive.png
+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-insensitive.png
+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/an/LC_MESSAGES/libsecret.mo
+share/locale/as/LC_MESSAGES/libsecret.mo
+share/locale/be/LC_MESSAGES/libsecret.mo
+share/locale/ca/LC_MESSAGES/libsecret.mo
+share/locale/ca at valencia/LC_MESSAGES/libsecret.mo
+share/locale/cs/LC_MESSAGES/libsecret.mo
+share/locale/da/LC_MESSAGES/libsecret.mo
+share/locale/de/LC_MESSAGES/libsecret.mo
+share/locale/el/LC_MESSAGES/libsecret.mo
+share/locale/es/LC_MESSAGES/libsecret.mo
+share/locale/eo/LC_MESSAGES/libsecret.mo
+share/locale/fr/LC_MESSAGES/libsecret.mo
+share/locale/fur/LC_MESSAGES/libsecret.mo
+share/locale/gl/LC_MESSAGES/libsecret.mo
+share/locale/he/LC_MESSAGES/libsecret.mo
+share/locale/hu/LC_MESSAGES/libsecret.mo
+share/locale/id/LC_MESSAGES/libsecret.mo
+share/locale/it/LC_MESSAGES/libsecret.mo
+share/locale/ja/LC_MESSAGES/libsecret.mo
+share/locale/ko/LC_MESSAGES/libsecret.mo
+share/locale/lt/LC_MESSAGES/libsecret.mo
+share/locale/lv/LC_MESSAGES/libsecret.mo
+share/locale/ml/LC_MESSAGES/libsecret.mo
+share/locale/nb/LC_MESSAGES/libsecret.mo
+share/locale/nl/LC_MESSAGES/libsecret.mo
+share/locale/pa/LC_MESSAGES/libsecret.mo
+share/locale/pl/LC_MESSAGES/libsecret.mo
+share/locale/pt/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/sk/LC_MESSAGES/libsecret.mo
+share/locale/sr/LC_MESSAGES/libsecret.mo
+share/locale/sr at latin/LC_MESSAGES/libsecret.mo
+share/locale/tg/LC_MESSAGES/libsecret.mo
+share/locale/uk/LC_MESSAGES/libsecret.mo
+share/locale/zh_CN/LC_MESSAGES/libsecret.mo
+share/locale/zh_HK/LC_MESSAGES/libsecret.mo
+share/locale/zh_TW/LC_MESSAGES/libsecret.mo
+share/vala/vapi/libsecret-1.deps
+share/vala/vapi/libsecret-1.vapi


Property changes on: trunk/security/libsecret/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/security/trousers/pkg-plist
===================================================================
--- trunk/security/trousers/pkg-plist	2015-03-27 16:54:57 UTC (rev 18380)
+++ trunk/security/trousers/pkg-plist	2015-03-27 23:22:44 UTC (rev 18381)
@@ -128,4 +128,4 @@
 @owner
 @group
 @mode
- at dir(_tss,_tss,0700) var/lib/tpm
+ at comment @dir(_tss,_tss,0700) var/lib/tpm



More information about the Midnightbsd-cvs mailing list