diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-30 00:01:07 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-30 00:01:07 +0800 |
commit | b75cfbd5573538009619444ddce7138a32df52d4 (patch) | |
tree | d9300f33261f20daccabcb0a54f41a2a23b1d163 /print/cups-pk-helper | |
parent | 5e3c6a8e058b4a312b696894266752028df2e787 (diff) | |
download | marcuscom-ports-b75cfbd5573538009619444ddce7138a32df52d4.tar marcuscom-ports-b75cfbd5573538009619444ddce7138a32df52d4.tar.gz marcuscom-ports-b75cfbd5573538009619444ddce7138a32df52d4.tar.bz2 marcuscom-ports-b75cfbd5573538009619444ddce7138a32df52d4.tar.lz marcuscom-ports-b75cfbd5573538009619444ddce7138a32df52d4.tar.xz marcuscom-ports-b75cfbd5573538009619444ddce7138a32df52d4.tar.zst marcuscom-ports-b75cfbd5573538009619444ddce7138a32df52d4.zip |
Add cups-pk-helper
Cups-pk-helper is an application which makes cups configuration interfaces
available under control of PolicyKit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13323 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/cups-pk-helper')
-rw-r--r-- | print/cups-pk-helper/Makefile | 25 | ||||
-rw-r--r-- | print/cups-pk-helper/distinfo | 3 | ||||
-rw-r--r-- | print/cups-pk-helper/pkg-descr | 2 | ||||
-rw-r--r-- | print/cups-pk-helper/pkg-plist | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile new file mode 100644 index 000000000..8e413b3e4 --- /dev/null +++ b/print/cups-pk-helper/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: cups-pk-helper +# Date created: 2009-12-29 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= cups-pk-helper +PORTVERSION= 0.0.4 +CATEGORIES= print +MASTER_SITES= http://www.vuntz.net/download/cups-pk-helper/ + +MAINTAINER= ahze@FreeBSD.org +COMMENT= A helper that makes system-config-printer use PolicyKit + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + cups.2:${PORTSDIR}/print/cups-client \ + polkit.2:${PORTSDIR}/sysutils/policykit + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/libs" + +.include <bsd.port.mk> diff --git a/print/cups-pk-helper/distinfo b/print/cups-pk-helper/distinfo new file mode 100644 index 000000000..e2ed20a53 --- /dev/null +++ b/print/cups-pk-helper/distinfo @@ -0,0 +1,3 @@ +MD5 (cups-pk-helper-0.0.4.tar.bz2) = f01b83bbe35641b330efcff95bbaee7b +SHA256 (cups-pk-helper-0.0.4.tar.bz2) = 85edaa3a931a167e519eaeb378bf52c5332879820989fff72310360ac23e7056 +SIZE (cups-pk-helper-0.0.4.tar.bz2) = 266120 diff --git a/print/cups-pk-helper/pkg-descr b/print/cups-pk-helper/pkg-descr new file mode 100644 index 000000000..e496eb93d --- /dev/null +++ b/print/cups-pk-helper/pkg-descr @@ -0,0 +1,2 @@ +Cups-pk-helper is an application which makes cups configuration interfaces +available under control of PolicyKit. diff --git a/print/cups-pk-helper/pkg-plist b/print/cups-pk-helper/pkg-plist new file mode 100644 index 000000000..d1d62a8ca --- /dev/null +++ b/print/cups-pk-helper/pkg-plist @@ -0,0 +1,4 @@ +etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf +libexec/cups-pk-helper-mechanism +share/PolicyKit/policy/org.opensuse.cupspkhelper.mechanism.policy +share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service |