Commit graph

29 commits

Author SHA1 Message Date
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tonio
6b5ff3183f Use the configure script
Fix perl path for configure and scripts, and add dependency for opml2snow over
p5-XML-LibXML

Bump PKGREVISION
2005-10-26 12:44:21 +00:00
tonio
8ebb857d2f Fix .mo generation when using the msg-plural hack 2005-10-22 22:06:21 +00:00
tonio
5d8d89ab8d bump PKGREVISION, as USE_MSGFMT_PLURALS ads a build dependency over perl 2005-10-22 09:46:44 +00:00
tonio
f4a523e840 add USE_MSGFMT_PLURALS= YES, as it is used (PR 31886) 2005-10-22 09:40:06 +00:00
tonio
10591b3f88 Update www/snownews to 1.5.7
This release contains:
 - new translations to Traditional Chinese, Japanese, Polish
 - Optimisation for use with screenreader
 - 'E' displays throwed error log

removed patch-aa, it is included upstream
2005-10-20 15:31:20 +00:00
reed
15c2f6db62 Set maintainer to tech-pkg. Bruce is not maintaining these
packages. Thank you Bruce for helping with pkgsrc.
2005-09-07 02:13:18 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wiz
e0a810fe58 Update to 1.5.5.1, including a fix for PR 28216.
Changes since 1.5.1:

Post 1.5.5.1
The 1.5.5.1 package had wrong compiler flags. -g was switched on
while -O2 optimizations were off. Not a big deal, but I replaced
the package with a new one.

The next version's configure knows Cygwin and the Makefile knows
DESTDIR. Thanks to Yaakov Selkowitz for this and for the Cygwin
ports. :)

1.5.5.1
Obviously I failed to understand the arcane knowledge Unix signal
handling is made of. 1.5.5 creates zombies and fails to exit (hangs)
at least on OpenBSD. But I still claim that this is a bug in the
OS. Anyway, this release fixes just this one problem. If 1.5.5
works fine you don't need to upgrade.

1.5.5
I've fixed quite an amount of things in the HTTP and related code.
Torturing code with randomly generated crap is a fun method to find
problems. ;)

Cache file handling was also rewritten to avoid problems with
filesystems that don't like binary data in filenames very much. I
also fixed this on Cygwin where it was totally broken. Snownews
may now generate different hashes for the filenames than before so
some feeds may appear completely unread after upgrading in certain
cases.

Overall this release touched a lot of core code, should've probably
been 1.6.0. Ah well, have fun with the yellow chicken!

1.5.4.1
Make snownews work with gmail's atom feed.

1.5.4
    * Fixed some of the UTF-8 problems. Ncurses still doesn't seem
      to like what I do. Will solve this in a later version.
    * "Return to previous menu" and "quit" are now two different
      keys. Default bindings for both is still 'q' so it doesn't
      brake any previous behaviour, but if you want you can define
      different keys for it now.
    * The HTTP client now understands chunked transfer encoding.
      This was included from a patch for Liferea. Should be of rare
      use since only some broken proxy servers made it neccessary to
      support this.
    * I've update the Credits a bit. I know that I probably forgot
      to mention somebody, if you feel left out, let me know. ;) I
      will go over the file and my emails again for the next version.

    * I made the progress bars perfectly smooth. And much faster.
      The code wasted a lot of CPU cycles. The cookie loading still
      does the same, though. :P
    * The highlight bar and the status line cover the whole screen
      instead of n-1 columns now.
    * If an error during an update occurs the feedname that caused
      it is displayed in the status line as well. (Same goes for the
      error.log)

    * The code that determines read status of an item during an
      update now depends on the link and the title element. Feeds
      that have the same URL for all items should work better now.
    * Adding a feed now removes whitespaces from the beginning of
      the string so if you cut&paste " http://whatever" it'll work.
    * I added support for feed:// URLs. It's stupid, but seems to
      be used in the wild so I just give up.
    * The "HTML renderer" now decodes numerical entities all by
      itself (if supported by your C library) and uses libxml's
      htmlEntityLookup(). User defined entities are still checked
      first.

    * Stupid NULL ptr crash in the HTTP status parser.
    * Basic/Digest auth headers should be case insensitive.
    * Possible crash when deleting the "New Headlines" feed.
    * It is now possible to use URLs http://foo.com without a trailing slash.
    * Items in "New Headlines" had wrong feed name attached to them
      if you moved around feeds in the main menu.
    * No recursive adding of smartfeeds. And no extreme memory
      trashing in this case anymore.
    * UTF-16 and pure binary data can now be read. Anyone who wants
      to write a webcomic2aalib extension?

1.5.3

