summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjmc <jmc>2003-06-23 16:38:40 +0000
committerjmc <jmc>2003-06-23 16:38:40 +0000
commitce2c8a5dbb24a48416f6ff42e91ebd7e3716b680 (patch)
tree8097fcd10b8699292409a9f51a2b68f1ff1f9ada /www
parent13264e7128079717eafd6dc148dab6de8c6b2232 (diff)
downloadpkgsrc-ce2c8a5dbb24a48416f6ff42e91ebd7e3716b680.tar.gz
New meta-package for dealing with privoxy's pre-reqs
of needing a user installed pre-build (as apposed to during the install). This way proper dependencies can be done and allows for building of privoxy as non-root.
Diffstat (limited to 'www')
-rw-r--r--www/privoxy-user/DESCR3
-rw-r--r--www/privoxy-user/Makefile28
-rw-r--r--www/privoxy-user/PLIST2
3 files changed, 33 insertions, 0 deletions
diff --git a/www/privoxy-user/DESCR b/www/privoxy-user/DESCR
new file mode 100644
index 00000000000..6e8f88ecdba
--- /dev/null
+++ b/www/privoxy-user/DESCR
@@ -0,0 +1,3 @@
+This is a pre-req package which ensures the existance of the privoxy user
+which is required for privoxy to build (and therefore must exist pre-build for
+the privoxy package itself).
diff --git a/www/privoxy-user/Makefile b/www/privoxy-user/Makefile
new file mode 100644
index 00000000000..4bc4eec51ac
--- /dev/null
+++ b/www/privoxy-user/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2003/06/23 16:38:41 jmc Exp $
+
+DISTNAME= privoxy-user-3.0.2
+CATEGORIES= www
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= jmc@netbsd.org
+HOMEPAGE= # empty
+COMMENT= Pre-req package for privoxy to setup user needed for build/use
+
+USE_PKGINSTALL= yes
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+PRIVOXY_USER?= privoxy
+PRIVOXY_GROUP?= privoxy
+
+USE_PKGINSTALL= YES
+PKG_GROUPS= ${PRIVOXY_GROUP}
+PKG_USERS= ${PRIVOXY_USER}:${PRIVOXY_GROUP}::Privoxy\\ user
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/privoxy-user/PLIST b/www/privoxy-user/PLIST
new file mode 100644
index 00000000000..cd0357a2ce1
--- /dev/null
+++ b/www/privoxy-user/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2003/06/23 16:38:41 jmc Exp $
+@comment this plist intentionally left empty