Commit graph

142747 commits

Author SHA1 Message Date
he
ee9ae2a548 Fix the checksum for patches/patch-ab; I must have added the comment at
the top and forgotten to do "make mps" -- sorry.
2009-05-24 22:56:53 +00:00
roy
5161fd200d Update to dhcpcd-5.0.4
Changes from dhcpcd-5.0.3 include
 * The requirement of the ServerID option is now configurable
 * Don't set a MTU lower than 576
 * Enforce a minimum lease time of 20 seconds
2009-05-24 21:24:56 +00:00
zafer
e2a57aca77 update master site. ftp.gw.com has suspended the service. 2009-05-24 15:53:19 +00:00
sno
42cbe45127 Updated security/p5-Digest-SHA1 to 2.12 2009-05-24 13:11:38 +00:00
sno
291eefde6d pkgsrc changes:
- Updating package for p5 module Digest::SHA1 from 2.11 to 2.12

Upstream changes:
2009-05-23   Release 2.12

    Gisle Aas (6):
	  Get rid of the old CVS ids
	  Avoid "redefined" error for ULONG on Win64
	  Less optimizations on IRIX [RT#8999]
	  Clean up the 'git status' output
	  Mention that SHA-1 might be weak [RT#11880]
	  Ensure more stuff in the META.yml file [RT#40757]

    Steve Peters (1):
	  Quiet warnings when compiled with -Wwrite-strings [RT#31915]
2009-05-24 13:10:49 +00:00
obache
c998ccc171 - trac-0.11.4 2009-05-24 12:58:59 +00:00
obache
9f4c9ca49f done - tokyocabinet-1.4.21 2009-05-24 12:57:33 +00:00
sno
655f5646fa Updated devel/p5-CPAN to 1.9400 2009-05-24 12:51:59 +00:00
sno
53b9a65fe6 pkgsrc changes:
- Updating package for p5 module CPAN from 1.9304 to 1.9400

Upstream changes since version 1.9304:
2009-05-24  Andreas J. Koenig  <andk@cpan.org>
	* this is release 1.94
	* since 1.93_54 one test was changed that had been failing when
	  Text::Glob was not installed.
	* since 1.93 (which was released 2008-10-12) changes are documented in
	  the release notes for 1.93_5[1234] below. Here is a quick summary of
	  the highlights: SQLite dependency tracking fixed; packaging works
	  around bugs in Solaris tar; fixed ls on subdirectories; tested with
	  YAML::XS and documented as such; support for MYMETA.yml; CPAN.pm file
	  split into separate files; mega doc/English corrections; negated
	  match variables in distroprefs
	* thanks to Gisle Aas, Tom Christiansen, Alexandr Ciornii, Nicholas
	  Clark, Jan Dubois, David Golden, Randy Kobes, Olivier 'dolmen'
	  Mengu'e, Steffen M"uller, Slaven Rezi'c, Michael Schwern, G'abor
	  Szab'o, Frank Wiegand and many others for providing patches,
	  bugreports and valuable feedback.

2009-05-07  Andreas J. Koenig  <andk@cpan.org>
	* this is release 1.93_54 (another release candidate for 1.94, I had
	  overlooked the github fork by Alexandr)
	* Help Strawberry perl #41537: will prefer perl unpack modules (unless
	  it is bz2). (Alexandr Ciornii)
	* address #43779: test failures when NFS involved (Alexandr Ciornii)
	* adjust tests for 5.6.2 and when no yaml module is available

2009-05-04  Andreas J. Koenig  <andk@cpan.org>
	* this is release 1.93_53 (release candidate for 1.94)
	* address #45470: pod synopsis fix submitted by Olivier 'dolmen' Mengu'e
	* bugfix: @$urllist could break on an undefined urllist, now protected
	* bugfix: Work around the troubles posed by Acme::BadExample
	* bugfix: address #43813: solaris tar cannot deal with long paths

2009-04-13  Andreas J. Koenig  <andk@cpan.org>
	* this is release 1.93_52 (dev release towards 1.94)
	* shake out missings after the split into many files
	* Win32 fixes by Jan Dubois
	* CPAN::SQLite support fixes by Randy Kobes
	* completion on distros works now at least on the "d" command when using
	  pretty id ( eg. USERID/Foo-<TAB> )
	* experimental support for deprecated.pm only enabled on perl 5.11
	* address #37531: ls on subdirectories did not work as one would
	  expect (reported by Slaven Rezic)
	* address #28438: do not create the author directory if we have a file
	  URL (reported by Schwern)
	* all distroprefs now more YAML compliant
	* tested with YAML::XS and documented as such
	* patch by Gisle Aas to catch not compiling regexps in distroprefs
	* patch by David Golden to support MYMETA.yml
	* address #44549: support users who do not want to connect to the
	  internet but still configure us to run in an intranet or with a
	  minicpan on the local disk (reported by Nicholas Clark)
2009-05-24 12:51:18 +00:00
obache
d034161371 Note update/addition of TokyoCabinet, TokyoTyrant and those bindings. 2009-05-24 12:49:01 +00:00
obache
3ef5c19a4f Add and enable java-tokyocabinet. 2009-05-24 12:43:45 +00:00
obache
29e17e3e05 Update tokyotyrant to 1.1.27.
Changes:
2009-05-11  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcrtest.c (runtable, proctable): "-exp" option was added.

	* ttskelnull.c: new file.

	* tokyotyrant.idl: new file.

	- Release: 1.1.27
2009-05-24 12:42:44 +00:00
obache
faf2c31a95 Import java-tokyocabinet-1.19 as databases/java-tokyocabinet.
Tokyo Cabinet is a library of routines for managing a database.  The database is
a simple data file containing records, each is a pair of a key and a value.
Every key and value is serial bytes with variable length.  Both binary data and
character string can be used as a key and a value.  There is neither concept of
data tables nor data types.  Records are organized in hash table, B+ tree, or
fixed-length array.

This package provides Java binding of Tokyo Cabinet.
2009-05-24 12:40:31 +00:00
obache
60dca0687e Update tokyocabinet to 1.4.22, and perl, ruby and lua bindings.
Changes:
2009-05-21  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcadb.c (tcadbmisc): "sync", "optimize", "vanish" commands were added.

	- Release: 1.4.22

2009-05-10  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tchdb.c (tchdbsetdfunit, tchdbdfunit, tchdbdefrag): new functions.

	* tchdb.c (tchdbdefragimpl, tchdbfbptrim, tchdbshiftrec): new functions.

	* tcbdb.c (tcbdbsetdfunit, tcbdbdfunit, tcbdbdefrag): new functions.

	* tctdb.c (tctdbsetdfunit, tctdbdfunit, tctdbdefrag): new functions.

	* tcadb.c (tcadbopen): "dfunit" parameter was added.

	* tcadb.c (tcadbmisc): "defrag" command was added.

	- Release: 1.4.21
2009-05-24 12:37:36 +00:00
tron
cd807d2ca4 Fix build under Mac OS X (Leopard?). 2009-05-24 10:51:18 +00:00
tron
94abe8b11a Set the license type to "gnu-gpl-v2". 2009-05-24 10:51:06 +00:00
wiz
ca9573dd72 wireshark update was already done. 2009-05-24 09:39:05 +00:00
wiz
fa872275b9 + bzr-1.15, cdrtools-2.01.01alpha60, chmlib-0.40, dar-2.3.9,
gmpc-0.18.0 [pkg/41471], gnome-system-monitor-2.26.2, libelf-0.8.11,
  libmpd-0.18.0 [pkg/41470], libshout-2.2.2 [pkg/41468], libssh-0.3,
  mkvtoolnix-2.9.0, ntop-3.3.10, pixman-0.15.6, texmaker-1.9,
  wine-devel-1.1.22, wireshark-1.0.8, youtube-dl-20090523,
  zziplib-0.13.52.
2009-05-24 09:38:52 +00:00
kefren
22dc8fc360 MAKE_JOBS_SAFE=no 2009-05-24 05:45:47 +00:00
obache
85d297a9c9 Updated graphics/rabbit to 0.6.0 2009-05-24 02:33:30 +00:00
obache
edbd0efa9a Update rabbit to 0.6.0.
== Changes 0.6.0 from 0.5.9: 2009-05-23

=== Improvements

  * Supported Bonjour: [kimura wataru]
  * Added new mascot character "Tailavi": [MoMo]
    * ((<URL:http://www.cozmixng.org/repos/rabbit/trunk/sample/momo/tailavi/>))
  * Added subtitle to windows title.
  * Supported slide property.
  * Added alternative images for "rabbit and tortoise".
  * Original image is used for PDF embedding instead of
    resized image.

=== Fixes

  * Fixed a typo in sample/kof2005/gesture.rb: [#143][IWAI, Masaharu]
  * Fixed install document: [zunda]
  * Fixed English: [Eduardo Gonzalez]
2009-05-24 02:33:14 +00:00
joerg
78ce287831 For developer mode, warn about packages without destdir support. 2009-05-23 23:48:44 +00:00
sno
30412ff84a Patch out auto_install - this will be handled by pkgsrc 2009-05-23 21:45:45 +00:00
zafer
7df948d34a add missing backslash. 2009-05-23 17:06:24 +00:00
dholland
de19b3368b DESTDIR support 2009-05-23 15:14:21 +00:00
dholland
efd98f99e2 xfrisk 2009-05-23 15:03:10 +00:00
dholland
1aa0567472 Commit my crash-fix patches from PR 37267. PKGREVISION++ (to 5)
This also fixes the infamous "Bogus call to CARDS_RenderCard!" bug.
2009-05-23 15:02:42 +00:00
zafer
bde8b76e13 Update MASTER_SITE_GENTOO. Remove stale/dead mirrors. Fix lots of gentoo typos. 2009-05-23 12:58:34 +00:00
zafer
00ff622ed1 Update MASTER_SITE_PGSQL. Remove stale/dead mirrors. Update timestamp. 2009-05-23 12:09:46 +00:00
zafer
6bfd17d7df Update IFARCHIVE mirrors. 2009-05-23 11:36:41 +00:00
zafer
9f12cdc1cf Update MASTER_SITE_OPENOFFICE. Clean up stale/dead mirrors. 2009-05-23 11:32:14 +00:00
tron
028e6c6e09 Set the license type to "original-bsd". 2009-05-23 09:06:44 +00:00
tron
28d37f0059 Note update of the "cscope" package to version 15.7a. 2009-05-23 09:04:16 +00:00
tron
ce9af7a0c2 Update "cscope" package to version 15.7a. This version fixes the
security vulnerability reported in CVE-2009-0148.
2009-05-23 09:04:01 +00:00
tron
b2cb591d6c Note update of the "wireshark" package to version 1.0.8. 2009-05-23 08:12:31 +00:00
tron
915fcf9efc Update "wireshare" package to version 1.0.8. Changes since version 1.0.7:
- Bug Fixes:
  - The PCNFSD dissector could crash. (wnpa-sec-2009-03)
  - Lua integration could crash.
  - The SCCP dissector could crash when loading more than one file in
    a single session.
  - The NDMP dissector could crash if reassembly was enabled.
- Updated Protocol Support:
  All ASN.1 protocols, DICOM, NDMP, PCNFSD, RTCP, SCCP, SSL, STANAG 5066
2009-05-23 08:12:08 +00:00
mrg
af54f4b21a note bozohttpd 20090522 update 2009-05-23 03:59:09 +00:00
mrg
c11ade6b9f update to bozohttpd 20090522. change include:
o  close more leaking file descriptors for CGI and daemon mode
        o  add subdirs for build "debug" and "small" versions
        o  clean up a bad merge / duplicate code
        o  make mmap() usage portable, fixes linux & ranges: support
        o  document the -f option
        o  daemon mode now serves 6 files per child
2009-05-23 03:58:16 +00:00
schmonz
5c870b62df + ikiwiki-3.13 2009-05-23 02:42:05 +00:00
tnn
7306791ea1 note my updates for today 2009-05-22 21:17:48 +00:00
tnn
8923f31a47 remove stale patch 2009-05-22 20:41:39 +00:00
tnn
e911f273e6 update to gimp-liquid-rescale-0.6.1.
Version 0.6.0 :
* Core
  * Scaling beyond 200% is now possible
* Interface
  * Added interactive mode
  * Moved "Mode" to the output tab and renamed it
  * Added 2 new scale-back modes
  * Fixed non-interactive mode, added scripts for
    command-line batch processing

Version 0.5.0 :
* Core
  * Faster engine, lower memory requirements
  * Introduced rigidity masks
  * Added GAP support
  * Introduced left-right/top-bottom balance
* Interface
  * Ignore discard masks when enlarging
  * Added reset and revert to last used values
    buttons for the size, and general reset
  * The dialog now comes up with the last used
    values for the size
  * Added info icons
  * Added russian help page
2009-05-22 20:41:02 +00:00
tnn
cd2653f324 bump the BUILDLINK_API_DEPENDS 2009-05-22 20:33:23 +00:00
tnn
e9b0568b2f Update to liblqr-0.4.1.
Version 0.4:
* New features:
  * Support for image types (color models):
    GREY, GREYA, RGB, RGBA, CMY, CMYK, CMYKA
    and custom
  * Additional builtin energy functions based on
    luma instead of brightness
  * Support for custom energy functions
  * Functions to read out the energy map
  * Cancel function to interrupt computations
  * Additional methods for bias and rigidity masks
  * Use a single progress instead of several
    ones when the update is performed in steps
  * Can handle input buffers non-destructively
* Performace related:
  * Faster rescaling thanks to optimisations in
    the code
  * Spare memory when not using features (e.g. the
    bias)
* Configuration
  * The default installation directory is now /usr
    instead of /usr/local
  * Compiling under MinGW now correctly produces a
    DLL with the default settings
  * Now it also compiles under MS Visual C++
  * All public macro names start with LQR_* (old
    versions are still available but can be disabled
    at configure time)

Version 0.3:
* New features:
  * Enlargement is not limited to 200% any more
    (it is automatically performed in steps)
  * Added readout functions for the internal
    visibility map

Version 0.2:
* New fetures:
  * Support for 16-bit, 32-bit and 64-bit
    per channel images
  * Rigidity masks
  * Left-right/top-bottom balance
* Performace related:
  * Improved attached visibility maps
    management (lower memory requirements)
  * All internal buffers turned from
    double to float, improving both speed
    and memory requirements
* Documentation:
  * Reviewed manual and completed refence
  * Added man pages
2009-05-22 20:30:50 +00:00
tnn
8e119d912d Update to XaoS-3.4.
o New Italian translation courtesy of Sergio Zanchetta
o Updated catalog and i18n for German by Andreas Madritsch
o Bug fix to prevent garbled characters when using non-English languages
  on modern systems using UTF-8
o Bug fix to prevent XaoS from crashing after using the Render Animation
  functionality
o Bug fix to prevent incorrect colors on smooth coloring modes with
  certain video modes

XXX: There are also new experimental Aqua and GTK+ frontends, but I didn't
investigate if the GTK+ frontend builds as the release notes claim it's
still buggy.
2009-05-22 20:19:19 +00:00
zafer
c699321b62 remove trailing backslash in mysql. 2009-05-22 20:17:44 +00:00
tnn
cfd6e7c8ff nuke trailing whitespace 2009-05-22 20:15:35 +00:00
zafer
d4459c042d Update MASTER_SITE_MYSQL. Remove stale/dead mirrors. 2009-05-22 20:14:38 +00:00
tnn
95e7bf15da Update to unfs3-0.9.22.
Version 0.9.22
- fix spelling mistake in "no_all_squash" export option parsing
- fix build on more recent FreeBSD systems
- fix filesystem size reporting for Solaris Zones and others
- document permission needs for exported directories
2009-05-22 20:02:31 +00:00
tnn
db103a7cc0 Update to xterm-243.
Patch #243 - 2009/3/28
* revert change to default for allowTcapOps (request by Bram Moolenaar).
* reallocate result returned by xtermEnvLocale() to avoid reference to freed
  memory after handling menuLocale resource.
* fix an old (X11R5) bug in tek4014 for switching fontsizes.
* add resource defaultString to make configurable the use of "#" when pastes
  of UTF-8 text fail due to limitations in the current locale settings.
* make the set of selection target Atom's configurable by two new resources
  eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT Atom in
  preference to UTF8_STRING (discussion with Stanislav Sedov regarding
  koi8rxterm and the FreeBSD port).
* modify handling of TARGETS Atom by making it return exactly the set of
  targets as those which xterm is currently providing.
* set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work around
  /etc/man.conf's with those variables already set
* improve error-checking of tcap-query parser.
* add check for keyboard tcap), which ensures that terminal descriptions
  containing the same string for shifted/unshifted keys will be seen by
  tcap-query as only the unshifted key. (This would only happen with an
  incorrect terminal description).
* fix conversion for input event-state to modifier-parameter which made
  tcap-query feature not work with tcapFunctionKeys (keyboard type tcap).
* add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the
  default compiled-in values for "allowxxx" resources.
* remove check on bell-percentage added in patch #242, which disallowed
  zero/negative values (Redhat Bugzilla #487829).

Patch #242 - 2009/2/15
* fix configure check for XkbBell and provide appropriate parameter for it.
* fix a caching problem with double-size fonts versus reverse video that could
  cause core dump.
* repair double-size fonts from workaround used in patch #240.
* add new section to the VT Fonts menu which allows enabling or disabling the
  font, termcap (tcap-query), title and window operations.
* add fontWarnings resource, to control whether to show warnings on failure to
  load a font.
* improve warnings for unloadable fonts introduced in patch #240 by limiting
  those to the cases where a font would be specified directly by a resource
  setting rather than a derived fontname.
* further amend fix for Debian #252873 from patch #197 to treat a blank cell
  which does not have both foreground and background colored as a non-colored
  cell. This improves a special case where the cursor is on a blank cell which
  had foreground color scrolled in (report by Miroslav Lichvar).
  Also add the same logic when hiding cursor, so the outline matches the
  in-focus cursor.
* modify internals to reduce places PAIRED_CHARS() is used, making WriteText()
  and ScrnWriteText() accept IChar array, as well as providing a wrapper for
  drawXtermText().
* change default XIM font from "*" to "fixed" to improve startup time in
  zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930).
* typo in #240 log (Slava Semushin)

Patch #241 - 2009/1/26
*  improve checks for missing bitmap fonts, fallback to "fixed" as needed to
  work around broken font-packages (report by Jacek Luczak).
* fix breakage from patch #240 changes for xtermAddInput() (patches by
  Jeff Chua, Julien Cristau).

Patch #240 - 2009/1/25
* use plink.sh for linking xterm (suggested by Larry Doolittle).
* add resource descriptions for input method to xterm manpage.
* update configure script; consistently append to $CFLAGS rather than prepend.
* add install-scripts rule to makefile, to allow koi8rxterm and uxterm scripts
  to be altered independently of install-bin
* add -maximized command-line option and corresponding resource (prompted by
  alt.os.linux newsgroup comment).
* modify translations of scrollbar widget using xtermAddInput() (see
  patch #181) to accept the actions that the vt100 widget accepts, such as
  shift-insert to perform a paste operation (request by Martin Zwickel).
* change default for allowTcapsOpS resource to false, since it causes
  unexpected behavior for vim users with AltGr.
* update config.guess, config.sub
2009-05-22 19:52:02 +00:00