Commit graph

102376 commits

Author SHA1 Message Date
wiz
fa631e663a Update to 0.7.3:
Fish Fillets NG - 0.7.3
* Fixed missing n_selected.png. It is not needed any more.


Fish Fillets NG - 0.7.2
* Experimental support for RTL texts
* Tab/Enter are usable on worldmap
* Flags show language tips
* Lua is statically linked again


Fish Fillets NG - 0.7.1
* Spanish translation
* Dutch translation
* minor bug fixes (default speech, mingw32 build)


Fish Fillets NG - 0.7.0
* Italian translation
* Polish translation
* correction of English dialogs
* step counter color depends on active fish
* options menu is refreshed when lang is changed
* added menu to choose speech ("cs" or "none")
* enabled speech=cs as default
* fixed fullscreen on win32
* updated halloffame score (thanks to many)


Fish Fillets NG - 0.6.1
* fixed crash with empty lang
2006-08-14 22:34:42 +00:00
wiz
14521e6dcd Update to 0.7.1, including the Czech version of the files.
Other changes unknown.
2006-08-14 22:33:59 +00:00
wiz
e2914aed82 Adapt for lua-5.1.1, bump PKGREVISION. 2006-08-14 22:33:11 +00:00
wiz
c1f87ab1d4 Update to 5.1.1. Almost all dependencies need adaptation -> bump API.
Changes:

