Commit graph

178 commits

Author SHA1 Message Date
tron
15a0e5e1d9 Remove build dependence on "bison" package because the "configure" script
can be convinced to use NetBSD's "yacc" instead. Patch supplied by
David Rankin in PR pkg/8516.
1999-09-30 17:35:21 +00:00
kim
4556761de0 Make this work on Solaris.
NOTE:  It is nice to have "make extract" just unpack and not overwrite
any files, so it can be used to investigate pkg problems.  This is why
I chose to not use "post-extract" to patch files.  I use "post-patch"
instead.

I'll need to test this on NetBSD now...
1999-09-20 21:43:32 +00:00
kim
383adcd615 Add Id and comment about manual editing. 1999-09-20 19:23:16 +00:00
kim
47f71f430d Support for Solaris. 1999-09-20 19:21:21 +00:00
kim
13248c7fad Moved to config.NetBSD.sh,v 1999-09-20 18:52:06 +00:00
kim
b1e6c07047 Moved from config.sh,v 1999-09-20 18:52:05 +00:00
tron
63f81569d9 Remove me as maintainer of this package. The current version was committed
by Kimmo Suominen.
1999-09-14 14:07:43 +00:00
fredb
7d907c661a Fix egcs warning--sprintf() needs to #include <stdio.h>. 1999-08-25 11:22:15 +00:00
tron
57ead3cd01 Make sure that "bison" binary from package sources is used. 1999-08-24 14:18:53 +00:00
tron
5ca933ef2b Sync. 1999-08-23 11:19:28 +00:00
tron
95f4499f78 Remove bogus master site. 1999-08-23 10:59:18 +00:00
kim
a38e1aab2d Forgot to put in the original master site... 1999-08-22 22:59:59 +00:00
kim
07eded835b Upgrade to nn 6.5.4. The main reason for the upgrade is to run completely
over NNTP without any access to a news spool file system.  NOV is accessed
using the XOVER command (INN has this and it is available for nntpd too).
1999-08-22 22:55:45 +00:00
rh
c93189ceae Add and enable newscache. 1999-08-22 13:46:27 +00:00
rh
cbf16a4308 Initial import of newscache-0.99.15, a free cache server for USENET News. 1999-08-22 13:44:19 +00:00
agc
9ddc439a72 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Also clean up inclusion of files, and include a missing bsd.prefs.mk
1999-08-18 09:08:10 +00:00
agc
30ddf4d2ed Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 08:38:51 +00:00
agc
f721b0e129 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
1999-08-18 08:28:09 +00:00
tron
7ac178ce42 Add INN package to conflict list. 1999-07-29 22:37:35 +00:00
tron
705015f9a9 Because INN fails at many places when its binaries are not installed in
"${PREFIX}/bin" it gets installed to "${PREFIX}/inn" now. Only the
manual pages and the configuration file examples remain at the old
location.
1999-07-29 21:15:46 +00:00
tron
ab2fbe1d56 Install INN binaries to "${LOCALBASE}/libexec/inn". Only "inews" is
linked to "${LOCALBASE}/bin". Fixes PR pkg/8110 by Wolfgang Rupprecht.
1999-07-29 20:27:19 +00:00
tron
b2ec5d5d25 Use NNTP even if we run on the NNTP server because modern news systems
e.g. INN using its Storage API might not support the acient spool
directory structure.
1999-07-26 21:49:49 +00:00
tron
383fd39b5a Split patches and convert to diff's unified output format. 1999-07-26 21:19:22 +00:00
tron
da7bb6dd85 Create configuration files in "${PREFIX}/etc/nntp" automatically so that
newsreaders like "nn" or "trn" can use them.
1999-07-26 20:56:23 +00:00
tron
5f2ed25075 New variable "USE_INN" to use "inn" instead of "nntclnt" to provide
"inews" binary for newsreaders.
1999-07-26 19:47:37 +00:00
tron
a4dd317ea2 Use "su" with "-c" so that it works for accounts with login shell other
than "/bin/sh", too.
1999-07-24 17:38:14 +00:00
tron
12a7095089 "rc.news" should be started with "su news" of course. 1999-07-24 17:07:27 +00:00
tron
d975bbd04a Allow user to specify a FQDN in resource "Knews.mailName". 1999-07-24 12:02:32 +00:00
frueauf
de0e94ccfe sync. 1999-07-23 15:48:44 +00:00
frueauf
90bd19fddd Add -Dunix to compiler options. 1999-07-23 15:48:16 +00:00
mycroft
00f045cdf8 libslang to 1.3.8 1999-07-22 07:10:47 +00:00
tron
0a280c8b56 We want to start "rc.news" and not "inndstart" of course. 1999-07-21 22:50:31 +00:00
tron
2f2569f5ad "make install" could clobber files in "${INN_DATA_DIR}/etc" while
"pkg_add" worked fine.
1999-07-21 22:29:36 +00:00
tron
8e1e001c9c Add standard script to launch INN at system startup. 1999-07-21 20:38:55 +00:00
tron
51dcf0b115 Adding arbitrary accounts (e.g. UUCP accounts) to the "news" group is a
possible security problem while execute permission for "rnews" for
everyone is not. So install "rnews" with mode 4555 instead of 4550.
1999-07-21 20:02:00 +00:00
tron
0e7143d47f Make a few enhancements to "sendbatch". 1999-07-18 23:36:55 +00:00
tron
74e8b91041 Update INN package to version 2.2. This update is based on the patches
supplied by Chris Jones in PR pkg/7597.
1999-07-18 23:34:12 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
tron
3e569b15af Remove redundant "--prefix=..." from ${CONFIGURE_ARGS}. 1999-06-22 07:35:32 +00:00
tron
35c9aac0ba Update dependence on "libslang" package to version 1.3.7. 1999-06-22 07:34:15 +00:00
christos
264fa3ee05 compensate for fieldwidth overflows 1999-06-02 18:21:23 +00:00
mjl
2e4d436425 Update to slrn-0.9.5.9 1999-05-18 22:01:36 +00:00
mjl
86dc33bd97 Update to slrn-0.9.5.6 1999-05-18 22:01:35 +00:00
tv
506b76ba4b Sort. 1999-04-30 17:16:12 +00:00
tron
d286db26a9 Fix run time library search path. 1999-04-23 21:41:25 +00:00
mjl
14122c3669 Update to 0.9.5.4. Relevant changes:
0. Misc bug fixes, including:
    * slrn now honors port information encoded in hostname when
      refreshing newsgroups.
