diff options
author | abs <abs@pkgsrc.org> | 2000-02-09 17:44:50 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2000-02-09 17:44:50 +0000 |
commit | 05fc3df1419c73d64b247ec269da63cd9aad9dc4 (patch) | |
tree | 97b36a0ff99e73163b0d4571ab332c3a725d950b /www/ijb | |
parent | a0985e1f71dc3e6c8d2fa9259da6b1eb23f16b4e (diff) | |
download | pkgsrc-05fc3df1419c73d64b247ec269da63cd9aad9dc4.tar.gz |
The Internet Junkbuster Proxy blocks unwanted banner ads and cookies
Diffstat (limited to 'www/ijb')
-rw-r--r-- | www/ijb/Makefile | 19 | ||||
-rw-r--r-- | www/ijb/files/md5 | 3 | ||||
-rw-r--r-- | www/ijb/files/patch-sum | 3 | ||||
-rw-r--r-- | www/ijb/patches/patch-aa | 22 | ||||
-rw-r--r-- | www/ijb/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/ijb/pkg/DESCR | 3 | ||||
-rw-r--r-- | www/ijb/pkg/PLIST | 5 |
7 files changed, 56 insertions, 0 deletions
diff --git a/www/ijb/Makefile b/www/ijb/Makefile new file mode 100644 index 00000000000..6e4d9ff0f01 --- /dev/null +++ b/www/ijb/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/09 17:44:50 abs Exp $ +# + +DISTNAME= ijb20 +PKGNAME= ijb-2.0.2 +CATEGORIES= www +MASTER_SITES= http://www.junkbuster.com/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= abs@netbsd.org +HOMEPAGE= http://www.junkbuster.com/ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/junkbuster ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/junkbuster.1 ${PREFIX}/man/man1 + ${MKDIR} ${PREFIX}/share/examples/junkbuster + ${INSTALL_DATA} ${WRKSRC}/junkbstr.ini ${PREFIX}/share/examples/junkbuster/junkbuster.ini + +.include "../../mk/bsd.pkg.mk" diff --git a/www/ijb/files/md5 b/www/ijb/files/md5 new file mode 100644 index 00000000000..8d73e75daf8 --- /dev/null +++ b/www/ijb/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/02/09 17:44:51 abs Exp $ + +MD5 (ijb20.tar.Z) = 1404ac1659334aecd4aa86db6a8b8edf diff --git a/www/ijb/files/patch-sum b/www/ijb/files/patch-sum new file mode 100644 index 00000000000..051c3f3d190 --- /dev/null +++ b/www/ijb/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/02/09 17:44:51 abs Exp $ + +MD5 (patch-aa) = 516ecedcf04e930f0cce7a4420e1b484 diff --git a/www/ijb/patches/patch-aa b/www/ijb/patches/patch-aa new file mode 100644 index 00000000000..9510074efb8 --- /dev/null +++ b/www/ijb/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/02/09 17:44:51 abs Exp $ + +--- Makefile.orig Sat Oct 31 03:58:47 1998 ++++ Makefile Wed Feb 9 16:06:35 2000 +@@ -8,7 +8,7 @@ + PROG = junkbuster + O = o + RM = rm -f +-MORE_CFLAGS = -g ++MORE_CFLAGS = -O2 + + # use this for Solaris 2.x + #LDFLAGS = -lnsl -lsocket +@@ -52,7 +52,7 @@ + OBJS = jcc.$(O) parsers.$(O) filters.$(O) loaders.$(O) bind.$(O) conn.$(O) \ + encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O) + +-$(PROG): $(OBJS) ++$(PROG) all: $(OBJS) + $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LDFLAGS) + + clean: diff --git a/www/ijb/pkg/COMMENT b/www/ijb/pkg/COMMENT new file mode 100644 index 00000000000..dc077ec3fbe --- /dev/null +++ b/www/ijb/pkg/COMMENT @@ -0,0 +1 @@ +The Internet Junkbuster Proxy blocks unwanted banner ads and cookies diff --git a/www/ijb/pkg/DESCR b/www/ijb/pkg/DESCR new file mode 100644 index 00000000000..319aad28feb --- /dev/null +++ b/www/ijb/pkg/DESCR @@ -0,0 +1,3 @@ +The Internet Junkbuster Proxy (TM) blocks unwanted banner ads and +protects your privacy from cookies and other threats. It works +with almost any browser. Installation typically takes minutes. diff --git a/www/ijb/pkg/PLIST b/www/ijb/pkg/PLIST new file mode 100644 index 00000000000..439fabf4412 --- /dev/null +++ b/www/ijb/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/09 17:44:51 abs Exp $ +bin/junkbuster +man/man1/junkbuster.1 +share/examples/junkbuster/junkbuster.ini +@dirrm share/examples/junkbuster |