Commit graph

139140 commits

Author SHA1 Message Date
joerg
2901543f5b Avoid sign comparision issues. 2009-03-06 15:18:42 +00:00
wiz
45b1b4e597 Updated devel/guile-www to 2.22 2009-03-06 15:17:34 +00:00
wiz
10b4d2a1e6 Update to 2.22:
- 2.22 | 2008-04-20
  - bug-report address updated (see output of ./configure --help)
  - mouthpiece #:send-reply now also takes `shutdown' "how arg" CLOSE
  - maintenance uses GNU Autoconf 2.62, GNU Automake 1.10.1
  - public repo: http://www.gnuovla.org/wip/  (guile-www)
2009-03-06 15:17:24 +00:00
wiz
b3ec09a453 Updated textproc/asciidoc to 8.3.3 2009-03-06 15:17:17 +00:00
wiz
67e2f69e06 Update to 8.3.3:
1. Version 8.3.3 (2009-01-02)

   This release supercedes 8.3.2.

   Bug fixes
     * The broken and confusing numeration and numeration2 numbered list
       attributes have been dropped, use the style attribute instead.
     __________________________________________________________________

2. Version 8.3.2 (2009-01-01)

   Additions and changes
     * Added Gouichi Iisaka's Graphviz filter to distribution.
     * The SidebarBlock element can now be rendered with an abstract
       style.
     * Reorganized filters into a separate subdirectory for each filter.
     * Updated Makefile.in and MANIFEST files to reflect new filters
       organization.
     * Added listing style to LiteralBlock element so listings with nested
       listing blocks can be rendered as a listing block.
     * Changed example code filter to use preferred ListingBlock syntax
       (the old ~ delimited filter syntax is no longer used).
     * Implemented enumeration and enumeration2 numbered list attributes
       for specifying the list numbering style (arabic, loweralpha,
       upperalpha, lowerroman and upperroman).
     * AsciiDoc now recognizes upperalpha, lowerroman and upperroman
       numbers in listdef-numbered2 numbered lists and sets the number
       style based on the style of the first numbered list item
       (alternative to setting enumeration2 attribute).
     * Updated formatlistpat definition in .vimrc example in User Guide.
     * You can now backslash escape system block macros.
     * Added Pychart FAQ.
     * Drop paragraph text and list text, index and label match groups
       from attributes -- they are included in the element's text and we
       don't want them processed a second time as attributes.
     * Changed comment line block macro to a passthrough block macro to
       ensure no substitutions.
     * A subslist no longer has to be appended to a PassthroughBlock macro
       definition, if omitted no substitutions are performed.
     * Code tidy up: replaced deprecated <> operator with !=.
     * Removed unused linuxdoc code.
     * Code tidy ups: dropped old types module reference; replaced
       has_key() with preferred in operator.

   Bug fixes
     * Old syntax source highlight filter regression: special characters
       where not escaped in DocBook outputs.
     __________________________________________________________________

3. Version 8.3.1 (2008-12-14)

   Additions and changes
     * Replaced the install.sh script with Ben Walton's updated autoconf
       scripts -- see [1]INSTALL for details.
     * Added a generalized AttributeEntry syntax to allow arbitrary
       configuration file entries to be set from within an AsciiDoc
       document (suggested by Henrik Maier).
     * Listing delimited blocks in DocBook outputs now support IDs; IDs of
       titled Listing and Literal delimited blocks have been moved to the
       enclosing DocBook example tag (thanks to Vijay Kumar for this
       patch).
     * Replaced vertical typewriter apostrophe with punctuation apostrophe
       (thanks to Noah Slater).

   Bug fixes
     * Regression: Excluding double-quotes from unquoted attribute values
       resulted in backward incompatibility, double-quotes in unquoted
       attribute values has been reinstated.
     * Regression: Text like &...; was sometimes mistaken for an entity
       reference -- tightened up entity reference matching.
     __________________________________________________________________

