aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_ticket
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2012-01-02 03:30:58 +0800
committerohauer <ohauer@FreeBSD.org>2012-01-02 03:30:58 +0800
commit43ac3f65169f06c55e36580ed1f86032c363482d (patch)
treeb90b74daf642363162b175c5d7a1edd1289fc9d1 /www/mod_ticket
parentad6e506cd88ffdb0ce111f8b8eb9a93974c36ad5 (diff)
downloadfreebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.tar.gz
freebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.tar.zst
freebsd-ports-gnome-43ac3f65169f06c55e36580ed1f86032c363482d.zip
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 ) with hat apache@
Diffstat (limited to 'www/mod_ticket')
-rw-r--r--www/mod_ticket/Makefile34
-rw-r--r--www/mod_ticket/distinfo2
-rw-r--r--www/mod_ticket/pkg-descr5
3 files changed, 0 insertions, 41 deletions
diff --git a/www/mod_ticket/Makefile b/www/mod_ticket/Makefile
deleted file mode 100644
index f9618e1915cc..000000000000
--- a/www/mod_ticket/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: mod_ticket
-# Date created: 10 April 2001
-# Whom: will
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_ticket
-PORTVERSION= 1.0
-CATEGORIES= www
-# mastersite disappeared in March 2003, no replacement found
-MASTER_SITES= # http://germ.semiotek.com/ticket/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .c
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Apache module for a digitally signed ticket in URL
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-MAKE_JOBS_SAFE= yes
-
-CONFLICTS= apache-contrib-1.*
-
-USE_APACHE= 13
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-do-extract:
- ${MKDIR} ${WRKSRC}/
- ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/
-
-.include <bsd.port.mk>
diff --git a/www/mod_ticket/distinfo b/www/mod_ticket/distinfo
deleted file mode 100644
index db7143b36733..000000000000
--- a/www/mod_ticket/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_ticket.c) = 6eaea13735372be890e10fba2fd84c4ae0194e0b342110878effc7e0f8f09084
-SIZE (mod_ticket.c) = 25553
diff --git a/www/mod_ticket/pkg-descr b/www/mod_ticket/pkg-descr
deleted file mode 100644
index 891fb47e7b71..000000000000
--- a/www/mod_ticket/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache module mod_ticket scans a URI for a digitally signed ticket
-and, if the md5 signature is valid, makes it available as $TICKET
-in the environment of sub-processes. The signature is generated
-from a shared secret combined with the ticket value and the IP of
-the remote user.