1. Tweak to generation of NEWGROUPS server command to make it y2k
   compliant.  (In my opinion, the protocol is weak in this area)
3. New configuration variable: set simulate_graphic_chars 0
4. Patch from Hubert Figuiere <Hubert.Figuiere@solsoft.fr> to handle
   (broken?) knews iso-latin1 mime encoding.
5. New configuration variable: set auto_mark_article_as_read 1
   If zero, reading an article will not cause it to be marked as read.
6. It is now possible to specify what headers to show via the .slrnrc
   line:
       visible_headers "From:,Subject:,Newsgroups:,Followup-To:,Reply-To:"
7. Tweak to group.c:group_sync_group_with_server courtesy of
   stesch@parsec.rhein-neckar.de (Stefan Scholl).
1999-04-12 22:30:39 +00:00
tron
6f2e8d1a64 Update for "knews" package to version 1.0b1 supplied by Frederick Bruckman
in PR pkg/7151:
- XFace support.
- Misc. bugfixes based on patches from Matthias Scheler,
  Christian Bauernfeind and Greg Ubben.
1999-03-14 15:07:20 +00:00
rh
fa7041ca83 Remove mirror sites that do not carry the current version of nntpcache.
Add some new mirror sites.
1999-03-10 14:05:40 +00:00
agc
1bb3007c04 s/make/${MAKE}/g 1999-03-08 10:53:55 +00:00
tron
4b8cb793c0 Update dependence for "png" package. 1999-03-04 13:51:17 +00:00
tv
160ac103ef Update to 2.3.3, including some changes from FreeBSD's port. Update
approved by proff@nntpcache.org (one of the authors, who runs it on
NetBSD).
1999-02-23 00:38:04 +00:00
tv
b50fe05f0d pkglint: rcsid 1999-02-22 21:38:56 +00:00
tv
4c4fb32893 Add and enable trn. 1999-02-22 16:13:20 +00:00
tv
0e51f362fa A package for trn, the threaded version of the classic rn newsreader. 1999-02-22 16:12:07 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
frueauf
3c72106c60 Add "ulimit -d ulimit -H -d" to news.daily. Provided in pr 6978
by Chris Jones.
1999-02-11 07:52:43 +00:00
hubertf
06881034f8 sendmail is in /usr/sbin, not /usr/lib.
Reported by <torppa@staff.megabaud.fi> in PR 6966.
1999-02-09 01:06:47 +00:00
tron
726fda2aee Add "x11" to category list. 1999-01-25 20:09:09 +00:00
tron
c30a893484 Two fixes by Christian Bauernfeind:
- fix broken tabulator rendering
- fix a typo
1999-01-25 19:41:37 +00:00
tv
056e008d04 Update to 19981225. 1999-01-06 18:04:19 +00:00
frueauf
a0044c9eb4 Add missing rcs ids. 1998-10-31 23:06:31 +00:00
frueauf
0e197e4788 Remove unnecesary mkdir rule. 1998-10-31 23:04:37 +00:00
frueauf
97eec43ede Set proper PKGNAME (name-version sheme); remove double BUILD_DEPENDS on
libslang, DEPENDS is enough; remove unnecesary blank lines.
1998-10-31 23:01:54 +00:00
hwr
d4ab73d0e2 Enable slrn. 1998-10-31 21:12:01 +00:00
hwr
ba92c12b5f Slrn - a text terminal based newsreader. Version 0.9.5.3. 1998-10-31 21:09:13 +00:00
agc
6b868b539a nntpcache has a "fee-based-commercial-use" license. Add that category of
license to the ACCEPTABLE_LICENSES category in the example mk.conf file.
1998-10-19 11:23:31 +00:00
matthias
54059a20c1 set UPLIBTOOL, EXTLIB and EXTOBJ. 1998-10-18 09:58:55 +00:00
matthias
f3a46bf6da Remove all patches that just remove $(LIBTOOL) from the install rules. The
result of these patches was that the libtool stub got installed instead of
the real binary.
1998-10-18 09:53:03 +00:00
bad
2e7ab754bd Don't depend on sendmail being found in the PATH.
Don't pickup random crap, $LOCALBASE/bin/perl or bust!
1998-10-17 18:09:32 +00:00
frueauf
f1a7dd0f90 Update suck to 3.10.1. 1998-10-16 21:08:26 +00:00
bad
0fd5901135 Fix typo. 1998-10-12 00:03:11 +00:00
tv
07c60a4b2b Get libtool from the right place. 1998-10-02 15:07:58 +00:00
agc
9a4d510aae Define and use INSTALL_FILE. 1998-09-17 15:39:53 +00:00
garbled
b24dd7bd96 Enable build of inn-2.1 and note addition thereof. 1998-09-05 03:26:55 +00:00
garbled
bdf269a755 Add new pkg for inn-2.1
the public release of InterNet News (INN).
1998-09-05 03:21:11 +00:00
frueauf
7dbd840630 Add and enable xrn. 1998-08-29 21:55:39 +00:00
frueauf
631b01e12c Initial addition of xrn-9.01, a Usenet News reader for the X window system. 1998-08-29 21:54:49 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
frueauf
f9655655d4 Update to suck-3.9.4. 1998-08-01 16:59:39 +00:00
hubertf
06a201efa5 Fix maintainers address: 554 <udo@netvision.org>... Service unavailable 1998-07-17 07:41:52 +00:00
tron
128ef47f19 Enable "tin", fixes PR pkg/5755. 1998-07-16 17:41:10 +00:00
tron
5c3d079c8d New "tin" package supplied by Udo Steinegger in PR pkg/5755:
TIN newsreader (termcap based)
1998-07-16 17:40:09 +00:00
tron
0eeef44b77 Fix dependence for "png" package. 1998-07-15 18:03:53 +00:00
frueauf
004e47e5b0 cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every
package Makefile.
1998-07-14 10:56:15 +00:00
mycroft
c73ee53134 Update xpm to 3.4k. 1998-07-04 09:18:54 +00:00
mycroft
0167d80629 Update libjpeg to v6b. 1998-07-04 05:11:12 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
frueauf
0c5b977ef7 Enable nntpcache. 1998-06-06 15:31:17 +00:00
frueauf
4a004c1a1e Initial addition of an nntp multi-server caching daemon.
Fixes pr 4752, based on the pkg by Ty Sarna with minor changes.
1998-06-06 15:28:35 +00:00
agc
062cdc8ef9 Include bsd.prefs.mk, in case variables are set in /etc/mk.conf 1998-06-03 13:19:35 +00:00
tv
5a16279a9c Correct thinko in expansion of etc/nntp/server description. 1998-05-27 18:02:08 +00:00
tron
5da3f9026f We use the inews from "nntpclnt-1.6.1" now. 1998-05-22 08:51:32 +00:00
tron
ae1d2d1e85 1.3:We use the inews from "nntpclnt-1.6.1" now. 1998-05-22 08:39:12 +00:00
tron
31f9ad2602 We use the inews from "nntpclnt-1.6.1" now. 1998-05-22 08:39:11 +00:00
tron
91ef88ca85 1.3:We use the inews from "nntpclnt-1.6.1" now. 1998-05-22 08:39:11 +00:00
tron
e43a2eaeac We use the inews from "nntpclnt-1.6.1" now. 1998-05-22 08:39:11 +00:00
tron
e7a85d4a1b Add missing file "include/nntp.h" and make sure directory "etc/nntp" can
really be removed.
1998-05-22 08:35:12 +00:00
tron
abb74522fd Teach "nntpclnt" library how to get from "INN" to "NNRPD" if necessary. 1998-05-22 08:34:07 +00:00