Commit graph

94443 commits

Author SHA1 Message Date
rillig
4ed166866d Updated xorp to 1.2.
Changes since 1.1:
  ALL:
    - Numerous improvements, bug fixes and cleanup.

    - The third-party ospfd implementation is replaced with a new
      OSPF implementation developed from scratch.

    - The integration of the routing policy mechanism with the rest of
      the system is completed.

    - XORP now builds on Windows Server 2003 (Service Pack 1),
      amd64+FreeBSD-6.0, FreeBSD-6.1 (BETA3), NetBSD-3.0, OpenBSD-2.8,
      MacOS X 10.4.5, Linux Fedora Core4 (among others).

    [...]

Changes since 1.0:
  ALL:
    - Numerous improvements, bug fixes and cleanup.

    - XORP now builds on amd64+OpenBSD-3.6-current.

    - The --enable-advanced-mcast-api flag to "./configure" has been
      replaced  with the --disable-advanced-multicast-api flag.

    - Addition of support for code execution profiling.

    - Currently "gmake" does not build the regression tests.
      The command "gmake check" should be used to build and run the
      regression tests.

    - Addition of two new documents:
      * "An Introduction to Writing a XORP Process"
      * "XORP User Manual"

    [...]
2006-03-11 21:01:59 +00:00
rillig
b3e0b251b8 Converted to the SUBST framework and fixed pkglint warnings. 2006-03-11 19:42:25 +00:00
wiz
fbfe467428 Add patch-aa to fix build problem. 2006-03-11 18:43:18 +00:00
rillig
9df67ca189 - Renamed "List!" to "InternalList".
- When ${SED} and ${MV} are used in a single shell command, print a note
  that the SUBST framework is preferred over the direct use of these
  commands.
2006-03-11 18:38:35 +00:00
rillig
64c7a15b09 Converted to the SUBST framework. 2006-03-11 18:22:22 +00:00
wiz
26bac594d1 Note amavis-perl PKGREVISION bump. 2006-03-11 18:13:12 +00:00
wiz
c7e94a2756 Add missing files to PLIST. Bump PKGREVISION. 2006-03-11 18:12:45 +00:00
schwarz
8729aaecd9 added a workaround for a bug with Apple's gcc-4.0.0 2006-03-11 17:41:59 +00:00
schwarz
46e65289e0 -I/Developer/Headers/FlatCarbon needs to be passed unaltered on MacOS X
for some system-specific headers to be found
2006-03-11 17:30:55 +00:00
wiz
712db2ab80 Set BROKEN_GETTEXT_DETECTION to yes. Fixes bulk build problem. 2006-03-11 17:25:23 +00:00
rillig
e592da2716 Removed the unconditional dependency to bash. Also removed the bashisms
from the mib2c-update program. Bumped PKGREVISION.
2006-03-11 16:59:54 +00:00
yyamano
9d1d96ba64 Make this build on Darwin. 2006-03-11 16:44:44 +00:00
wiz
ed032ecff0 Add patch that hopefully fixes the build problem on 1.6.2. 2006-03-11 16:29:25 +00:00
wiz
a57b623079 Include x11.bl3.mk and set USE_PKGLOCALEDIR. Fixes bulk build. 2006-03-11 16:23:59 +00:00
wiz
479b0e9503 Fix duplicate string in fr.po. 2006-03-11 16:23:44 +00:00
hira
24759ab517 Remove BROKEN_IN. The installation problem has been fixed. 2006-03-11 14:35:15 +00:00
wiz
4027fb5152 Remove some prelude updates that were already done (thanks, shannonjr) 2006-03-11 14:27:07 +00:00
wiz
07112b6b13 hyperestraier updated to 1.1.4. 2006-03-11 14:25:26 +00:00
wiz
e84196bfa9 Update to 1.1.4, provided by OBATA Akio in PR 33058:
2006-03-03  Mikio Hirabayashi

* estraier.c (est_cond_set_skip, est_cond_skip): new functions.
* estraier.c (est_memory_usage): new function.
* estraier.c (est_deflate, est_inflate): "mode" parameter was added.
* estnode.c (est_node_set_skip): removed.
* estcmd.c (doputdoc, procextkeys): finishing was to occur when
the RAM runs out.
* estmaster.c (communicate, sendnodecmdsearchui): gzip encoding
was added.
* estcall.c (runsearch, procsearch): "-vu" option was added.
- Java API was to support deflated transfer.
- Release: 1.1.4

