Commit graph

793 commits

Author SHA1 Message Date
cheusov
00df08c0c3 add heirloom-news, oked by sponsors 2011-05-28 08:38:49 +00:00
cheusov
90336b8255 heirloom part 2011-05-28 08:38:09 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
shattered
f89ba78e75 PR/38525 -- Add support for SSL (nntps://) and support for decoding
binaries using uulib.
2011-03-23 21:44:24 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
wiz
3e49e18e84 Remove HOMEPAGE and MASTER_SITES, it is gone. 2011-02-14 19:32:12 +00:00
tron
3ddc2e75b5 Fix build with png-1.5. 2011-01-15 19:16:00 +00:00
asau
41f5315c3c Option's name is "trn-inn". Fix building with non-default option. 2011-01-14 16:58:26 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
chuck
0d333ffbf9 fix compiler warnings on macox (missing prototype for inet_ntoa and
account for strcpy being a macro).
2010-12-15 03:14:51 +00:00
is
cb6fb4d53f add LICENSE=gnu-gpl-v2. 2010-12-09 15:32:10 +00:00
is
1efb49216d No, (%%) and (%$) in prototypes are not doing what somebody thought
a few years ago. (Un-,?)fortunately, the first % just grabs all
parameters on a sub call in a way that shift inside it can get at
them, so the 2nd % and the $ were ignored. Until some warning was
added to perl recently.
2010-12-09 14:59:37 +00:00
abs
8309c642a4 Beat some tests with a (non python literate) stick so we run under
python 2.6. Bump pkgrevision
2010-11-27 13:51:24 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
ce9192c689 Remove 24 from accepted python versions, because the py-kiwi dependency
does not support it. Part 3 of PR 44062 by Aleksey Cheusov.
2010-11-08 01:05:25 +00:00
wiz
d181a9e465 Reset maintainer. 2010-11-01 00:08:09 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
dholland
af738078f4 For options ncurses and ncursesw, set USE_NCURSES=yes, on the assumption
that explicitly forcing ncurses does not mean "use builtin curses anyway"
unless the builtin curses is *really* ncurses.

(Yes, the ncursesw builtin.mk responds to USE_NCURSES and not USE_NCURSESW;
whether that's a bug is for someone else to decide.)
2010-07-26 06:52:52 +00:00
joerg
908a1d62ce Needs user/group early in installation 2010-06-19 12:45:37 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
spz
5a5e0e4ec2 update from 2.5.1 -> 2.5.2
Vendor update message (excerpt):

Many thanks to Julien ÉLIE for preparing this release.

Special notes:

The way checkpoints are handled by innreport for innd and innfeed has totally changed to provide more accurate daily statistics. The first Usenet report after an upgrade to INN 2.5.2 will probably contain incorrect statistics for incoming and outgoing articles because the beginning of the log files that will be used was generated by a previous version of INN.

A new version of innreport.conf is shipped with INN 2.5.2 but, in order to preserve any local changes, will not be automatically installed with make update. The changes are minor and not mandatory for the upgrade.

Changes from 2.5.1 to 2.5.2

    * Julien Elie has implemented in innd the new version of the NNTP protocol described in RFC 3977, RFC 4643 and RFC 4644, and innd now recognizes the CAPABILITIES command. Despite these standards, three commands (IHAVE, CHECK and TAKETHIS) will continue, for interoperability reasons, to return a reject code (respectively 435, 438, and 439) when the command contains a syntax error instead of 501. The mandatory username argument for authenticated peers is not enforced in INN 2.5.2 but will be be enforced by INN 2.6.0 when it is released.

Major improvements are:

    * innd now has a decent parser for NNTP commands. The parser is more correct (commands like "IHAVEZ<>", without a space between the command and its argument, are no longer valid) and allows leading and trailing whitespaces in commands. innd also now checks the length of the NNTP command sent by the client. If the command contains more than 512 bytes (or 497 bytes for an argument), an error is returned and the command is discarded. After ten unrecognized commands, innd closes the connection with the appropriate code (400 instead of 500).
    * The output of the HELP command specifies the arguments expected by NNTP commands, similar to nnrpd's HELP command.
    * LIST ACTIVE, LIST ACTIVE.TIMES and LIST NEWSGROUPS now allow an optional wildmat argument to restrict the results of those commands to specific newsgroups.
    * When using HEAD or STAT with an article number or a range, 412 (no group selected) is now returned instead of 501 (syntax error).
    * Jeffrey M. Vinocur has implemented support in both innd and nnrpd for whitespace in usernames/passwords provided with AUTHINFO USER/PASS. They were previously treated as invalid arguments or incorrectly parsed. innd and nnrpd now treat everything after the first whitespace character following AUTHINFO USER/PASS, up to, but not including, the final CRLF, as the username/password, in conformity with RFC 4643.
    * The syntax of message-IDs is now based on RFC 5536 (USEFOR) instead of RFC 1036. The major change is that quoted-pairs have been removed from the syntax.
    * The Perl and Python filters for innd now check the message-ID of articles arriving through TAKETHIS. Only CHECK and IHAVE commands previously used them.
    * Case-insensitive matches are now used for distributions, path identities, IMAP commands, header names, and control commands. (Newsgroups are still matched case-sensitively.) Message-IDs are case-sensitively matched, except for history hashes.
    * The new Archive:, Archive-At:, Comments:, and Summary: header fields defined in RFC 5064 and RFC 5536 can be used in innd filters. nnrpd now checks at injection time that an article does not contain an Injection-Info: header, that an Injection-Date: header (if provided) is valid, and that the Path: header does not contain ".POSTED". Note that INN does not yet generate these two injection fields or include the new Path: header field ".POSTED" keyword. These new features will be in the next major release of INN.
    * LIST SUBSCRIPTIONS now accepts an optional wildmat argument to restrict the results of this command to specific newsgroups.
    * nnrpd now supports a new LIST variant named COUNTS. LIST COUNTS is a combination of LIST ACTIVE and GROUP. It returns the same result as LIST ACTIVE except that the number of articles in a newsgroup is inserted before its status.
    * A new flag has been added to newsfeeds entries: "Aj", when present, says to feed articles accepted and filed in "junk" (due to *wanttrash*) to peers based on their newsfeeds feed patterns applied to the Newsgroups: header as though the article were accepted and all those groups were locally carried. This is useful if you want to run INN with a minimal active file and propagate all posts. Thanks to Andrew Gierth for the patch.
    * A new parameter has been added to inn.conf: *logtrash* defines whether a line for articles posted to groups not locally carried by the news server should be added in the news log file to report unwanted newsgroups. The default is true but it can be useful to set it to false (especially when *wanttrash* is also used).
    * The procbatchdir keyword has been added to news.daily to specify the backlog directory of innfeed. This is useful when several instances of innfeed are running or when its configuration file is not the default one.
    * sm now supports a new flag, -c, which shows a decoded form of the storage API token. This was previously done by the contrib showtoken script developed by Olaf Titz and Marco d'Itri.
    * The O flag in newsfeeds now relies on the contents of the Injection-Info: header field if it is present to determine the origin of an article. It falls back on X-Trace: if there is no Injection-Info: header field.
    * A new "unsigned long" type bas been added to the configuration parser. It will properly warn the news administrator when a variable supposed to be positive contains a negative integer. It will prevent INN from crashing due to misconfiguration at several places where it did not expect negative values.
    * innxbatch and innxmit now recognize the new 403 code introduced by RFC 3977 for a problem preventing the requested action from being taken.
    * HDR and OVER commands now return the correct 423 code (instead of 420) when the current article number is used but the article no longer exists.
    * actsync, inews, innxbatch, innxmit, nntpget and rnews can now authenticate to news servers which only expect a username, without password, conforming to RFC 4643.
    * The keyword generation code now generates a Keywords: header only if the original article does not already have one. The generated Keywords: header no longer begins with a comma. If keyword generation is set to true in inn.conf but the Keywords: header is not stored in the overview, the news administrator is warned and keyword generation deactivated, since it exists only to populate the overview data.
    * Two segfaults in keyword generation were fixed. The first occurred when an article already had a Keywords: header longer than the *keylimit* parameter. The second was caused by a possible invalid pointer beyond the newly allocated Keywords: header.
    * Fixed innd handling of empty lines. innd was not properly discarding an empty command and was closing the connection when it received only whitespace in a command.
    * Fixed a bug in how innd responded to reader commands when readers were not allowed. A superfluous blank line was sent in its response.
    * Fixed a bug in innd's response to TAKETHIS when authentication is required. Previously, 480 code was returned immediately without accepting the multi-line data block first, which broke synchronization in the NNTP protocol.
    * Fixed a bug in recognizing the article terminator when empty articles were fed to innd via IHAVE or TAKETHIS, leading to treating subsequent NNTP commands as part of the article.
    * When innd could not provide information for LIST ACTIVE.TIMES and LIST NEWSGROUPS, it was returning an invalid error message without a response code. The proper 503 answer code is now returned.
    * When an unauthenticated user tried to post an article, nnrpd replied 440 (posting not allowed) instead of the correct 480 (authentication required) response if the user might be able to post after authentication. Thanks to Daniel Weber for the bug report.
    * Fixed a bug in both innd and nnrpd answers to LIST commands where the output was not checked for valid dot stuffing.
    * Fixed a bug leading to junked non-control articles being sent to control-only feeds, and also fixed handling of poisoned control groups. Thanks to Andrew Gierth for the patch.
    * Fixed a bug in innreport leading to incorrect summing of innd stats when *hostname* was set to an IPv6 address instead of a fully-qualified domain name. Thanks to Petr Novopashenniy for the bug report.
    * Changed how innreport uses innd and innfeed checkpoint messages. Previously, connections held open for multiple days led to skewed and incorrect statistics on how many articles had been received or sent. The count is now more accurate and, for each connection of a feed, only depends on *incominglogfrequency* in inn.conf and *stats-period* in innfeed.conf.
    * Fixed a bug in nnrpd Perl filter: a header field whose name begins with the name of a standardized header field was not properly handled.
    * Fixed a bug in how innd was parsing Message-ID: and Supersedes: headers which contained trailing whitespace. The article was corrupted by an unexpected "\r" in the middle of the header. nnrpd now checks the syntax of the Message-ID: header field, if present.
    * Fixed various bugs in how leading whitespace was treated in headers. The HDR, XHDR and XPAT commands were not properly showing leading whitespace in header values. Lone "\n" and "\r" characters are now changed into spaces and "\r\n" is just removed. archive, makehistory, and tdx-util now keep leading whitespace in headers when generating overview data, and archive now changes "\n" (when not preceded by "\r") into a space when generating overview data.
    * Fixed a bug in the generation of overview data which may corrupt previously generated overview data when a pseudo Xref: header field is injected in an extra overview field.
    * Fixed a bug in the parsing of the *ovgrouppat* wildmat in inn.conf that prevented overview data from being generated when poisoned groups were specified but a latter sub-pattern matched the group. A uwildmat expression is now correctly handled, and a potential segfault has been fixed. Thanks to Dieter Stussy for the bug report.
    * Fixed a bug when HDR, XHDR and XPAT were used when *virtualhost* was set to true in readers.conf. The Xref: header of articles posted to only one newsgroup appeared empty.
    * Fixed a bug in tdx-util in parsing empty overview fields when called with -A or -F.
    * Fixed a bug in cvtbatch, which was returning only the size of the headers of an article when the "b" parameter was used with the -w flag. It now correctly returns the size of the whole article, which is what "b" was documented to do. cvtbatch also has a new "t" parameter, which can be used with the -w flag to retrieve the arrival time of an article.
    * Fixed a bug in how mailpost handles cross-posting feature. It was not properly detaching from sendmail. Thanks to Harald Dunkel for the patch.
    * Fixed a bug in the newsfeeds C flag: the count of followup groups was one less than the real number. When the value of the Followup-To: header field is "poster", it is no longer considered to be a followup. Thanks to Dieter Stussy for the patch.
    * When using tradindexed, the overview data for a cancelled article is now immediately removed from the overview. Thanks to Lars Magne Ingebrigtsen for the patch.
    * batcher has not supported the retrieval of an article with its file name for a long time. The -S flag has therefore been removed.
    * inews no longer rejects articles that contain more than 50 header fields. Thanks to Torsten Jerzembeck for the bug report.
    * news.daily no longer sends superfluous mails when the nomail keyword is given. Mail is only sent when there is real output. Previously, there would always be headings and empty lines left over from the structuring of the full report, which are now ommitted. Also, the output of programs executed with postexec is now included in the regular mail. Thanks to Florian Schlichting for the patch.
    * innconfval no longer maps NULL string or list values to an empty string or list and instead maps them to undefined values. This fixes an issue reported by Kamil Jonca: nnrpd was inserting an empty Organization: header when the *organization* parameter in inn.conf was unset.
    * Other minor bug fixes and documentation improvements.
2010-04-13 21:18:00 +00:00
joerg
769d6848de Ensure that the spool directory is created for a binary package too.
Fix DESTDIR build. Bump revision.
2010-03-19 17:17:05 +00:00
obache
977bb0040b Honor PKGMANDIR and add user-destdir installation support. 2010-03-13 05:46:55 +00:00
obache
7334b29257 Add usre-destdir installation support and expunge custom PKG_SYSCONFDIR
handlinkg (it will handled automatically).
2010-03-13 05:20:24 +00:00
obache
e5fd22f1b4 set HOMEPAGE. 2010-03-13 05:05:51 +00:00
obache
61e0cbe295 Add user-destdir installation support. 2010-03-10 12:54:27 +00:00
dholland
598c31b169 Increase MAXBUFSIZE as recommended by jrf to fix PR 36882. I've changed
it from 500 to 5000, which should be ample. PKGREVISION to 2.
2010-03-07 07:28:22 +00:00
wiz
aeaceb273d Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
drochner
d30c74fa1e fix a configure check which could easily get into an endless loop,
and remove a pointless test for a __NCURSES_H symbol in the curses header,
now this can build against NetBSD's wide curses
2010-02-25 16:05:57 +00:00
joerg
ea051d4218 DESTDIR support 2010-02-11 22:57:40 +00:00
zafer
a2f0b00eee update master_sites. 2010-01-31 21:12:20 +00:00
heinz
c286ae7afc Added LICENSE information. 2010-01-21 23:32:10 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
spz
c0dc9b8537 the patch to set the pgp path setting was both superfluous (as the path gets
reset later on) and had a typo. Add a dependency on gnupg instead to make
sure a pgp (gpg) binary is around to be used (provision should be made to
be able to use eg netpgp instead .. to be done later, hopefully after
someone else created the 'pick my favourite pgp version' infrastructure :> ).
2010-01-16 09:46:16 +00:00
spz
9e56735d16 The next minor version of INN. From the release announcement:
Major changes from 2.5.0 to 2.5.1

* Fixed a segfault in imap_connection which could occur when SASL was
used.

* Fixed a segfault in the keyword generation code which was assuming
that an article was nul-terminated. Fixed another segfault in the
keyword generation code when an article already contained a Keywords:
header. Thanks to Nix for the bug reports.

* Owing to the US-CERT vulnerability note VU#238019, Cyrus SASL library
has slightly changed. imap_connection and nnrpd now handle that
change. Otherwise, some answers are too long to be properly computed
during SASL exchanges.

* Fixed a memory allocation problem which caused nnrpd to die when
retrieving via HDR/XHDR/XPAT the contents of an extra overview field
absent from the headers of an article. The NEWNEWS command was also
affected on very rare cases. Thanks to Tim Woodall for the bug
report.

* HDR/XHDR/XPAT answers are now robust when the overview database is
inconsistent. When the overview schema was modified without the
overview database being rebuilt, wrong results could be returned for
extra fields (especially a random portion of some other header). The
desired header name is now explicitly searched for in the overview
information.

* Fixed the source which is logged to the news log file for local
postings when the local server is not listed in incoming.conf. A
wrong name was used, taken amongst known peers. The source is now
logged as "localhost".

* Fixed a bug in the timecaf storage method: only the first 65535
articles could be retrievable in a CAF, though everything was properly
stored. (A Crunched Article File contains all the articles that
arrive to the news server during 256 seconds.)

The storage token now uses 4 bytes to store the article sequence
number for timecaf, instead of only 2 bytes. Thanks to Kamil Jonca
for the bug report and also the patch.

* Fixed a bug in both timecaf and timehash which prevented them from
working on systems where short ints were not 16-bit integers.

* When there is not enough space to write an entire CAF header, the
timecaf storage manager now uses a larger blocksize. On 32-bit
systems, the CAF header is about 300 bytes, leaving about 200 bytes
for the free bitmap index (the remaining of a 512-byte blocksize). On
64-bit systems, the size of the CAF header could exceed 512 bytes,
thus leaving no room for the free bitmap index. A 1 KB blocksize is
then used, or a larger size if need be.

* A new CNFS version has been introduced by Miquel van Smoorenburg in
the CNFS header. CNFSv4 uses 4 KB blocks instead of 512 bytes, which
more particularly makes writes faster. CNFSv4 supports
files/partitions up to 16 TB with a 4 KB blocksize.

Existing CNFS buffers are kept unchanged; only new CNFS buffers are
initialized with that new version.

* grephistory -l now returns the contents of the expires history field
as well as the hash of the message-ID. Besides, when the storage API
token does not exist, grephistory -v now also returns the hash of the
requested message-ID.

* The check on cancel messages when *verifycancels* is set to true in
inn.conf has been changed to verify that at least one newsgroup in the
cancel message can be found in the article to be cancelled. This new
feature is from Christopher Biedl.

The previous behaviour was to check whether the cancel message is from
the same person as the original post, which is extremely easy to
spoof; besides, RFC 5537 (USEPRO) mentions that "cancel control
messages are not required to contain From: and Sender: header fields
matching the target message. This requirement only encouraged cancel
issuers to conceal their identity and provided no security".

* The way the "/remember/" line in expire.ctl works has changed.
History retention for an article was done according to its original
arrival time; it is now according to its original posting date.
Otherwise, unnecessary data may be kept too long in the history file.

To achieve that, the HISremember() function in history API now expects
a fourth parameter: the article posting time.

Note that article expiration has not changed and is still based on
arrival time, unless the -p flag is passed to expire or expireover, in
which case posting time is used.

* The default value for "/remember/" has changed from 10 to 11 because
it should be one more than the *artcutoff* parameter in inn.conf, so
that articles posted one day into the future are properly retained in
history.

* auth_krb5 has been rewritten by Russ Allbery to use modern Kerberos
APIs. Note that using ckpasswd with PAM support and a Kerberos PAM
module instead of this authenticator is still recommended.

* A new -L flag has been added by Jonathan Kamens to makehistory so as
to specify a load average limit. If the system load average exceeds
the specified limit, makehistory sleeps until it goes below the limit.

* As UTF-8 is the default character set in RFC 3977, "ctlinnd pause",
"ctlinnd readers", "ctlinnd reject", "ctlinnd reserve", "ctlinnd
throttle" and "nnrpd -r" commands now require the given reason to be
encoded in UTF-8, so that it can be properly sent to news readers.
The creator's name given to "ctlinnd newgroup" is also expected to be
encoded in UTF-8.

* The output of consistency checks for article storage and the history
file no longer appears by default when "cnfsstat -a" is used. A new
-v flag has been added to cnfsstat so as to see it.

* The default path for TLS certificates has changed from *pathnews*/lib
to *pathetc*. It only affects new INN installations or generations of
certificates with "make cert". Besides, a default value has been
added to *tlscapath* because it is required by nnrpd when TLS is used.

* gzip(1) is now the default UUCP batcher in send-uucp instead of
compress(1) because gzip is more widely available than compress, due
to old patent issues. Note that there is no impact on decompression
as it is handled by rnews.

* cnfsheadconf now uses the Perl core module "Math::BigInt" rather than
the deprecated bigint.pl library. When used without specifying a CNFS
buffer, it now properly displays the status of all CNFS buffers.
2009-12-16 22:10:25 +00:00
dholland
26b8e39d78 Add build config for amd64. 2009-11-30 00:38:47 +00:00
tnn
a102f2734c Support DESTDIR and PKGMANDIR 2009-10-29 22:40:23 +00:00
wiz
0ab50f8563 Add patch from Dennis Preiser on tin-dev.
Fixes, among others, |perl-script issues with suspending and
SIGWINCH problems.

Bump PKGREVISION.
2009-10-22 22:01:25 +00:00
spz
73cb40ec15 fix GNUism in find syntax in the news.daily script source
(reported by Geoff Wing <gcw@pobox.com>)
2009-10-03 16:20:39 +00:00
spz
21a236b8e2 fix packaging bugs noted by Geoff Wing (gcw@pobox.com) (thanks) 2009-09-25 11:06:00 +00:00
spz
15ed507f60 Update of the INN package to the latest stable version (2.5.0). 2009-09-22 13:17:00 +00:00
snj
1a2e9b7df7 Fix lottanzb's PLIST to not include CHANGELOG and LICENSE. Problem
noted by kre in PR pkg/42042.
2009-09-12 21:07:01 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
13cfdff37d Fix build for systems with POSIX getline(). 2009-08-24 08:06:41 +00:00
wiz
36cab2bf2c Add msgfmt to tools, for DragonFly. 2009-08-23 16:49:54 +00:00
wiz
5b0402428e Fix a core dump when listing an mhbox thread.
From Urs Janßen (upstream). Ride update.
2009-07-22 10:53:51 +00:00
wiz
5e1747b574 Update to 1.9.4. Deemed "unstable" version, but according to upstream
at least as stable as 1.8.3, and it has bug fixes I want :)

-- 1.9.4 release 20090211 "Rieclachan" --

U013) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      ADD. configure check to guess $ARFLAGS
      FIX. aclocal.m4, configure[.in], libcanlock/Makefile.in, pcre/Makefile.in

 021) Dennis Preiser <onkelp@gmx.de>
      BUG. memleak in free_attributes()
      FIX. memory.c

