From 39ff598967b0ad27ec99b9255aa0c4b98fce6411 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 11 Mar 2011 12:04:34 +0000 Subject: 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 --- sysutils/accountsservice/Makefile | 29 +++++++++++++++++++++++++++++ sysutils/accountsservice/distinfo | 2 ++ sysutils/accountsservice/pkg-descr | 9 +++++++++ sysutils/accountsservice/pkg-plist | 19 +++++++++++++++++++ 4 files changed, 59 insertions(+) create mode 100644 sysutils/accountsservice/Makefile create mode 100644 sysutils/accountsservice/distinfo create mode 100644 sysutils/accountsservice/pkg-descr create mode 100644 sysutils/accountsservice/pkg-plist (limited to 'sysutils/accountsservice') 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 +# +# $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 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 -- cgit v1.2.3