Commit graph

134746 commits

Author SHA1 Message Date
obache
d9ca07c674 Update ruby-tokyotyrant to 1.1, for tokyotyrant-1.1.9. 2008-12-07 11:37:53 +00:00
obache
c556efa53d Update p5-tokyotyrant to 1.3, for tokyotyrant-1.1.9. 2008-12-07 11:36:24 +00:00
obache
4d85716906 Update tokyotyrant to 1.1.9.
2008-12-02  Mikio Hirabayashi

	* tcrdb.c (tcrdbputshl): new function instead of "tcrdbputrtt".

	* scrext.c (serv_isect, serv_union): new functions.

	- Release: 1.1.9

2008-10-30  Mikio Hirabayashi

	* scrext.c (serv_lock, serv_unlock): new functions.

	* usherette.lua: new file.

	- Release: 1.1.8
2008-12-07 11:34:52 +00:00
obache
1a69fa7676 Update tokyocabinet to 1.3.23.
Changes:
2008-12-03  Mikio Hirabayashi

	* tcbdb.c (tcbdbtranbegin): conbination of non-transaction and transaction became safer.

	- Release: 1.3.23

2008-11-28  Mikio Hirabayashi

	* tcutil.c (tcmapput3, tcmdbput3, tcmapputcat3, tcmdbputcat3): new functions.

	* tcutil.c (tctreeput3, tcndbput3): new functions.

	* tcadb.c (tcadbput, tcadbputcat): LRU rule is now strictly applied.

	- Release: 1.3.22
2008-12-07 11:31:21 +00:00
obache
5323a5d5fe Updated net/darkstat to 3.0.712 2008-12-07 11:17:07 +00:00
obache
926d2ecf0a Update darkstat to 3.0.712.
Requested by maintainer in PR 40128.

Changes since 3.0.711:
- Web: Add --no-macs option to hide mac addresses.
  Thanks Dennis!
- Web: Make tables prettier.
- Host detail view now triggers a DNS lookup.
- Manpage tweaks, also move from section 1 to section 8.
- Track and show how long ago a host was last seen.
  Suggested by: Prof A Olowofoyeku (The African Chief)
- Show pcap_stats (like number of packets dropped) in the web
  interface and also upon exit.
2008-12-07 11:16:50 +00:00
minskim
5fcf334337 Note update of tex-IEEEtran. 2008-12-07 06:44:08 +00:00
minskim
9992123edf Update tex-IEEEtran to 1.7a.
This is a bug fix release that corrects the problem of unwanted two
column peer review title page format.
2008-12-07 06:43:22 +00:00
minskim
a07d478932 Add a rule to detect TEXMFDIST to PRINT_PLIST_AWK. 2008-12-07 06:41:51 +00:00
minskim
0b46d5eb1a Define TEXMFDIST, which will be used by packages that want to install
into the TEXMFDIST tree.
2008-12-07 06:40:47 +00:00
epg
0156a8c861 bzr-1.10 is done 2008-12-07 02:50:08 +00:00
epg
875f2c0232 Updated devel/bzr to 1.10 [epg 2008-12-07]
Updated devel/bzrtools to 1.10.0 [epg 2008-12-07]
	Updated devel/bzr-svn to 0.4.16 [epg 2008-12-07]
2008-12-07 02:37:51 +00:00
epg
4b33c8e32b November 28 2008
* RELEASE: bzrtools 1.10.0

Novemeber 23 2008
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
* Support auto-detecting color in shelf UI

