Commit graph

137414 commits

Author SHA1 Message Date
ahoka
7df510c347 Update to 1.2.8.
No longer needs ncurses (at least on NetBSD 5.0).

Official changelog:

2008-11-01: Hunspell 1.2.8 release:
  - Default BREAK feature and better hyphenated word suggestion to accept
    and fix (compound) words with hyphen characters by spell checker
    instead of by work breaking code of OpenOffice.org. With this feature
    it's possible to accept hyphenated compound words, such as "scot-free",
    where "scot" is not a correct English word.

  - ICONV & OCONV: input and output conversion tables for optional character
    handling or using special inner format. Example:

  # Accepting de facto replacements of the Romanian comma acuted letters
  SET UTF-8
  ICONV 4
  ICONV ş ș
  ICONV ţ ț
  ICONV Ş Ș
  ICONV Ţ Ț

    Typical usage of ICONV/OCONV is to manage an inner format for a segmental
    writing system, like the Ethiopic script of the Amharic language.

  - Extended CHECKCOMPOUNDPATTERN to handle conpound word alternations, like
    sandhi feature of Telugu and other writing systems.

  - SIMPLIFIEDTRIPLE compound word feature: allow simplified Swedish and
    Norwegian compound word forms, like tillåta (till|låta) and
    bussjåfør (buss|sjåfør)

  - wordforms: word generator script for dictionary developers (Hunspell
    version of unmunch).

  - bug fixes

2008-08-15: Hunspell 1.2.7 release:
  - FULLSTRIP: new option for affix handling. With FULLSTRIP, affix rules can
    strip full words, not only one less characters.
  - COMPOUNDRULE works with all flag types. (COMPOUNDRULE is for pattern
    matching. For example, en_US dictionary of OpenOffice.org uses COMPOUNDRULE
    for ordinal number recognition: 1st, 2nd, 11th, 12th, 22nd, 112th, 1000122nd
    etc.).
  - optimized suggestions:
    - modified 1-character distance suggestion algorithms: search a TRY character
      in all position instead of all TRY characters in a character position
      (it can give more readable suggestion order, also better suggestions
      in the first positions, when TRY characters are sorted by frequency.)
      For example, suggestions for "moze":
      ooze, doze, Roze, maze, more etc. (Hunspell 1.2.6),
      maze, more, mote, ooze, mole etc. (Hunspell 1.2.7).
    - extended compound word checking for better COMPOUNDRULE related
      suggestions, for example English ordinal numbers: 121323th -> 121323rd
      (it needs also a th->rd REP definition).
  - bug fixes

2008-07-15: Hunspell 1.2.6 release:
  - bug fix release (fix affix rule condition checking of sk_SK dictionary,
    iconv support in stemming and morphological analysis of the Hunspell
    utility, see also Changelog)

2008-07-09: Hunspell 1.2.5 release:
  - bug fix release (fix affix rule condition checking of en_GB dictionary,
    also morphological analysis by dictionaries with two-level suffixes)

2008-06-18: Hunspell 1.2.4-2 release:
  - fix GCC compiler warnings

2008-06-17: Hunspell 1.2.4 release:
  - add free_list() for C, C++ interfaces to deallocate suggestion lists

  - bug fixes

2008-06-17: Hunspell 1.2.3 release:
  - extended XML interface to use morphological functions by standard
    spell checking interface, spell() and suggest(). See hunspell.3 manual page.

  - default dash suggestions for compound words: newword-> new word and new-word

  - new manual pages: hunspell.3, hzip.1, hunzip.1.

  - bug fixes
2009-02-08 18:25:40 +00:00
gdt
3c4b010538 Update to 1.3.6 from 1.3.4. Add two patches from Giles Lean to work
around what is believed to be bugs in Prolific USB convertors.  Point
to pkgsrc-hosted distfile because upstream distfile, although
LICENSE=gnu-gpl-v2 is apparently only available via a web form.

Full changes available at
  http://www.gpsbabel.org/changes.html

Notable changes in 1.3.6:
  Fix writing waypoint names under 6 characters to old serial Garmins.

Notable changes in 1.3.5:
  Read waypointsw from jpg/exif.
  Add support for osm (openstreetmap) format files.
  Set computer's clock from GARMIN.
2009-02-08 15:30:26 +00:00
hira
91d5dff287 Note PKGREVISION bump of misc/openoffice2. 2009-02-08 15:29:24 +00:00
hira
ff43ee9020 Fix paths of soffice and spadmin. This fixes PR pkg/40553. 2009-02-08 15:27:35 +00:00
seb
0476a92b27 Note update of devel/p5-Config-Any to version 0.17 2009-02-08 13:42:31 +00:00
seb
c2586d3169 Update from version 0.16 to version 0.17.
Upstream changes:
0.17 Thu 05 Feb 2009
    - ensure require() happens against plugin specified in force_plugins.
    - add JSON::XS to the top of the JSON loaders list