U012) Dennis Preiser <onkelp@gmx.de>
      ADD. enhance attributes documentation
      ADD. menu-option/attribute to turn verbatim block handling on and off
      ADD. menu-option to color the lines between the verbatim marks
      ADD. menu-option/attribute to trim article body (compact empty lines)
      ADD. most tinrc options to attributes
      ADD. merged auto_cc and auto_bcc into auto_cc_bcc
      BUG. mem-leak in set_colors()
      BUG. -S used group specific savedir if set via attributes
      BUG. long lines in verbatim blocks may grabble the screen
      BUG. unescaped metacharacter in DEFAULT_VERBATIM_BEGIN_REGEX
      BUG. rot13 does not rotate the verbatim_begin_regex line
      BUG. numeric attributes got lost on big-endian OSs
      BUG. missing newline in multipart/mixed articles befor the very last
           text/plain part
      FIX. active.c, art.c, attrib.c, color.c, config.c, cook.c, debug.c
           feed.c, filter.c, group.c, inews.c, init.c, lang.c, mail.c, main.c
           memory.c, misc.c, options_menu.c, page.c, post.c, refs.c, rfc2047.c
           save.c, search.c, select.c, sigfile.c, tags.c, thread.c, extern.h
           proto.h, rfc2046.h, tin.h, tinrc.h, version.h, tincfg.tbl, tin.1
           tin.5