2006-01-01  Mikio Hirabayashi

* estraier.c (est_db_open): tuning parameters of perfect N-gram
mode were modified.
* estraier.c (est_db_open): compression with LZO and BZIP2 was
added.
* estraier.c (est_set_vnumbuf, est_read_vnumbuf): new functions.
* estmaster.c (dispatch): preemption during synchronization was
implemented.
* estmaster.c (sendmasterdata): "backup" was added.
* estmaster.c (backupdb): new function.
* estmaster.c (searchlocal, searchremote): minimum number to retrieve
was to be set.
* estmaster.c (sendnodecmdsearch): "skip" parameter was added.
* estcmd.c (runwords, procwords): "-kt" option was added.
* estcall.c (runsearch, procsearch): "-sk" option was added.
* estcmd.c (runsearch, procsezrch): "-sn" option was added.
* mymorth.c (est_mecab_analyze): MeCab 0.90 was supported.
- Release: 1.1.3
2006-03-11 14:24:58 +00:00
wiz
3d92aafa7b ja-trac updated to 0.9.4.1. 2006-03-11 14:21:18 +00:00
wiz
a8d63e7d09 Update to 0.9.4.1, provided by OBATA Akio in PR 33059:
Trac-0.9.4-ja-1 (Feb 16, 2006)

         * Merge trac-0.9.4
         * Update to current statement.
         * README.trac-ja
         * wiki-default/TracJa

        Trac 0.9.4  (Feb 15, 2006)
        http://svn.edgewall.com/repos/trac/tags/trac-0.9.4

         * Deletion of reports has been fixed.
         * Various encoding issues with the timeline RSS feed have been fixed.
         * Fixed a memory leak when syncing with the repository.
         * Milestones in the roadmap are now ordered more intelligently.
         * Fixed bugs: #1064, #1150, #2006, #2253, #2324, #2330, #2408, #2430,
           #2431, #2459, #2544, #2459, #2481, #2485, #2536, #2544, #2553,
           #2580, #2583, #2606, #2613, #2621, #2664, #2666, #2680, #2706,
           #2707, #2735
2006-03-11 14:20:48 +00:00
wiz
8e17525e48 qdbm update done. 2006-03-11 14:15:58 +00:00
wiz
205a9a85b6 Note qdbm package updates. 2006-03-11 14:11:45 +00:00
wiz
361c1fd758 Update qdbm packages to 1.8.46, provided by OBATA Akio in PR 32655:
2006-02-20  Mikio Hirabayashi

       - The utility API was enhanced.
       - Release: 1.8.46

2006-01-28  Mikio Hirabayashi

       - Alignment algorithm was improved.
       - A bug of mmap emulation on Windows was fixed.
       - Release: 1.8.45

2006-01-24  Mikio Hirabayashi

       - A bug of handling meta data on big endian platforms was fixed.
       - The advanced API was enhanced.
       - Release: 1.8.44

2006-01-24  Mikio Hirabayashi

       - A bug of mmap emulation on Windows was fixed.
       - Release: 1.8.43

2006-01-22  Mikio Hirabayashi

       - mmap emulation on Windows was enhanced.
       - Release: 1.8.42

2006-01-13  Mikio Hirabayashi

       - Compression of pages of B+ tree with LZO and BZIP was added.
       - Release: 1.8.41
2006-03-11 14:07:31 +00:00
uebayasi
4670e3224f Note (re)addition of Zsh 4.3.2, first public release of 4.3.x branch.
Major changes between versions 4.2 and 4.3
------------------------------------------

- There is support for multibyte character sets in the line editor,
  though not the main shell.  See Multibyte Character Support in INSTALL.

- The shell can now run an installation function for a new user
  (one with no .zshrc, .zshenv, .zprofile or .zlogin file) without any
  additional setting up by the administrator.

- The manual now has a Roadmap section (manual page zshroadmap) to
  give new users an indication of the most interesting parts of the manual.

- New option PROMPT_SP, on by default, to work around the problem that the
  line editor can overwrite output with no newline at the end.

- New option HIST_SAVE_BY_COPY (on by default): history is saved by
  copying and renaming instead of directly overwriting.

