diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-11 20:04:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-11 20:04:34 +0800 |
commit | 39ff598967b0ad27ec99b9255aa0c4b98fce6411 (patch) | |
tree | 77dbb55f22e7bb6c8c2a0b0245365eefe2bfd99b /sysutils | |
parent | 6fb675b271625c9a0d204f5aeeaa3791ac993e71 (diff) | |
download | marcuscom-ports-39ff598967b0ad27ec99b9255aa0c4b98fce6411.tar.gz marcuscom-ports-39ff598967b0ad27ec99b9255aa0c4b98fce6411.tar.zst marcuscom-ports-39ff598967b0ad27ec99b9255aa0c4b98fce6411.zip |
Add accountsservice.
A D-Bus interface for user account query and manipulation.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15460 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/accountsservice/Makefile | 29 | ||||
-rw-r--r-- | sysutils/accountsservice/distinfo | 2 | ||||
-rw-r--r-- | sysutils/accountsservice/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/accountsservice/pkg-plist | 19 |
4 files changed, 59 insertions, 0 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile new file mode 100644 index 000000000..b5165822f --- /dev/null +++ b/sysutils/accountsservice/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: accountsservice +# Date Created: 8 Mar 2011 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= accountsservice +PORTVERSION= 0.6.5 +CATEGORIES= sysutils devel +MASTER_SITES= LOCAL/kwm + +MAINTAINER= kwm@FreeBSD.org +COMMENT= D-Bus interface for user account query and manipulation + +BUILD_DEPEND= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection +LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit + +USE_BZIP2= yes +USE_GNOME= gnomehack glib20 intlhack +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/sysutils/accountsservice/distinfo b/sysutils/accountsservice/distinfo new file mode 100644 index 000000000..ce6f42749 --- /dev/null +++ b/sysutils/accountsservice/distinfo @@ -0,0 +1,2 @@ +SHA256 (accountsservice-0.6.5.tar.bz2) = 12a85e50f791fcc22a1dba777ceaafc42da2a0eaebee58b66f5a8e2e4e152214 +SIZE (accountsservice-0.6.5.tar.bz2) = 304839 diff --git a/sysutils/accountsservice/pkg-descr b/sysutils/accountsservice/pkg-descr new file mode 100644 index 000000000..6012fa533 --- /dev/null +++ b/sysutils/accountsservice/pkg-descr @@ -0,0 +1,9 @@ +The AccountsService project provides + + o A set of D-Bus interfaces for querying and manipulating + user account information. + + o An implementation of these interfaces based on the usermod(8), + useradd(8) and userdel(8) commands. + +WWW: http://cgit.freedesktop.org/accountsservice/ diff --git a/sysutils/accountsservice/pkg-plist b/sysutils/accountsservice/pkg-plist new file mode 100644 index 000000000..3613bb832 --- /dev/null +++ b/sysutils/accountsservice/pkg-plist @@ -0,0 +1,19 @@ +etc/dbus-1/system.d/org.freedesktop.Accounts.conf +include/accountsservice-1.0/act/act-user-enum-types.h +include/accountsservice-1.0/act/act-user-manager.h +include/accountsservice-1.0/act/act-user.h +lib/girepository-1.0/AccountsService-1.0.typelib +lib/libaccountsservice.a +lib/libaccountsservice.la +lib/libaccountsservice.so +lib/libaccountsservice.so.0 +libdata/pkgconfig/accountsservice.pc +libexec/accounts-daemon +share/dbus-1/interfaces/org.freedesktop.Accounts.User.xml +share/dbus-1/interfaces/org.freedesktop.Accounts.xml +share/dbus-1/system-services/org.freedesktop.Accounts.service +share/gir-1.0/AccountsService-1.0.gir +share/locale/pl/LC_MESSAGES/accounts-service.mo +share/polkit-1/actions/org.freedesktop.accounts.policy +@dirrm include/accountsservice-1.0/act +@dirrm include/accountsservice-1.0 |