U011) Urs Janssen <urs@tin.org>
      ADD. minor code cleanup
      ADD. workaround bogus XHDR response from SoftVelocity Discussions 2.5q
      ADD. configurable path via tin.defaults to overview.fmt file
      ADD. send "LIST HEADES" befor doing "HDR" if server supports it
      ADD. config.guess, config.sub update
      ADD. started german manpage translation
      ADD. issue extra "GROUP" when NEXT receives 411
      ADD. issue a warning if attributes file has an unexpected version number
      ADD. check for 8bit chars in Newsgroups, Followup-To and Distribution
           befor posting
      ADD. check user supplied Message-ID, Date and Expires-header befor
           posting
      ADD. speedup -S, -N, -M
      ADD. improved DEFAULT_STRIP_WAS_REGEX
      BUG. PageEditArticle was allowed for GROUP_TYPE_SAVE
      BUG. Distribution was mime-decoded
      BUG. don't break long body-lines in original article when superseding
      BUG. don't send "LIST NEWSGROUPS" for mailgroups in the -n case
      BUG. empty but present Followup-To header (server bug) was used in f'ups
      BUG. didn't recheck CAPABILITIES after successfull auth or after mode
           switching if received 500er response in the first pass
      BUG. don't prompt for authdata if we can't auth as the server doesn't
           offer any auth-method we can send
      BUG. configure options --program-prefix, --program-suffix and
           --program-transform-name didn't work
      BUG. headers with just one byte content were automagicaly removed
      BUG. -R didn't work if savedir was set to an unexpanded path
      BUG. fixed memleak with -R
      BUG. --disable-posting didn't catch 'x' (repost) early enough
      FIX. active.c, art.c, attrib.c, auth.c, config.c, cook.c, debug.c, feed.c
           filter.c, getline.c, group.c, header.c, help.c, inews.c, init.c
           keymap.c, lang.c, list.c, mail.c, main.c, memory.c, misc.c
           my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c, post.c
           prompt.c, refs.c, regex.c, rfc2046.c, save.c, screen.c, select.c
           sigfile.c, tags.c, thread.c, version.c, xface.c, xref.c, extern.h
           proto.h, stpwatch.h, tin.h, version.h, tincfg.tbl, Makefile[.in]
           configure[.in], tin.defaults, tin.5, config.guess, config.sub
           doc/l10n/*

-- 1.9.3 release 20080506 "Dalintober" --

U010) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      FIX. aclocal.m4, configure[.in], mkdirs.sh

U009) Dirk Nimmich <nimmich@muenster.de>
      ADD. (g)oto group search now is case insensitive
      ADD. infrastructure for editing and writing attributes
      ADD. write attributes file from internal structures
      BUG. possible memleak when freeing group attributes
      ADD. check joinpath for overruns
      BUG. potential buffer overruns
      BUG. memleak in curses.c:ReadWch()
      BUG. uninitialized mm_local_charset when no config files available,
           leading to an endless loop on exit when newsrc cannot be written
      BUG. inconsistent update of mm_local_charset on runtime
      BUG. fixed length buffer in rfc1522_do_encode()
      FIX. extern.h proto.h, tin.h, active.c, art.c, attrib.c, auth.c, config.c
           curses.c, debug.c, feed.c, inews.c, init.c, joinpath.c, keymap.c
           list.c, mail.c, main.c, memory.c, mimetypes.c, my_tmpfile.c
           newsrc.c, nntplib.c, nrctbl.c, options_menu.c, pgp.c, post.c
           rfc2046.c, save.c, select.c, sigfile.c, string.c, xref.c

 020) Urs Janssen <urs@tin.org>
      BUG. my_realloc() didn't handle zero size reallocs
      BUG. subjects > 256 chars were tunrcated at group-level without adding
           a \0-termination
      FIX. group.c, memory.c

U008) Rado S <regrado@web.de>
      ADD. use same article numbers in different levels
      FIX. extern.h, lang.c, page.c

 019) Philip Hazel <ph10@cam.ac.uk>
      BUG. missing a check for a possible return value of pcre_exec()
      FIX. misc.c, regex.c

U007) Urs Janssen <urs@tin.org>
      ADD. enable some more CAPABILLITIES related code
      ADD. minor code cleanup
      ADD. config.guess, config.sub update
      ADD. allow .kp, .me, .rs, .tel and .asia TLDs
      ADD. check permissions of .cancelsecret-file
      ADD. --enable-cancel-locks configure option
      ADD. --with-slrnface configure option
      ADD. libcanlock update (1.0 -> 2b-4)
      ADD. url_handler.pl as new DEFAULT_URL_HANDLER
      ADD. remove leading/tailing whitespace in filter scope
      ADD. increase internal buffer in rfc1522_encode()/rfc1522_do_encode()
      ADD. restrictions to tin generated Message-IDs (disallow
           .invalid-TLD, disallow IDs > 250 octets)
      ADD. SIGUSR2 handler to write out newsrc
      ADD. configure check for gsasl.h/libgsasl
      ADD. AUTHINFO SASL PLAIN support if gsasl.h/libgsasl is found
      ADD. use "LIST NEWSGROUPS grp" with -n cmd-line switch
      ADD. use "LIST ACTIVE grp" with -n cmd-line switch
      ADD. don't treat empty Bytes or Lines-filed in overview as error in
           debug mode
      ADD. parse LIST OVERVIEW.FMT
      ADD. if LIST OVERVIEW.FMT didn't mention Xref:full, but XOVER includes
           Xref: use it instead of sending XHDR XREF
      ADD. do "XHDR XREF -" instead of gazillions of single cmds.
      BUG. missing utf-8 validation for news_headers_to_display
      BUG. newnewsrc tmp-file wasn't always removed
      BUG. subscribe_pattern() was overcomplex
      BUG. mail_to_someone() didn't convert the article into the local charset
      REM. libinn support (was broken for ages)
      FIX. active.c, art.c, attrib.c, auth.c, charset.c, config.c, color.c
           cook.c, debug.c, filter.c, group.c, header.c, help.c, inews.c
           init.c, keymap.c, lang.c, mail.c, main.c, memory.c, mimetypes.c
           misc.c, my_tmpfile.c, newsrc.c, nntplib.c, options_menu.c, page.c
           post.c, refs.c, regex.c, rfc2045.c, rfc2047.c, save.c, screen.c
           search.c, select.c, sigfile.c, signcal.c, string.c, tags.c
           tcurses.c, thread.c, version.c, xface.c, xref.c, config.guess
           config.sub, de.po, autoconf.h[in], debug.h, extern.h, policy.h
           proto.h, rfc2046.h, keymap.h, tin.h, version.h, Makefile
           configure[.in], Makefile[.in], libcanlock/*, tin.1, tin.5

-- 1.9.2 release 20070201 "Dalaruan" --

 018) Christian Weisgerber <naddy@mips.inka.de>
      BUG. assumed that wchar_t and wint_t are of the same size
      FIX. tcurses.c

 017) Antonio Querubin <tony@lava.net>
      BUG. missplaced ||
      FIX. nntplib.c

U006) Thomas E. Dickey <dickey@invisible-island.net>
      ADD. update configure macros
      FIX. aclocal.m4

U005) Dirk Nimmich <nimmich@muenster.de>
      BUG. raw-mode didn't allow rot13
      BUG. can't 'V'iew mime-parts with (illegally) encoded filename
      BUG. CatchupNextUnread in page level didn't always work
      BUG. 'C'atchup in pager was still not correct (we didn't ever enter the
           next group)
      BUG. fast/endless reconnection loop after a "200\n\r400\n\r" greeting
      BUG. resent command on 503 error
      ADD. rewrote NGLIMIT handling
      REM. return value of change_config_file()
      FIX. proto.h, tin.h, feed.c, group.c, nntplib.c, options_menu.c, page.c
           post.c, save.c, select.c

 015) Michael Bienia <michael@vorlon.ping.de>
      BUG. 'l' from the pager doesn't reposition cursor to last viewed
           article
      FIX. thread.c

 014) Urs Janssen <urs@tin.org>
      BUG. "Kill text pattern" form killfile menu was applied to
           Message-ID and References instead of Message-ID only
      BUG. FILTER_FILE_OFFSET was wrong
      ADD. allow .ax TLD
      FIX. filter.c, policy.h, tin.h

 013) Urs Janssen <urs@tin.org>
      ADD. minor manpage tweaking
      FIX. tin.1, tin.5

 012) Peter Breitenlohner <peb@mppmu.mpg.de>
      BUG. build problem with VPATH
      FIX. Makefile.in

 011) Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
      ADD. updated russian translation
      FIX. ru.po

 010) Urs Janssen <urs@tin.org>
      BUG. possible division by zero in thread_by_percentage()
      FIX. art.c

U004) Urs Janssen <urs@tin.org>
      ADD. pcre update (6.6 -> 7.0)
      ADD. RISC OS handling
      ADD. more options to filter menu "Kill text pattern"
      ADD. allow UTF-8 descriptions
      REM. don't generate Sender on Mac OS X
      ADD. config.guess, config.sub update
      ADD. hide some regex in 'M'enu if the related option is off
      ADD. disallow .so, .um TLDs
      ADD. warn about useless cmd-line option combinations
      ADD. enable CAPABILLITIES code
      ADD. updated german translation
      FIX. Makefile, aclocal.m4, configure[.in], extern.h, policy.h, filter.c
           init.c, lang.c, main.c, mail.c, nntplib.c, options_menu.c, post.c
           pcre/*, config.guess, config.sub, de.po

U003) Michael Bienia <michael@vorlon.ping.de>
      ADD. 'M'enu option for VERBATIM_*_REGEXs
      ADD. new option: sort by date of last posted article
      ADD. merge tinrc.{pgdn_goto_next,tab_goto_next_unread,
           space_goto_next_unread} into one option tinrc.goto_next_unread
      ADD. merge PAGE_PAGE_DOWN3 (SPACE) into GLOBAL_PAGE_DOWN
      ADD. minor code cleanup
      FIX. extern.h, keymap.h, proto.h, tin.h, tinrc.h, version.h, art.c
           attrib.c, charset.c, config.c, cook.c, help.c, init.c, keymap.c
           lang.c, options_menu.c, page.c, tincfg.tbl, keymap.sample, tin.1
           tin.5

-- 1.9.1 release 20060409 "Benmore" --

U002) Urs Janssen <urs@tin.org>
      ADD. slrn style verbatim mark support (#v+/#v-)
      ADD. use tinrc.date_format for %D date expansion
      ADD. config.guess update
      REM. unused gb, so and um TLDs
      FIX. config.guess, autoconf.hin, extern.h, tin.h, cook.c, init.c
           memory.c, misc.c, tin.1

 009) Urs Janssen <urs@tin.org>
      BUG. didn't reissue GROUP cmd after reconnect with authentication
      BUG. possible buffer overflow
      REM. unnecessary test for wcsnlen
      ADD. cat, jobs, travel and mobi TLDs
      FIX. aclocal.m4, policy.h, misc.c, nntplib.c

-- 1.9.0 release 20060228 "Ardlussa" --

 008) Urs Janssen <urs@tin.org>
      ADD. config.guess, config.sub update
      FIX. config.guess, config.sub

 007) Michael Bienia <michael@vorlon.ping.de>
      BUG. buffer overflow in convert_tex2iso in UTF-8 environment
      FIX. charset.c

U001) Urs Janssen <urs@tin.org>
      ADD. pcre update (6.4 -> 6.6)
      REM. VMS support
      FIX. Makefile, aclocal.m4, attrib.c, curses.c, config.c, header.c
           inews.c, init.c, lang.c, mail.c, main.c, mimetypes.c, misc.c
           newsrc.c, nntplib.c, post.c, read.c, save.c, signal.c, bugrep.h
           tin.h, tnntp.h, version.h, pcre/*, vms/*
2009-07-22 10:00:17 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
zafer
149987a04d tin has been removed from tu wien mirror. update master_sites. 2009-07-16 23:04:06 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
0c1618dbc5 Convert to @pkgdir. 2009-06-14 21:01:59 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
wiz
766a874eaa Update to 1.11.7, provided by Aleksey Cheusov in PR 41291.
* 1.11.7, 2009-04-20

### WORKAROUND
- fetchnews: If the LN_SUPPRESS_DATE environment variable is defined and set
  to any value or empty, fetchnews will not test the upstream server's time by
  means of the "DATE" NNTP command.
  This can be used to quench related log messages.

### BUGFIXES
- Fix logging if texpire unlinks files without further hardlinks from
  message.id/NNN/
- Fix potential segfault on libcs that do not catch NULL for %s formatting
  (several GNU libc versions do) when trying to retrieve delayed bodies from
  corrupt article headers. Pretend success, to purge article number from
  subscription file.  Bug reported by Chris Carr.
- Fix & change "noactive" so that it can be overridden by "fetchnews -f", as
  documented in config.example.
  Regression as side effect of 1.9.50 fix, reported by Jesse F. Hughes.
- Fix logged IP address in "connected to..., reply:" message when compiled
  without IPv6 support.
  Fixes Mandriva Bug #45605, reported by David W. Hodgins.
- Print connected to... to console as well at proper verbosity level, found
  by maintainer while debugging aforementioned bug.
- Only emit warning that no server with posting permission was found if that's
  actually needed. Reported by Christian Weiske.
- If corrupted articles had been detected, fetchnews -x NNN would not be able
  to re-fetch the said article because a 0-sized file remained in message.id,
  making fetchnews believe the article was in the spool.
  0-sized message.id/NNN/ files are now purged when checking if the article is
  already in the spool.
  Reported by Peter Bauernfeind. (de.comm.software.newsserver post, May 2008)
- Change interface enumeration to track incompatible NetBSD 5 changes.  The
  latter led to bogus connection refusals in NNTPD.  SourceForge Bug #2700756,
  by Aleksey Cheusov, fix suggested by Roy Marples.
- Add support for SIOCGIFALIAS where available (BSD) in order to obtain
  netmasks for 4.4BSD-style IP aliases.
  getifaddrs() has been suggested as well, but it isn't available everywhere,
  so we would have to keep the old code around anyways, and we can just fix
  that rather than introduce alternative code branches.

### BUGFIXES BACKPORTED FROM LEAFNODE 2
- lsort (used by make update) now detects and report errors.
- "make update" handles the lockfile properly now: it records its PID and
  removes the lock also in cases of failure.
- "make update" restores the old groupinfo file if lsort fails.
- "make update" now builds an up-to-date lsort first.
- "make update" now uses the configured NEWS_USER and _GROUP.
- "make update" is now a phony Makefile target, i. e. it will work even
  if there is a file "update" in the build directory.

### CHANGES
- When creating a Path: header (because the newsreader did not do that), use
  "not-for-mail" instead of NEWS_USER (usually "news") as the user component.
  This seems to resolve propagation issues with 2nd-hop-upstreams, as reported
  in Debian Bug#459980 by Michael Weitzel, with Universit
- When writing to client fails, log decoded errno, too.
  This can help debugging certain firewall misconfigurations more easily.
- Undoing a wordwrap in configure.ac allows for bootstrapping on Cygwin.
- Drop obsolete mysetvbuf().
- leafnode-version now supports an additional "-v" mode to print more
  information on the installation. The output then is similar, but not
  identical - due to different feature sets - to the way leafnode-2 prints it.

### DOCUMENTATION
- Add some comments to UNINSTALL-daemontools
- Put README-FQDN* under leafnode's license. Found to be in conflict with
  Debian's DFSG by Mark Brown.

==============================================================================
* 1.11.6, 2007-03-17

### BUGFIXES
- .site TLDs are refused in FQDN.
- apply patch from Georg Schwarz to fix compilation with SGI IDO cc.
- do not delete articles if the References: lines are malformatted.
  Reported by Adam Funk.
- support autoconf 2.60, fixing datarootdir-related warnings.
- do not log authentication success unless in verbose mode.

### DOCUMENTATION
- fix minor typos in README-FQDN.
- minor changes to INSTALL.

==============================================================================
* 1.11.5, 2006-04-09

### BUGFIXES
- Fix logging of invalid FQDH/FQDN.
- Do not trash delaybody download markers if the interesting.group/* files
  are writeable by NEWS_USER ("news") but owned by somebody else. Found
  debugging a problem described by David Aldred.
- Some syslog messages were still logged at LOG_DEBUG priority without
  debugmode set.
- Support noactive = 0. Reported by Rafal Maj, Debian Bug #329760.
- Support nodesc = 0.
- Keep non-expiring groups (negative groupexpire date) in active file even if
  they have expired upstream. Sourceforge Bug #1230256, Thomas Zajic.
- INSTALL: leafnode needs a "news" group as well. Found by Julien Sansonnens.
- Allow unterminated lines in regular files. Found by Ivo Maintz.
- Applyfilter unfolds headers before matching, to match fetchnews behavior.
- Applyfilter no longer unconditionally removes messages without body
  if delaybody is off. The interesting.groups/group.name file might still
  have pointers so that fetchnews will download the bodies later.

### CHANGES
- "killed nnn (<mess@ge.id>), already fetched before" messages have been
  demoted to debug priority, to avoid syslog spamming with multiple upstream
  servers or after crashes.  Reported by Adam Funk.
- The RPM is now accompanied by a -debuginfo package.
- Build "grouplist" program in "make check".
- The fetchnews manual page states that -f is not to be used in cron jobs.
- The filtering documentation (applyfilter(8) man page and filters.example)
  was overhauled, at the suggestion of Michael R. McCarrey.
  Mike also courteously provided additional filter examples with documentation.

### WEBSITE
- http://www.leafnode.org/ is now served by SourceForge's VHOST service and
  thus serves the same content as http://leafnode.sourceforge.net/

==============================================================================
* 1.11.4, 2005-11-23

### BUGFIXES
- Skip server processing when posting articles fails, for instance,
  because of a protocol error or server disconnect/timeout.
  Bug found when analyzing Debian #318644.
- Do not mark the active for refetch when the failed server has "noread" set
  or fetchnews is in -P (post only) mode. Patch by Brian Sammon.

### COMPATIBILITY CHANGE
- GNU coreutils 5.92 are broken and can no longer create a missing directory
  with "mkdir -p missing/." Work around the bug. Reported by Michael Shigorin.

### DOCUMENTATION
- Switch FAQ.pdf formatting back to XSL stylesheets and RenderX XEP 4.4,
  now that a personal license for OpenSource documentation is available.
- Renamed all CAN-YYYY-NNNN to CVE-YYYY-NNNN in leafnode-SA-*.txt, ChangeLog,
  NEWS and OLDNEWS to chase the CVE database change of 2005-10-19.
2009-04-29 10:54:10 +00:00
jrf
1904736a1a Updated location, email and note the new 1.4 version has bug reported in PR 36882 fixed. Will be uploading soon. 2009-04-16 17:00:31 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
spz
9a7bece7a3 update to the next minor version of INN; now also uses ln in postinstall
instead of install -l. Plus, fix a nit in the startup script.
2009-03-15 15:00:50 +00:00
wiz
4562eb8257 Update to 0.133:
0.133 "House of Butterflies"
 535413 fix heap overflow in pan when parsing .nzb files (Pavel Polischouk)
 467446 image viewer truncates image (Aaron Von Gauss)
 540798 handle NNTP server '203 Streaming OK' responses (Mark Beach)
 524620 compile fails on glib 2.16: g_assert moved to gtestutils.h (Duncan)
 527852 use po/LINGUAS (Gilles Dartiguelongue)
 482140 get last N days' headers fails when no headers in N days (Anonymous)
 514167 'post' window doesn't fit on 800x480 display (Alexey Zakhlestin)
 541704 pan uses deprecated `hash_set' class (Charles)
 527853 unit test 'scorefile-test' fails on sparc (Ferris McCormick)
2009-02-24 12:24:48 +00:00
wiz
4bf4a18365 Convert to user-destdir. 2009-02-16 09:56:09 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
wiz
123598a654 regen for DIST_SUBDIR change. 2009-01-27 19:01:37 +00:00
jmcneill
53fa040321 Set DIST_SUBDIR for "silent" update, suggested by wiz. 2009-01-27 12:15:41 +00:00
jmcneill
0fd150ed6d Upstream pushed a "silent" update to the distfile; see:
https://bugs.launchpad.net/lottanzb/+bug/314523
2009-01-27 04:07:37 +00:00
jmcneill
f67cb28d88 Fix PLIST, user-destdir support. 2009-01-05 13:26:33 +00:00
jmcneill
5d6ac923e1 + lottanzb 2009-01-05 13:20:49 +00:00
jmcneill
ea84c2c683 Import lottanzb version 0.4.0.
LottaNZB aims to simplify and automate the download of binary news from the
Usenet, a world-wide internet discussion system. Users can tell LottaNZB what
to download using so-called NZB files, which are created by many Usenet search
engines. LottaNZB integrates nicely with GNOME desktops, but is not limited to
them and uses the mature HellaNZB software as its foundation.
2009-01-05 13:20:21 +00:00
spz
936035e2fb make package DESTDIR'able 2008-12-21 16:00:04 +00:00
spz
cf02deb34c make package somewhat cleaner (includes some PLIST cleanup) 2008-12-21 11:55:25 +00:00
ahoka
4c87149c25 MAKE_JOBS_SAFE=no 2008-12-05 19:00:27 +00:00
is
8a30f42323 Update to 0.9.9p1 - multiple fixes. 2008-11-26 14:30:04 +00:00
is
167ec063b6 Fix Makefile formatting problem pointed out by uwe@. 2008-11-21 14:43:56 +00:00
is
9b699ff016 fix PLIST problem preventing clean deinstallation - pointed out by uwe@ 2008-11-21 14:30:35 +00:00
chuck
3b71e07120 add darwin.sh compile hints file 2008-11-12 18:53:52 +00:00
chuck
5c3d47cea7 add darwin support 2008-11-11 21:12:20 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
obache
50315503ec Added DESTDIR support.
Fixes PR 38544.
2008-10-25 13:19:10 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
spz
fd3865c6ef cleaned up PLIST, fiddled with directory creation some more 2008-09-16 23:06:19 +00:00
gdt
e13009315b set NO_*_ON_CDROM following LICENSE. 2008-09-12 11:33:44 +00:00
gdt
b2e45701a0 Add NO_BIN_ON_FTP because the license does not grant permission to
distribute derivative works.
2008-09-12 00:49:36 +00:00
is
3bf0a9dfb9 slrn-0.9.9 uses slang2 and has much better character set support.
Other than that, mostly bug fixes.
2008-09-04 16:15:34 +00:00
spz
c1fa696e32 update to next tiny version 2008-09-03 21:33:29 +00:00
spz
acacb29310 make inn start successfully on a previously clean box 2008-09-03 20:19:39 +00:00
spz
adbceb7bae when installing to variable locations, make it so we actually vary where we
expect that which we installed (ie, fix PLIST)
also make sure that our installation destination is under PREFIX
fixes PR 39165
2008-09-03 06:34:32 +00:00
bjs
ad556c5a30 Add hellanzb to news/Makefile 2008-07-30 13:27:46 +00:00
bjs
8d05f8b941 Import hellanzb-0.14, SVN revision 1087 (there were significant bug-fixes
after the least release).

Hellanzb is a Python application designed for UNIX0-like environments that
retrieves nzb files and fully processes them; the goal is getting
files from USENET as convenient and painless as possible. All that's
required is moving an nzb file to the queue directory. The rest, i.e.
fetching, par-checking, un-raring, etc. is handled by hellanzb.

it also comes with this fantastic ASCII art (behold!):

          ;;;;            .  .
     ... :liil ...........:..:      ,._    ,._      ...................
     :   l$$$:  _.,._       _..,,._ "$$$b. "$$$b.   `_..,,._        :::
     :   $$$$.d$$$$$$L   .d$$$$$$$$L $$$$:  $$$$: .d$$$$$$$$$;      :::
     :  :$$$$P`  T$$$$: :$$$$`  7$$F:$$$$  :$$$$ :$$$$: `$$$$ __  _  |_
     :  l$$$F   :$$$$$  8$$$l"""""` l$$$l  l$$$l l$$$l   $$$L | ) /_ |_)
     :  $$$$:   l$$$$$L `4$$$bcmang;ACID$::$$$88:`4$$$bmm$$$$;.     ...
     :    ```      ```""              ```    ```    .    ```.     ..:::..
     :..............................................:   v 0 . 1 4  `:::`
                                                                     `
2008-07-30 13:26:39 +00:00
cube
511c5d6ab7 - Make news/newsx build again after latest news/inn update.
- Apply a patch from Fedora (by Dominik 'Rathann' Mierzejewski) to fix
  CVE-2008-3252.

Bump package revision (security fix).
2008-07-28 16:27:42 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
wiz
5c322c5d06 Fix build with ncursesw option set. Comment from the commit:
# XXX: NetBSD's wide curses are not accepted, because the configure
# script doesn't find the proper headers.
# This could be a bug in the buildlink framework for wide curses.
# The next line is a workaround until someone(TM) finds time to
# investigate this.
2008-07-14 10:09:56 +00:00
spz
c08277bb5a distinfo knew a patch-aj with different timestamps, fix 2008-06-23 09:15:06 +00:00
spz
537f362429 - bump inn version to 2.4.4
- major change of directory structure
- two new options (uucp and perl now both optional)
- change of maintainer
2008-06-23 09:10:53 +00:00
wiz
6b1ced98ce Update to 0.132, based on pkgsrc-wip-package pan-devel packaged by
Olaf Seibert and using a glib compatibility patch from upstream
via Paul Goyette on pkgsrc-users.

Changes since 0.14.x:
0.132 "Waxed in Black"
 441859 in 0.131, 'read next unread' didn't always work (Artur Jachacy)
 456730 Text before signature delimiter is doubled (Alexander Skwar)
 444184 0.131 fails to build on RH4/CentOS4 (Steven Ellis)
 438021 can't post one message to multiple groups at one time (Keith)
 355041 Two-segment group name abbreviations (Benjamin Esham)
 447680 handle nzb files whose parts are in the wrong order (Benjamin Charron)
 349490 better info for the tool-tip of the Tasks button (Douglas Bollinger)
 456519 Dependency on gmime version should be 2.1.9, not 2.1.0 (Gregory Lee)

0.131 "Ghosts: First Variation"
 441442 bad yEnc decoding / occasional crash (Charles + valgrind)
 440853 fix 0.130 crash while fetching some headers (Sci Fi)
 440470 fix 0.130 bug that made deleting articles very slow (Walt)
 440194 fix 0.127 memory leak (Charles + valgrind)
 426377 workaround for GMime bug that won't show multipart images (Mike)
 440545 saving a group's headers could be faster (Charles + sysprof)
 440990 more speedups in saving headers (Charles + sysprof)
 441034 StringView::ltrim() speedups (Charles + sysprof)

0.130 "Hyperbolicsyllabicsesquedalymistic"
 417627 crash after throwing an instance of 'std::length_error' (Serge)
 438604 froze replying to posts with just "Re: " in the subject (Artur Jachacy)
 437686 0.129 didn't build on irix with MIPSpro C++ compiler. (Avi Bercovich)
 419199 fix 0.128 regression. (Frank Tabor)
 433316 task window coordinates set to -32000 on Windows (Argoyne)
 436101 make nzb suffix filter case-insensitive (Darren Albers)
 348445 tweak menu text to reflect multiple group selections (Darren ALbers)
 361388 add ability to queue nzb's when viewing them (Adrian Yee)

0.129 "Benson & Hedges Moscow Gold"
 436064 RFE: add 'copy url' to context menu
 436101 RFE: add nzb filter to 'import nzb' dialog (Frederic Crozat)
 428578 Crash when trying to post a supersede (Stephane Gregoire)
 434502 changing pane in tabbed mode (Lanif)
 432387 0.128 crash / memory corruption (Jeremy, Pav Lucistnik)
 432289 sometimes queued tasks never decode (Calin)
 419199 wrap should not be mandatory (Bill Baker)
 348445 can't select multiple groups (Artur Jachacy)
 090594 add option to always spawn editor when composign (Gauze)

0.128 "SR/CL: Leitmotiv: Toynbee Idea"
 431247 "Add a Scoring Rule" crashes if no article is selected (Christophe)
 432023 0.127 crashes when loading corrupted groups (Charles)
 432024 Speed improvements when saving and loading groups (Charles)
 431552 0.127 no longer stops downloading when disk is full (Alan Olsen)
 430958 Get N Headers fails if group has small # of headers (Anon)
 429449 Pan 0.126, 0.127 won't compile w/gtk 2.6.x (Jeff Berman)
 429485 Articles marked read showing back up (Frank Tabor)
 407301 All new articles are shown, regardless of score (Per Hedeland)

0.127 "Eckythump"
 428151 Compilation error in e-util.cc under fink (SciFi)
 424381 Pango warnings from attachments with accented chars (SciFi)
 427230 Sigfiles with CR/LFs not handled properly (Artur Jachacy)
 393589 X-Face not shown properly (Ivan Rajkovic)
 425993 Crash when downloading new headers in 0.126 (Drew Yavor)
 427212 Crash when hitting 'read more' when no group loaded (Duncan)
 424240 Downloading headers from the command line (Eric Lauriault)
 424248 In --nogui mode, exit when the last task finishes. (Eric Lauriault)
 427165 Task pane's ETA wrong on new xover tasks (Charles)
 426375 Task pane's ETA wrong when selecting > 4GB of queued files (Mike)

0.126 "Demon Sweat"
 420618 Decode in a worker thread for faster GUI/network (Calin Culanu)
 423376 Status Bar's "tasks" and "log" buttons toggle the windows (Walt)
 411446 Use `Message-ID', not `Message-Id', when posting (Charles)
 411447 Header pane loses selection when deleting articles (Jeff Berman)
 411657 Post window's cursor appears in the wrong place (Frank Tabor)
 411659 post window's "save draft" file dialog gets confused (Charles)
 411959 profile's `Reply-To' header used wrong in 0.125 (Mimi Doucet)
 423684 Latest glib issues "memory warnings" on startup (SciFi)

0.125 "Potzrebie"
 408767 connection-limit change not recognized until restart (Chuck)
 408778 0.124 bug: signature "command" executed twice (Jack Cuyler)
 408866 0.124 bug: error with the signature delimiter (Mimi Doucet)
 408990 0.124 bug: no more line break at 80 characters (longint)
 371868 add common headers to `more headers' in post window (Frederic Crozat)

0.124 "Goblin Worlds"
 370195 0.123 mime decoding errors (Walt)
 404833 marking a group as read doesn't stick between sessions (Frank Tabor)
 406284 array bounds read in StringView::strchr (Bruno Barberi Gnecco)
 403762 pasted text isn't wrapped automatically (Artur Jachacy)
 121178 built-in editor wraps text improperly when composing (Carl Hudkins)
 405765 some multiparts aren't grouped properly (Konrad Karl)
 360376 go to next unread-group should be circular (Frederic Crozat)
 406248 make it easier to find previously-read context (Jack Spaar)
 346915 post window's profile list should show email addresses (Artur Jachacy)
 405637 give the save button focus in the save dialog (Chris Petersen)

0.123 "El Nuevo Barretto"
 404515 0.122 build problems in `po' (Pteer)
 404309 0.122 build problems for uint64_t (Geoff)
 404837 newsgroups disappear in 0.121 and 0.122 (Kevin Brammer)
 404183 null pointer in printf (Laurent Bigonville)
 371838 header pane not updated for scores on bytes or lines (Mike)
 370195 uulib/fptools.c assert issue - crash (Samuli Karkkainen)
 404979 in 0.122, `cache' behaves like `read' (Michael Bernstein)
 395318 show `wait' cursor when filtering (Kreao Kunjas)
 404347 indicate offline status more clearly (Samuli Karkkainen)

0.122 "Not Even Wrong"
 354779 pan no longer attempts to reconnect (Jason Auvenshine)
 403513 crash in FC6 when viewing one specific message (Yannick Palanque)
 401012 freed memory read in socket-impl-gio (Charles)
 402121 rare memory corruption when parsing dates in scorefile (Charles)
 403066 getting new groups, conditional jump on uninitialised value (Charles)
 401087 servers.xml's file permissions are too lax (Robert Marshall)
 399776 group pane not syncronized when group changes (Bruce Bowler)
 307028 editor error: cursor positioning on indented lines (Richard Rasker)
 401449 sort-by-author doesn't work properly (Charles Hill, Jason Mack)
 400814 unable to mark some groups as read (Christophe)
 402704 queue size too small in task-pane.cc (Shana)
 389817 article not shown if another DL in progress (Samuli Karkkainen)
 403076 focus is incorrect when returning to header pane (Walt)
 402743 add keyboard shortcuts in task window (Ulrich Binder)
 402200 support large article cache sizes (Craig Ruff)
 400800 use libsexy for the toolbar's icon entry fields (Charles)
 399616 log message error in 0.121 (Charles)
 400012 nntp 501 error messages could be more helpful (Pavel)
 400256 spurious error message after deleting server (Pavel)
 400329 spurious error opening newsrc file when adding new servers (Pavel)
 400026 spurious error messages when decoding articles w/o attachments (Pavel)
 358062 spurious error message on nntp 411 response (Pavel)
 361603 translatability problems for message strings (Flammie Pirinen)
 400670 fold together some of the redundant translation strings (Charles)

0.121 "Dortmunder"
 390784 crash when dragging over URL (Paul Williamson)
 394139 fix small memory leaks
 398074 free memory read on socket error
 396523 fix minor compiler warnings
 395475 make the save dialog simpler and more consistent with other Gnome apps
 393912 'cache article' downloads articles in random order (Per Hedeland)
 395069 faster thread filtering
 397409 remove unneeded temporary objects from Quark::to_view()
 390735 prompt for path if none specified when adding a nzb via command-line.
 380429 References: header gets lost when superseding an article.
 380902 Setting 'work offline' doesn't go offline if busy downloading
 350999 Switching header threading collapses threads, loses selection
 353556 make underline and bold conversion more sensible
 353453 position of a zoomed image should depend on where user clicked on image
 357631 watched threads filtering not persistent
 376759 request for task pane to show number and size of selected tasks
 372013 use pan's error log, not g_message(), in connection worker threads
 358925 download speeds aren't calculated accurately/correctly
 355805 add "mark group read before xover" to prefs dialog
 397348 new feature: preferences option to clear the article cache on exit
 350372 list missing parts of an incomplete multipart
 350442 configurable newsrc location
 392133 ability to enable/disable automatic scrolling to picture attachments
 397347 posting error message could be more helpful
 389887 the nntp 411 error message could be more helpful
 388717 connection error messages could be more helpful (Guilhem Bonnefille)
 393352 no icon in the `post new article' window (Darren Albers)
 393357 no icon in the `about' window (Darren Albers)

0.120 "Plate of Shrimp"
 356329 'Save Attachments' only saves one of multiple attachments (Walt)
 378973 CVS Compile problem uulib/fptools.c (Rinaldi J. Montessi)
 378823 Lockup when replying to articles with Message-ID containing %i (Duncan)
 375953 Missing files from POTFILES.in (Daniel Nylander)
 375405 Corrupted uudecode output with Pan 0.119 (Shantanu Goel)
 373520 Crash when creating a new score, if no article is selected. (Carl Roth)
 373523 Thread scoring is too slow (Carl Roth)
 378710 Some NZB files can't be imported (Martin Meinhold)
 381976 Crash when importing nzb file and previous path doesn't exist
 387940 "pan --version" doesn't work (Wouter Bolsterlee)
 391471 Task Pane doesn't have a Window icon (Darren Albers)

0.119 "Karma Hunters"
 373193 'get headers' menu adds xover task to bottom of queue (Bigfoot)
 372616 Cancel / Supercedes is unable to recognize my articles (Frederic Crozat)
 372241 pan crashes on some malformed charset messages. (Artur Jachacy)
 371720 references: field breaks threads in thunderbird (Frederic Crozat)
 371453 priority for post isn't high enough (Frederic Crozat)
 370930 speed up header pane filtering (Vincent Dupaquis)
 370195 uulib/fptools.c crash (António Godinho)
 363166 IPv6: no IPv4 fallback (Pav Lucistnik)
 355805 add option to mark group read before getting new headers (Brad Hudson)

0.118 "Gustaf Von Musterhausen"
 358061 try to make multiple connections at once. (Duncan)
 360375 non-ascii subject is mangled (F. Crozat)
 361448 make statusbar use less vertical space (Michael Monreal)
 362436 retrieving group list runs forever (Guilhèm Bonnefille, Søren Boll Overgaard)
 364357 repeated server error messages (J. D. McKim)
 365990 pan doesn't encode sender when sending (Christophe)
 363268 mixed-charset messages get garbled (Michael Rasmussen)
 366542 crash with "ignore thread" when no thread selected
 366663 sort history is not maintained when "flipping" a column (Chris Petersen)
 366665 author with @ in "real name" gets chopped up (Chris Petersen)
 367578 crash when subscribing to an allready subscribed group. (Axion)
 369008 make crc32 checking 50% faster (Charles)

0.117 "We'll fly and we'll fall and we'll burn"
 361941 Slow download / Download corrupted in 0.116, fix included (Stéphane BERTHELOT)
 355047 article download becomes saving after restart (K Haley, Duncan)
 360406 pop up a message when post is refused by server (Frederic Crozat)
 361121 pan icon love (Michael Monreal)
 361445 Headers pane always has a scrollbar (Michael Monreal)
 361885 Cannot background compose window (Ken Bloom)
 354831 Pan silently removes characters when sending articles (Artur Jachacy)

0.116 "Blanton's"
 360375 non-ascii subject is mangled
 357735 crash when updating headers (David Kelly)
 358061 better use of server connections. (Adam Huffman)
 359197 speed up downloads from news server. (Avi Drissman, Christophe GISQUET)
 358654 pan-0.115 fails to compile - error in article.{c,h} (Jack Cuyler)
 358710 Tasks has an empty tooltip when idle (Adrian Yee)
 358717 Order of files added to queue (Adrian Yee)
 358211 Get New Headers expands selected collapsed thread (Douglas Bollinger)
 359171 download files with same name -> mangled suffixes (Jerry Segers, Jr.)
 361144 xover tasks should be inserted at the top of the queue (David)
 360373 missing utf8 conversion in error messages (Frederic Crozat)
 360725 changing the default color of positive scores (Anthony DeRobertis)

0.115 "Tip Jar"
 358077 cut memory use in half for large binaries groups (Charles)
 358204 20% of group loading time is spent in unnecessary trim() (Charles)
 357863 marking an article unread does not update grouplist. (Christophe)
 349012 header pane's mouse drag-select works in gtk+ 2.10. (Douglas Bollinger)
 358305 make tasks window clearer (Pavel)

0.114 "You'll Have to Go Sideways"
 356805 fix 0.112 - 0.113 lockups. (George Sherwood, Robert Marshall)
 356834 crash: Cannot allocate memory during pthread_create (Axion)
 356023 can't read an article with [XX/XX] in the subject (Artur Jachacy)
 357236 save another 3MB from startup overhead. (Charles)
 356798 save another 2MB from startup overhead. (Charles)
 357073 uninitialized memory errors in body pane. (valgrind)
 357698 new followups mangled quoted non-UTF-8 text. (Artur Jachacy, Christophe)
 356835 display utf-7 text correctly. (Artur Jachacy)
 345838 pan commandline not closing after ctrl-c. (Axion)
 357230 simleys (emoticons) break links (Flammie Pirinen)
 356827 delete attachment when deleting article (Kevin Brammer)

0.113 "0.113 is one of Nakata's favorites"
 356070 News servers not merging properly. (Alen Williams, Adam Huffman)
 356206 crash when deleting messages (David Kelly)
 349044 save settings periodically to safeguard against data loss. (Glyn Parker)
 354405 fix 0.112 Windows 2000 regression. (K Haley)
 356626 Edit/Select Article Body doesn't work. (Lionel Elie Mamane)
 356325 save a little memory. (Charles)
 350530 save-attachments dialog's group prefs radiobutton (Jeff Berman, Walt)
 355335 updated french translation. (Frederic Bezies, Christophe Gisquet)

0.112 "Elijah Craig"
 348188 0.111 breaks `disable threading' (Artur Jachacy)
 354560 0.111 crashes OS X on `get new headers' (Dave Chand)
 353957 0.110 expands threads when reading root article (Christophe Lambin)
 349710 moved 'disable smooth scrolling' to Prefs dialog. (Christian Lohmaier)
 351104 0.107 unable to save article text (Christophe Lambin)
 353624 crash when deleting active tasks. (Douglas Bollinger)
 347632 down news server locks up Pan (John Mellor, Jason Auvenshine)
 353486 server connection(s) screw up after awhile (Simon Morgan, K Haley)
 354317 "add and rescore" doesn't remove 'plonked' posts (Jack Cuyler)
 354140 "get new" + "show matching..." broken. (Christophe Lambin, Adam Warner)
 354200 pan crashes when view doesn't get applied (Douglas Bollinger)
 354231 new French translation (Frederic Bezies)
 353158 File save stopping before complete (Steve, Ronald)
 352043 Can't undo a watch or ignore rule. (Frederic Bezies)

0.111 "Tweedy"
 352337 scroll bar at the end of headers list. (Dave Chand)
 353334 reduce xover memory usage (csv4me)
 353407 Queue goes out of order after restart (Damian)
 353222 Supersede features is busted. No text quoted. (Frederic Bezies)
 353191 Pan 0.110 opens only 1 connection to server (Stéphane BERTHELOT)
 353386 Group update order is "wrong" (Bruce Bowler)
 353083 Reading articles should always be on top of the queue (Thomas Fricke)
 353604 build failure on FreeBSD. (Olaf 'Rhialto' Seibert)
 353622 crash on deleting posts during xover (Christohpe GISQUET)
 353972 Pan adds another Re: in some replies (Artur Jachacy)
 353635 URLs not preceded by http:// cause problems (Bill Baker)
 353630 URL containing https:// does not highlight, is not clickable (Bill Baker)
 353577 0.110: crash on entering next news group (Anonymous)

0.110 "Beable Beable"
 352116 Crash when images are left-clicked (Kim, Phil Richards, walt)
 352155 "Show matching articles Threads" not applied on startup (Benjamin Esham)
 352179 Alt + g shortcut double booked (Kim)
 345626 'queued' triangle in header pane is inconsistent (Jeff Berman)
 353018 Some phrases are italicised incorrectly; "/usr/bin/pan" (Benjamin Esham)
 352798 '%g' option didn't work in the group-prefs save path. (Kevin Brammer)
 352170 Huge speedups when processing large task queues. (Samuli Kärkkäinen)
 351258 Updated French translation. (Frederic Bezies)
 351701 Can't back out of Posting Profile creation (Samuli Kärkkäinen)
 353042 Prefs dialog refers to "OS/X" rather than "OS X" (Benjamin Esham)
 352232 link with gthread to make gmime happy (Philippe Morey)
 352092 can't compile Pan in a separate directory from the source. (K Haley)

0.109 "Beable"
 351573 GNKSA: allow users to send mail from Pan (Charles)
 351577 GNKSA: allow users to cancel and supersede their own articles. (Charles)
 351804 0.108 crash sometimes when reading or following-up. (Sam Morris)
 351574 GNKSA: show interesting Newsgroups, Followup-To, and Reply-To headers.
 351576 GNKSA: honor followup-to, reply-to headers correctly. (Charles)
 351245 "browse" button in save dialog sets wrong directory sometimes. (Charles)
 351301 0.108 didn't build on gtk+ < 2.6. (Jeff Berman)
 351289 0.108 didn't build on Windows. (Artur Jachacy)
 351228 0.108's "default windows browser" didn't work. (Darren Albers)
 351735 fix gcc 3.2.x build error. (Christian Lohmaier)
 351312 Oscillating size-to-fit. (Per Hedeland)
 351244 save-ui.cc wasn't marked for translation. (Frederic Bezies)
 351520 fix rpmlint warnings. (Roger Pao)
 351316 Text error in View|Layout menu. (Duncan)
 351888 Missing header in posts: content-transfer-encoding. (Frederic Bezies)
 351258 Updated French translation. (Frederic Bezies)
 351238 Organize global menus and context menus similarly (Samuli Kärkkäinen)
 351365 GNKSA followup to subject "RE:" gives a subject "Re: RE" (Charles)
 351024 Improve the Windows version w/icons, metadata (Christophe Gisquet)
 351033 make header text selectable in the body pane. (Danny Milo)
 350501 handle sigterm gracefully. (Soren Boll Overgaard)

0.108 "Mama's little Joyboy loves lobster, lobster"
 348925 Let users specify which web browser to use for links. (Dave Chand)
 350796 Fixed crash on reading articles. (Jeremy Messenger)
 351120 Fixed display of multipart yEnc images. (Per Hedeland)
 350514 UTF-8-dirty bodies weren't quoted in replies in 0.107. (Artur Jachacy)
 350501 handle sigquit, sigint gracefully. (Joshua Kwan, Soren Boll Overgaard)
 350511 Name in the attribution line is garbled somtimes. (Artur Jachacy)
 349009 "Show matching articles' Threads" option not saved (Douglas Bollinger)
 350971 area to the right of a URL link is clickable. (Artur Jachacy)
 349710 Add preferences setting to turn off smooth scrolling. (Duncan)
 350609 Updated French translation. (Frederic Bezies and Christophe Gisquet)
 350598 Can't put compose window behind the reader window. (Ken Bloom)
 350803 configure script portability changes. (Christophe Gisquet)
 350984 more configure script portability changes. (Christophe Gisquet)
 350541 use freedesktop.org's desktop file location standard. (Frederic Bezies)
 350956 use freedesktop.org's desktop categories standard. (Jeremy Messenger)
 350531 fix grammar errors in "Save Articles" window. (Jeff Berman)

0.107 "Umi De No Jisatsu"
 349784 When server returns a 482, make it clear to the user. (Volker Wysk)
 350309 Ellipsize text in the header pane. (Baris Cicek)
 350063 New French translation. (Frederic Bezies)
 349797 Make behavior for 'read more' a preference option (Shining Chaos)
 349751 Tasks window can't be put behind main window (Daniel Hobe)
 350040 Add --with-gnome and --with-gtkspell to configure script. (Sven Wegener)
 349752 Multiple task and log windows could be opened. (Daniel Hobe)
 349753 0.106: a warning dialog (#349312) appears if posting succeeds. (Duncan)
 349721 Changing subject or newsgroups in followups didn't work. (Duncan)
 350371 Headers shown in 'show all headers' were included in follow-ups. (gbzzl)
 349850 No way to make servers go online after an error occurs. (Sam Guidice)
 346579 Couldn't show some articles with mislabeled encodings (Artur Jachacy)
 350485 Poor handling of noise in multipart uu messages. (Per Hedeland)
 349734 followup quoting error (odd character in "From:" header issue?) (Duncan)
 349700 Fixed bug when queueing multiparts that had missing parts. (K. Haley)
 350026 Mark the group preferences dialog for translation. (Frederic Bezies)

0.106 "Dum Maro Dum"
 348458 'space' goes to the next article, not unread article. (Artur Jachacy)
 349022 couldn't mark a collapsed thread as read. (Artur Jachacy)
 349312 warn if closing Post window w/o saving or posting text. (Sandy Weicks)
 348881 crashed when the group's sort order got corrupted. (XioNox)
 349597 crashed when the queue is very large. (Alen Williams)
 349053 crashed when the scorefile had headers that Pan didn't recognize. (Lin)
 349498 multipart corruption in datafiles. (K Haley)
 345626 Some states were wrong in the header pane. (Jeff Berman, Ken Geis)
 349016 Ignored Articles were shown when matching by thread. (Douglas Bollinger)
 349145 "pan --nzb" didn't exit when 'close' was pressed. (K Haley)
 349495 header pane sorting didn't stick when changing groups.  (Christophe)
 349550 if 'mark all read when leaving group' is set, mark on exit too. (Damian)

0.105 "Churchill's Chevy Nova"
 348667 new profile setting for which server to post with. (David Shochat)
 348660 from 0.14: remap keyboard accelerators with ~/.pan2/accels.txt (Duncan)
 348704 from 0.14: "add similar articles to selection" (Charles)
 342034 from 0.14: shift-G go to next group; g to next unread. (Jim Henderson)
 342032 from 0.14: accels for get-new and get-new-in-subscribed. (Jim Henderson)
 348437 revived 0.14 feature: per-group save paths. (Darren Albers)
 348707 disable "group properties" button if no group selected. (Kevin Gottsman)
 348178 remember user settings in the 'download headers' dialog. (Dave Chand)
 348676 add groupname to 'download headers' dialog. (Jeff Berman)
 348441 posting profiles: let users browse for their sig file. (Artur Jachacy)
 348669 posting profiles: double-clicking a profile to edit it. (Duncan)
 348802 filtering by 'fetched/cached' didn't work. (Ufuk YILDIRIM)
 337319 news servers couldn't be deleted. (Soren Boll Overgaard)
 348447 fixed 0.104 overflow & crash. (Artur Jachacy)
 348451 fixed 0.104 `next article' fail if no article selection. (Artur Jachacy)
 348472 fixed 0.104 build error w/gtk 2.4. (Kevin Gottsman)


0.104 "YES, OK! I *AM* COMMUNIST SPICE!!!"
* added option to toggle the 0.103 'size to fit' feature. (Brad Sims, #347268)
* when the disk is full, show a warning dialog and go offline. (Phil Wlazlo, #347654)
* lower memory overhead (again!) in the group and header panes.
* the 'save' dialog's default action is now 'save', not 'cancel'. (Kelly Martin)
* by default, store the scorefile in ~/.pan2 rather than ~/News. (Sam Morris, #347713)
* 0.14 feature: periodic keepalive messages to idle connections. (Christophe, #342492)
* 0.14 feature: header pane shows hidden/unread child counts. (Douglas Bollinger, #347036)
* revived 0.14 feature: "delete group's articles" (Steve Welch, #346986)
* revived 0.14 feature: header pane 'wraparound' (Artur Jachacy, #347758)
* revived 0.14 feature: toggled header pane threading on/off (Artur Jachacy, #348188)
* fixed crash when reordering tasks via the task pane. (Alen Williams, #347272)
* fixed 0.103 memory leak when reading articles. (Valgrind)
* fixed 0.102 code that significantly slowed down group loading. (Charles, #347275)
* fixed 0.100 build error with gcc 3.2.3.  (Christian Lohmaier)
* fixed ETA bug in the task pane. (Richard Gilbert, #347007)
* don't "jump" in the header pane when getting new articles. (S. Mazzola, #347862)

0.103 "Eldarfaroth"
* scale-to-fit of oversized images a la firefox. (Darren Albers, #346165)
* revived 0.14 feature: the old "save as..." dialog.
* pop up the 'download headers' dialog when entering an empty group.
* when loading a group, give keyboard focus to the header pane. (Jeff Berman, #342975)
* remember the body pane's expander state between sessions. (Jeff Berman, #342976)
* 'save' tasks now show their target direectory in the task manager. (Carl Soderstrom, #106763)
* Follow Gnome HiG by having a View->Toolbar checkbox to toggle the toolbar. (Charles, #110953)
* "show matching articles' threads" didn't work. (Douglas Bollinger, #346408)
* Pan was confused about some headers' encodings and showed them badly. (Artur Jachacy #346426)
* non-ascii characters were sometimes not handled gracefully. (Søren Boll Overgaard, #337317)
* bracketed urls were parsed incorrectly. (Artur Jachacy, #346543)
* header pane wasn't properly repositioned after deleting articles. (Jeff Berman, #342985)
* fixed minor 0.101 bug in highlighting bold/italic/underline text. (Charles, #346718)
* fixed selection 'jumping' when changing filters. (Duncan)
* the new scoring rule dialog didn't behave nicely. (Søren Boll Overgaard, #338727)
* fixed NetBSD build errors. (Olaf Seibert. #346993)
* fixed group description warnings on Windows. (K Haley, #346604)

0.102 "From the years of neon through iodine"
* let users set charsets when posting articles. (Frederic Bezies, #345330)
* added ETA, bytes remaining to task window. (F. Ingelrest, #346339)
* remember size of task and event windows. (Jeff Berman, #345628)
* improved header pane sorting for a.b.m.divx. (Mike Corbett, #346069)
* data files were being opened in the wrong mode under Windows. (K Haley, #345941)
* fixed 0.101 bug that broke handling of URLs clicked on in the body pane. (Bigfoot, #345867)
* fixed crash when downloading articles with invalid `bytes' fields. (Alen Williams, #343257)
* fixed utf8 string corruption and crash when sorting by subject. (Artur Jachacy, #345784)
* "edit preferences" jumped to the group pane when in tabbed mode. (Martin Zuziak, #342517)

0.101 "A pulse of dying power in a clenching plastic fist"
* added to add text file, plaintext, and script/command signatures. (ERACC, #345555)
* extra headers for outgoing posts can now be added per-posting profile. (Mike Dee)
* added `edit posting profiles' to the main edit menu.  (Mike Dee)
* added toggle to enable/disable spellchecking in the posting window. (Frank Olieu)
* sort the event window's list s.t. the latest events are visible. (Jeff Berman, #345630)
* better handling of *bold*, /italic/, and _underlined_ text. (Kelsey Bjarnason, #345705)
* "rot13 selected text" didn't work. (Artur Jachacy, #342149)
* multipart yEnc pictures are now displayed properly.  (and was *that* a fun bug.)
* multiple attachments in a single article weren't always displayed.  (Walt, #345450)
* custom fonts in the group pane weren't applied on startup.  (Stijn Declercq)
* fixed off-by-one error in scoring articles by Lines or Bytes.
* more Win2K support goodness from Christophe Guisquet and Mike Houwers.
* close the 'about' dialog gracefully in gtk >= 2.9.  (Yanko Kaneti, #345292)
* about a dozen minor memory leaks fixed. (Valgrind)

0.100 "Hey, I like this. Early nothing!"
* added `download last N days' in the 'get headers' dialog.
* show per-server bandwidth and idle/active connection counts in the status tooltip. (Duncan)
* merged the two toolbars so that the group pane's toolbar is harder to obscure. (Chris)
* the save-attachments "save" button draws focus now. (Kevin Gottsman, #345026)
* fixed bug that didn't mark saved articles as read. (Keith Richie)
* fixed 0.99 typo that removed "Get New Headers in Subscribed Groups" from the toolbar. (Chris)
* some nntp servers don't allow `group' command before `mode reader'. (Keith Trudell, #343814)
* fixed crash on corrupt group data files. (Stephan Walter, #344211)
* fixed crash on corrupt xover lines. (Thomas Meyer, #343624)
* fixed 0.99 gi18n.h build errors. (John Aldrich)
* fixed 0.99 refresh error in the group pane. (Chris)
* expired headers are no longer marked as unread. (K. Haley, patch. #343163)
* new headers downloaded didn't honor the "expand threads" prefs setting. (Jack Cuyler, #67282)
* applied Windows 2K patch by Christophe GISQUET. (#311663)

0.99 "Fat man, you shoot a great game of pool."
* added Message-Id filtering in the header pane. (Derrick Everett, #342442)
* remember window maximized state between sessions. (Chris Maaskant)
* added preferences option to expand all threads when entering a group. (Motor)
* Pan's first Bulgarian translation, courtesy of Yavor Doganov!
* When reading a group for the first time, a "download headers" pops up. (Walt)
* Added a group pane toolbar button for the "download headers" button.
* Users of gtk < 2.6 now have an `about' dialog. (Kevin Gottsman, #342484)
* statusbar tooltip bar to show active/idle connection counts. (Jeff Berman, #342984)
* many i18n fixes by Yanko Kaneti. (#340999)
* fixed tooltip error for the cached messages filter button. (Walt)
* the group pane's scrollbar was broken to gtk 2.6 users. (dhj, #342647)
* highlight email addresses, and handle their being clicked, correctly. (Chris, #342893)
* fixed incorrect coloring of low-scoring articles. (Chris)
* the header pane no longer `jumps' when deleting articles. (Jeff Berman, #342985)

0.98 "The plain old chaos of undifferentiated weirdness."
* added optional `bytes' column to the header pane. (Steven David Ruiz)
* remember the user-specified sort order between sessions. (Coran Fisher)
* ignore "Re: " when sorting headers by subject. (Charles)
* filtering in large groups is now /very/ fast. (Charles)
* deleting a lot of articles in a group is now /very/ fast too. (Charles)
* small speedups elsewhere. (Charles)
* fixed crash-on-shutdown bug. (Jim Henderson, Artur Jachacy)
* fixed broken tree expander buttons in the group & header panes. (Walt, doktorseven, Duncan)
* fixed 0.97 bug that sorted child articles backwards. (Artur Jachacy)

0.97 Atoz and Tanda
Usability
* remember pane geometry, and header pane column widths, between sessions.
* allow rearrange and hide/show header pane columns. (Bill Pier, Duncan, Les Newell)
* lots of speed improvements: startup, shutdown, and group/header panes. (Charles)
* fix wiki-style-boldfacing in quoted text. (Christophe)
* set a window manager `role' for each different Pan window. (Duncan)
* fixed crash-on-startup bug. (#340966, Alen Williams)
* don't corrupt data files when writing them and the disk is full. (#339977, Adam Huffman)
* fixed a crash when sorting article by subject. (Walt, Artur Jachacy)
* fixed crash when disabling a toolbar filter that was enabled at startup. (Charles)
* non-root nodes in the header pane should be sorted by age. (#108757, Artur Jachacy)
* fixed bug that kept some articles from being decoded. (Jarek Sobieszek, Sam)
* fixed the `losing subscribed groups' bug. (Christophe)

0.96: "Afghanistan Banana Stand."
Usability
* another round of speed and memory optimizations. (Charles)
* cleanups in the `posting preferences' dialog. (Christophe)
* use the right monospace font in the post-article dialog. (Christophe)
* added a config-file option to increase the disk cache. (Duncan, K. Haley)
* fixed crash on very, very long References: header. (Flammie Pirinen)
* don't crash on SIGPIPE. (Sam Guidice)
* fixed Windows crash when reading some mime messages. (Artur Jachacy)
* fixed 0.95 memory errors. (Valgrind)
* fixed 0.95 pan_tree_store_iter_children() assertion failure. (Sami Haahtinen)
* fixed issue with regular expression metachars in watch/ignore thread. (Christophe)
* fixed 0.95 error that broke header pane navigation.  (Sami Haahtinen, Walt)
* fixed bug that sorted unsubscribed chunks of newsgroups incorrectly in the group pane.
* fixed 0.95 compile error when building with gtk 2.4. (Kevin Gottsman)
* fixed 0.95 compile error when building on Windows.  (Artur Jachacy, K. Haley)

0.95: "I feel clean now. My whole body's just a-quivering with cleanness!"
* set priorities for multiserver - primary or backup server. (Lyle, Chris Maaskant)
* faster loading and filtering in the group and header panes.
* faster decoding than 0.93 and 0.94. (Ulrich "boo")
* fit more rows into the group and header panes. (Per Hedeland)
* put color hints in `score' column if there's a high-scoring article hidden in the tree.
* fixed another tail recursion crash in large newsgroups. (Sinan Karasu)
* fixed an idle socket crash.  (Dave Chand)
* watch/ignore thread works again. (Chris Maaskant)
* try to decode as much of an incomplete multipart as possible. (Ulrich "boo")
* when possible, fetch articles via `ARTICLE nnn' instead of `ARTICLE <message-id>',
  because some servers have problems with the latter form.  (Duncan)
* `delete article' now deletes subthreads of non-expanded articles like the old Pan did. (Sam)
* expand "other groups" if it has groups matching a search criteria. (Matt McAdoo)
* scoring by "Newsgroups:" header works now. (Tehrasha Darkon)
* some multiparts were broken because uulib couldn't suss out the part order. (Ulrich "boo")
* fixed minor build error on FreeBSD. (Per Hedeland)
* fixed iterator invalidation crash. (Dave Chand)

0.94: Ready! Fire! Aim!
* return of the preferences dialog, part 2: colors. (Jim Henderson, Duncan)
* use gnome-hig-correct name ("Quit"), shortcut (control-Q) for exiting Pan. (Henri Naccache)
* removed dupliate toolbar buttons.
* 'mark-article-unread' and 'download-selected-articles' are back. (Duncan)
* when starting up Pan with a tabbed layout, make the group pane visible. (Robert Marshall)
* fixed stack corruption when a group had more than about 40,000 root articles. (Sinan Karasu)
* fixed nzb assertion "`parts.size() > index' failed." (Rich "budman"; pdxsam)
* fixed nzb bug that gave some files too many parts. (Ulrich "Boo")
* some multipart mime messages were not displayed properly. (Sam Morris)
* fixed a couple of OS/X shutdown crashes. (Dave Chand)
* fixed keyboard shortcut between 'mark-article-read' and 'use-monospace-font' (Duncan)
* fixed resize error in tabbed layout mode. (Robert Marshall, Eric Ortega)
* handle groups with ':' in their name in newsgroup.dsc and newsgroup.ynm. (Motor)
* fixed X-Face error in Windows. (Artur Jachacy)
* some preferences, like window layout, weren't loaded properly. (Matt Braymiller)
* URLs containing commas didn't link correctly. (Henri Naccache)
* fixed a handful of small memory leaks. (Dave Chand, valgrind)

0.93: "It's Like Living Inside a Bouncy Castle!"
* return of the preferences dialog, part 1: mouse, pane layout, fonts, header downloads.
* in the header pane, keep child nodes sorted by date.
* `delete article' was in the wrong place in the menus. (Sam)
* `read-selected-article' now expands the article's subtree in the header pane.
* groupname abbreviation off by default. (Motor)
* `mark read' is back. (Christian Lohmaier)
* when shortening names in the group pane, shorten discussion
  groups like "alt.something.d" to "a.something.d", not "a.s.d". (Duncan)
* fixed crash when adding some news servers' group lists. (Søren Boll Overgaard)
* fixed threading error. (Christophe)
* fixed crash when loading groups with munged References: headers. (Christophe, others)
* fixed crash when reading articles with oddly-munged From: headers. (Christophe)
* fixed crash when reading articles with non-ascii Subject: headers. (Christophe)
* running configure no longer requires perl's XML::Parser. (K Haley)

0.92: "I hope the demons pluck your eyes out and use them for marbles!"
* added score-by-crosspost-count to the Add Score dialog. (Alexander Content)
* horziontal scrollbar in gruop pane when not all text can be displayed. (Christophe)
* reintroduced "get new headers for subscribed groups" from 0.14.x (Christian Lohmaier, others)
* reintroduced more of 0.14.x's toolbar buttons.
* pan remembers its window dimensions, pane sizes, and toggle settings again now.
* fixed newsrc underflow/overflow corruption. (Christophe)
* fixed "Can't determine this article's charset" error. (Artur Jachacy)
* posts were incorrectly formatted. (Christophe, Artur)
* on windows, dates in the header pane looked wrong. (Kevin Gottsman)
* fixed crashes when the Score file was filtering by Xref header.  (Rinaldi J Montessi)
* fixed underflow error that said empty groups had millions of unread articles.  (K Haley)
* fixed off-by-one that kept 'get new headers' from getting the latest article. (Christophe)
* incorrectly gave "Error - message appears to have no new content"
  when non-Latin/Latin 1 characters were used. (Artur Jachacy)
* removed ANNOUNCE.html from pan.spec.in (Adam Huffman)
* in url.cc the glib.h include needs to be moved above the #ifdef,
  otherwise G_OS_WIN32 is not defined.  (K Haley)
* replaced `uint' to `unsigned int'. (K Haley)

0.91: "I'm lost. I'm drunk. I'm impure. What a life!"
* added automatic authentication. (Jim Henderson)
* in tabbed mode, jump to the right tab when loading a group or article. (Robert Marshall)
* "Single-click selects, rather than loads,..." (Steven Adeff)
* fixed crash when downloading header with false positive multipart subject (henri naccache)
* fixed missing References header in followups (Jim Henderson)
* article deletion didn't work. (Darren Albers)
* fixed rpm spec file errors. (Adam)
* fixed 64-bit build errors. (Jon v/d Kamp, Steven Adeff)
* fixed OS/X build errors. (Dave Chand)
2008-06-22 08:12:24 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
obache
235c395dcb Some improvements and fixes:
* Add usual rc script.
 * Include some perl scripts, add perl:run and replace interpreter line.
   Fixes PR 38893.
 * Use VARBASE instead of hard coded /var.
 * Fix user and group mismatch between configure detection and pkgsrc.
   configure try to detect "ntpcache", "news", "daemon", and "adm".
   pkgsrc had used hard coded "news".
   Now using NNTPCACHE_USER and NNTPCACHE_GROUP.
 * Change to use CONF_FILES framework instead of installing to etc directly.
 * Use *_PERMS instead of some PLIST trick.

Bump PKGREVISION.
2008-06-15 13:08:52 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
obache
a61babd386 Fix MASTER_SITES url. 2008-06-12 01:01:47 +00:00
obache
f3ddd935e0 nntpcache.com is gone.
Change MASTER_SITES and HOMEPAGE to available mirrors.
2008-06-11 14:33:07 +00:00
wiz
db0d6ac3f5 Bump PKGREVISION for gtkspell API bump. 2008-05-30 12:29:00 +00:00
tron
5653b15d71 Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
heinz
e7d8fde67b The package supports installation to DESTDIR. 2008-01-03 23:14:46 +00:00
wiz
a40a8b4e34 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:20:12 +00:00
wiz
bb60724301 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:18:09 +00:00
wiz
48aee8ab57 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:31:49 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
wiz
10a9a86a93 Make curses support completely optional, in response to PR 37173
by David A. Holland.
2007-11-25 12:44:07 +00:00
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
wiz
9ee7414dba Remove ftp.nuxi.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37328.
2007-11-12 00:04:36 +00:00
wiz
0c3aed1371 Remove uiarchive.uiuc.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37327.
2007-11-12 00:02:23 +00:00
is
3fa82e02ac cleanscore is a PERL script to clean the "score file" of the Usenet news
reader "srln" from expired entries.
2007-10-12 12:30:47 +00:00
is
d7ae31ead1 cleanscore. 2007-10-11 20:47:06 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
wiz
b604619719 Fix build with curses option. From Yakovetsky Vladimir in PR 36998. 2007-09-19 05:55:05 +00:00
wiz
b7eae74469 Take maintainership. 2007-09-13 23:26:24 +00:00
wiz
98e4cd068b Add options for ncurses and ncursesw support.
Based on patch in PR 36983 by Leonard Schmidt.
2007-09-13 23:14:41 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
wiz
5ae3d4f881 Add license file for tin, and make news/tin use it. 2007-09-05 21:59:41 +00:00
wiz
7dc977c1cb Report it if part of the build fails. 2007-09-05 21:59:22 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
011ce19062 Use MACHINE_ARCH instead of LOWER_ARCH in conditionals. 2007-07-29 14:33:12 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
wiz
51c8ea8d62 pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
79a320a98f Added VARBASE to BUILD_DEFS. 2007-02-15 21:35:11 +00:00
joerg
7e2d764782 Modlar Xorg support. 2007-02-15 14:44:49 +00:00
wiz
019ba8fa18 Update to 1.8.3:
-- 1.8.3 release 20070201 "Scotasay" --

018) Christian Weisgerber <naddy@mips.inka.de>
     BUG. assumed that wchar_t and wint_t are of the same size
     FIX. tcurses.c

017) Antonio Querubin <tony@lava.net>
     BUG. missplaced ||
     FIX. nntplib.c

016) Toomas Soome <Toomas.Soome@microlink.ee>
      ADD. updated estonian translation
      FIX. et.po

015) Michael Bienia <michael@vorlon.ping.de>
     BUG. 'l' from the pager doesn't reposition cursor to last viewed
          article
     FIX. thread.c

014) Urs Janssen <urs@tin.org>
     BUG. "Kill text pattern" form killfile menu was applied to
          Message-ID and Rrferences instead of Message-ID only
     BUG. FILTER_FILE_OFFSET was wrong
     ADD. allow .ax TLD
     FIX. tin.h, filter.c, policy.h

013) Urs Janssen <urs@tin.org>
     ADD. minor manpage tweaking
     FIX. tin.1, tin.5

012) Peter Breitenlohner <peb@mppmu.mpg.de>
     BUG. build problem with VPATH
     FIX. Makefile.in
2007-02-02 19:29:12 +00:00
wiz
9d2e96ac11 Remove some legacy options handling after 3 branches. 2007-01-30 07:11:46 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00
joerg
82e459c499 Alwauys include netinet/in.h and fix errno usage. 2006-12-01 13:54:27 +00:00
rillig
9714fd7767 Fixed PKGMANDIR and made the package build on NetBSD. 2006-11-12 01:28:03 +00:00
christos
594d91b49e fix the order of includes in order for this to compile; from Anon Ymous 2006-11-01 17:12:21 +00:00
schwarz
0fcb68082b added support for IRIX 5 2006-10-20 19:18:45 +00:00
schwarz
be3ce4cfc1 upgraded nntpcache to 3.0.2 (bug fix release) and added patches to
support Darwin
2006-10-17 20:28:01 +00:00
schwarz
3171075638 added support for Darwin 2006-10-16 19:20:27 +00:00
schwarz
3f3115205b added support for IRIX 5 and for Darwin 2006-10-15 21:59:13 +00:00
schwarz
fe9f048b15 added support for IRIX 5 2006-10-15 20:06:59 +00:00
schwarz
6e27c9edb5 - do not explicitly pass CC to MAKE_ENV as pkgsrc already does so
- added fixes for IRIX
2006-10-15 16:43:37 +00:00
schwarz
e70c720c77 updated download path 2006-10-15 10:27:53 +00:00
schwarz
5215c15086 updated news/nn to 6.7.3. Changes from 6.6.5 according to nn's ChangeLog
are various bug fixes and code cleanups.
2006-10-14 19:33:45 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00