- New redirection syntax e.g. {myfd}>file opens a new file descriptor
  and stores the number in $myfd, so that >&$myfd will work.  Chosen not to
  break existing code (and to be compatible with proposals for the Korn
  shell).

- Substitutions of the form ${var:-"$@"}, ${var:+"$@"} and similar where
  word-splitting is applied to the text after the :- or :+ (in particular,
  where the SH_WORD_SPLIT option is in effect for compatibility) now behave
  as in other Bourne- and POSIX-compatible shells when in the appropriate
  emulation mode.

- New Posix-style zsh-specific tests [[:IDENT:]], [[:IFS:]],
  [[:IFSSPACE:]], [[:WORD:]] test if character can appear in identifier, is
  an IFS character, is an IFS whitespace character, or is considered as part
  of a word (is alphanumeric or appears in $WORDCHARS).  Note the pattern
  code doesn't yet handle multibyte characters.

- The idiom =(<<<...) is optimised so that the shell internally turns
  the ... into the contents of a file whose name is then substituted.

- Supplied functions catch and throw provide limited support for
  exception handling using the `{ ... } always { ... }' syntax.

- Signals now accept the SIG as part of the name for compatibility with
  other shells.

- Editor function argument-base allows non-decimal arguments for
  editor widgets.

- As always, there are many enhancements to completion functions.
2006-03-11 13:23:39 +00:00
uebayasi
303a92842d +zsh-multibyte 2006-03-11 13:22:08 +00:00
uebayasi
1e1a5e850c (Re)add zsh-current. 2006-03-11 13:21:24 +00:00
uebayasi
7722d125ef Re-add development release of Zsh, 4.3.2, first public release of 4.3.x
branch.

Major changes between versions 4.2 and 4.3
------------------------------------------

- There is support for multibyte character sets in the line editor,
  though not the main shell.  See Multibyte Character Support in INSTALL.

- The shell can now run an installation function for a new user
  (one with no .zshrc, .zshenv, .zprofile or .zlogin file) without any
  additional setting up by the administrator.

- The manual now has a Roadmap section (manual page zshroadmap) to
  give new users an indication of the most interesting parts of the manual.

- New option PROMPT_SP, on by default, to work around the problem that the
  line editor can overwrite output with no newline at the end.

- New option HIST_SAVE_BY_COPY (on by default): history is saved by
  copying and renaming instead of directly overwriting.

- New redirection syntax e.g. {myfd}>file opens a new file descriptor
  and stores the number in $myfd, so that >&$myfd will work.  Chosen not to
  break existing code (and to be compatible with proposals for the Korn
  shell).

- Substitutions of the form ${var:-"$@"}, ${var:+"$@"} and similar where
  word-splitting is applied to the text after the :- or :+ (in particular,
  where the SH_WORD_SPLIT option is in effect for compatibility) now behave
  as in other Bourne- and POSIX-compatible shells when in the appropriate
  emulation mode.

- New Posix-style zsh-specific tests [[:IDENT:]], [[:IFS:]],
  [[:IFSSPACE:]], [[:WORD:]] test if character can appear in identifier, is
  an IFS character, is an IFS whitespace character, or is considered as part
  of a word (is alphanumeric or appears in $WORDCHARS).  Note the pattern
  code doesn't yet handle multibyte characters.

- The idiom =(<<<...) is optimised so that the shell internally turns
  the ... into the contents of a file whose name is then substituted.

- Supplied functions catch and throw provide limited support for
  exception handling using the `{ ... } always { ... }' syntax.

- Signals now accept the SIG as part of the name for compatibility with
  other shells.

- Editor function argument-base allows non-decimal arguments for
  editor widgets.

