From owner-freebsd-ports Sun Mar 17 05:48:51 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA14839 for ports-outgoing; Sun, 17 Mar 1996 05:48:51 -0800 (PST) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA14827 for ; Sun, 17 Mar 1996 05:48:45 -0800 (PST) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) id OAA21395; Sun, 17 Mar 1996 14:30:25 +0100 (MET) Received: (from andreas@localhost) by knobel.gun.de (8.7.5/8.7.3) id OAA04867; Sun, 17 Mar 1996 14:31:31 +0100 (MET) From: Andreas Klemm Message-Id: <199603171331.OAA04867@knobel.gun.de> Subject: Updated knews port from 0.9.3 to 0.9.5, here the diffs To: asami@cs.berkeley.edu (Satoshi Asami) Date: Sun, 17 Mar 1996 14:31:30 +0100 (MET) Cc: ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL13 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Satoshi ! How are you ?! Hope you fell well ;-) Here are my diffs for the new knews version. Unluckily I wasn't able to find a ftp site that carries this new knews stuff... I found this version on a knews homepage and got it via http... So you should get knews and place it onto the default MASTER_SITE in the FreeBSD universe ;-) Here the URL, where I got it from ... From that page you can easily navigate to the http_link, to get the sources. http://www.matematik.su.se/users/kjj/knews.html I'll inform the author about that and will additionally send him the patches, so that the patches will come into the the standard knews sources. If the sources will be put on sunsite and the other ftp sites, we can reactivate the additional MASTER sites in the Makefile. Have a nice sunday Andreas /// Index: Makefile =================================================================== RCS file: /cvs/ports/news/knews/Makefile,v retrieving revision 1.1.1.1 diff -r1.1.1.1 Makefile 2,3c2,3 < # Version required: 0.9.3 < # Date created: Sat Nov 18 15:23:47 MET 1995 --- > # Version required: 0.9.5 > # Date: Sun Mar 17 13:52:34 MET 1996 8,9c8,10 < DISTNAME= knews-0.9.3 < PKGNAME= knews-0.9.3 --- > DISTNAME= knews-0.9.5 > PKGNAME= knews-0.9.5 > WRKSRC= ${WRKDIR}/knews 12,15d12 < MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/X11/xapps/networked/ < MASTER_SITES+= ftp://ftp.cc.gatech.edu/ac88/linux/X11/xapps/networked/ < MASTER_SITES+= ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/X11/xapps/networked/ < MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/X11/xapps/networked/ 17,19c14,22 < # perhaps Andreas is going to maintain it personally some day... :) < #MAINTAINER= andreas@knobel.gun.de < MAINTAINER= joerg --- > # commented out the list of master sites, because they still > # doesn't have the new stuff online > # > #MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/X11/xapps/networked/ > #MASTER_SITES+= ftp://ftp.cc.gatech.edu/ac88/linux/X11/xapps/networked/ > #MASTER_SITES+= ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/X11/xapps/networked/ > #MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/X11/xapps/networked/ > > MAINTAINER= andreas@knobel.gun.de Index: files/md5 =================================================================== RCS file: /cvs/ports/news/knews/files/md5,v retrieving revision 1.1.1.1 diff -r1.1.1.1 md5 1c1 < MD5 (knews-0.9.3.tar.gz) = a334f15710040284d74246b7d4c20fe4 --- > MD5 (knews-0.9.5.tar.gz) = bf031b1d714a9e71c99c0b0155c32c85 Index: patches/patch-aa =================================================================== RCS file: /cvs/ports/news/knews/patches/patch-aa,v retrieving revision 1.1.1.1 diff -r1.1.1.1 patch-aa 1,2c1,2 < *** configure.h.orig Sat Nov 18 17:06:08 1995 < --- configure.h Sat Nov 18 17:08:26 1995 --- > *** configure.h.orig Sun Jan 21 14:28:57 1996 > --- configure.h Sun Mar 17 14:22:23 1996 4,6c4,7 < *** 6,12 **** < * You'll probably want to leave this as sendmail, but make sure the path < * is right. If you don't have sendmail, use /bin/false :-). --- > *** 16,22 **** > --- 16,26 ---- > * which will cause knews to pop up a nice notice for the user. > * 8,16c9,13 < ! #define MAIL_COMMAND "/usr/lib/sendmail -t" < < < /* This macro controls the generation of email addresses. < --- 6,12 ---- < * You'll probably want to leave this as sendmail, but make sure the path < * is right. If you don't have sendmail, use /bin/false :-). < */ < ! #define MAIL_COMMAND "/usr/sbin/sendmail -t" --- > + #ifdef __FreeBSD__ > + #define MAIL_COMMAND "/usr/sbin/sendmail -t" > + #else > #define MAIL_COMMAND "/usr/lib/sendmail -t" > + #endif 21,29c18,19 < *** 33,39 **** < * Both %s and %i are optional, although the editor will not be much use < * if you don't specify %s... < */ < ! #define DEFAULT_EDIT_COMMAND "xterm -e vi +%i %s" < < < /* The default NNTPSERVER. Basically: don't set this, use $NNTPSERVER < --- 33,39 ---- --- > *** 43,49 **** > --- 47,57 ---- 33c23,27 < ! #define DEFAULT_EDIT_COMMAND "xterm -cr red -fn 10x20 -bg lightsteelblue -e vi +%i %s" --- > + #ifdef __FreeBSD__ > + #define DEFAULT_EDIT_COMMAND "xterm -cr red -fn 10x20 -bg lightsteelblue -e vi +%i %s" > + #else > #define DEFAULT_EDIT_COMMAND "xterm -e vi +%i %s" > + #endif Index: pkg/COMMENT =================================================================== RCS file: /cvs/ports/news/knews/pkg/COMMENT,v retrieving revision 1.1.1.1 diff -r1.1.1.1 COMMENT 1c1 < knews-0.9.3: Knews is a threaded nntp newsreader for X --- > knews-0.9.5: Knews is a threaded nntp newsreader for X -- andreas@knobel.gun.de /\/\___ Wiechers & Partner Datentechnik GmbH Andreas Klemm ___/\/\/ $$ Support Unix - aklemm@wup.de $$ pgp p-key http://www-swiss.ai.mit.edu/~bal/pks-toplev.html >>> powered by <<< ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz >>> FreeBSD <<< "Ich bleibe bei der Aussage und trotze den Flames. :-)" Ulli Horlacher 02/96