summaryrefslogtreecommitdiff
path: root/net/delegate
diff options
context:
space:
mode:
authorcvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
committercvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
commitda1b24d6fdfe442753c8272da5432c8fcaa1f43c (patch)
tree8c7c348db30abadfdc6b77822405d9ffe7b79103 /net/delegate
parentda5bb3f20f33565c1db65018aabd8cf59023cfef (diff)
downloadpkgsrc-jlam-pkgviews.tar.gz
Creating branch jlam-pkgviewsjlam-pkgviews
Diffstat (limited to 'net/delegate')
-rw-r--r--net/delegate/DESCR10
-rw-r--r--net/delegate/MESSAGE15
-rw-r--r--net/delegate/Makefile52
-rw-r--r--net/delegate/PLIST7
-rw-r--r--net/delegate/distinfo7
-rw-r--r--net/delegate/files/delegated.sh28
-rw-r--r--net/delegate/patches/patch-aa18
-rw-r--r--net/delegate/patches/patch-ab14
8 files changed, 0 insertions, 151 deletions
diff --git a/net/delegate/DESCR b/net/delegate/DESCR
deleted file mode 100644
index 821b3e51d8c..00000000000
--- a/net/delegate/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-DeleGate is a general purpose application level gateway, or a proxy
-server which runs on multiple platforms (Unix, Windows and OS/2).
-DeleGate mediates communication of various protocols (HTTP, FTP, NNTP,
-POP, Telnet, etc.), applying cache and conversion for mediated data,
-controlling access from clients and routing toward servers. It
-translates protocols between clients and servers, merging several
-servers into a single server view with aliasing and filtering. Born
-as a tiny proxy for Gopher in March 1994, it has steadily grown into a
-general purpose proxy server. Besides proxy, DeleGate can be used as a
-simple origin server for some protocols (HTTP, FTP and NNTP).
diff --git a/net/delegate/MESSAGE b/net/delegate/MESSAGE
deleted file mode 100644
index f1e84d6d044..00000000000
--- a/net/delegate/MESSAGE
+++ /dev/null
@@ -1,15 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.6 2004/10/11 22:14:51 reed Exp $
-
-Now copy the sample script in ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/delegated to
-/etc/rc.d/delegated and edit it according to your needs.
-
-Don't forget to specify a correct e-mail address for ADMIN.
-
-You can also run an interactive configuration session by executing
-delegated with no argument.
-
-For more configuration information, consult
-${PREFIX}/share/doc/delegate/manual.html
-
-===========================================================================
diff --git a/net/delegate/Makefile b/net/delegate/Makefile
deleted file mode 100644
index 42ec5c11a6d..00000000000
--- a/net/delegate/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2006/10/04 21:53:16 wiz Exp $
-
-DISTNAME= ${PKGNAME_NOREV:S/-//}
-PKGNAME= delegate-8.9.6
-PKGREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \
- ftp://etlport.etl.go.jp/pub/DeleGate/ \
- ftp://ftp.kyushu-u.ac.jp/pub/Net/WWW/server/delegate/ \
- ftp://ftp.nec.co.jp/pub/infosys/WWW/DeleGate/ \
- ftp://ftp.fujitsu.co.jp/pub/networking/DeleGate/ \
- ftp://ftp.u-aizu.ac.jp/pub/net/DeleGate/delegate.org/ \
- ftp://ftp.eni.co.jp/pub/mirrors/delegate/ \
- ftp://ftp.ntua.gr/pub/net/gwtools/DeleGate/ \
- ftp://ftp.netsw.org/netsw/Network/IP/Firewall/Proxy/delegate/ \
- ftp://ftp.ecrc.net/pub/netsw/Network/IP/Firewall/Proxy/delegate/ \
- ftp://ftp.ecrc.de/ftp/data/ftp.ecrc.net/pub/netsw/Network/IP/Firewall/Proxy/delegate/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.delegate.org/delegate/
-COMMENT= General purpose TCP/IP proxy system
-
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+= DELEGATE_MANAGER
-DELEGATE_MANAGER?= root@localhost
-
-RCD_SCRIPTS= delegated
-FILES_SUBST+= ADMIN=${DELEGATE_MANAGER:Q}
-
-OWN_DIRS_PERMS+=${VARBASE}/spool/delegate/cache ${ROOT_USER} ${ROOT_GROUP} 1777
-OWN_DIRS_PERMS+=${VARBASE}/spool/delegate-nobody nobody nobody 755
-
-INSTALLATION_DIRS= sbin
-
-pre-build:
- @${ECHO} "ADMIN=${DELEGATE_MANAGER}" >> ${WRKSRC}/DELEGATE_CONF
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/delegated ${PREFIX}/sbin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/delegate
- ${INSTALL_DATA} ${WRKSRC}/doc/Manual.htm \
- ${PREFIX}/share/doc/delegate/manual.html
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/delegate
- ${INSTALL_DATA} ${WRKSRC}/doc/tutor-en.htm \
- ${PREFIX}/share/doc/delegate/tutorial-en.html
- ${INSTALL_DATA} ${WRKSRC}/doc/tutor-jp.htm \
- ${PREFIX}/share/doc/delegate/tutorial-jp.html
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/delegate/PLIST b/net/delegate/PLIST
deleted file mode 100644
index ece5fc92963..00000000000
--- a/net/delegate/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2005/05/02 20:34:01 reed Exp $
-sbin/delegated
-share/doc/delegate/manual.html
-share/doc/delegate/tutorial-en.html
-share/doc/delegate/tutorial-jp.html
-share/examples/rc.d/delegated
-@dirrm share/doc/delegate
diff --git a/net/delegate/distinfo b/net/delegate/distinfo
deleted file mode 100644
index cddb1dc0476..00000000000
--- a/net/delegate/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.10 2006/03/14 02:26:46 joerg Exp $
-
-SHA1 (delegate8.9.6.tar.bz2) = 9e4a0133768613f7fe2d0056f99c6942c460e5b1
-RMD160 (delegate8.9.6.tar.bz2) = a0805636f294ba5904a3153347238610b670df2e
-Size (delegate8.9.6.tar.bz2) = 1000992 bytes
-SHA1 (patch-aa) = 61db1418c4f8cc40e1ac76a2c8cf5e32c4c206ed
-SHA1 (patch-ab) = e0e02261cecdef8077447cc6969f0abfd1a989ed
diff --git a/net/delegate/files/delegated.sh b/net/delegate/files/delegated.sh
deleted file mode 100644
index 96b32ad3619..00000000000
--- a/net/delegate/files/delegated.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: delegated.sh,v 1.3 2003/07/30 11:37:03 jmmv Exp $
-#
-# PROVIDE: delegated
-# REQUIRE: DAEMON
-#
-
-if [ -f /etc/rc.subr ]
-then
- . /etc/rc.subr
-fi
-
-name="delegated"
-rcvar=${name}
-command="@PREFIX@/sbin/${name}"
-command_args="-P8080 ADMIN=@ADMIN@ CHARCODE=JIS \
- CACHEDIR=/var/spool/delegate/cache \
- EXPIRE=7d RELIABLE=hostname >/dev/null 2>&1"
-
-if [ -f /etc/rc.subr ]
-then
- load_rc_config $name
- run_rc_command "$1"
-else
- @ECHO@ -n " ${name}"
- ${command} ${delegated_flags} ${command_args} >/dev/null 2>&1
-fi
diff --git a/net/delegate/patches/patch-aa b/net/delegate/patches/patch-aa
deleted file mode 100644
index 4dea6aecafe..00000000000
--- a/net/delegate/patches/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2001/05/21 12:42:38 kim Exp $
-
---- src/lock.c.orig Tue Apr 10 23:04:47 2001
-+++ src/lock.c Mon May 21 02:25:42 2001
-@@ -138,6 +138,13 @@
-
- start = Time();
- rcode = callFuncTimeout(remain/1000,-1,func,fd);
-+#ifdef EWOULDBLOCK
-+ if (rcode == -1 && errno != EWOULDBLOCK) {
-+ /* pretend lock succeeded */
-+ rcode = 0;
-+ break;
-+ }
-+#endif
- elapse1 = (Time() - start) * 1000;
- /*{
- static int n;
diff --git a/net/delegate/patches/patch-ab b/net/delegate/patches/patch-ab
deleted file mode 100644
index c74621db56a..00000000000
--- a/net/delegate/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2006/03/14 02:26:46 joerg Exp $
-
---- mimekit/mimehead.c.orig 2006-03-14 02:18:20.000000000 +0000
-+++ mimekit/mimehead.c
-@@ -1384,8 +1384,7 @@ MIME_tmpHeaderDecode(fp,bodytoo)
- return tfp;
- }
- FILE *
--MIME_tmpHeaderEncode(fp,savFILE)
-- FILE *fp,savFILE;
-+MIME_tmpHeaderEncode(FILE *fp)
- { FILE *tin,*tfp;
- MsgLine line;
- int ch;