2009-02-08 13:41:59 +00:00
asau
d40fd64d0a icon-9.4.3 done. 2009-02-08 12:55:30 +00:00
asau
1771662f74 Updated lang/icon to 9.4.3 2009-02-08 12:52:55 +00:00
asau
d40203dfb7 Update Icon to 9.4.3
Notable changes in version 9.4.3:

The system-specific Icon configurations have been reorganized and renamed.
The several BSD configurations have been merged into one.

The macintosh configuration now supports the loadfunc function.

A new porting guide has been written, and a new posix configuration
has been added as a starting point in constructing new ports.

The core library files remain stable. Notable changes include:
- procs/dijkstra          new procedures implement Dijkstra's control structures
- procs/html              add procedure for canonicalization of paths
- procs/matrix2           new procedures for matrix manipulation
- procs/nestlist          new procedures for representing nested lists as strings
- procs/printf            add %e format and fix a rounding problem
- progs/noise             new program for producing a random bitstream
- progs/unclog            improve logic for combining adjacent entries
- gprogs/dlgvu            improve coverage map; allow altitude in GPS data
- gprogs/gallery          faster thumbnail loading for JPEG images
- gprogs/img              many new features
- gprogs/sier             better color choices
- gprogs/trkvu            accept GPS track logs with altitude as the last field

The undocumented save function, which only worked on a few platforms, has been removed.


Approved by <tnn>.
2009-02-08 12:51:04 +00:00
seb
d59267484b Note update of devel/p5-Devel-REPL to version 1.003003 2009-02-08 10:15:16 +00:00
seb
747146a629 Update from version 1.003002 (1.3.2) to version 1.003003 (1.3.3)
Upstream changes:
1.3.3
  - make Nopaste attribute lazy
  - make ReadLineHistory history file location portable
  - resolve rt.cpan#42904 Nopaste plugin handle undef error messages
2009-02-08 10:14:08 +00:00
kim
571daca26d Updated net/proftpd to 1.3.2 2009-02-08 07:31:05 +00:00
kim
610d275923 Upgrade proftpd to 1.3.2 2009-02-08 07:28:44 +00:00
joerg
f19bb68a91 Fix installation with newer NetBSD. 2009-02-08 00:26:32 +00:00
christos
f124e6d6e4 mention new jdk and jre 2009-02-08 00:24:03 +00:00
christos
8052251b71 welcome to update 12 2009-02-08 00:23:20 +00:00
joerg
660e95458e Make this build with a post-ISO C compiler. Add DESTDIR support.
Likely still broken on LP64...
2009-02-08 00:16:00 +00:00
cube
92b4b348d2 Note revision bump of misc/xtide. 2009-02-08 00:02:45 +00:00
cube
edd6db30c6 Add a patch to configure so that xtide can compile correctly with a X11
distribution in /usr/X11R7.  Bump PKGREVISION.
2009-02-08 00:01:35 +00:00
joerg
c0abf6078d DESTDIR support. 2009-02-07 23:54:39 +00:00
wiz
dd984211cd Updated games/stegavorto to 2009.01.22 2009-02-07 23:30:21 +00:00
wiz
3c13345ed7 Update to 2009.01.22, changes unknown. 2009-02-07 23:30:10 +00:00
joerg
9fbc720f2d DESTDIR support. 2009-02-07 23:29:00 +00:00
joerg
eb4200cea5 Fix build on newer NetBSD. DESTDIR support. 2009-02-07 23:23:53 +00:00
joerg
aac7287696 Fix DESTDIR support. 2009-02-07 23:21:05 +00:00
joerg
75ef79e35c Fix path to Perl. DESTDIR support. 2009-02-07 23:06:51 +00:00
joerg
1c4a110eb1 More py-expat dependencies for Python 2.3 and 2.4. 2009-02-07 22:57:49 +00:00
roy
2abd25c095 Update to openresolv-2.0.1
Fixes metric support and busybox shell sending dbus to dnsmasq.
2009-02-07 22:57:02 +00:00
joerg
5ac4ae66eb Fix mysterious C++ failure as pth's pthread.h defines system as macro
which makes the stdlib.h prototype goes away. Avoid this by forcing real
system calls.
Remove a static declaration that is shadowing an extern, resulting in
the creation of a text relocation.
2009-02-07 22:47:14 +00:00
joerg
d1897e370b Make this more binary package friendly by not sticking stuff into
/etc/ppp, but into share/examples/xtel. Add DESTDIR support.
2009-02-07 22:06:06 +00:00
joerg
0aa30ec430 Add DESTDIR support. Needs libXt and libXinerama. Bump revision. 2009-02-07 22:02:30 +00:00
joerg
98ce32ae0a Needs intltool. 2009-02-07 21:51:08 +00:00
joerg
df3e16d130 Don't leak the workdir for destdir builds. Patches from OpenBSD ports.
Bump revision.
2009-02-07 21:45:43 +00:00
joerg
9ec8b8c918 Add missing directories for installation. 2009-02-07 21:42:35 +00:00
seb
e3cdb94110 Note initial addition of p5-Carp-REPL version 0.13 as devel/p5-Carp-REPL
into The NetBSD Packages Collection.

