aboutsummaryrefslogtreecommitdiff
path: root/www/mod_ntlm
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
commit2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch)
tree3d7591c78a947273efae6c582aacdca524e69528 /www/mod_ntlm
parentd800016e3408fa62b2ffd8ead6e8ab7abb84a0bb (diff)
downloadports-2c96f26a12ae4d0474c70d61c6cab483c2865f49.tar.gz
ports-2c96f26a12ae4d0474c70d61c6cab483c2865f49.zip
Notes
Diffstat (limited to 'www/mod_ntlm')
-rw-r--r--www/mod_ntlm/Makefile44
-rw-r--r--www/mod_ntlm/distinfo2
-rw-r--r--www/mod_ntlm/pkg-descr11
-rw-r--r--www/mod_ntlm/pkg-plist5
4 files changed, 0 insertions, 62 deletions
diff --git a/www/mod_ntlm/Makefile b/www/mod_ntlm/Makefile
deleted file mode 100644
index c16cd34f3a94..000000000000
--- a/www/mod_ntlm/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: mod_ntlm
-# Date created: 04 July 2004
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_ntlm
-PORTVERSION= 0.4
-CATEGORIES= www
-MASTER_SITES= SF/modntlm/modntlm/${PORTVERSION}
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= NTLM authentication module for the Apache webserver
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-USE_APACHE= 13
-MAKE_ENV= APXS=${APXS}
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- ${FIND} ${WRKSRC}/smbval -name "*.inc.c" -type f|${XARGS} \
- ${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g"
- ${REINPLACE_CMD} -e "s/APXS=.*//" ${WRKSRC}/Makefile
- ${REINPLACE_CMD} -e "s!#include <sys/vfs.*!!" \
- ${WRKSRC}/smbval/smbencrypt.inc.c
-.if ${OSVERSION} >= 700042
- ${REINPLACE_CMD} -e "s/extern/static/" ${WRKSRC}/smbval/smblib-priv.h
-.endif
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
- @${MKDIR} ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/Documentation/mod_ntlm.html ${DOCSDIR}/
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/www/mod_ntlm/distinfo b/www/mod_ntlm/distinfo
deleted file mode 100644
index 6f78f7c2d7d5..000000000000
--- a/www/mod_ntlm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_ntlm-0.4.tar.gz) = ef85369dcc35023049a91d47c9a31f90f922bc40ae263c33122dd61ef897834b
-SIZE (mod_ntlm-0.4.tar.gz) = 40968
diff --git a/www/mod_ntlm/pkg-descr b/www/mod_ntlm/pkg-descr
deleted file mode 100644
index 421a90153378..000000000000
--- a/www/mod_ntlm/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-NTLM is an authentication protocol used by Microsoft Internet
-Informations Server(tm) and Microsoft Internet Explorer(tm). While it
-is not really secure, it offers background authentication (the
-workstation logon credentials of users are passed through to the web
-server). This feature is widely used in intranets based on these
-Microsoft products.
-
-This module is implementing NTLM authentication for Apache on Unix
-platforms.
-
-WWW: http://modntlm.sourceforge.net/
diff --git a/www/mod_ntlm/pkg-plist b/www/mod_ntlm/pkg-plist
deleted file mode 100644
index 57cd569e9f01..000000000000
--- a/www/mod_ntlm/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%APACHEMODDIR%%/%%AP_MODULE%%
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F
-%%PORTDOCS%%%%DOCSDIR%%/mod_ntlm.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%