Import libsecret-0.12 as security/libsecret.
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.
This commit is contained in:
parent
23e0aaff0c
commit
33d760afe8
5 changed files with 126 additions and 0 deletions
4
security/libsecret/DESCR
Normal file
4
security/libsecret/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
24
security/libsecret/Makefile
Normal file
24
security/libsecret/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/11/30 15:49:47 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libsecret-0.12
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsecret/0.12/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= https://live.gnome.org/Libsecret
|
||||
COMMENT= GObject based library for accessing the Secret Service API
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake intltool pkg-config
|
||||
|
||||
PKGCONFIG_OVERRIDE+= libsecret/libsecret-unstable.pc.in
|
||||
PKGCONFIG_OVERRIDE+= libsecret/libsecret.pc.in
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../devel/gobject-introspection/buildlink3.mk"
|
||||
.include "../../security/libgcrypt/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
80
security/libsecret/PLIST
Normal file
80
security/libsecret/PLIST
Normal file
|
@ -0,0 +1,80 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2012/11/30 15:49:47 ryoon Exp $
|
||||
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.la
|
||||
lib/pkgconfig/libsecret-1.pc
|
||||
lib/pkgconfig/libsecret-unstable.pc
|
||||
man/man1/secret-tool.1
|
||||
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/ja/LC_MESSAGES/libsecret.mo
|
||||
share/locale/pl/LC_MESSAGES/libsecret.mo
|
13
security/libsecret/buildlink3.mk
Normal file
13
security/libsecret/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2012/11/30 15:49:47 ryoon Exp $
|
||||
|
||||
BUILDLINK_TREE+= libsecret
|
||||
|
||||
.if !defined(LIBSECRET_BUILDLINK3_MK)
|
||||
LIBSECRET_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libsecret+= libsecret>=0.12
|
||||
BUILDLINK_PKGSRCDIR.libsecret?= ../../security/libsecret
|
||||
|
||||
.endif # LIBSECRET_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -libsecret
|
5
security/libsecret/distinfo
Normal file
5
security/libsecret/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2012/11/30 15:49:47 ryoon Exp $
|
||||
|
||||
SHA1 (libsecret-0.12.tar.xz) = aad9e6866467ebe66cd82b599c11d417a187231d
|
||||
RMD160 (libsecret-0.12.tar.xz) = 59320472c368ec3a4eea592ffd71d9dd51e03b84
|
||||
Size (libsecret-0.12.tar.xz) = 476552 bytes
|
Loading…
Reference in a new issue