- As always, there are many enhancements to completion functions.
2006-03-11 13:20:15 +00:00
taca
27ef22d7e0 Note update of www/squid package to 2.5.12nb7. 2006-03-11 13:17:48 +00:00
taca
6b3eb99131 Update squid package to 2.5.12nb7, applying some official patches.
o 2006-03-10 23:17 (Major) connstate memory leag
o 2006-03-10 23:17 (Cosmetic) confusing statistics on stateful helpers (NTLM auth)
o 2006-03-10 23:17 (Cosmetic) misleading error message message for bad/unresolveable cache_peer name
o 2006-03-10 23:17 (Cosmetic) Azerbaijani errors translation
o 2006-03-10 23:17 (Minor) Fails to process long host names
o 2006-03-10 23:17 (Cosmetic) With Squid-2.5 there is no more the DUPLICATE IP logging in cache.log
2006-03-11 13:15:59 +00:00
wiz
19c1ee75d1 Note ja-grep update to 2.4.2. 2006-03-11 13:11:08 +00:00
wiz
8da1c5e77f Update to 2.4.2 with latest patch (2.4.2-mlb2). Provided by OBATA Akio
in PR 31895.

Patch changes unknown.

Mainstream changes between 2.0 and 2.4.2:

Version 2.4.2

  - Added more check in configure to default the grep-${version}/src/regex.c
    instead of the one in GNU Lib C.

Version 2.4.1

  - If the final byte of an input file is not a newline, grep now silently
    supplies one.

  - The new option --binary-files=TYPE makes grep assume that a binary input
    file is of type TYPE.
    --binary-files='binary' (the default) outputs a 1-line summary of matches.
    --binary-files='without-match' assumes binary files do not match.
    --binary-files='text' treats binary files as text
	(equivalent to the -a or --text option).

  - New option -I; equivalent to --binary-files='without-match'.