November 11 2008
* Support colorizing in shelf UI
2008-12-07 02:36:29 +00:00
epg
24c5f5698d bzr-svn 0.4.16 2008-12-06
BUG FIXES

   * Don't print backtrace when error occurs while accessing repository root.
     (#296224)

   * Add --svn-override-revprops option to svn-push.

   * Give proper error when tags can't be pushed. (#299490)

   * Set bzr:user-agent revision property, e.g. to allow blacklisting
     in the future.

   * Fix removing of file properties. (#304866)

   * Allow target URLs in redirect requests to contain relative URLs. (#303959)

   * Fix compatibility with bzr 1.10.
2008-12-07 02:32:48 +00:00
epg
1140e13982 bzr 1.10 2008-12-05
-------------------

Bazaar 1.10 has several performance improvements for copying revisions
(especially for small updates to large projects).  There has also been a
significant amount of effort in polishing stacked branches.  The commands
``shelve`` and ``unshelve`` have become core commands, with an improved
implementation.

The only changes versus bzr-1.10rc1 are bugfixes for stacked branches.

  BUG FIXES:

    * Don't set a pack write cache size from RepoFetcher, because the
      cache is not coherent with reads and causes ShortReadvErrors.
      This reverses the change that fixed #294479.
      (Martin Pool, #303856)

    * Properly handle when a revision can be inserted as a delta versus
      when it needs to be expanded to a fulltext for stacked branches.
      There was a bug involving merge revisions. As a method to help
      prevent future difficulties, also make stacked fetches sort
      topologically. (John Arbash Meinel, #304841)


bzr 1.10rc1 2008-11-28
----------------------

This release of Bazaar focuses on performance improvements when pushing
and pulling revisions, both locally and to remote networks.  The popular
``shelve`` and ``unshelve`` commands, used to interactively revert and
restore work in progress, have been merged from bzrtools into the bzr
core.  There are also bug fixes for portability, and for stacked branches.

  NEW FEATURES:

    * New ``commit_message_template`` hook that is called by the commit
      code to generate a template commit message. (Jelmer Vernooij)

    * New `shelve` and `unshelve` commands allow undoing and redoing changes.
      (Aaron Bentley)

  IMPROVEMENTS:

    * ``(Remote)Branch.copy_content_into`` no longer generates the full revision
      history just to set the last revision info.
      (Andrew Bennetts, John Arbash Meinel)

    * Fetches between formats with different serializers (such as
      pack-0.92-subtree and 1.9-rich-root) are faster now.  This is due to
      operating on batches of 100 revisions at time rather than
      one-by-one.  (Andrew Bennetts, John Arbash Meinel)

    * Search index files corresponding to pack files we've already used
      before searching others, because they are more likely to have the
      keys we're looking for.  This reduces the number of iix and tix
      files accessed when pushing 1 new revision, for instance.
      (John Arbash Meinel)

    * Signatures to transfer are calculated more efficiently in
      ``item_keys_introduced_by``.  (Andrew Bennetts, John Arbash Meinel)

    * The generic fetch code can once again copy revisions and signatures
      without extracting them completely to fulltexts and then serializing
      them back down into byte strings. This is a significant performance
      improvement when fetching from a stacked branch.
      (John Arbash Meinel, #300289)

    * When making a large readv() request over ``bzr+ssh``, break up the
      request into more manageable chunks. Because the RPC is not yet able
      to stream, this helps keep us from buffering too much information at
      once. (John Arbash Meinel)

  BUG FIXES:

    * Better message when the user needs to set their Launchpad ID.
      (Martin Pool, #289148)

    * ``bzr commit --local`` doesn't access the master branch anymore.
      This fixes a regression introduced in 1.9.  (Marius Kruger, #299313)

    * Don't call the system ``chdir()`` with an empty path. Sun OS seems
      to give an error in that case.  Also, don't count on ``getcwd()``
      being able to allocate a new buffer, which is a gnu extension.
      (John Arbash Meinel, Martin Pool, Harry Hirsch, #297831)

    * Don't crash when requesting log --forward <file> for a revision range
      starting with a dotted revno.
      (Vincent Ladeuil, #300055)

    * Don't create text deltas spanning stacked repositories; this could
      cause "Revision X not present in Y" when later accessing them.
      (Martin Pool, #288751)

    * Pack repositories are now able to reload the pack listing and retry
      the current operation if another action causes the data to be
      repacked.  (John Arbash Meinel, #153786)

    * PermissionDenied errors from smart servers no longer cause
      "PermissionDenied: "None"" on the client.
      (Andrew Bennetts, #299254)

    * Pushing to a stacked pack repository now batches writes, the same
      way writes are batched to ordinary pack repository.  This makes
      pushing to a stacked branch over the network much faster.
      (Andrew Bennetts, #294479)

    * TooManyConcurrentRequests no longer occur when a fetch fails and
      tries to abort a write group.  This allows the root cause (e.g. a
      network interruption) to be reported.  (Andrew Bennetts, #297014)

    * RemoteRepository.get_parent_map now uses fallback repositories.
      (Aaron Bentley, #297991?, #293679?)

  API CHANGES:

    * ``CommitBuilder`` now validates the strings it will be committing,
      to ensure that they do not have characters that will not be properly
      round-tripped. For now, it just checks for characters that are
      invalid in the XML form. (John Arbash Meinel, #295161)

    * Constructor parameters for NewPack (internal to pack repositories)
      have changed incompatibly.

    * ``Repository.abort_write_group`` now accepts an optional
      ``suppress_errors`` flag.  Repository implementations that override
      ``abort_write_group`` will need to be updated to accept the new
      argument.  Subclasses that only override ``_abort_write_group``
      don't need to change.

    * Transport implementations must provide copy_tree_to_transport.  A default
      implementation is provided for Transport subclasses.

  TESTING:

    * ``bzr selftest`` now fails if no doctests are found in a module
      that's expected to have them.  (Martin Pool)

    * Doctests now only report the first failure.  (Martin Pool)
2008-12-07 02:32:20 +00:00
minskim
2256a8e1c3 Support user-destdir. 2008-12-07 02:05:50 +00:00
adam
50daf02772 Updated emulators/wine-devel to 1.1.10 2008-12-07 00:45:59 +00:00
adam
df6750e363 Renamed option 'openssl' to 'ssl', which is more compatible with pkgsrc env. 2008-12-07 00:44:40 +00:00
adam
5dcbd2abdc Changes 1.1.10:
- Support for virtual memory write watches.
- Workarounds for the WINAPI compiler bug on Mac OS.
- Several fixes for the 64-bit build.
- Some more GdiPlus functions.
- Various bug fixes.
2008-12-07 00:43:03 +00:00
wiz
c112e98446 Depend on py-sqlite. Ride update. 2008-12-06 19:43:27 +00:00
wiz
b30e37a0e5 Updated graphics/comix to 4.0.0 2008-12-06 18:40:52 +00:00
wiz
7394b92b66 Update to 4.0.0:
Comix 4.0.0

    - Comix has been completely rewritten from scratch. On the surface things
    look quite a bit like they used to, but the internal workings are
    entirely new. There are too many changes for them all to be mentioned
    here, but a couple of highlights are a much more functional library and a
    new archive editing dialog. The work on this new version of Comix has
    been going on in rather sporadic phases for almost two years, and during
    that time I have received help from lots of different people. Now, I must
    admit, I can no longer remember them all. So instead of trying to list as
    many as I can here, I will instead simply say thank you to everyone who
    have contributed fixes, patches, suggestions or encouraging words. Thanks!
2008-12-06 18:40:33 +00:00
wiz
2328957f22 Updated textproc/gtkspell to 2.0.15 2008-12-06 18:18:03 +00:00
wiz
2a9efacb87 Update to 2.0.15:
version 2.0.15 (2008-12-01):
	* Additional translations (see po/ChangeLog).
	* Add missing G_BEGIN_DECLS/G_END_DECLS for C++ support
	* Fix feature request #2101451 by removing the sub-menu
	  of the context menu as any other in-line spell checker does.
	* Fix feature request #1523881, #1643622 and #2054637
	  by adding a Language selector sub-menu.
	* Fix feature request #1362304 by fixing docs/Makefile.am
	  to install gtkspell.devhelp so that it shows in devhelp
2008-12-06 18:17:48 +00:00
seb
35d1f9eff6 This is not a love song^W^W^WRose-DB-Object: fix homepage. 2008-12-06 17:57:45 +00:00
obache
f4ad376b2a Reset MAINTAINER, mail address in PR is bogus. 2008-12-06 13:10:34 +00:00
obache
158f73d411 + xhomer 2008-12-06 12:57:39 +00:00
obache
c2903cd42b Added emulators/xhomer version 9.16.06 2008-12-06 12:57:01 +00:00
obache
29995e3c8c Import xhomer-9.16.06 as emulators/xhomer.
Based on PR 39980 by John Maier.

Xhomer is a machine emulator for the Digital Equipment Corporation (DEC)
Pro 350 computer, a PDP-11-based machine that was sold in the early
to mid-'80's.  Xhomer is based on the PDP-11 CPU core from the SIMH simulator,
and is written entirely in C.
2008-12-06 12:56:27 +00:00
wiz
38777576ce Fix case-sensitivity problem on Darwin.
From Tom Yu in PR 40100.
2008-12-06 12:25:19 +00:00
wiz
c5055939d4 - bochs. 2008-12-06 12:01:48 +00:00
wiz
d57e5d852f Updated emulators/bochs to 2.3.7 2008-12-06 12:01:10 +00:00
wiz
fef09a0f3e Update to 2.3.7, based on diffs by Juan Romero Pardines.
+ More optimizations in CPU code - Bochs 2.3.7 is more than 2x faster
  than Bochs 2.3.5 build !
- Implemented LBA48 support in BIOS
- Added memory access tracing for Bochs internal debugger
- Implemented Intel(R) XSAVE/XRSTOR and AES instruction set extensions
- Many fixes in CPU emulation and internal debugger
  - MenuetOS64 floppy images booting perfect again !
- updated LGPL'd VGABIOS to version 0.6b

XXX: Darwin PLIST probably wrong, someone please fix and integrate
better.
2008-12-06 12:00:56 +00:00
obache
b2dad7455b - dmidecode-2.10, done. 2008-12-06 11:38:14 +00:00
obache
f7218a4e1e Updated sysutils/dmidecode to 2.10 2008-12-06 11:37:01 +00:00
obache
2f14281c30 Update dmidecode to 2.10.
Patch provided by Sergey Svishchev via PR 40104.

dmidecode:
* Support for Solaris (x86 only, of course).
* Possibility to dump the SMBIOS/DMI table to a small binary file
  (option --dump-bin).
* Possibility to read the SMBIOS/DMI table from such binary files
  (option --from-dump).
* Support for SMBIOS 2.6. This includes new chassis types, new
  processor family names, new processor family upgrade names, bus
  address for system slots, and a new entry type for on-board devices,
  amongst many other minor changes.
* Support for DMI entry type 31 (Boot integrity services).
* Many processor family names taken from the CIM Schema document.

vpddecode:
* No longer ask users to report broken records.
* Fix --quiet option.
2008-12-06 11:36:41 +00:00
obache
9909d2fadf Updated www/ja-trac to 0.11.2.1pl1 2008-12-06 10:52:42 +00:00
obache
e8e32dafec Update ja-trac to 0.11.2.1pl1, a.k.a Trac-0.11.2.1.ja1.
Trac-0.11.2.1.ja1 (Nov 30, 2008)
 * Merge Trac-0.11.2 and Trac-0.11.2.1
 * Change encodings on Option's doc from unicode to UTF-8 for `pydoc`.
   - trac/wiki/macros.py
   - trac/attachment.py
   - trac/db/api.py
   - trac/env.py
   - trac/mimeview/api.py
   - trac/mimeview/enscript.py
   - trac/mimeview/php.py
   - trac/mimeview/pygments.py
   - trac/mimeview/silvercity.py
   - trac/notification.py
   - trac/perm.py
   - trac/search/web_ui.py
   - trac/ticket/api.py
   - trac/ticket/notification.py
   - trac/ticket/query.py
   - trac/ticket/report.py
   - trac/ticket/roadmap.py
   - trac/ticket/web_ui.py
   - trac/timeline/web_ui.py
   - trac/versioncontrol/api.py
   - trac/versioncontrol/svn_authz.py
   - trac/versioncontrol/svn_fs.py
   - trac/versioncontrol/web_ui/browser.py
   - trac/versioncontrol/web_ui/changeset.py
   - trac/versioncontrol/web_ui/log.py
   - trac/web/auth.py
   - trac/web/chrome.py
   - trac/web/main.py
   - trac/wiki/api.py

Trac 0.11.2.1 (November 17, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.2.1

 Trac 0.11.2.1 fixes a Python 2.3 incompatibility introduced in Trac 0.11.2.
 Python 2.4+ users already running Trac 0.11.2 do not need to upgrade.

Trac 0.11.2 (November 8, 2008)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.2

 Trac 0.11.2 contains two security fixes and a couple of bug fixes.
 The following list contains only a few highlights:

Bug fixes:

 * Fixes potential DOS vulnerability with certain wiki markup. Reported by
   Matt Murphy.
 * Improved HTML sanitizer filter to detect possible phishing attempts.
   Reported by Simon Willison.
 * MySQL db backend improvement (reconnect after idle timeout #4465)
 * TicketQuery speed improvements (#6436)
 * Fixes for RSS feeds (timeline entries no longer truncated #7316, no longer
   download some feeds under Firefox #3899)
 * Search now works for custom fields (#2530)
 * Same order for ticket fields for new and existing tickets (#7018)
 * Enforce fine-grained permission for "quickjump" search results (#7655)
 * E-mail obfuscation was not done in a few remaining places (#7688, #6532)
 * Uninstall of plugins from WebAdmin was not working - feature disabled
   for now
 * More robust pagination of results for reports and custom queries (#7424,
   #7544)
 * Support for newer version of pygments (#7622)
 * Documentation updated (#7603, #7205, #7318)

Minor improvements:

 * Better support for Wiki page hierarchy (show path #2780, link to
   parent #2150)
 * Custom query allow to search in description and other text fields (#4824)
2008-12-06 10:52:23 +00:00
wiz
f1e5d29b09 Add missing ltdl dependency. Causes build failure, so no PKGREVISION bump. 2008-12-06 09:29:51 +00:00
wiz
d9f2fb4716 + bzr-1.10, mkvtoolnix-2.4.1, vlc-0.9.8a. 2008-12-06 08:50:36 +00:00
wiz
33c2c232b0 Add missing files to PLIST.
Bump PKGREVISION.
2008-12-06 08:48:03 +00:00
jmcneill
8df3d472b1 Updated time/hamster-applet to 2.24.2nb1 2008-12-06 01:00:42 +00:00
jmcneill
1597bbf6fb Fix path to python interpreter in hamster-applet, and copy hamster.db
with proper permissions to home directory. Bump PKGREVISION.
2008-12-06 00:59:42 +00:00
ahoka
1d6bfa069d MAKE_JOBS_SAFE= no 2008-12-05 19:02:09 +00:00
ahoka
4c87149c25 MAKE_JOBS_SAFE=no 2008-12-05 19:00:27 +00:00
tron
66b27a4d66 Add patch from <http://libtorrent.rakshasa.no/ticket/1184> to fix the build
under Solaris and DragonFly. Patch provided by Rumko in private e-mail.
2008-12-05 16:31:52 +00:00
tron
c0575d72a0 Fix bad entry for "sslproxy" reported by "pkglint". 2008-12-05 15:45:01 +00:00
is
19d9219287 We need a Real Shell to run some internal configure script (fixes
pkg/39836).
2008-12-05 15:18:40 +00:00
adrianp
0c126c22f6 -inspircd-1.1.22 2008-12-05 14:06:13 +00:00
adrianp
22b4d58852 Updated chat/inspircd to 1.1.22 2008-12-05 14:05:14 +00:00