diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 22:12:20 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-01 22:12:20 +0800 |
commit | 706d41fb8180fc2561e0f05dbf906b97d7d75a58 (patch) | |
tree | 875e410a37d6bc8cf9d520974661310280430aa2 /security | |
parent | 0285b757ce40fd487198d063364d515976021223 (diff) | |
download | marcuscom-ports-706d41fb8180fc2561e0f05dbf906b97d7d75a58.tar marcuscom-ports-706d41fb8180fc2561e0f05dbf906b97d7d75a58.tar.gz marcuscom-ports-706d41fb8180fc2561e0f05dbf906b97d7d75a58.tar.bz2 marcuscom-ports-706d41fb8180fc2561e0f05dbf906b97d7d75a58.tar.lz marcuscom-ports-706d41fb8180fc2561e0f05dbf906b97d7d75a58.tar.xz marcuscom-ports-706d41fb8180fc2561e0f05dbf906b97d7d75a58.tar.zst marcuscom-ports-706d41fb8180fc2561e0f05dbf906b97d7d75a58.zip |
Sync description with port that Gustau made.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17270 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/libsecret/Makefile | 4 | ||||
-rw-r--r-- | security/libsecret/pkg-descr | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index 9b72e474c..19d04c774 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -8,7 +8,7 @@ CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= library that keeps passwords and other secrets +COMMENT= Library to access the secret service API LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt @@ -20,8 +20,6 @@ USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-introspection --disable-vala -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAN1= secret-tool.1 diff --git a/security/libsecret/pkg-descr b/security/libsecret/pkg-descr index 139597f9c..3d5fb9e93 100644 --- a/security/libsecret/pkg-descr +++ b/security/libsecret/pkg-descr @@ -1,2 +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 |