Version 2.4:

  - egrep is now equivalent to `grep -E' as required by POSIX,
    removing a longstanding source of confusion and incompatibility.
    `grep' is now more forgiving about stray `{'s, for backward
    compatibility with traditional egrep.

  - The lower bound of an interval is not optional.
    You must use an explicit zero, e.g. `x{0,10}' instead of `x{,10}'.
    (The old documentation incorrectly claimed that it was optional.)

  - The --revert-match option has been renamed to --invert-match.

  - The --fixed-regexp option has been renamed to --fixed-string.

  - New option -H or --with-filename.

  - New option --mmap.  By default, GNU grep now uses read instead of mmap.
    This is faster on some hosts, and is safer on all.

  - The new option -z or --null-data causes `grep' to treat a zero byte
    (the ASCII NUL character) as a line terminator in input data, and
    to treat newlines as ordinary data.

  - The new option -Z or --null causes `grep' to output a zero byte
    instead of the normal separator after a file name.

  - These two options can be used with commands like `find -print0',
    `perl -0', `sort -z', and `xargs -0' to process arbitrary file names,
    even those that contain newlines.

  - The environment variable GREP_OPTIONS specifies default options;
    e.g. GREP_OPTIONS='--directories=skip' reestablishes grep 2.1's
    behavior of silently skipping directories.

  - You can specify a matcher multiple times without error, e.g.
    `grep -E -E' or `fgrep -F'.  It is still an error to specify
    conflicting matchers.

  - -u and -U are now allowed on non-DOS hosts, and have no effect.

  - Modifications of the tests scripts to go around the "Broken Pipe"
    errors from bash. See Bash FAQ.

  - New option -r or --recursive or --directories=recurse.
    (This option was also in grep 2.3, but wasn't announced here.)

  - --without-included-regex disable, was causing bogus reports .i.e
    doing more harm then good.

Version 2.3:

  - When searching a binary file FOO, grep now just reports
    `Binary file FOO matches' instead of outputting binary data.
    This is typically more useful than the old behavior,
    and it is also more consistent with other utilities like `diff'.
    A file is considered to be binary if it contains a NUL (i.e. zero) byte.

    The new -a or --text option causes `grep' to assume that all
    input is text.  (This option has the same meaning as with `diff'.)
    Use it if you want binary data in your output.

  - `grep' now searches directories just like ordinary files; it no longer
    silently skips directories.  This is the traditional behavior of
    Unix text utilities (in particular, of traditional `grep').
    Hence `grep PATTERN DIRECTORY' should report
    `grep: DIRECTORY: Is a directory' on hosts where the operating system
    does not permit programs to read directories directly, and
    `grep: DIRECTORY: Binary file matches' (or nothing) otherwise.

    The new -d ACTION or --directories=ACTION option affects directory handling.
    `-d skip' causes `grep' to silently skip directories, as in grep 2.1;
    `-d read' (the default) causes `grep' to read directories if possible,
    as in earlier versions of grep.

  - The MS-DOS and Microsoft Windows ports now behave identically to the
    GNU and Unix ports with respect to binary files and directories.

Version 2.2:

Bug fix release.

  - Status error number fix.
  - Skipping directories removed.
  - Many typos fix.
  - -f /dev/null fix(not to consider as an empty pattern).
  - Checks for wctype/wchar.
  - -E was using the wrong matcher fix.
  - bug in regex char class fix
  - Fixes for DJGPP

Version 2.1:

This is a bug fix release(see Changelog) i.e. no new features.

  - More compliance to GNU standard.
  - Long options.
  - Internationalisation.
  - Use automake/autoconf.
  - Directory hierarchy change.
  - Sigvec with -e on Linux corrected.
  - Sigvec with -f on Linux corrected.
  - Sigvec with the mmap() corrected.
  - Bug in kwset corrected.
  - -q, -L and -l stop on first match.
  - New and improve regex.[ch] from Ulrich Drepper.
  - New and improve dfa.[ch] from Arnold Robbins.
  - Prototypes for over zealous C compiler.
  - Not scanning a file, if it's a directory
    (cause problems on Sun).
  - Ported to MS-DOS/MS-Windows with DJGPP tools.

See Changelog for the full story and proper credits.
2006-03-11 13:10:42 +00:00
wiz
42e1bbf802 Note ja-sed update. 2006-03-11 13:07:04 +00:00
wiz
32dd1ae48d Update to use latest patch 109. Diff provided by OBATA Akio
in PR 31894. Patch changes unknown.
Bump PKGREVISION.
2006-03-11 13:06:22 +00:00
wiz
f78bf602ae Note ja-gawk update to 3.0.6. 2006-03-11 13:04:35 +00:00
wiz
90d5db71af Update to latest version 3.0.6/patch 115, provided by OBATA Akio
in PR 31893.

Patch changes unknown.
2006-03-11 13:04:07 +00:00
wiz
36bc6d908a + hyperestraier-1.1.4 [pkg/33058], qdbm-1.8.46 [pkg/32655], rpm-4.4.5,
ruby-RMagick-1.10.1 [pkg/33056].
2006-03-11 13:01:35 +00:00
ghen
3c4efb2a04 pkglint: Please use ${OO_VER:Q} instead of ${OO_VER} (in MESSAGE_SUBST). 2006-03-11 11:15:39 +00:00
kim
ddf6c54608 Use MAKE_FLAGS. 2006-03-11 11:12:34 +00:00
ghen
2caf4598d2 - openoffice-bin-2.0.2 2006-03-11 11:12:29 +00:00
ghen
3bdabed116 Updated misc/openoffice2-bin to 2.0.2. 2006-03-11 11:11:41 +00:00
ghen
496a8989a4 Update to OpenOffice 2.0.2, another bugfix release on the 2.0 branch.
This release fixes a lot of bugs, and also introduces some new features.
For a complete list of changes, see
  http://development.openoffice.org/releases/2.0.2.html

Ok with mrauch.
2006-03-11 11:11:04 +00:00
rillig
f5f3d7ce63 bin/wmlxgettext needs the correct Perl interpreter. 2006-03-11 10:51:23 +00:00
kim
8cc5b8dffd Fix cleanup. 2006-03-11 10:46:27 +00:00
taca
c7612d1a1c Fix and style improvement for shell script part of post-install. 2006-03-11 10:41:03 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
adam
1201f6fa6d Updated devel/libusb to 0.1.12 2006-03-11 08:35:08 +00:00
adam
44efee0a9e Changes 0.1.12:
Fix structure padding issues on some architectures
Fix compile warnings with newer versions of gcc
Fix memory leak when continuously rescanning for devices
Check for device nodes in /dev/usb under Linux
Fix compile problem with Darwin/Mac OS X port
Add support for Darwin/Mac OS X 10.4
Fix error when transactions are aborted
Requery endpoints when switching alternate settings
Support more BSD based distributions
Fix problem with short control messages in BSD port
Various other minor fixes
2006-03-11 08:34:12 +00:00
uebayasi
0fac9ad092 Note update of Wiliki 0.5.3; bug fixes. 2006-03-11 06:33:39 +00:00
uebayasi
40453e8f62 Update Wiliki to 0.5.3; bug fixes. 2006-03-11 06:32:31 +00:00