diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/horde4-auth/Makefile | 47 | ||||
-rw-r--r-- | security/horde4-auth/distinfo | 2 | ||||
-rw-r--r-- | security/horde4-auth/files/pkg-message.in | 7 | ||||
-rw-r--r-- | security/horde4-auth/pkg-descr | 4 | ||||
-rw-r--r-- | security/horde4-auth/pkg-plist | 27 |
6 files changed, 0 insertions, 88 deletions
diff --git a/security/Makefile b/security/Makefile index fbb9d1e8e637..0737c74c4a82 100644 --- a/security/Makefile +++ b/security/Makefile @@ -186,7 +186,6 @@ SUBDIR += hmap SUBDIR += honggfuzz SUBDIR += horde-jeta - SUBDIR += horde4-auth SUBDIR += hotssh SUBDIR += hs-SHA SUBDIR += hs-digest diff --git a/security/horde4-auth/Makefile b/security/horde4-auth/Makefile deleted file mode 100644 index a6cdbc57c0c7..000000000000 --- a/security/horde4-auth/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# 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= -PORTREVISION= 1 -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 - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -AUTHDIR= Auth -HORDIR= ${HORBAS}${AUTHDIR:S|^|/|:S|/horde||} - -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> diff --git a/security/horde4-auth/distinfo b/security/horde4-auth/distinfo deleted file mode 100644 index 0b574ba5cc72..000000000000 --- a/security/horde4-auth/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Auth-1.0.3.tgz) = 139bfbc3ff291fc1fe5970523e9c2df7ca84ee6d7bfed092fe5eb47477d0eb3f -SIZE (Horde_Auth-1.0.3.tgz) = 29997 diff --git a/security/horde4-auth/files/pkg-message.in b/security/horde4-auth/files/pkg-message.in deleted file mode 100644 index 35369c60f329..000000000000 --- a/security/horde4-auth/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Auth has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/security/horde4-auth/pkg-descr b/security/horde4-auth/pkg-descr deleted file mode 100644 index ee4a7136ded8..000000000000 --- a/security/horde4-auth/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The Horde_Auth package provides a common interface into the -various backends for the Horde authentication system. - -WWW: http://www.horde.org diff --git a/security/horde4-auth/pkg-plist b/security/horde4-auth/pkg-plist deleted file mode 100644 index 1f2a6d2a2535..000000000000 --- a/security/horde4-auth/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -%%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%%
\ No newline at end of file |