From bb74c014caf4466d3745e62d52f7a8daad421db3 Mon Sep 17 00:00:00 2001 From: mm Date: Thu, 7 Jul 2011 18:51:05 +0000 Subject: Package for managing and accessing the Horde groups system. WWW: http://pear.horde.org --- security/Makefile | 1 + security/pear-Horde_Group/Makefile | 18 ++++++++++++++++++ security/pear-Horde_Group/distinfo | 2 ++ security/pear-Horde_Group/pkg-descr | 3 +++ 4 files changed, 24 insertions(+) create mode 100644 security/pear-Horde_Group/Makefile create mode 100644 security/pear-Horde_Group/distinfo create mode 100644 security/pear-Horde_Group/pkg-descr (limited to 'security') diff --git a/security/Makefile b/security/Makefile index 733fa406e187..cc6f552d9034 100644 --- a/security/Makefile +++ b/security/Makefile @@ -605,6 +605,7 @@ SUBDIR += pear-File_Passwd SUBDIR += pear-File_SMBPasswd SUBDIR += pear-HTML_Crypt + SUBDIR += pear-Horde_Group SUBDIR += pear-Horde_Secret SUBDIR += pear-LiveUser SUBDIR += pear-LiveUser_Admin diff --git a/security/pear-Horde_Group/Makefile b/security/pear-Horde_Group/Makefile new file mode 100644 index 000000000000..31c4bba602f6 --- /dev/null +++ b/security/pear-Horde_Group/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: pear-Horde_Group +# Date created: 7 July 2011 +# Whom: Martin Matuska +# +# $FreeBSD$ + +PORTNAME= Horde_Group +PORTVERSION= 1.0.1 +CATEGORIES= security www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Horde User Groups System + +USE_HORDE_RUN= Horde_Exception Horde_Util + +.include +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include diff --git a/security/pear-Horde_Group/distinfo b/security/pear-Horde_Group/distinfo new file mode 100644 index 000000000000..4439e8988d0e --- /dev/null +++ b/security/pear-Horde_Group/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Group-1.0.1.tgz) = 456af2021712f4285563da03271734a4555e3235f0a55d84f724c6ab8bbc7df2 +SIZE (Horde/Horde_Group-1.0.1.tgz) = 11739 diff --git a/security/pear-Horde_Group/pkg-descr b/security/pear-Horde_Group/pkg-descr new file mode 100644 index 000000000000..c29316ee8cdf --- /dev/null +++ b/security/pear-Horde_Group/pkg-descr @@ -0,0 +1,3 @@ +Package for managing and accessing the Horde groups system. + +WWW: http://pear.horde.org -- cgit