4. Version 8.3.0 (2008-11-29)

   Additions and changes
     * [2]AsciiDoc new tables is a complete redesign of the tables syntax
       and generation. The new syntax and features are a huge improvement
       over the old tables. The old tables syntax has been deprecated but
       is currently still processed.
     * [3]Lists can now be styled like other block elements. This allows a
       single list syntax for glossary, qanda (Question and Answer) and
       bibliography lists instead of having to remember a different syntax
       for each type.
     * Inline passthroughs macros have been improved and block passthrough
       macros added. Attribute substitution can be optionally specified
       when the macro is called.
     * The passthrough block has a fully transparent passthrough delimited
       block block style called pass.
     * The asciimath and latexmath [4]passthrough macros along with
       asciimath and latexmath [5]passthrough blocks provide a (backend
       dependent) mechanism for rendering mathematical formulas. There are
       [6]LaTeX Math, [7]AsciiMathML and [8]LaTeXMathML examples on the
       AsciiDoc website.
     * Reimplemented and cleaned up filter processing based on a patch
       submitted by Kelly Anderson. Uses the newer subprocess module
       instead of the deprecated popen2 module. Now works in Win32 command
       shell.
     * Addition FAQs, more documentation updates.
     * Arbitrary HTML/XML entities can be entered in AsciiDoc source.
     * Did away with the need for the shaded-literallayout.patch (thanks
       to Henrik Maier for this patch).
     * Implemented page break block macro.
     * Added line breaks and ruler processing instructions to DocBook
       outputs (thanks to Henrik Maier for this patch).
     * Added deg (degree) and wj (word joiner) entity attributes (thanks
       to Henrik Maier).
     * Tweaked DocBook indexterm2 macro to avoid white space preceding the
       term when used in table cells (thanks to Henrik Maier for this
       patch).
     * Title elements now process the options attribute like other block
       elements.
     * Added `single quoted' element.
     * Spaces on both sides of a -- em-dash are translated to thin space
       characters.
     * Improved detection and reporting of malformed attribute lists.
     * The list compact style is now a list option.
     * Added strong labeled list option which makes the labels bold (HTML
       outputs only).
     * Dropped unsupported linuxdoc backend.
     * Dropped deprecated xhtml-deprecated (version 6) backend.
     * Added breakable and unbreakable attribute options to tables to
       control table breaking across page boundaries (DocBook XSL/FO
       outputs). By and in collaboration with Henrik Maier.
     * Added pgwide attribute option to tables to table, block image,
       horizontal labeled lists. Specifies that the element should be
       rendered across the full text width of the page irrespective of the
       current indentation (DocBook XSL/FO outputs). Thanks to Henrik
       Maier for this patch.
     * Vim syntax highlighter: spaces before/after bullets no longer
       highlighted (which is ugly if using a theme that highlights with
       underlines). Thanks to Donald Chai for this patch.
     * Added a2x(1) --fop option.
     * Added a2x(1) --no-xmllint option.
     * Highlighted labelled list terms with the navy color in XHTML
       outputs.
     * Use w3m(1) as default a2x(1) text format generator (fallback to
       lynx(1)).
     * Changed callout formats in html4 and xhtml11 outputs to angle
       brackets to match source highlighter rendering.
     * Macros now inject user defined <optionname>-option attributes into
       markup.
     * Added IRC URLs to AsciiDoc inline macros.
     * Added depth attribute to include::[] system macro.
     * Added footnoteref inline macro.
     * Added stylesheet XHTML attribute to specify additional custom CSS
       stylesheet.
     * If a paragraph style is specified it will be added to the XHTML
       class attribute and DocBook role attribute.
     * Replacements can be set in a document using the reserved
       AttributeEntry name replacement.
     * The prefix for auto-generated section name IDs can be set with the
       idprefix attribute.

   Bug fixes
     * Escaped quote skipped over leading and trailing quote instead of
       just the leading quote.
     * Fixed bug that was causing false negative safe mode warnings (patch
       submitted by Julien Palmas).
     * Placed priority of AttributeEntry, AttributeList and BlockTitle
       above Title. This ensures an AttributeEntry, AttributeList or
       BlockTitle followed by a same length leading ListingBlock delimiter
       is not mistaken for a two-line title.
     * Vim syntax highlighter: fixed multi-line quoted text.
     * Contstrained quote termination after non-space character enforced.
     * Vim syntax highlighter: unterminated quoted text is no longer
       highlighted.
     * Vim syntax highlighter: passthroughs now exactly match AsciiDoc
       semantics.
     * Vim syntax highlighter: escaped quoted text, attribute references
       and inline macros are not highlighted.
     * Vim syntax highlighter: TODO's highlighted in CommentBlocks (thanks
       to Scott Wall); non-greedy $$...$$.
     * Vim syntax highlighter: Comment lines mistaken for vertical list
       labels (thanks to Scott Wall).
     * Vim syntax highlighter: Single unmatched $$ mistakenly highlighted
       remaining text (patch contributed by Scott Wall).
     * Callouts now work in source highlighted listing generated by
       dblatex.
     * Fixed exception that occured if undefined attribute was present in
       filter command.
     * AttributeList block can now follow a paragraph without intervening
       blank line.
     * The include macro tabsize attribute is no longer propagated to
       nested includes.

   Omissions
   The following features were implemented but then but removed from this
   release:
     * pi, cdata and comment passthrough macros and passthrough block
       styles (creeping featurism, use pass macros instead).
     * Generic tag inline macro (creeping featurism, use pass macros
       instead).

  4.1. Compatibility issues

   Version 8.3.0 has a number of backward incompatibilities with respect
   to the previous 8.2.7 release:
     * The old table syntax is still processed but a DEPRECATED warning is
       issued.
     * Entity references have to be escaped with a backslash.
     * You have to explicitly precede horizontal style labeled lists with
       the [horizontal] style attribute -- by default all labeled lists
       are rendered vertically.
     * The list compact style has been dropped and is now a list option
       (use options="compact" in attribute lists).
     * AsciiDoc version 6 sytnax no longer supported.
     * Linuxdoc been removed from the distribution.
     * The unsupported experimental latex backend has not been tested on
       this release.
     * The introduction of single-quote quoting requires that double-quote
       quoting is escaped with two backslashes.
     __________________________________________________________________

5. Version 8.2.7 (2008-07-04)

   Additions and changes
     * Added dvi, ps and tex output format options to a2x(1).
     * Added --dblatex option to a2x(1) so dblatex(1) can be used to
       generate PDFs.
     * Added custom dblatex(1) configuration files (in distribution
       ./dblatex directory) that are used by a2x(1).
     * dblatex(1) is now used to generate the distributed PDF version of
       the AsciiDoc User Guide.
     * If you don't need a customized the link caption you can enter the
       http, https, ftp, file URLs and email addresses without any special
       macro syntax -- you get the links by just cutting and pasting URLs
       and emails addresses. This also makes it easier to open links
       directly form AsciiDoc source ( most editors allow you to open URLs
       directly). The Vim syntax highlighter has been updated to reflect
       these changes.
     * Highlighted source code paragraphs have been implemented -- it's a
       much more convenient way to enter short code examples (see [9]the
       online docs).
     * The source highlighter and music filter syntax has changed -- they
       now used the ListingBlock syntax customized with source and music
       style attribute values. This follows the Paragraph styling
       convention introduced by the source paragraph (previous item) and
       is easier to read. The old syntax still works but has been
       deprecated.
     * QuoteBlocks now have a verse style -- you no longer have to nest a
       verse LiteralBlock inside a QuoteBlock for verses. The verse style
       on the LiteralBlock has been deprecated (still works though) and
       the style attribute is positional attribute 1, pushing attribution
       and citetitle attributes to the right (you'll need to insert a
       quote attribute into your existing QuoteBlocks).
     * It is no up to the DocBook processor to highlight source code
       syntax in <programlisting> elements rather than GNU Highlighter --
       this is the correct way to handle it, plus dblatex(1) makes a much
       better job.
     * scaledwidth and align attributes have been added to the image
       macro. They apply to DocBook outputs (specifically for PDF
       documents). scaledwidth sets the image size as a percent of the
       available page width; align applies left, center or right
       horizontal image justification.
     * Added a2x(1) --fop-opts=FOP_OPTS option (patch submitted by Miklos
       Vajna).
     * Added a2x(1) --dblatex-opts=DBLATEX_OPTS option.
     * Added Mikhail Yakshin's FOP 0.95 patch which fixes a long-standing
       fo.xsl problem and allows PDF's to be generated with FOP 0.95
       (previously had to use FOP 0.20.5).
     * The User Guide has been updated and outdated FOP configuration and
       installation sections removed.

   Bug fixes
     * Fixed stylesheets/xhtml11-manpage.css not being included when
       linkcss attribute was used.
     * Configuration file *-style attributes are now dumped correctly.
     * Fixed FAILED: malformed section entry LaTeX backend error.

   See the also the [10]AsciiDoc repository changelog.
2009-03-06 15:17:07 +00:00
wiz
3ef18917b7 Updated textproc/texi2html to 1.82 2009-03-06 14:34:52 +00:00
wiz
8b1c10741a Update to 1.82:
1.82 (2009-01-05)

* NEW FEATURES
  ------------

* Add new hooks for user functions, for simple @-commands, and at the start and
  end of special regions.

* BUG FIXES
  ---------

* Tests are now more cross-platform and more tolerant of missing optional
  dependencies.

* Don't use unidecode on unicode characters that are known not to have a good
  transliteration.  This corresponds with characters with an @-command that
  don't have a transliteration, like @exclamdown...

* Misc minor bug fixes.

1.80 (2009-01-01)

* NEW FEATURES
  ------------

* handle @alias, @quote*, @guillem*, @textdegree, @allowcodebreaks,
  @fonttextsize, @hyphenation, @click, @clickstyle, @click, @arrow,
  @clicksequence, @geq, @leq, @*headingmarks, @*footingmarks, @smallquotation,
  @ogonek.
  Handle @columnfractions and row prototypes in @multitable better.

* @documentlanguage is used to set the language each time it is seen (except
  if the language was set on the command line).

* new option --css-ref, generate reference to a CSS URL.

* new option --transliterate-file-names, produce file names in ASCII
  transliteration (set in the default case).

* use accesskey and rel attributes, use link element if set in the init file.

* use node id as targets for sections.

* COMPATIBILITY
  -------------

* the API for the formatting of menus completly changed. $simple_menu_link
  is removed, everything should be done in $menu_link.

* change handling of @detailmenu and menu comments, with (among other changes)
  the menu function reference replaced by the menu_command function reference
  also handling @detailmenu.

* tex4ht.init now may use a different external program for @tex and for
  @math, and therefore the configuration variables were doubled and
  their name changed.

* change in the interface, a new function reference print_element_header
  has been added, that should print the heading navigation of an element.
  Previously it was done in print_section.

* change in the normal_text function reference API, now there is an
  input variable true if in simple text.

* change in the menu_entry and simple_menu_entry function reference API,
  the name is always assed, and a new argument tells if there was an
  explicit name.

* change in unknown function reference API, now there is a pass argument
  to be able to handle unknown macros in other passes than the last.
  Report from Reinhold Kainhofer.

* in table_item the text is not formatted with the format command,
  the text_formatted argument is.

* definition index entries are now formatted with $definition_index_entry,
  not with $definition_category anymore.

* $Texi2HTML::THISDOC{copying} is now $Texi2HTML::THISDOC{copying_comment}.

* TOC_LIST_ATTRIBUTE is now called NO_BULLET_LIST_ATTRIBUTE.

* TOC_LIST_STYLE is now called NO_BULLET_LIST_STYLE.

* changes in command line switches to synchronize with makeinfo:
  --number becomes --number-sections
  --separated-footnotes becomes --footnote-style
  --sec-nav becomes --header
  --Verbose becomes --verbose
  --lang becomes --document-language

* everything before @setfilename is not outputted, like makeinfo. The previous
  behaviour can be restored with $IGNORE_BEFORE_SETFILENAME = 0;

* Now there is an argtype possibility for definition specification
  and the arg meaning changed. The whole definition parsing is now more
  like makeinfo.

* internal_ref and external_ref don't change inforef to xref anymore.

* change in the heading API. THIS_HEADER is not used anymore.
  New function reference, element_heading  to format a node or a section
  heading, including navigation and label. Accordingly, print_Top and
  one_section don't print the element header anymore. Also it is
  reported if the element is a new element, is the main element and
  more arguments, and top element heading is always done in heading.

* print_element_header and print_navigation now return their result.

* new argument for print_misc and print_misc_header, the misc page name.

* printindex is called if it appears, even if the index is not defined or
  there are no index entries.

* image API completly changed. The current behaviour is not stable, so
  is not documented.

* new argument (@@-command name) for quotation and quotation_prepend_text.

* image file paths are not completed anymore in the default case. The previous
  behaviour can be restored with $COMPLETE_IMAGE_PATHS set to true.

* there is a new 'style' key in $complex_format_map, to be able to
  differentiate complex formats inheriting fonts and code_style (like
  @format, @display).

* $EXTENSION should be undef if one doesn't want an extension to be added.

* THISDOC{'title'} and similar are now for @title since only one @title
  should appear in the document. @settitle is tried first to set fulltitle.

* Configuration variables are not modified anymore, instead the variable
  value is put in $Texi2HTML::THISDOC{'VAR'}. This is the case for
  DO_CONTENTS, DO_SCONTENTS, CSS_LINES, BODYTEXT, DOCUMENT_DESCRIPTION,
  DOCUMENT_ENCODING, IN_ENCODING, ENCODING_NAME, OUT_ENCODING.

  For example, if $CSS_LINES is defined, the value is put in
  $Texi2HTML::THISDOC{'CSS_LINES'} which is used for formatting, and if
  $CSS_LINES is not defined, $Texi2HTML::THISDOC{'CSS_LINES'} is
  autodetected.

* When there is no section and $USE_NODES is not set don't split by node.
  This behaviour and the previous aren't documented, so it could change
  in the future.

* BUG FIXES
  ---------

* --no-monolithic is reenabled.

* @, followed by an argument without brace is now handled. Report from
  Jorge Barros de Abreu.

* @, is kept with --macro-expand.

* @math is more compatible with makeinfo/texi2dvi when no external program
  is used. Using tex4ht for html generation should also lead to a correct
  result.

* Handle right @end block commands followed by something else than a
  spacing character.

* Remove trailing end of line in @html block.

* @itemize should produce bullets by default. Report from Reinhold Kainhofer.

* handle frame files like other files. Report from Reinhold Kainhofer.
2009-03-06 14:34:43 +00:00
wiz
1e5f0d8c2b Updated x11/randrproto to 1.3.0 2009-03-06 14:31:19 +00:00
wiz
75c0189522 Update to 1.3.0:
Changes since randrproto 1.2.2:

Adam Jackson (7):
      Add GetScreenResourcesCurrent
      Fix RRNumberRequests
      GSRC added in 1.3, not 1.2
      More doc for CRTC transforms
      Indent CRTC transform docs to match the rest of the requests.
      Add [GS]etOutputPrimary
      Zero reply from GetPanning means panning not supported.

Julien Cristau (1):
      spec: add missing list of clones to RRGetOutputInfo reply

Keith Packard (8):
      Add Transform request proposal for 1.3
      Add filters to CRTC transforms.
      Eliminate inverse matrix from randr transform protocol
      Describe projective transform additions in Introduction
      Merge branch 'transform-proposal'
      Update to version 1.2.99.1
      Remove duplicate GetScreenResourcesCurrent declarations
      Merge commit 'origin/master'

Maarten Maathuis (1):
      Fix typo in 83f3f29dd3ac5d3875b5edef5805d6adb6a02698.

Matthias Hopf (14):
      Panning protocol extension
      Panning protocol description
      Panning protocol bits description
      Add panning to versioning information.
      Nuke config-timestamp for panning. Specifying panning update on scree=
n size change.
      Bump to 1.2.99.2
      Add unicode art pictures for panning.
      Panning tracking areas describe full screen if set to 0.
      Bump to 1.2.99.3
      Add description of standard properties.
      Should read "EDID", not "EdidData".
      Add standard property name defines.
      Bump to 1.2.99.4
      Bump to 1.3.0

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh
2009-03-06 14:31:10 +00:00
wiz
c27cdbb4ed Updated x11/gnome-sharp to 2.24.1 2009-03-06 14:30:18 +00:00
wiz
4d911ad49a Update to 2.24.1:
* bootstrap-2.24: add back the POLICY_VERSION entries. Patch from
	Scott Peterson.
	* gnome/Makefile.am: add a POLICY_VERSION variable to override
	the global setting, since gnome-sharp.dll is not compatible with
	previous versions due to the gnomeprint and gnomepanel removal.
	[Fixes #469663]
2009-03-06 14:30:05 +00:00
wiz
82862ea363 Add some patterns for PLIST handling. 2009-03-06 14:28:44 +00:00
wiz
4cb640e268 + claws-mail-3.7.1, courier-0.61.2.
- gopchop-1.1.8, p5-Net-LibIDN-0.12, php-5.3 (beta),
  php5-5.2.9, xproto-7.0.15.
2009-03-06 14:15:08 +00:00
wiz
5751eb128e Updated devel/libbonobo to 2.24.1 2009-03-06 14:08:33 +00:00
wiz
04ac564ba7 Update to 2.24.1:
libbonobo 2.24.1
	* Win32 portability fixes (Tor Lillqvist)
	* cleanups for newer glib releases (Cosimo Cecchi)
	* Other cleanups for single glib includes (Przemysław Grzegorczyk)
	* Cross-compiling fixes (Fridrich Strba)
2009-03-06 14:08:23 +00:00
wiz
edc4be32d5 Updated net/ORBit2 to 2.14.17 2009-03-06 14:02:42 +00:00
wiz
9ee9901726 Update to 2.14.17:
ORBit2-2.14.17

	- bug fixes
		+ fix glib single includes (Cosimo Cecchi)
		+ various fixes for cross-compiling (Fridrich Strba)
		+ do fewer DNS lookups in linc (Jules Colding)
		+ fix compiler warnings (Kjartan)
		+ threading fixes (Tor Lillqvist)
		+ win32 portability fixes (Tor Lillqvist)
2009-03-06 14:02:32 +00:00
wiz
83e8c41839 Updated print/libgnomeprintui to 2.18.4 2009-03-06 13:56:17 +00:00
wiz
20988b0765 Update to 2.18.4:
libgnomeprintui 2.18.4
----------------------

	* Make this work with deprecations and single includes
	  in glib/gtk+
	* Updated translations
	  (ar, bg, dz, it, kn, ko, la, lv, or, pt_BR, zh_HK, zh_TW)
2009-03-06 13:56:06 +00:00
wiz
89e0d9c21e Updated print/libgnomeprint to 2.18.6 2009-03-06 13:53:14 +00:00
wiz
02f1b219c3 Update to 2.18.6:
libgnomeprint 2.18.6
	* Fix warnings about missing format specifiers
	* Updated translations
	  (ar, bg, it, ps, pt_BR, zh_HK, zh_TW)
2009-03-06 13:53:03 +00:00
wiz
42fa650949 Updated x11/py-gtk2 to 2.14.1 2009-03-06 13:48:27 +00:00
wiz
70945c883b Update to 2.14.1:
pygtk-2.14.1 06-March-2009
    - Return the deserialized string as a new memory buffer (Gustavo, #567747)
    - Complete docs with 2.14 API (Gian Mario)
2009-03-06 13:48:13 +00:00
tnn
83c08423d2 fix previous:
actually, if our /bin/sh has some bug related to set -e,
it's better to write the test with if-then-fi instead.
2009-03-06 13:05:21 +00:00
tnn
2c965309de Invert logic of the package timestamp check, as at least ksh and bash
terminate the shell due to "set -e" when the [ ... ] part is false.
This behaviour seems correct to me, but I can't explain why this code
doesn't fail with our /bin/sh.
2009-03-06 13:00:29 +00:00
hasso
235a04c565 Added misc/tmux version 0.7nb1. 2009-03-06 12:29:06 +00:00
hasso
22c5cd6724 Tmux is a "terminal multiplexer", it enables a number of terminals
(or windows) to be accessed and controlled from a single terminal.
Tmux is intended to be a simple, modern, BSD-licensed alternative
to programs such as GNU screen.

Brought in from pkgsrc-wip (PR 40497) where it was maintained by
Fulvio Ciriaco.
2009-03-06 12:16:17 +00:00
tnn
b767667062 in fetch-list, skip packages that have INTERACTIVE_STAGE=fetch 2009-03-06 10:54:42 +00:00
wiz
81bc449655 Updated multimedia/gopchop to 1.1.8 2009-03-06 10:35:33 +00:00
wiz
29a4f825ff Update to 1.1.8:
1.1.8: (2009-03-02)
    - x86_64 cleanups
    - subversion migration
    - datarootdir cleanups
    - src/display.cpp: debian FTBFS
    - src/widgets.cpp: debian icon path patch
    - src/Main.cpp: debian progress bar patch
    - gopchop.desktop: clean up thanks to Gregor Herrmann
    - libvo/video_out_x11.c: Xv crasher fixed thanks to Tony Mancill
    - docs/gopchop.sgml: cleanups from debian
    - src/*: bump copyright years
2009-03-06 10:35:21 +00:00
wiz
732d414837 Updated x11/xproto to 7.0.15 2009-03-06 10:28:43 +00:00
wiz
0e89bfe838 Update to 7.0.15:
James Cloos (4):
      Add dead keysyms for DOUBLE GRAVE and INVERTED BREVE accents
      Add a dead_belowcomma keysym
      [keysymdef.h] Add dead_currency symbol.
      Bump to 7.0.15.

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and dont distribute autogen.sh

Peter Hutterer (1):
      Add XF86XK_Suspend and XF86XK_Hibernate keysym defs.

Sayamindu Dasgupta (1):
      Add dead vowels in keysymdef.h
2009-03-06 10:28:32 +00:00
wiz
377723c10a Set MAKE_JOBS_SAFE to no, from Ryo HAYASAKA in PR 40740. 2009-03-06 10:22:02 +00:00
imil
a630ea89d4 addedd libarchive dependency for systems missing it (e.g. OpenSolaris) 2009-03-06 10:11:44 +00:00
wiz
dc440756b2 Convert to user-destdir, and mark as MAKE_JOBS_SAFE=no (latter part
from Ryo HAYASAKA in PR 40743).
2009-03-06 09:55:30 +00:00
wiz
ae9402efd0 Convert to user-destdir, and mark as MAKE_JOBS_SAFE=no (latter part
from Ryo HAYASAKA in PR 40745).
2009-03-06 09:38:32 +00:00
wiz
43b28e5528 + drupal-6.10, gnome-sharp-2.24.1, gnupg2-2.0.11, gtar-1.22,
gtar-base-1.22, libxml++-2.24.3, mathomatic-14.3.4, neon-0.28.4,
  opera-9.64, plptools-1.0.7, qemu-0.10.0, rdiff-backup-1.2.7,
  ruby-1.9.1, tea-23.1.1, unrealircd-3.2.8, uriparser-0.7.5,
  zile-2.3.4.
2009-03-06 09:31:46 +00:00
ghen
5e31b9484a Fix PLIST: sqlite3 dir no longer installed since using pkgsrc sqlite. 2009-03-06 08:37:02 +00:00
wiz
daf3d8a15b Updated devel/mercurial to 1.2 2009-03-06 07:53:13 +00:00
wiz
821bfbc62b Update to 1.2:
General features:

      * explicit closing of named branches via hg commit --close-branch
      * hg now accepts options given after arguments on the commandline
      * added translation support with initial Danish, Chinese and
        Italian translations
      * added optional pure-Python versions of C modules
      * pending changesets can now be accessed safely from hooks
      * diff: added -c option to show single changeset
      * many improvements to the documentation and online help topics

Extensions:

      * convert:
              * new support for perforce sources
              * improvements to handling cvs sources
              * improvements to handling gnu arch source
              * improvements to handling darcs sources
      * bookmarks:
              * set current to new when current is renamed
              * bookmarks: Add track.current option
              * bookmarks: add bookmarks to tags
      * mq: allow qpop when it won't invalidate any dirstate parents
      * patchbomb: respect diff settings
      * rebase: pull --rebase updates if there is nothing to rebase
      * bugzilla: updated to work with Bugzilla 3.2
      * zeroconf: added more documentation
2009-03-06 07:53:00 +00:00
wiz
bee1bef3d2 Include fontconfig instead of jpeg and png (which were removed from
Makefile). Unbreaks e.g. doxygen build.
2009-03-06 07:36:34 +00:00
wiz
339569eb2f MKDIR lib/graphviz/guile, its existence depends on PKG_OPTIONS. 2009-03-06 07:35:53 +00:00
jmcneill
86fc4ca7ce Updated net/dhcpcd-gtk to 0.3.0nb1 2009-03-06 01:55:58 +00:00
jmcneill
d65035e500 Use level instead of qual for signal strength reporting. 2009-03-06 01:55:27 +00:00
jmcneill
78d901ed40 Configure script misdetects endianness on NetBSD/sgimips, so pass
--enable-big-endian for OPSYS=NetBSD and MACHINE_ARCH=mipseb
2009-03-06 01:54:14 +00:00
jmcneill
c876c652bf Map mipsel/mipseb -> mips in the configure script. 2009-03-06 01:33:12 +00:00
snj
45951f2536 Updated x11/rxvt-unicode to 9.06. 2009-03-06 00:21:16 +00:00
snj
6fc8c58d25 Update rxvt-unicode to 9.06. Changes are many various bugfixes. See the
bundled changlelog for details.
2009-03-06 00:20:27 +00:00
snj
d4f201709a +PKG_DESTDIR_SUPPORT= user-destdir 2009-03-06 00:12:28 +00:00
jmcneill
fa5edbfb61 Updated devel/GConf to 2.24.0nb1 2009-03-06 00:08:47 +00:00