pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ffproxy Add new pkg noted in PR pkg/28824 www/ffpr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12c080c56233
branches:  trunk
changeset: 505630:12c080c56233
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Thu Jan 05 19:12:35 2006 +0000

description:
Add new pkg noted in PR pkg/28824 www/ffproxy.   Minor changes by myself
from submitted version. (submitted by Niklas Olmes)

ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by
host, URL, and header. Custom header entries can be filtered and added.

diffstat:

 www/ffproxy/DESCR            |   8 ++++++++
 www/ffproxy/Makefile         |  14 ++++++++++++++
 www/ffproxy/PLIST            |  26 ++++++++++++++++++++++++++
 www/ffproxy/distinfo         |   6 ++++++
 www/ffproxy/patches/patch-aa |  12 ++++++++++++
 5 files changed, 66 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r 12508d6d9a3b -r 12c080c56233 www/ffproxy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ffproxy/DESCR Thu Jan 05 19:12:35 2006 +0000
@@ -0,0 +1,8 @@
+ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by
+host, URL, and header. Custom header entries can be filtered and added.
+It can even drop its privileges and optionally chroot() to some
+directory. Logging to syslog() is supported, as is using another
+auxiliary proxy server. An HTTP accelerator feature (acting as a
+front-end to an HTTP server) is included. Contacting IPv6 servers as
+well as binding to IPv6 is supported and allows transparent IPv6 over
+IPv4 browsing (and vice versa).
diff -r 12508d6d9a3b -r 12c080c56233 www/ffproxy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ffproxy/Makefile      Thu Jan 05 19:12:35 2006 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/05 19:12:35 garbled Exp $
+
+DISTNAME=      ffproxy-1.6
+CATEGORIES=    www
+MASTER_SITES=  http://faith.eu.org/ffproxy/
+
+MAINTAINER=    niklas%noxa.de@localhost
+HOMEPAGE=      http://faith.eu.org/programs.html\#ffproxy
+COMMENT=       Filtering HTTP/HTTPS proxy server
+
+GNU_CONFIGURE= yes
+
+CONF_FILES=    ${PREFIX}/share/ffproxy/sample.config ${PKG_SYSCONFDIR}/ffproxy.conf
+.include "../../mk/bsd.pkg.mk"
diff -r 12508d6d9a3b -r 12c080c56233 www/ffproxy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ffproxy/PLIST Thu Jan 05 19:12:35 2006 +0000
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/05 19:12:35 garbled Exp $
+bin/ffproxy
+man/man5/ffproxy.conf.5
+man/man7/ffproxy.quick.7
+man/man8/ffproxy.8
+share/ffproxy/db/access.dyndns
+share/ffproxy/db/access.host
+share/ffproxy/db/access.ip
+share/ffproxy/db/filter.header.add
+share/ffproxy/db/filter.header.drop
+share/ffproxy/db/filter.header.entry
+share/ffproxy/db/filter.header.match
+share/ffproxy/db/filter.host.match
+share/ffproxy/db/filter.rheader.drop
+share/ffproxy/db/filter.rheader.entry
+share/ffproxy/db/filter.rheader.match
+share/ffproxy/db/filter.url.match
+share/ffproxy/html/connect
+share/ffproxy/html/filtered
+share/ffproxy/html/invalid
+share/ffproxy/html/post
+share/ffproxy/html/resolve
+share/ffproxy/sample.config
+@dirrm share/ffproxy/html
+@dirrm share/ffproxy/db
+@dirrm share/ffproxy
diff -r 12508d6d9a3b -r 12c080c56233 www/ffproxy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ffproxy/distinfo      Thu Jan 05 19:12:35 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/01/05 19:12:35 garbled Exp $
+
+SHA1 (ffproxy-1.6.tar.gz) = 89c78f47f38caf8f88e9cfd0c4d71c81284f0f24
+RMD160 (ffproxy-1.6.tar.gz) = ee04548d22a5d9dd12d6ffc6a36a638b59dc46a5
+Size (ffproxy-1.6.tar.gz) = 77535 bytes
+SHA1 (patch-aa) = e5e0cc7c822470c78e95f3703b3a579f8ec39585
diff -r 12508d6d9a3b -r 12c080c56233 www/ffproxy/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ffproxy/patches/patch-aa      Thu Jan 05 19:12:35 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/01/05 19:12:35 garbled Exp $
+--- Makefile.in.orig   2006-01-05 11:50:45.000000000 -0700
++++ Makefile.in        2006-01-05 11:51:59.000000000 -0700
+@@ -62,7 +62,7 @@
+               $(DESTDIR)$(mandir)/man7 \
+               $(DESTDIR)$(mandir)/man8
+ 
+-install: installdirs install_bin install_man install_config install_sample install_data
++install: installdirs install_bin install_man install_sample install_data
+ 
+ install_bin: ffproxy
+       $(INSTALL_PROGRAM) ffproxy $(DESTDIR)$(bindir)



Home | Main Index | Thread Index | Old Index