When the Perl 5 module Carp::REPL is loaded and the perl interpreter
dies, a read-eval-print-loop (REPL), with a few debugger like
commands, is spawned before it quits. A REPL can also be spawned
when a warning is issued.  This module is intended to be used mostly
through the command line but can also be used for testing or any
other situation.
2009-02-07 21:38:21 +00:00
joerg
96c30e37b3 Fix build on newer NetBSD. 2009-02-07 21:38:01 +00:00
seb
3941c2d35c Add & enable p5-Carp-REPL 2009-02-07 21:37:38 +00:00
seb
124f10d763 Initial import of p5-Carp-REPL version 0.13 in the NetBSD Packages
Collection.

When the Perl 5 module Carp::REPL is loaded and the perl interpreter
dies, a read-eval-print-loop (REPL), with a few debugger like
commands, is spawned before it quits. A REPL can also be spawned
when a warning is issued.  This module is intended to be used mostly
through the command line but can also be used for testing or any
other situation.
2009-02-07 21:36:55 +00:00
joerg
8d44de26a4 Remove override of platform's idea of HasSecureRPC. No idea why it was
defined by xorg-imake (in monolithic Xorg times), but it is obviously
wrong. Supposed to fix PR 37232.
2009-02-07 21:30:34 +00:00
joerg
d4c7f286d3 DESTDIR support. Needs pkg-config. 2009-02-07 21:10:47 +00:00
wiz
a1a6943955 Updated textproc/liblinebreak to 1.1 2009-02-07 20:59:50 +00:00
wiz
0a8d95ed28 Update to 1.1:
New in 1.1

- Make get_lb_prop_lang static and not an exported symbol
- Define is_line_breakable to alias to is_breakable
- Declare get_next_char_utf* will be changed to lb_get_next_char_utf*
- Move the declarations of get_next_char_utf* from linebreak.h to
  linebreakdef.h
- Add the function documentation comments to the header files
2009-02-07 20:59:37 +00:00
joerg
8f4eadf82f Supports DESTDIR. 2009-02-07 20:42:33 +00:00
seb
a4cf2422a7 Note initial addition of p5-Test-Expect version 0.31 as
devel/p5-Test-Expect into The NetBSD Packages Collection.

The Perl 5 module Test::Expect is a module for automated driving
and testing of terminal-based programs. It is handy for testing
interactive programs which have a prompt, and is based on the same
concepts as the Tcl Expect tool. As in Expect::Simple, the Expect
object is made available for tweaking.
2009-02-07 20:09:20 +00:00
seb
f4b3f28cd7 Add & enable p5-Test-Expect 2009-02-07 20:08:08 +00:00
seb
bc70e696f9 Initial import of p5-Test-Expect version 0.31 in the NetBSD Packages
Collection.

The Perl 5 module Test::Expect is a module for automated driving
and testing of terminal-based programs. It is handy for testing
interactive programs which have a prompt, and is based on the same
concepts as the Tcl Expect tool. As in Expect::Simple, the Expect
object is made available for tweaking.
2009-02-07 20:07:32 +00:00
joerg
be993ceea9 Don't use INSTALLATION_DIRS to define other variables. This package has
no relation to X11BASE, so don't say so.
2009-02-07 19:49:15 +00:00
joerg
6f49283c57 DESTDIR supported. 2009-02-07 19:11:04 +00:00
jakllsch
a3192a9bcc forgot options.mk in last commit. 2009-02-07 18:45:15 +00:00
joerg
4999eface7 Fix patch to actually work by using the right name of the version macro.
Fixes build on NetBSD 4.99.24+.
2009-02-07 18:39:20 +00:00