This version contains the following changes:
Prevent launching smartfeed:// URLs with the browser.
Configurable enter key broke type ahead a bit. Think I already mentioned this some time ago, no?
The "Downloading [feedname]" always shows the correct feed name now.
Finetuned display of HTML only feed descriptions a bit more.
Changed URL in user agent string to http://snownews.kcore.de/.
Error messages are now in full colour. :)
Many more errors are now written into the error.log file.

1.5.2

Not many new stuff since the beta1 version. Using filter extensions
works fine now, if you subscribe a feed that cannot be parsed you'll
be asked if you want to use a filter for this feed (=unsucked the
add a filter UI).  There was a problem with accessing memory that
didn't belong to us in xmlparse for strings exactly one byte long.
The feed download function behaved strangely sometimes due to some
thread safety issues. Never affected Snownews, only Liferea. Just
mentioned for completeness.  Snownews should also start up a bit
faster now if you have many feeds and a really slow system.

1.5.2beta2

Unfortunately 1.5.2-beta1 is a bit crashy if you use the (New
headlines) pseudo feed. Something's stompin on my internal database
which leads to inconsistent calculations of unread items in the
new headlines feed and the rest of the program. And ultimatively
to a segfault if you open the feed in this state. The patch below
fixes this. Also fixes obscure issues with smart feeds + caching,
makes HTTP auth via proxy work and fixes bugs with the feed reordering
in the main menu. Moved feeds had some of their internal data mixed
up with others. Specifically the last HTTP status reply, last
modification date and the data contentlength.


1.5.2beta1

The enter key has now a configurable key binding. So if you want
to have 'l' to select an item, it should work now.  Multi byte
characters are now handled correctly. Well, everywhere except in
the article (if provided) itself since the word wrap function still
doesn't like multi byte characters. Should work everywhere else if
you link against libncursesw.  I rewrote all of the build system.
Nothing fancy, but it's one single Makefile now and does not depend
on GNU make anymore. Building is probably broken on Solaris atm.
A feed that contains all new items from all your other feeds can
now be added by pressing 'H' in the main menu.  Filters and external
feed sources work now.

External sources:  Write a script/program that outputs RSS and you
can add it via an URL exec:/path/to/script. Snownews will execute
it everytime you refresh the feed/all feeds.  In short: [your
script] -> RSS -> Snownews

Filters:  You can subscribe to Atom, any other syndication format,
heck even HTML pages with this feature. All you need is a script
that converts whatever resource from the web to a valid RSS document.
The external script must accept data via stdin and write valid RSS
to stdout. Snownews will execute this filter everytime it downloads
a resource from the web. This automatically takes advantage from
Snownews' http features (last mod, gzip, auto redirect, etc.). To
use this, subscribe anything you want, ignore the parser errors,
press 'e' and enter the location of the filter you want to use,
refresh the feed.  In short: [resource on the web] -> Snownews ->
[your script] -> RSS -> Snownews
2004-11-20 00:30:29 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
e317401794 Convert to buildlink3. 2004-05-04 04:26:43 +00:00
minskim
91c03aa00b Regen to make GNU patch happy. 2004-04-20 18:28:11 +00:00
wiz
4213bac149 Update to 1.5.1, provided by Bruce J.A. Nourish in private mail.
1.5.1:
This release fixes a crash on Solaris, improves behaviour with
compressed HTTP content, adds support for combining multiple category
filters, and fixes a few user interface inconsistencies.
1.5.0:
This release adds digest authentication support, improved handling
of HTML feed descriptions, user customizable conversion of HTML
entities, many GUI improvements, and other smaller bugfixes.
2004-04-09 00:04:23 +00:00
wiz
f7ce2359ef Update to 1.4.4, based on an update sent by Bruce J.A. Nourish.
1.4.4:
  1.4.3 crashes on systems where it runs the first time.
  Cookie support
1.4.3:
  Feed overview menu can now be assigned a color via the colors config file
  HTTP Authentication
  Code rewrites
  Translation updates
  '?' brings help menu
  'M' sets item to unread
  Bug fixes
2004-02-15 23:52:29 +00:00
grant
e3d128293a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
jmmv
a49484d240 Use tabs for indentation. 2004-01-23 21:55:48 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
reed
5462e25681 Bruce asked for his MAINTAINER email address
change on pkgsrc-wip-review list.
2004-01-09 03:30:54 +00:00
wiz
865d0a84f0 Import of snownews-1.4.2 from Bruce J.A. Nourish via pkgsrc-wip.
Snownews is a small console RSS/RDF newsreader. It will handle RSS 1.0
feeds that comply with the W3C RDF specification, but will also support
userland's 0.91 and 2.0 versions.
2003-12-27 23:04:23 +00:00