head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1 comdex-fall-1999:1.1; locks; strict; comment @# @; 1.5 date 2001.11.01.01.28.26; author zuntum; state dead; branches; next 1.4; 1.4 date 2001.01.29.11.34.34; author wiz; state Exp; branches; next 1.3; 1.3 date 2000.10.17.10.32.40; author wennmach; state Exp; branches; next 1.2; 1.2 date 2000.09.12.17.23.02; author wennmach; state Exp; branches; next 1.1; 1.1 date 99.10.11.13.39.33; author wennmach; state Exp; branches; next ; desc @@ 1.5 log @Move pkg/ files into package's toplevel directory @ text @=============================================================================== $NetBSD: MESSAGE,v 1.4 2001/01/29 11:34:34 wiz Exp $ Jitterbug now has successfully been installed on your system. Before using jitterbug you should perform the following steps: o Set a system password for the ${JB_USER} user (as root) o Set a htpasswd for the ${JB_USER} user (using htpasswd): htpasswd ${PREFIX}/${JB_USER}/etc/jitterbug.auth ${JB_USER} o Customize (if necessary) ${PREFIX}/etc/jitterbug/${JB_PACKAGE} and ${PREFIX}/etc/jitterbug/${JB_PACKAGE}.private o Customize the html documents in the project's bug tracking directory: ${PREFIX}/${JB_USER}/${JB_PACKAGE}/bug_tracking o Add an alias for ${JB_USER} to your mail aliases: The details on how to do this depend on which MTA you use. For standard sendmail, add the following lines to your aliases files (/etc/aliases or /etc/mail/aliases): ${JB_LOCALMAIL}: "|${PREFIX}/${JB_USER}/bin/new_message ${JB_PACKAGE}" o Append ${PREFIX}/etc/jitterbug/httpd.conf.add to your httpd.conf (typically ${PREFIX}/etc/httpd/httpd.conf) and restart your httpd. =============================================================================== @ 1.4 log @Add automatic ${VARIABLE} handling for MESSAGE files. Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @@VARIABLE@@, nor @@@@VARIABLE@@@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. @ text @d2 1 a2 1 $NetBSD$ @ 1.3 log @Correct instruction on what to put into the mail alias file. Pointed out to me by Hubert Feyrer in private e-mail. @ text @d1 2 a3 1 =============================================================================== d8 1 a8 1 o Set a system password for the @@JB_USER@@ user (as root) d10 2 a11 2 o Set a htpasswd for the @@JB_USER@@ user (using htpasswd): htpasswd @@PREFIX@@/@@JB_USER@@/etc/jitterbug.auth @@JB_USER@@ d14 2 a15 2 @@PREFIX@@/etc/jitterbug/@@JB_PACKAGE@@ and @@PREFIX@@/etc/jitterbug/@@JB_PACKAGE@@.private d18 1 a18 1 @@PREFIX@@/@@JB_USER@@/@@JB_PACKAGE@@/bug_tracking d20 1 a20 1 o Add an alias for @@JB_USER@@ to your mail aliases: d24 1 a24 1 @@JB_LOCALMAIL@@: "|@@PREFIX@@/@@JB_USER@@/bin/new_message @@JB_PACKAGE@@" d26 2 a27 2 o Append @@PREFIX@@/etc/jitterbug/httpd.conf.add to your httpd.conf (typically @@PREFIX@@/etc/httpd/httpd.conf) and restart your httpd. a29 1 @ 1.2 log @Overhaul of the jitterbug package. No longer modify /etc/aliases and httpd.conf (fixes PR 10126). Also, jitterbug does not depend on apache any longer. @ text @d23 1 a23 1 @@JB_LOCALMAIL@@: "|@@PREFIX@@/@@JB_USER@@/bin/new_message" @ 1.1 log @Fixed some minor problems of this pkg, including: o do not require $JB_PACKAGE to be set to a bug category; if $JB_PACKAGE is not set, the default category "test" is used o the above will also fix the error messages on nbftp occuring in update-distfiles (hi veego!) o make proper use of "DEINSTALL" and "MESSAGE" files so that installing (and deinstalling) of jitterbug from pkgsrc/as binary makes no difference o when echoing the defaults for JB_USER, JB_USERID, etc, use the actual variables, not hardcoded values o ownership of jitterbig.config fixed (@@JB_USER@@ instead of root) @ text @d18 10 @