* Changes from version 5.0 to 5.1
  -------------------------------
  Language:
  + new module system.
  + new semantics for control variables of fors.
  + new semantics for setn/getn.
  + new syntax/semantics for varargs.
  + new long strings and comments.
  + new `mod' operator (`%')
  + new length operator #t
  + metatables for all types
  API:
  + new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
  + user supplies memory allocator (lua_open becomes lua_newstate).
  + luaopen_* functionst must be called through Lua.
  Implementation:
  + new configuration scheme via luaconf.h.
  + incremental garbage collection.
  + better handling of end-of-line in the lexer.
  + fully reentrant parser (new Lua function `load')
  + better support for 64-bit machines.
  + native loadlib support for Mac OS X.
  + standard distribution in only one library (lualib.a merged into lua.a)
2006-08-14 22:31:39 +00:00
tron
0b4d9aec8e Note update of "squirrelmail" and "squirrelmail-locales" package to
version 1.4.8.
2006-08-14 15:58:47 +00:00
tron
110188a54c Update "squirrelmail" and "squirrelmail-locales" package to version 1.4.8.
Changes since version 1.4.7:
- A security fix for CVE-2006-4019
- A collection of bugfixes
2006-08-14 15:57:40 +00:00
martin
5d5c91136e Add debug option 2006-08-14 14:22:23 +00:00
ben
74cc22d6e4 Add evince. 2006-08-14 14:09:18 +00:00
rpaulo
ddf36b321e cflow 1.1 2006-08-14 13:46:44 +00:00
rpaulo
826cd5f16f No changes, but keep in sync with cflow pkg. 2006-08-14 13:45:11 +00:00
rpaulo
d665acdc79 Update to version 1.1:
2006-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
        * THANKS: Add Louis Bertrand.

2006-06-12  Sergey Poznyakoff  <gray@gnu.org.ua>

        * src/output.c (set_level_mark): Fix allocation condition
        (output): Remove erroneous initialization of level_mark.

2006-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>

        Fix bug spotted by Jerry St.Clair: incorrect handling of
        global/static and static/static name clashes.

        * src/parser.c (declare): Do not report name clashes
        if a static symbol overrides another static or global.
        (add_reference): Do not refer to static symbols if
        -i^s was used.
        * src/symbol.c: Change organization of the symbol table: the
        table entry contains struct table_entry, which contains a pointer
        to the head of the symbol list associated with the entry. Thus,
        deletions from the table can be handled in a more natural manner.
        All functions changed to reflect the change.
        (unlink_symbol): New function.
        (delete_symbol): Rewritten using unlink_symbol
        (delete_statics): always call static_processor
        * THANKS: Add Jerry St.Clair.
        * tests/Makefile.am: Add hiding.at, multi.at
        * tests/testsuite.at: Likewise.
        * tests/hiding.at: New testcase
        * tests/multi.at: New testcase
        * tests/fdecl.at, tests/funcarg.at, tests/include.at,
        tests/nfarg.at, tests/nfparg.at, tests/parm.at,
        tests/ssblock.at: Uniformly begin AT_SETUP text with a lowercase
        letter.

2005-11-03  Sergey Poznyakoff  <gray@gnu.org.ua>

        * build-aux/bootstrap: If file `.bootstrap' exists in the cwd and is
        readable, prepend its contents to the command line
        * src/parser.c (dcl): Fix bug introduced 2005-03-22
        * tests/nfarg.at: New test.
        * tests/nfparg.at: New test.
        * tests/Makefile.am: Add new tests.
        * tests/testsuite.at: Likewise

        * configure.ac: Raise version number to 1.1
        * NEWS: Likewise
        * THANKS: Add Shigio YAMAGUCHI.

2005-10-19  Sergey Poznyakoff  <gray@gnu.org.ua>

        * README: Minor fixes.
        * build-aux/gnulib.modules (snprintf): Add module

2005-10-15  Sergey Poznyakoff  <gray@gnu.org.ua>

        * THANKS: Add Nelson Beebe.
        * tests/atlocal.in: Make sure unsetting POSIXLY_CORRECT does not
        produce an error.
        * tests/version.at: Fix displaying version warning

        * po/pl.po,po/uk.po: Updated translations.

2005-10-05  Sergey Poznyakoff  <gray@gnu.org.ua>

        * src/cflow.h,src/main.c,src/parser.c,src/posix.c
        (omit_symbol_name_option): Rename to omit_symbol_names_option.

        * src/cflow.h (newline): New prototype
        * src/parser.c: Minor fixes
        * src/symbol.c: Minor fixes

        * doc/cflow.texi: Updated. Mention cflow2vcg and vcg tools.
        * src/cflow.h (enum symbol_flag): New type
        (struct symbol): Replace `int temp' with `enum symbol_flag flag'
        (delete_parms,move_parms): New functions
        * src/main.c: Rename --omit-symbol-name to --omit-symbol-name for
        consistency.
        * src/parser.c: Fix handling of function formal parameters:
        (parm_level): New variable
        (struct symbol): Replace `int temp' with `enum symbol_flag flag'
        (delete_parms,move_parms): New functions
        * src/main.c: Rename --omit-symbol-name to --omit-symbol-name for
        consistency.
        * src/parser.c: Fix handling of function formal parameters:
        (parm_level): New variable
        (parse_declaration): Call delete_parms
        (maybe_parm_list): Keep track of the parameter nesting level.
        (func_body): Call move_parms
        (declare): Special handling for parameters.
        * src/symbol.c (install): Initialize sym->flag
        (temp_processor): Use s->flag
        (delete_parms,move_parms): New functions

        * tests/parm.at: New testcase
        * tests/Makefile.am: Add parm.at
        * tests/testsuite.at: Likewise

2005-10-04  Sergey Poznyakoff  <gray@gnu.org.ua>

        * doc/cflow.texi: Fix posix output
        * src/parser.c (parse_struct): Removed function
        * src/cflow.h (omit_arguments_option,omit_symbol_name): New
        options.
        * src/main.c: Likewise.
        * src/parser.c (save_stack): Rewritten. Save only stack positions,
        do not create character string
        (undo_save_stack,finish_save_stack): New functions
        (finish_save): Removed
        * src/posix.c (print_symbol_type): Updated to match new
        finish_save_stack strategy.
2006-08-14 13:44:43 +00:00
rpaulo
10dfb3e3f5 thrulay 0.8 2006-08-14 13:32:34 +00:00
rpaulo
1ab6eb822d Update to version 0.8.
thrulay-0.8 release notes

Linux compatibility release; fixes problems with compiling the
software on some flavors of Linux.

thrulay-0.7 release notes

This release incorporates the results of the work of Bernhard Lutzmann
on his Google Summer of Code project.
2006-08-14 13:31:21 +00:00
abs
befe9b9ae3 Update msu to 1.08:
- call fchown on tty
    - Rename log() to log_msu() to avoid compiler warning
    - switch dist to .tbz from .tgz
2006-08-14 13:19:54 +00:00
rpaulo
ffb01de1db I don't use this package anymore. 2006-08-14 13:19:24 +00:00
gdt
a8368f87f4 Updated graphics/gimp-ufraw to 0.9.1 [gdt 2006-08-14] 2006-08-14 13:16:29 +00:00
gdt
95a29646c3 Update to 0.9.1
11/08/2006 - UFRaw-0.9.1 released, based on DCRaw v8.29.
* Recognize Sony's *.arw file type.
* Redirect exiv2 warnings from the terminal to the log.
* Fix build for some build environments (libjpeg errors).
* Treat Minolta's Alpha and Maxxum models as the Dynax model for WB presets.

03/08/2006 - UFRaw-0.9 released, based on DCRaw v8.28.
* Display EXIF data in user interface.
* Add darkframe subtraction option.
* More conservative highlight unclipping.
* Support filenames in URI format.
* Some bug corrections.
2006-08-14 13:15:15 +00:00
joerg
b7245d08cb Disable mutex debugging by default, it results in Xine spinning around
all the time at least on DragonFly. Move some inline functions around
so that they exist before they are used, avoiding compilation errors
on DragonFly where -fno-unit-at-a-time is disable by default.
2006-08-14 12:15:38 +00:00
wiz
bd5a036154 + dd_rescue-1.12, dejavu-ttf-2.9, genius-0.7.6, glade-3.0.0,
qdbm-1.8.68, uim-1.2.1, wwwoffle-2.9a, xdialog-2.3.0.
2006-08-14 09:57:14 +00:00
joerg
a0aa877b65 Don't install os.h and misc.h in server builds, it would override
files from xorg-libs.
2006-08-14 09:54:39 +00:00
wiz
0cfdef6884 Fix version number in entry. 2006-08-14 09:06:47 +00:00
adrianp
bc3047a23b Fix a typo on one of my newly added packages 2006-08-14 08:42:33 +00:00
wiz
a4354ee7ad Some teTeX2-removal cleanup. 2006-08-14 08:39:51 +00:00
wiz
58231daeda bzr updated to 0.9. 2006-08-13 23:48:03 +00:00
wiz
bc57368e4c Update to 0.9
bzr 0.9.0  2006-08-11

  SURPRISES:

   * The hard-coded built-in ignore rules have been removed. There are
     now two rulesets which are enforced. A user global one in
     ~/.bazaar/ignore which will apply to every tree, and the tree
     specific one '.bzrignore'.
     ~/.bazaar/ignore will be created if it does not exist, but with
     a more conservative list than the old default.
     This fixes bugs with default rules being enforced no matter what.
     The old list of ignore rules from bzr is available by
     running 'bzr ignore --old-default-rules'.
     (Robert Collins, Martin Pool, John Arbash Meinel)

   * 'branches.conf' has been changed to 'locations.conf', since it can apply
     to more locations than just branch locations.
     (Aaron Bentley)

  IMPROVEMENTS:

   * The revision specifier "revno:" is extended to accept the syntax
     revno:N:branch. For example,
     revno:42:http://bazaar-vcs.org/bzr/bzr.dev/ means revision 42 in
     bzr.dev.  (Matthieu Moy)

   * Tests updates to ensure proper URL handling, UNICODE support, and
     proper printing when the user's terminal encoding cannot display
     the path of a file that has been versioned.
     ``bzr branch`` can take a target URL rather than only a local directory.
     Branch.get_parent()/set_parent() now save a relative path if possible,
     and normalize the parent based on root, allowing access across
     different transports. (John Arbash Meinel, Wouter van Heyst, Martin Pool)
     (Malone #48906, #42699, #40675, #5281, #3980, #36363, #43689,
      #42517, #42514)

   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
     Use terminal width for single-line logs from ``bzr log --line`` and
     pending-merge display.  (Robert Widhopf-Fenk, Gustavo Niemeyer)
     (Malone #3507)

   * On Windows, detect terminal width using GetConsoleScreenBufferInfo.
     (Alexander Belchenko)

   * Speedup improvement for 'date:'-revision search. (Guillaume Pinot).

   * Show the correct number of revisions pushed when pushing a new branch.
     (Robert Collins).

   * 'bzr selftest' now shows a progress bar with the number of tests, and
     progress made. 'make check' shows tests in -v mode, to be more useful
     for the PQM status window. (Robert Collins).
     When using a progress bar, failed tests are printed out, rather than
     being overwritten by the progress bar until the suite finishes.
     (John Arbash Meinel)

   * 'bzr selftest --benchmark' will run a new benchmarking selftest.
     'bzr selftest --benchmark --lsprof-timed' will use lsprofile to generate
     profile data for the individual profiled calls, allowing for fine
     grained analysis of performance.
     (Robert Collins, Martin Pool).

   * 'bzr commit' shows a progress bar. This is useful for commits over sftp
     where commit can take an appreciable time. (Robert Collins)

   * 'bzr add' is now less verbose in telling you what ignore globs were
     matched by files being ignored. Instead it just tells you how many
     were ignored (because you might reasonably be expecting none to be
     ignored). 'bzr add -v' is unchanged and will report every ignored
     file. (Robert Collins).

   * ftp now has a test server if medusa is installed. As part of testing,
     ftp support has been improved, including support for supplying a
     non-standard port. (John Arbash Meinel).

   * 'bzr log --line' shows the revision number, and uses only the
     first line of the log message (#5162, Alexander Belchenko;
     Matthieu Moy)

   * 'bzr status' has had the --all option removed. The 'bzr ls' command
     should be used to retrieve all versioned files. (Robert Collins)

   * 'bzr bundle OTHER/BRANCH' will create a bundle which can be sent
     over email, and applied on the other end, while maintaining ancestry.
     This bundle can be applied with either 'bzr merge' or 'bzr pull',
     the same way you would apply another branch.
     (John Arbash Meinel, Aaron Bentley)

   * 'bzr whoami' can now be used to set your identity from the command line,
     for a branch or globally.  (Robey Pointer)

   * 'bzr checkout' now aliased to 'bzr co', and 'bzr annotate' to 'bzr ann'.
     (Michael Ellerman)

   * 'bzr revert DIRECTORY' now reverts the contents of the directory as well.
     (Aaron Bentley)

   * 'bzr get sftp://foo' gives a better error when paramiko is not present.
     Also updates things like 'http+pycurl://' if pycurl is not present.
     (John Arbash Meinel) (Malone #47821, #52204)

   * New env variable BZR_PROGRESS_BAR, sets the default progress bar type.
     Can be set to 'none' or 'dummy' to disable the progress bar, 'dots' or
     'tty' to create the respective type. (John Arbash Meinel, #42197, #51107)

   * Improve the help text for 'bzr diff' to explain what various options do.
     (John Arbash Meinel, #6391)

   * 'bzr uncommit -r 10' now uncommits revisions 11.. rather than uncommitting
     revision 10. This makes -r10 more in line with what other commands do.
     'bzr uncommit' also now saves the pending merges of the revisions that
     were removed. So it is safe to uncommit after a merge, fix something,
     and commit again. (John Arbash Meinel, #32526, #31426)

   * 'bzr init' now also works on remote locations.
     (Wouter van Heyst, #48904)

   * HTTP support has been updated. When using pycurl we now support
     connection keep-alive, which reduces dns requests and round trips.
     And for both urllib and pycurl we support multi-range requests,
     which decreases the number of round-trips. Performance results for
     ``bzr branch http://bazaar-vcs.org/bzr/bzr.dev/`` indicate
     http branching is now 2-3x faster, and ``bzr pull`` in an existing
     branch is as much as 4x faster.
     (Michael Ellerman, Johan Rydberg, John Arbash Meinel, #46768)

   * Performance improvements for sftp. Branching and pulling are now up to
     2x faster. Utilize paramiko.readv() support for async requests if it
     is available (paramiko > 1.6) (John Arbash Meinel)

  BUG FIXES:

    * Fix shadowed definition of TestLocationConfig that caused some
      tests not to run.  (#32587, Erik Bågfors, Michael Ellerman,
      Martin Pool)

    * Fix unnecessary requirement of sign-my-commits that it be run from
      a working directory.  (Martin Pool, Robert Collins)

    * 'bzr push location' will only remember the push location if it succeeds
      in connecting to the remote location. (#49742, John Arbash Meinel)

    * 'bzr revert' no longer toggles the executable bit on win32
      (#45010, John Arbash Meinel)

    * Handle broken pipe under win32 correctly. (John Arbash Meinel)

    * sftp tests now work correctly on win32 if you have a newer paramiko
      (John Arbash Meinel)

    * Cleanup win32 test suite, and general cleanup of places where
      file handles were being held open. (John Arbash Meinel)

    * When specifying filenames for 'diff -r x..y', the name of the file in the
      working directory can be used, even if its name is different in both x
      and y.

    * File-ids containing single- or double-quotes are handled correctly by
      push.  (#52227, Aaron Bentley)

    * Normalize unicode filenames to ensure cross-platform consistency.
      (John Arbash Meinel, #43689)

    * The argument parser can now handle '-' as an argument. Currently
      no code interprets it specially (it is mostly handled as a file named
      '-'). But plugins, and future operations can use it.
      (John Arbash meinel, #50984)

    * Bundles can properly read binary files with a plain '\r' in them.
      (John Arbash Meinel, #51927)

    * Tuning iter_entries() to be more efficient (John Arbash Meinel, #5444)

    * Lots of win32 fixes (the test suite passes again).
      (John Arbash Meinel, #50155)

    * Handle openbsd returning None for sys.getfilesystemencoding() (#41183)

    * Support ftp APPE (append) to allow Knits to be used over ftp (#42592)

    * Removals are only committed if they match the filespec (or if there is
      no filespec).  (#46635, Aaron Bentley)

    * smart-add recurses through all supplied directories
      (John Arbash Meinel, #52578)

    * Make the bundle reader extra lines before and after the bundle text.
      This allows you to parse an email with the bundle inline.
      (John Arbash Meinel, #49182)

    * Change the file id generator to squash a little bit more. Helps when
      working with long filenames on windows. (Also helps for unicode filenames
      not generating hidden files). (John Arbash Meinel, #43801)

    * Restore terminal mode on C-c while reading sftp password.  (#48923,
      Nicholas Allen, Martin Pool)

    * Timestamps are rounded to 1ms, and revision entries can be recreated
      exactly. (John Arbash Meinel, Jamie Wilkinson, #40693)

    * Branch.base has changed to a URL, but ~/.bazaar/locations.conf should
      use local paths, since it is user visible (John Arbash Meinel, #53653)

    * ``bzr status foo`` when foo was unversioned used to cause a full delta
      to be generated (John Arbash Meinel, #53638)

    * When reading revision properties, an empty value should be considered
      the empty string, not None (John Arbash Meinel, #47782)

    * ``bzr diff --diff-options`` can now handle binary files being changed.
      Also, the output is consistent when --diff-options is not supplied.
      (John Arbash Meinel, #54651, #52930)

    * Use the right suffixes for loading plugins (John Arbash Meinel, #51810)

    * Fix Branch.get_parent() to handle the case when the parent is not
      accessible (John Arbash Meinel, #52976)

XXX: 5 self tests fail, see
https://launchpad.net/products/bzr/+bug/56290
2006-08-13 23:47:38 +00:00
wiz
ef9799aa08 Reset maintainer, email bounced with:
host monkeybyte.org[69.16.221.13] said: 550-"The
recipient cannot be verified.  Please check all recipients of this 550
message to verify they are valid." (in reply to RCPT TO command)
2006-08-13 23:32:22 +00:00
wiz
88d31711b5 libtunepimp updated to 0.5.1. 2006-08-13 22:04:50 +00:00
wiz
5589400d4c Update to 0.5.1:
version 0.5.1:

  - Fixed broken symlink problem in plugins/tta/Makefile.am
  - Don't write files/directories with leading dots. (#1427)
  - Added SetNotifyCallback to the Python bindings.
2006-08-13 22:04:18 +00:00
adrianp
01a0f61bfa Added sysutils/p5-Unix-ConfigFile version 0.06 2006-08-13 20:05:42 +00:00
adrianp
073a45eeb9 +p5-Unix-ConfigFile 2006-08-13 20:04:36 +00:00
adrianp
84a49e3017 The Unix::ConfigFile distribution is a suite of modules that provide simple
interfaces to various Unix configuration files.  The objective is to free the
system administrator from dealing with the trivial formatting details of the
files, and allow him or her to concentrate on the information therein.
2006-08-13 20:03:34 +00:00
adrianp
88f6cd33a7 Added www/ap2-auth-xradius version 0.4.6
Added security/p5-String-Random version 0.21
Added security/p5-Crypt-PasswdMD5 version 1.3
2006-08-13 17:49:58 +00:00
adrianp
a6d27fc598 +p5-String-Random 2006-08-13 17:45:02 +00:00
adrianp
b56f820931 String::Random is used to generate random strings. It was written to
make generating random passwords and such a little easier.
2006-08-13 17:44:06 +00:00
adrianp
68e97090d9 +p5-Crypt-PasswdMD5 2006-08-13 17:41:31 +00:00
adrianp
92c407cf3f The unix_md5_crypt() provides a crypt()-compatible interface to the rather
new MD5-based crypt() function found in modern operating systems.
2006-08-13 17:40:13 +00:00
adrianp
acbdbbd36b +ap2-auth-xradius 2006-08-13 17:35:06 +00:00
adrianp
bcbdfe1e51 mod_auth_xradius provides high performance authentication against
RFC 2865 RADIUS Servers.

Features:
* Supports popular RADIUS Servers including OpenRADIUS, FreeRADIUS and
  commercial servers.
* Distributed Authentication Cache using apr_memcache.
* Local Authentication Cache using DBM.
* Uses standard HTTP Basic Authentication, unlike mod_auth_radius which uses
  cookies for sessions.
2006-08-13 17:34:16 +00:00
tonio
a2eba3bdb1 note databases/lbdb update to 0.32 2006-08-13 16:02:28 +00:00
tonio
5165cbcbe4 Update databases/lbdb to 0.32
From changelog:

lbdb (0.32) unstable; urgency=low
  * Change sort(1) syntax to cope with new versions of coreutils
    (Closes: #368917).
  * New version of mutt_ldap_query by Marc de Courville
    <marc@courville.org> and other contributors.
  * Extend lbdb_hostname() to get the domain name from resolv.conf.  Thanks
    to Gary Johnson <garyjohn@spk.agilent.com> for prividing this patch.
  * m_muttalias: Allow \"...\" around real names of aliases.  Thanks to
    Erik Shirokoff <shiro@berkeley.edu> for providing this patch.
2006-08-13 16:01:21 +00:00
ben
0b05c950c6 Remove non-existing bitmaps from PLIST. 2006-08-13 15:03:55 +00:00
xtraeme
33f008d2f7 Updated misc/gkrellm-weather to 2.0.7 2006-08-13 13:02:54 +00:00
xtraeme
57631aeb63 Update to 2.0.7:
* fixed horrible rounding bugs with negative temperatures
    * removed deprecated GkrellM API functions
2006-08-13 13:01:44 +00:00
wiz
43f6e5fc06 + gimp-ufraw-0.9.1, libtunepimp-0.5.1, miredo-0.9.8, nut-11.6,
prboom-2.4.5.
2006-08-13 12:28:15 +00:00
minskim
4cc6762c03 Note PKGREVISION bump of gnustep-make. 2006-08-13 10:14:48 +00:00
wiz
f36163e5ec - spamprobe, already at 1.4b. 2006-08-13 10:14:05 +00:00
wiz
c9035d5d45 Fix build with gcc4. 2006-08-13 10:13:42 +00:00
minskim
ae80c43dc6 Fix a check-interpreter error. Bump PKGREVISION. 2006-08-13 10:12:27 +00:00
ghen
4c542a747c Added net/powerdns, net/powerdns-mysql, net/powerdns-pgsql,
net/powerdns-sqlite, and net/powerdns-ldap version 2.9.20.
2006-08-13 09:41:35 +00:00
ghen
94db41fb5d SUBDIR+=powerdns powerdns-ldap powerdns-mysql powerdns-pgsql powerdns-sqlite 2006-08-13 09:39:53 +00:00