mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
The Horde_Auth package provides a common interface into the
various backends for the Horde authentication system. Approved by: itetcu (mentor)(implicit)
This commit is contained in:
parent
90e450c827
commit
e83e965918
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274530
@ -185,6 +185,7 @@
|
||||
SUBDIR += hmap
|
||||
SUBDIR += honggfuzz
|
||||
SUBDIR += horde-jeta
|
||||
SUBDIR += horde4-auth
|
||||
SUBDIR += hotssh
|
||||
SUBDIR += hs-SHA
|
||||
SUBDIR += hs-digest
|
||||
|
43
security/horde4-auth/Makefile
Normal file
43
security/horde4-auth/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# Ports collection makefile for: horde4-auth
|
||||
# Date created: Sun May 22, 2011
|
||||
# Whom: Beech Rintoul (<beech@FreeBSD.org>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= auth
|
||||
PORTVERSION= 1.0.3
|
||||
DISTVERSIONPREFIX=
|
||||
DISTVERSIONSUFFIX=
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= http://pear.horde.org/get/ \
|
||||
LOCAL/beech
|
||||
PKGNAMEPREFIX= horde4-
|
||||
DISTNAME= Horde_Auth-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= beech@FreeBSD.org
|
||||
COMMENT= Common interface to backends for Horde authentication
|
||||
|
||||
USE_HORDE= base
|
||||
USE_GETTEXT= yes
|
||||
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKSRC}/config && touch ${WRKSRC}/config/placeholder.dist
|
||||
|
||||
do-install:
|
||||
@${INSTALL} -d ${HORDIR}/
|
||||
@${CP} ${WRKSRC}/lib/Horde/Auth.php ${HORBAS}/
|
||||
@${CP} -Rp ${WRKSRC}/lib/Horde/Auth/ ${HORDIR}/
|
||||
@${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST}
|
||||
@${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST}
|
||||
@${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST}
|
||||
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk"
|
||||
.include <bsd.port.mk>
|
2
security/horde4-auth/distinfo
Normal file
2
security/horde4-auth/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Horde_Auth-1.0.3.tgz) = 139bfbc3ff291fc1fe5970523e9c2df7ca84ee6d7bfed092fe5eb47477d0eb3f
|
||||
SIZE (Horde_Auth-1.0.3.tgz) = 29997
|
7
security/horde4-auth/files/pkg-message.in
Normal file
7
security/horde4-auth/files/pkg-message.in
Normal file
@ -0,0 +1,7 @@
|
||||
************************************************************************
|
||||
Auth has been installed in %%HORDIR%%/.
|
||||
|
||||
Horde must be configured and the tables created; if not, see
|
||||
`pkg_info -Dx horde-base'.
|
||||
|
||||
************************************************************************
|
4
security/horde4-auth/pkg-descr
Normal file
4
security/horde4-auth/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The Horde_Auth package provides a common interface into the
|
||||
various backends for the Horde authentication system.
|
||||
|
||||
WWW: http://www.horde.org
|
27
security/horde4-auth/pkg-plist
Normal file
27
security/horde4-auth/pkg-plist
Normal file
@ -0,0 +1,27 @@
|
||||
%%HORBAS%%/Auth.php
|
||||
%%HORDIR%%/Auto.php
|
||||
%%HORDIR%%/Base.php
|
||||
%%HORDIR%%/Composite.php
|
||||
%%HORDIR%%/Customsql.php
|
||||
%%HORDIR%%/Cyrsql.php
|
||||
%%HORDIR%%/Exception.php
|
||||
%%HORDIR%%/Ftp.php
|
||||
%%HORDIR%%/Http.php
|
||||
%%HORDIR%%/Http/Remote.php
|
||||
%%HORDIR%%/Imap.php
|
||||
%%HORDIR%%/Ipbasic.php
|
||||
%%HORDIR%%/Kolab.php
|
||||
%%HORDIR%%/Ldap.php
|
||||
%%HORDIR%%/Login.php
|
||||
%%HORDIR%%/Msad.php
|
||||
%%HORDIR%%/Pam.php
|
||||
%%HORDIR%%/Passwd.php
|
||||
%%HORDIR%%/Peclsasl.php
|
||||
%%HORDIR%%/Radius.php
|
||||
%%HORDIR%%/Shibboleth.php
|
||||
%%HORDIR%%/Smb.php
|
||||
%%HORDIR%%/Smbclient.php
|
||||
%%HORDIR%%/Sql.php
|
||||
@dirrm %%HORDIR%%/Http
|
||||
@dirrmtry %%HORDIR%%
|
||||
@dirrmtry %%HORBAS%%
|
Loading…
Reference in New Issue
Block a user