Commit graph

138062 commits

Author SHA1 Message Date
gdt
ab69127f5d Trac 0.11.3 contains a number of bug fixes and minor enhancements.
Highlights in 0.11.3
--------------------
 * Compatibility with Python 2.6 (#7876, #7458)
 * PostgreSQL db backend improvement (#4987, #7600)
 * Highlighting of search results is more robust (#7324, #7830)
 * Unicode related fixes (#7672, #7959, #7845, #7935, #8024)
 * Fixed Trac link rendering in ReST (#7712)
2009-02-19 14:49:13 +00:00
drochner
46908b77a7 update to 1.2.35
change: fix pointer initialization (SA33970)
2009-02-19 13:13:53 +00:00
drochner
3b0b9ed3ba no need to pull in libaudiofile here 2009-02-19 12:59:35 +00:00
drochner
042709c632 update to 1.1.16.2
changes:
* Build fixes related to ImageMagick 6.4 & later.
* Fix an error in Matroska PTS calculation.
* Some front ends hang due to the hang fixes in 1.1.16. Fix
  this by removing a break statement.
* Fix broken size checks in various input plugins
  (ref. CVE-2008-5239).
* More malloc checking (ref. CVE-2008-5240).
* Fix race conditions in gapless_switch
  (ref. kde bug #180339)
* Fix a possible integer overflow in the 4XM demuxer.
  (TKADV2009-004.txt)
pkgsrc notes:
-the 4xm fix upstream is wrong, do it better (patch-ax)
-filter out --no-undefined linker options on NetBSD<5 because this
 causes errors if shared modules are not linked against libc
2009-02-19 12:58:03 +00:00
kefren
81273f6e9d Mention update of monodevelop to 1.9.2 and remove it from TODO list 2009-02-19 12:50:16 +00:00
kefren
5ec6159f92 Update to monodevelop 1.9.2. Many bugfixes and improvements. For complete
list visit http://monodevelop.com/Release_notes_for_MonoDevelop_2.0_Beta_1
2009-02-19 12:49:12 +00:00
drochner
b773a8b35d update to 1.1.6
change: use a 20pt font as "bigfont", avoids problems on systems
 where the original 24pt font is not found
pkgsrc change: fix the code which does font replacement in case
 a font is not found (following an idea from gentoo but done correctly)
thanks to Felix Resch for pointers and testing
2009-02-19 12:36:15 +00:00
obache
c06768031a For bmake, empty() take a variable, and M modifier only accept the standard
shell wildcard characters.
2009-02-19 12:24:59 +00:00
obache
23bf3b3676 Change REPLACE_RUBY.old pattern to also match debian style "/usr/bin/ruby1.8". 2009-02-19 12:15:15 +00:00
roy
5b7f0f6049 Update dnsmasq to 2.47 2009-02-19 11:18:58 +00:00
roy
ba92c9ac17 Update to dnsmasq-2.47
Fixes from 2.46 include:
 * NetBSD-5 support
 * Better duplicate IPv6 address detection
 * DBus introspection
 * work with blank lines in /etc/ethers
2009-02-19 11:17:19 +00:00
wiz
b0396c17a1 Some minor improvements. 2009-02-19 09:41:39 +00:00
epg
aad6181e5d Updated devel/bzr-svn to 0.5.1 [epg 2009-02-19]
Updated devel/qbzr to 0.9.8 [epg 2009-02-19]
2009-02-19 07:44:13 +00:00
epg
bf082b7ec5 0.9.8 - 2009-02-13
------------------

This release is a minor regression fixing release, to be released in sync with
bzr 1.12 finial.

 * Fix bug where qinit was not working - correclty handle QString arguments
   when starting a subprocess (Bug #327395)


0.9.7 - 2009-02-09
----------------------
 * qcommit:
    * handle situation with huge list of committed files on Windows
      (Bug #277077).
    * properly show changed files when only executable bit changed.
    * fixed a bug, where if there is a lock on a branch, you could not close
      the window.
 * qconflicts: new command and new window to view and resolve conflicts.
 * qlog:
    * removed the delay when loading revision form local repositories.
    * when the search is, scroll so that the selected revision is kepted in
      view.
 * qdiff:
    * Don't use replace when decoding texts, fall back to latin1 instead.
      (Bug #323543 - side-by-side shows wrong changes highlighting for files
      with non-ascii characters)
 * qrevert:
    * added --no-backup option.
 * Add the ability to configure, and use external diff tools from QBzr.
   If the user has bzr-difftools - the usability of this funcaility is
   improved.
 * Properly stop running action with Cancel button on Windows.
 * Transport activity is displayed next to the throbbers/progress bars.
 * Password prompts are now displaied in qlog, qbrowse, qcat, qdiff, qannotate.
2009-02-19 07:40:01 +00:00
epg
9480f49f85 bzr-svn 0.5.1 2009-02-17
BUG FIXES

   * Fix parsing of "trunk/tags" style filenames in trunk repository layout
     handling. (#324970)

   * "bzr push" now also works when creating new branches. "bzr svn-push"
     has been removed. This requires a patched version of bzr. (#127945)

   * Fixed memory usage and performance bug while iterating over a repository.
     (#318993)

   * When following prefixes, cope with branches copied from outside of the
     prefix. (#325428)

   * Handle non-mainline history a bit better in dpush. (#329284)

   * Assume that ERR_XML_MALFORMED only occurs for non-Subversion
     URLs. (#327287)

   * Only upgrade tags for which the revision they point to has been
     upgraded in svn-upgrade.

   * Fix handling of "unusual" branch paths in sparse logs. (#325727)

  FEATURES

   * Set svn:original-date property when revision properties can be committed.

   * Add transport speed progress indication. (require subvertpy >= 0.6.4)

  PERFORMANCE

   * New cache that stores the most important metadata information used
     when browsing history.

   * More efficient pull from Subversion branches, avoiding unnecessary
     calculation of revision numbers. (Requires InterBranch patch to bzr)

   * More efficient pull from Subversion branches, by using the local
     branch ancestry to find out tag revision ids rather than the remote
	 Subversion branch.

   * Use VersionedFiles.insert_record_stream() rather than
     VersionedFiles.add_lines(), should be slightly faster.

   * By default, don't use a cache for log information when connected
     to a local Subversion repository.

   * Only fetch rebased revisions once during ``bzr dpush'', rather than
     after every pushed revision.

   * Use only a single graph object during push, rather than two.

bzr-svn 0.5.0					2009-02-03

  BUG FIXES

   * Fixed two assertions that were always true. (#323305)

   * Fixed handling of round-tripped revisions in svn-upgrade. (#320113)

   * Fixed handling of password prompting with username specified. (#275953)

   * Use most appropriate mapping when setting tags for a branch. (#322856)

   * Fixed handling of branch roots moving. (#295416)

  FEATURES

   * Added "bzr check" on Subversion repositories that checks
     bzr-svn metadata. (#320929)

   * Allow overriding over revision-properties on a per-branch basis. (#319819)

   * Added --idmap-file option to svn-upgrade.

bzr-svn 0.5.0~rc2				2009-01-30

  BUG FIXES

   * Install subvertpy as separate module rather than as part of
     bzrlib.plugins.svn. (#306145)

   * Fix some tests when running overall bzr testsuite. (#306158)

   * Handle duplicate forward slashes in the path part of a URL.

   * Pass utf-8 connect string to sqlite3() connect function. (#262923)

   * Fix pushing to repositories not allowing the setting of revision
     properties.

   * Deal with newly appearing file ids correctly in dpush(). (#300979)

   * Fix handling of custom layouts, which used unicode internally. (#306629)

   * Fix pointless commits when using roundtripping using revision
     properties. (#299943)

   * Make sure branches are properly removed in iter_all_changes().
     (#306288, #300006)

   * Handle pushing empty branches using dpush. (#311613)

   * Cope with unicode filenames in manual file id detection. (#311744)

   * Print proper error message when importing from non-svn repository in
     svn-import. (#313817)

   * Support committing renames of filenames with non-ascii characters
     in their name. (#312166)

   * Support strange rename during push. (#303563)

   * Print proper error when attempting to create repository in Subversion
     working copy. (#310063)

   * Follow copied tags correctly. (#312272)

   * No longer includes subvertpy, but rather depends on external installation.

   * Properly determine file ids of children of directories that are replaced
     by an older copy of themselves. (#316384)

   * Use unicode objects internally for sqlite. (#296868)

   * New implicit file id handling for copied directories.
    + Correctly handles implicit children when parent is copied from outside of the
	  branch. (#304134)
    + Correctly handles file id map generation for some stacked branches. (#310916)

  * Handle children implicitly copied when replacing a directory with an older
    copy of itself. (#308353, #318935)

  * Invalidate revision ids of bzr-roundtripped revisions when the
    Subversion repository's UUID changes. (#318940, Debian #512325)

  * Handle unicode symlinks. (#319317)

  * Handle unicode in working tree names and some directory names. (#319313)

  * Cope with missing keys properly when branching based on VersionedFiles
    (#311997)

  * Properly determine whether to analyse revision properties.

  * Handle null: keys in Repository.texts.

  * Cope with ": " in bzr-svn revision metadata stored in file properties.
    (#300105)

  * Fix commits in working trees. (#306566)

  * Properly stop reverse tracking newly added branches. (#300006)

  PERFORMANCE

   * Stop iterating over non-visible children of files when determining file ids. (#306259)
     This should improve the performance of stacking and lightweight checkouts.

   * Imports of svn-related modules is now done lazily. There will only be two extra
     imports if bzr-svn is loaded but not used.

  API

   * Added accessor functions for Subversion file properties.

  FEATURES

   * Bazaar can now use credentials stored in ~/.subversion/auth/, but this
     requires pending changes in Bazaar to pass the realm along to
	 credentials providers.

   * When possible, bzr-svn will now copy from existing paths in the repository
     when committing/pushing rather than duplicating the contents.
	 (generic implementation that also fixes #320742)

bzr-svn 0.5.0~rc1			2008-12-08

  CHANGES

   * Implement set-revprops command.

   * Introduces a new Bzr<->Svn mapping format. Please
     read UPGRADING for details.

	 + Uses revision properties where possible. (#127736)

     + Branching schemes are no longer used and are
	   replaced by "repository layouts", which are
	   much more flexible. (#130372)

   * Will avoid browsing the full repository for bzr-revisions,
     only closely related paths. (#158657)

  FEATURES

   * Performance has been improved *significantly*.

   * Add bzr:skip revision property to allow skipping
     more detailed analysis of revisions not created by bzr.

   * "bzr revert" in a Subversion working tree now works.

   * Create branches/ directory automatically if it didn't exist
     when pushing merged revisions.

   * Only fetch signatures if they can be cheaply copied.

   * Also upgrade fileids in workingtree during svn-upgrade.

   * Add --until option to svn-import.

   * Add experimental svn-serve subcommand.

  BUG FIXES

   * Set bzr signature revision property during commit if possible.

   * Provide SvnWorkingTree._transport. (#264548)

   * Don't rely on cache when checking revision id during commit. (#230863)

   * Avoid pushing changes again when pushing new branch. (#203368)

   * Store text parents properly. (#260416)

   * Avoid leaking memory when attempting to open an invalid Subversion
     repository. (#262513)

   * Fix corner case corruption pulling from a svn repository that contains bzr-roundtripped
     revisions. (#260416)

   * Upgrade tags as well during svn-upgrade.

   * Correctly detect prefix when repository root is URL root (#303292)

   * Fix removing file properties. (#304866)

   * Fix canonicalization of paths to svn_ra_diff(). (#304894)

  INTERNALS

   * Remove custom commit code for working tree.

    + Standard commit code provides commit notification. (#79333)
2009-02-19 07:34:08 +00:00
epg
7b308b7217 Updated devel/bzr to 1.12 [epg 2009-02-19] 2009-02-19 07:16:40 +00:00
epg
d7626ab567 bzr 1.12 "1234567890" 2009-02-13
--------------------------------

This release of Bazaar contains many improvements to the speed,
documentation and functionality of ``bzr log`` and the display of logged
revisions by ``bzr status``.  bzr now also gives a better indication of
progress, both in the way operations are drawn onto a text terminal, and
by showing the rate of network IO.

  BUG FIXES:

    * ``bzr init --development-wt5[-rich-root]`` would fail because of
      circular import errors. (John Arbash Meinel, #328135)

  DOCUMENTATION:

    * Expanded the help for log and added a new help topic called
      ``log-formats``.  (Ian Clatworthy)


bzr 1.12rc1 "1234567890" 2009-02-10
-----------------------------------

  COMPATIBILITY BREAKS:

    * By default, ``bzr status`` after a merge now shows just the pending
      merge tip revisions. This improves the signal-to-noise ratio after
      merging from trunk and completes much faster. To see all merged
      revisions, use the new ``-v`` flag.  (Ian Clatworthy)

    * ``bzr log --line`` now shows any tags after the date and before
      the commit message. If you have scripts which parse the output
      from this command, you may need to adjust them accordingly.
      (Ian Clatworthy)

    * ``bzr log --short`` now shows any additional revision properties
      after the date and before the commit message.  Scripts that parse
      output of the log command in this situation may need to adjust.
      (Neil Martinsen-Burrell)

    * The experimental formats ``1.12-preview`` and ``1.12-preview-rich-root``
      have been renamed ``development-wt5`` and ``development-wt5-rich-root``
      respectively, given they are not ready for release in 1.12.
      (Ian Clatworthy)

  NEW FEATURES:

    * Add support for filtering ``bzr missing`` on revisions.  Remote revisions
      can be filtered using ``bzr missing -r -20..-10`` and local revisions can
      be filtered using ``bzr missing --my-revision -20..-10``.
      (Marius Kruger)

    * ``bzr log -p`` displays the patch diff for each revision.
      When logging a file, the diff only includes changes to that file.
      (Ian Clatworthy, #202331, #227335)

    * ``bzr log`` supports a new option called ``-n N`` or ``--level N``.
      A value of 0 (zero) means "show all nested merge revisions" while
      a value of 1 (one) means "show just the top level". Values above
      1 can be used to see a limited amount of nesting. That can be
      useful for seeing the level or two below PQM submits for example.
      To force the ``--short`` and ``--line`` formats to display all nested
      merge revisions just like ``--long`` does by default, use a command
      like ``bzr log --short -n0``. To display just the mainline using
      ``--long`` format, ``bzr log --long -n1``.
      (Ian Clatworthy)

  IMPROVEMENTS:

    * ``bzr add`` more clearly communicates success vs failure.
      (Daniel Watkins)

    * ``bzr init`` will now print a little less verbose output.
      (Marius Kruger)

    * ``bzr log`` is now much faster in many use cases, particularly
      at incrementally displaying results and filtering by a
      revision range. (Ian Clatworthy)

    * ``bzr log --short`` and ``bzr log --line`` now show tags, if any,
      for each revision. The tags are shown comma-separated inside
      ``{}``. For short format, the tags appear at the end of line
      before the optional ``[merge]`` indicator. For line format,
      the tags appear after the date. (Ian Clatworthy)

    * Progress bars now show the rate of activity for some sftp
      operations, and they are drawn different.  (Martin Pool, #172741)

    * Progress bars now show the rate of activity for urllib and pycurl based
      http client implementations. The operations are tracked at the socket
      level for better precision.
      (Vincent Ladeuil)

    * Rule-based preferences can now accept multiple patterns for a set of
      rules.  (Marius Kruger)

    * The ``ancestor:`` revision spec will now default to referring to the
      parent of the branch if no other location is given.
      (Daniel Watkins, #198417)

    * The debugger started as a result of setting ``$BZR_PDB`` works
      around a bug in ``pdb``, http://bugs.python.org/issue4150.  The bug
      can cause truncated tracebacks in Python versions before 2.6.
      (Andrew Bennetts)

    * VirtualVersionedFiles now implements
      ``iter_lines_added_or_present_in_keys``. This allows the creation of
      new branches based on stacked bzr-svn branches. (#311997)

  BUG FIXES:

    * ``bzr annotate --show-ids`` doesn't give a backtrace on empty files
      anymore.
      (Anne Mohsen, Vincent Ladeuil, #314525)

    * ``bzr log FILE`` now correctly shows mainline revisions merging
      a change to FILE when the ``--short`` and ``--line`` log formats
      are used. (Ian Clatworthy, #317417)

    * ``bzr log -rX..Y FILE`` now shows the history of FILE provided
      it existed in Y or X, even if the file has since been deleted or
      renamed. If no range is given, the current/basis tree and
      initial tree are searched in that order. More generally, log
      now interprets filenames in their historical context.
      (Ian Clatworthy, #175520)

    * ``bzr status`` now reports nonexistent files and continues, then
       errors (with code 3) at the end.  (Karl Fogel, #306394)

    * Don't require the present compression base in knits to be the same
      when adding records in knits. (Jelmer Vernooij, #307394)

    * Fix a problem with CIFS client/server lag on Windows colliding with
      an invariant-per-process algorithm for generating AtomicFile names
      (Adrian Wilkins, #304023)

    * Many socket operations now handle EINTR by retrying the operation.
      Previously EINTR was treated as an unrecoverable failure.  There is
      a new ``until_no_eintr`` helper function in ``bzrlib.osutils``.
      (Andrew Bennetts)

    * Support symlinks with non-ascii characters in the symlink filename.
      (Jelmer Vernooij, #319323)

    * There was a bug in how we handled resolving when a file is deleted
      in one branch, and modified in the other. If there was a criss-cross
      merge, we would cause the deletion to conflict a second time.
      (Vincent Ladeuil, John Arbash Meinel)

    * There was another bug in how we chose the correct intermediate LCA in
      criss-cross merges leading to several kind of changes be incorrectly
      handled.
      (John Arbash Meinel, Vincent Ladeuil)

    * Unshelve now handles deleted paths without crashing. (Robert Collins)

  DOCUMENTATION:

    * Improved plugin developer documentation.  (Martin Pool)

  API CHANGES:

    * ``ProgressBarStack`` is deprecated; instead use
      ``ui_factory.nested_progress_bar`` to create new progress bars.
      (Martin Pool)

    * ForeignVcsMapping() now requires a ForeignVcs object as first
      argument. (Jelmer Vernooij)

    * ForeignVcsMapping.show_foreign_revid() has been moved to
      ForeignVcs. (Jelmer Vernooij)

    * ``read_bundle_from_url`` is deprecated in favor of
      ``read_mergeable_from_url``.  (Vincent Ladeuil)

    * Revision specifiers are now registered in
      ``bzrlib.revisionspec.revspec_registry``, and the old list of
      revisionspec classes (``bzrlib.revisionspec.SPEC_TYPES``) has been
      deprecated. (Jelmer Vernooij, #321183)

    * The progress and UI classes have changed; the main APIs remain the
      same but code that provides a new UI or progress bar class may
      need to be updated.  (Martin Pool)

  INTERNALS:

    * Default User Interface (UI) is CLIUIFactory when bzr runs in a dumb
      terminal. It is sometimes desirable do override this default by forcing
      bzr to use TextUIFactory. This can be achieved by setting the
      BZR_USE_TEXT_UI environment variable (emacs shells, as opposed to
      compile buffers, are such an example).
      (Vincent Ladeuil)

    * New API ``Branch.iter_merge_sorted_revisions()`` that iterates over
      ``(revision_id, depth, revno, end_of_merge)`` tuples.
      (Ian Clatworthy)

    * New ``Branch.dotted_revno_to_revision_id()`` and
      ``Branch.revision_id_to_dotted_revno()`` APIs that pick the most
      efficient way of doing the mapping.
      (Ian Clatworthy)

    * Refactor cmd_serve so that it's a little easier to build commands that
      extend it, and perhaps even a bit easier to read.  (Jonathan Lange)

    * ``TreeDelta.show()`` now accepts a ``filter`` parameter allowing log
      formatters to retrict the output.
      (Vincent Ladeuil)
2009-02-19 07:06:40 +00:00
epg
2af237b7c0 Added devel/subvertpy version 0.6.1 [epg 2009-02-19] 2009-02-19 06:53:30 +00:00
epg
ffff9d02db Add and enable subvertpy. 2009-02-19 06:49:33 +00:00
epg
bc38db4549 Import subvertpy-0.6.1 .
Alternative Python bindings for Subversion, split out from bzr-svn. The
goal is to have complete, portable and "Pythonic" Python bindings.
2009-02-19 06:47:51 +00:00
obache
bedb1246b8 Updated databases/tokyotyrant to 1.1.16 2009-02-19 06:32:10 +00:00
obache
6c82791856 Update tokyotyrant to 1.1.16.
Changes:
2009-02-16  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcrdb.h: the macro "RDBITOPT" was added.

	* mycond.h, mycond.c, ttutil.c: Solaris portability was added thanks to tamtam.

	- Release: 1.1.16
2009-02-19 06:31:55 +00:00
taca
0e9c43642c Update distinfo to match current DISTFILES. 2009-02-19 02:38:05 +00:00
abs
44dc2856b0 Fix PR 40151 - bootstrap of pkgsrc fails on Ubuntu 8.10
- At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite()
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509
  which means (void)fwrite(...) will *always* generate a warning, so
  set -Wno-error to bypass this in Linux.sys.mk
- Ubuntu 8.1 also jumps through hoops to ensure ARG_MAX is *undefined*, so
  work around this in tnftp and libnbcompat
2009-02-19 00:51:12 +00:00
imil
ac431e9fa5 Updated pkg_notify to 0.4.3
Changes since 0.4.2:
- added -c list-file (seb@)
- no more MASTER_SITES, using files/ instead
- removed README in favor of a man page
- corrected pkglint(1) warning about multi-line SUBST_SED

OK'd by cube@
2009-02-18 21:23:21 +00:00
ahoka
d1e0df63ce Added graphics/dvipng version 1.11 2009-02-18 21:23:07 +00:00
ahoka
0b0e47ea68 +dvipng 2009-02-18 21:20:36 +00:00
ahoka
61e467dbf7 Import dvipng-1.11 as graphics/dvipng.
This program makes PNG and/or GIF graphics from DVI files. It produces
high-quality images while its internals are tuned for speed. It supports PK,
VF, PostScript and TrueType fonts, color, PostScript inclusion, bitmap
inclusion, and has CJK support
2009-02-18 21:19:15 +00:00
cegger
531096021b build xen 3.3 packages for netbsd-5 again despite there is no Dom0 PAE support.
bouyer says:
Dom0 PAE support will be pulled up to netbsd-5 after netbsd-5-0-RELEASE is
tagged. building the packages on netbsd-5 in the meantime does not hurt.
2009-02-18 20:31:29 +00:00
ahoka
bf4424e436 Updated comms/gnome-pilot to 2.0.17 2009-02-18 20:17:36 +00:00
ahoka
61f4d63db2 gnome-pilot 2.0.17 'Pippi', 2009-01-07
--------------------------------------
Bug Fixes:
   - #484509: Avoid obsolete HAL info.bus API.  Use hal pda.platform
		property instead (keep info.bus for backwards compatibility).
		With thanks to Frederic Crozat.
   - #528701: remove unused applet desktop file
   - #508262: fix long-standing build-order bug by moving libgpilotdcm
		code to gpilotd/ directory.
   - #491921: stray slash breaks rpath for libraries

Updated translations:
     ar (Djihed Afifi)
     ca (Gil Forcada)
     el (Simos Xenitellis)
     en_GB (Philip Withnall)
     fr (Stephane Raimbault)
     it (Luca Ferretti)
     fi (Ilkka Tuohela)
     nb (Kjartan Maraas)
     ne (Pawan Chitrakar)
     oc (Yannig Marchegay)
     pt_BR (Jonh Wendell)
     sv (Daniel Nylander)
     vi (Clytie Siddall)

gnome-pilot 2.0.16 'Quixote', 2008-02-27
----------------------------------------
New Features:
   - Support for Bluetooth sync, via the bluez support in
     pilot-link 0.12
   - Support for specification of the PDA charset via
     the configuration applet (Jerry Yu and Matt Davey)


Bug Fixes:
   - (Ubuntu bug #81396): don't close a database if we got
      an error when opening it.
   - #464385: use LINGUAS file (Gilles Dartiguelongue)
   - #410666: 64 bit compatibility in file_conduit (Devin Carraway)
   - #431145: avoid circular dependency between libgpilotdcm and libgpilotd
   - #400554: Add intltool support to the gnome-pilot applet. (Kjarten
      Maraas)
   - #399039: add HardwareSettings to categories (Denis Washington)
   - #385434: make sysfs/usbfs check linux-specific (Jerry Yu)
   - #385444: [solaris] workaround for lack of sync notification (Jerry Yu)

And as usual, thanks to all our translators, including:
Yannig Marchegay, Raivis Dejus, Pema Geyleg, ituohela, Joan Duran,
pachimho, Inaki Larranaga Murgoitio, jorgegonz, Daniel Nylander, stephaner,
Gabor Kelemen, algol, rdejus, dlodge, Djihed Afifi, Jonathan Ernst,
Claude Paroz, Stephane Raimbault, Xavi Conder, Andrea Zagli, Tino
Meinen, Takeshi AIHANA, Francisco Javier F. Serrador.
2009-02-18 20:06:57 +00:00
adam
01694925bc Updated database/sqlite3 to 3.6.11 2009-02-18 19:14:10 +00:00
adam
7e94ec797c Changes 3.6.11:
* Added the hot-backup interface.
* Added new commands ".backup" and ".restore" to the CLI.
* Added new methods backup and restore to the TCL interface.
* Improvements to the syntax bubble diagrams
* Various minor bug fixes
2009-02-18 19:13:04 +00:00
drochner
716cd36931 add a comment that the DOS-linefeed issue is fixed upstream,
as suggested by Joern Clausen
2009-02-18 17:52:58 +00:00
minskim
cbeb063c10 Note PKGREVISION bump of tex-bin-tetex. 2009-02-18 17:52:57 +00:00
minskim
7e6ab81347 Bump PKGREVISION to make sure patch-a[ab] are applied. 2009-02-18 17:52:22 +00:00
drochner
d529140e56 sync the patch to fix a 64-bit time_t problem with the version submitted
to upstream (no functional change, just avoid a typecast)
2009-02-18 17:50:24 +00:00
kleink
481d4e4e3e Note update of textproc/py-vobject to 0.8.1nb1. 2009-02-18 16:58:12 +00:00
kleink
9cb3c77505 Complete PLIST. Bump PKGREVISION. 2009-02-18 16:56:23 +00:00
minskim
6a8f35fa14 Note PKGREVISION bump of teTeX. 2009-02-18 16:44:11 +00:00
minskim
f96ee07295 Let the teTeX meta package depends on dvipsk, because teTeX-bin no
longer provides dvipsk.

While here, add explicit dependencies on teTeX-bin and teTeX-texmf.

Bump PKGREVISION.
2009-02-18 16:43:39 +00:00
kleink
e240834daa Note addition of textproc/py-vobject 0.8.1b. 2009-02-18 16:41:05 +00:00
kleink
70256b25c7 Add/enable py-vobject. 2009-02-18 16:39:40 +00:00
kleink
c3810799fa Initial import of py-vobject-0.8.1b.
VObject simplifies the process of parsing and creating iCalendar and
vCard objects.
2009-02-18 16:38:41 +00:00
minskim
412894e2fe Regen distinfo after the recent update of tex-bin-tetex. Noted by tron@. 2009-02-18 16:33:30 +00:00
drochner
1f41ea52db update to 2.24.4
changes:
-bugfixes
-translation updates
2009-02-18 14:08:26 +00:00
drochner
6ebe87ef17 quell CHECK_INTERPRETER complaint about a helper script which is
not worth a full perl dependency
2009-02-18 13:57:41 +00:00
drochner
a250f7ffbd move the kpathsea bl3 into the "dvi" option as it is TeX specific 2009-02-18 12:39:04 +00:00
wiz
948d831938 Updated sysutils/rdiff-backup to 1.2.6nb1 2009-02-18 12:24:51 +00:00
wiz
5c3856b7fc Install examples.html, since it is referenced from the man page.
Bump PKGREVISION.
2009-02-18 12:24:40 +00:00