aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-01-03 15:54:35 +0800
committeredwin <edwin@FreeBSD.org>2003-01-03 15:54:35 +0800
commitaa387ce5985758579a1bc4f045b21d235483b593 (patch)
treed8772275702414ec5d388a06ab9a8cc3bfe55ff1 /mail
parente8cf1ced260c7230476db398e310cb56917a7018 (diff)
downloadfreebsd-ports-gnome-aa387ce5985758579a1bc4f045b21d235483b593.tar.gz
freebsd-ports-gnome-aa387ce5985758579a1bc4f045b21d235483b593.tar.zst
freebsd-ports-gnome-aa387ce5985758579a1bc4f045b21d235483b593.zip
Remove mail/twhttpd, wrong category
Diffstat (limited to 'mail')
-rw-r--r--mail/twhttpd/Makefile27
-rw-r--r--mail/twhttpd/distinfo1
-rw-r--r--mail/twhttpd/files/patch-aa11
-rw-r--r--mail/twhttpd/files/patch-ab16
-rw-r--r--mail/twhttpd/files/patch-ac11
-rw-r--r--mail/twhttpd/files/patch-ad11
-rw-r--r--mail/twhttpd/pkg-comment1
-rw-r--r--mail/twhttpd/pkg-descr14
-rw-r--r--mail/twhttpd/pkg-message5
-rw-r--r--mail/twhttpd/pkg-plist3
10 files changed, 0 insertions, 100 deletions
diff --git a/mail/twhttpd/Makefile b/mail/twhttpd/Makefile
deleted file mode 100644
index 0237da7046e4..000000000000
--- a/mail/twhttpd/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: twhttpd-1.0
-# Date created: 25 Sep 2002
-# Whom: Pieter Danhieux <opr@bsdaemon.be>
-#
-# $FreeBSD$
-#
-
-PORTNAME= twhttpd
-PORTVERSION= 1.0
-CATEGORIES= mail
-MASTER_SITES= http://www.geocities.com/samngms/twhttpd/download/
-DISTNAME= twhttpd-${PORTVERSION}
-
-MAINTAINER= opr@bsdaemon.be
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_AUTOCONF= yes
-
-do-install:
- @${INSTALL_PROGRAM} -o root -g wheel -m 0755 ${WRKSRC}/twhttpd ${PREFIX}/sbin/twhttpd
- @${INSTALL} -o root -g wheel -m 0755 ${WRKSRC}/rm_cache ${PREFIX}/sbin/rm_cache
- @${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/twhttpd.cfg ${PREFIX}/etc/twhttpd.cfg.sample
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
diff --git a/mail/twhttpd/distinfo b/mail/twhttpd/distinfo
deleted file mode 100644
index 3acf24d49358..000000000000
--- a/mail/twhttpd/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (twhttpd-1.0.tar.gz) = 09b49b470e689fc1e5917b9503cea71d
diff --git a/mail/twhttpd/files/patch-aa b/mail/twhttpd/files/patch-aa
deleted file mode 100644
index 919d055e56f1..000000000000
--- a/mail/twhttpd/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h.orig Sat Aug 31 05:40:23 2002
-+++ config.h Wed Sep 25 12:01:58 2002
-@@ -31,7 +31,7 @@
- #define CURRENT_DIR "./"
- #define DEFAULT_CACHE_DIR ".cache"
- #define DEFAULT_COOKIE_DIR ".cookie"
--#define DEFAULT_CONFIG_FILE "/etc/twhttpd.cfg"
-+#define DEFAULT_CONFIG_FILE "/usr/local/etc/twhttpd.cfg"
-
- #define SOCKET_TIMEOUT 45 /* socket timeout value */
- #define CONNECT_TIMEOUT 15 /* connect timeout value */
diff --git a/mail/twhttpd/files/patch-ab b/mail/twhttpd/files/patch-ab
deleted file mode 100644
index 21c2a4f895ab..000000000000
--- a/mail/twhttpd/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
---- httplog.c.orig Sat Dec 8 15:15:44 2001
-+++ httplog.c Wed Sep 25 12:02:28 2002
-@@ -40,6 +40,7 @@
- #include <time.h>
- #include <stdio.h>
- #include <syslog.h>
-+#include <arpa/inet.h>
- #include <netinet/in.h>
- #include <sys/time.h>
- #include <sys/socket.h>
-@@ -151,4 +152,4 @@
- }
- }
- }
--}
-+}
diff --git a/mail/twhttpd/files/patch-ac b/mail/twhttpd/files/patch-ac
deleted file mode 100644
index a663815b5f49..000000000000
--- a/mail/twhttpd/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- twhttpd.c.orig Sat Aug 31 05:16:35 2002
-+++ twhttpd.c Wed Sep 25 12:02:49 2002
-@@ -33,7 +33,7 @@
- #include <signal.h>
- #include <time.h>
- #include <unistd.h>
--#include <wait.h>
-+#include <sys/wait.h>
- #include <netinet/in.h>
- #include <sys/socket.h>
- #include <sys/types.h>
diff --git a/mail/twhttpd/files/patch-ad b/mail/twhttpd/files/patch-ad
deleted file mode 100644
index 3d5ace1c5058..000000000000
--- a/mail/twhttpd/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.in.orig Wed Sep 25 12:41:35 2002
-+++ configure.in Wed Sep 25 12:41:44 2002
-@@ -8,7 +8,7 @@
- AC_PROG_LEX
-
- dnl Checks for libraries.
--AC_CHECK_LIB(pwdb, crypt)
-+AC_CHECK_LIB(crypt, crypt)
- AC_CHECK_LIB(socket, bind)
- AC_CHECK_LIB(nsl, gethostbyname)
-
diff --git a/mail/twhttpd/pkg-comment b/mail/twhttpd/pkg-comment
deleted file mode 100644
index 635dbe9311dc..000000000000
--- a/mail/twhttpd/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Secure HTTP Proxy
diff --git a/mail/twhttpd/pkg-descr b/mail/twhttpd/pkg-descr
deleted file mode 100644
index 3cb9f05ea657..000000000000
--- a/mail/twhttpd/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-twhttpd is a powerful secure HTTP proxy.
-twhttpd protects your internal Web server by acting as an inbound proxy
-(like a reserve Squid proxy). It can also work as a secure outbound proxy
-to protect your browser client. It allows you to inspect almost every
-detail of the HTTP protocol headers, including the URL request line, the
-server version, user-agent, referrer, cookie, query, etc., in a
-easy-to-use script-like configuration file.
-This program is generally considered an "Expert Tool"; you will need
-knowledge of the HTTP protocol to configure the proxy properly.
-
-WWW: http://www.geocities.com/samngms/twhttpd/
-
-- Pieter
-opr@bsdaemon.be
diff --git a/mail/twhttpd/pkg-message b/mail/twhttpd/pkg-message
deleted file mode 100644
index 92e87913862d..000000000000
--- a/mail/twhttpd/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-***************************************************************************
-twhttpd is installed in /usr/local/sbin/
-Now copy /usr/local/etc/twhttpd.cfg.sample to twhttpd.cfg,
-and edit it.
-***************************************************************************
diff --git a/mail/twhttpd/pkg-plist b/mail/twhttpd/pkg-plist
deleted file mode 100644
index e0c8911ac315..000000000000
--- a/mail/twhttpd/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-sbin/twhttpd
-sbin/rm_cache
-etc/twhttpd.cfg.sample