Commit graph

5219 commits

Author SHA1 Message Date
taca
7095d5ca8e Update pear-Console_Table package to 1.1.4.
1.1.4		2010-10-25 14:04 UTC

Changelog:

Automatically built QA release
Req #14835 Add Console_Color support - yunosh

Doc #15006 Console_table docs are totally worthless - cweiske
2010-12-22 15:47:38 +00:00
taca
6333ea4abd Add and enable php-mecab. 2010-12-19 02:14:34 +00:00
taca
fe07165f02 Importing textproc/php-mecab version 0.4.1.
A PHP extension for MeCab Morphological Analyzer.

Still in experimental but seems to used well.
2010-12-19 02:13:50 +00:00
wiz
3dfcc9a42f Update to 1.10.6:
27-09-2010: version 1.10.6

Calling conventions for mandoc have changed: -W improved and -f
deprecated. Non-ASCII characters are also now uniformly discarded.
Lots of documentation improvements. Many incremental fixes accomodating
for groff's more interesting productions. Lastly, pod2man preambles
are now fully accepted after some considerable roff and special
character support.

27-07-2010: version 1.10.5

Primarily a bug-fix and polish release, but including -Tpdf support
in mandoc by way of Summer of Code. Highlights:

    * fix "Sm" and "Bd" handling
    * fix end-of-sentence handling for embedded sentences
    * polish man documentation
    * document all mdoc macros
    * polish mandoc -Tps output
    * lots of internal clean-ups in character escapes
    * un-break literal contexts in man documents
    * improve -Thtml output for -man
    * add mandoc -Tpdf support

12-07-2010: version 1.10.4

Lots of features developed during both Summer of Code and the
OpenBSD c2k10 hackathon:

    * minimal "ds" roff symbols are supported
    * "Bk" mdoc support
    * beautified SYNOPSIS section output
    * variable font-width and paper-size support in mandoc -Tps output
    * acceptance of scope-block breakage in mdoc
    * clarify error message status
    * many minor bug-fixes and formatting issues resolved

19-06-2010: version 1.10.2

Small release featuring text-decoration in -Tps output, a few minor
relaxations of errors, and some optimisations.
2010-12-18 14:20:03 +00:00
rhaen
223aaea1fa - updated to 3.37
Changelog:
version 3.37
date: 2010-10-08
# minor maintenance release
fixed: more tests fixed for HTML::TreeBuilder, hopefully
       will pass now

version 3.36
date: 2010-10-07
# minor maintenance release
added: the use_tidy option to XML::Twig->new, which uses
       HTML::Tidy to convert HTML to well-formed XHTML, as an
       alternative to the default conversion which uses
       HTML::TreeBuilder
added: XML::Twig::Elt method siblings which returns the
       siblings of the element
added: methods att_accessors, elt_accessors and field_accessor
       as well as the similarly named options when creating an
       XML::Twig
added: set_outer_xml XML::Twig::Elt method
added: print_to_file on an XML::Twig::Elt
added: can use the tag[nested] form in twig handlers that
       triggers on elements 'tag' that include a child 'nested'
added: aliased the add_to_class XML::Twig::Elt method to add_class,
       which seems more natural
added: the remove_class method
added: made att and class lvalues (in perl 5.6 and up)
fixed: copy did not copy the empty status of an element
       RT#31664 spotted by Roland Minner
       https://rt.cpan.org/Ticket/Display.html?id=31664
fixed: cut_children would always set the empty status of an element,
       even if it had children left
fixed: tests did not pass with HTML::TreeBuilder 3.23_1 due to a
       change in an error message
2010-12-17 23:09:27 +00:00
obache
880707dc5b Bump PKGREVISION from icu shlib major bump. 2010-12-17 07:36:08 +00:00
taca
7b10b82977 Update php-intl package to 1.1.2.
Changelog says only "* Bugfixes" but it is really fix CVE-2010-4409.
2010-12-16 03:37:28 +00:00
wiz
2a032cb3f5 Update to 0.9.21:
2010-12-04 Rasqal Version 0.9.21 Released

   Updated to handle aggregate expression execution as defined by the
   SPARQL 1.1 Query W3C working draft of 14 October 2010
   Executes grouping of results: GROUP BY
   Executes aggregate expressions: AVG, COUNT, GROUP_CONCAT, MAX, MIN,
   SAMPLE, SUM
   Executes filtering of aggregate expressions: HAVING
   Parses new syntax: BINDINGS, isNUMERIC(), MINUS, sub SELECT and
   SERVICE.
   The syntax format for parsing data graphs at URIs can be explictly
   declared.
   The roqet utility can execute queries over SPARQL HTTP Protocol and
   operate over data from stdin.
   Added several new APIs
   Fixed Issue: #0000388
2010-12-12 12:00:30 +00:00
adam
dc3b013e30 Changes 4.6:
CLDR 1.9, Unicode 6.0, UTS #46 support, collation enhancements,
alternate number symbols
2010-12-07 17:58:13 +00:00
taca
7d966bbb84 Update ruby-xslt pacakge to 0.9.8.
0.9.8 :
* Replace STR2CSTR by StringValuePtr
2010-12-04 04:39:04 +00:00
taca
18219a95cf Update ruby-treetop package to 1.4.9.
Changes are unknown.
2010-12-04 04:38:20 +00:00
taca
80ac28c91f Update ruby-stringex package to 1.2.0.
Changes are unknown.
2010-12-04 04:35:38 +00:00
taca
cdcc7c1cb8 Update ruby-hpricot package to 0.8.3
= 0.8.3
=== 3 November, 2010
* GH#8: Nil-check before downcasing attribute key
* GH#25: Proper ruby 1.9 encoding support
* GH#28. Use integers instead of ?? on 1.9, which is just a string.
* including noscript to ElementInclusions , so that hpricot wont fail
  when trying to parse a meta tag inside head section when noscript is
  present.
* latest changes from fast_xs mainline
* Fixes to get Hpricot running on Rubinius:
  * Use free, not XFREE
  * Remove RSTRUCT craziness, don't break Array#at
2010-12-04 04:33:51 +00:00
taca
3d2d608de5 Update ruby-haml package to 3.0.24.
3.0.24

Tagged on GitHub.

    * html2haml now properly generates Haml for silent script expressions
      nested within blocks.
    * IronRuby compatibility. This is sort of a hack: IronRuby reports its
      version as 1.9, but it doesn¡Çt support the encoding APIs, so we treat
      it as 1.8 instead.

3.0.23

Tagged on GitHub.

    * Fix the error message for unloadable modules when running the
      executables under Ruby 1.9.2.
    * Fix an error when combining old-style and new-style attributes.

3.0.22

Tagged on GitHub.

    * Allow an empty line after case but before when.
    * Remove vendor/sass, which snuck into the gem by mistake and was causing
      trouble for Heroku users (thanks to Jacques Crocker).
    * Support the Rails 3.1 template handler API.

3.0.21

Tagged on GitHub.

    * Fix the permissions errors for good.

3.0.20

Tagged on GitHub.

    * Fix some permissions errors.

3.0.19

Tagged on GitHub.

    * Fix the :encoding option under Ruby 1.9.2.
    * Fix interpolated if statement when HTML escaping is enabled.
    * Allow the --unix-newlines flag to work on Unix, where it¡Çs a no-op.
2010-12-04 04:27:30 +00:00
taca
d5617c5335 Update ruby-coderay package to 0.9.6.
Changes are unknown.
2010-12-04 04:26:30 +00:00
taca
bef223fa8f ruby-builder package to 3.0.0.
Changes after 2.2.0 are unknown.

= Change Log

== Version 2.2.0

* Applied patch from Thijs van der Vossen to allow UTF-8 encoded
  output when the encoding is UTF-8 and $KCODE is UTF8.
2010-12-04 04:25:37 +00:00
taca
c66508bb38 Update ruby-bluecloth package to 2.0.9.
138[tip]   486a5a2a8cd2   2010-09-23 07:15 -0700   ged
  Bump version, update the Windows build to use 1.9.2 instead of 1.9.1.

137   1caa0c888dfe   2010-09-17 15:03 -0700   ged
  Updated to Discount 1.6.8, caught up with some Discount flags

136   d21afe457b3a   2010-09-17 14:12 -0700   ged
  Trying to add a spec to test #68.

135   eb11956b000d   2010-09-17 13:48 -0700   ged
  Tried to add a spec to test #67.

134   055519ec5f78   2010-09-17 13:42 -0700   ged
  Cleanup, 1.9.2 compatibility, bugfixes.

133   3122e81da65b   2010-09-17 13:25 -0700   ged
  Convert to tidy-ext for testing instead of the ffi one (1.9.x compatibility)

132   3f36f96bfb8e   2010-08-16 11:50 -0700   ged
  Install extension in arch-specific subdir [RPS]

131   8ccd2cfe599e   2010-08-11 09:54 -0600   ged
  Bump version to 2.0.8

130   f2d6de73c6d6   2010-08-11 09:54 -0600   ged
  Updated to Discount 1.6.6; add HTML5 tag support.

129   7b1630a0f3b2   2010-08-11 09:27 -0600   ged
  Updated for Discount 1.6.4, build system updates.
2010-12-04 04:23:43 +00:00
wiz
7fdb72811b Really disable -H. From jmc@openbsd. Bump version.
While here, set LICENSE.
2010-12-03 20:06:42 +00:00
wiz
e7b203c80e Depend on p5-Locale-libintl instead of installing included version of it.
Fix texi2html script to actually run.
Bump PKGREVISION.
2010-12-03 12:23:26 +00:00
abs
162caf3f93 Updated textproc/xapian to 1.2.2
tested on NetBSD 5.x amd64

changelog since 1.0.18 runs to 64k with no obvious highlights.
2010-12-03 09:55:33 +00:00
wiz
74c772c95d Describe in less words that -H is not necessary any longer.
Suggested by jmc@OpenBSD.
2010-12-03 09:22:08 +00:00
wiz
9a8c89d53f Remove -H from default flags, not needed any longer with mandoc(1).
Bump version to 1.11.
2010-12-03 00:33:44 +00:00
adam
8e473f93a6 Changes 3.1.4:
* fixed compilation problems for Sun CC
* php handles embedded html
* html handles embedded css and javascript
* Google's Protocol Buffers language definition added
* CakePhp template files highlighted as php
* haskell literate programming highlighting
* vala language definition
* lisp language definition

Changes 3.1.3:
* --tab option is correcly handled
* install script with the executable bit
* bash is highlighted

Changes 3.1.2:
* infer language for files starting with <? and <!doctype
* language definition for manifest files, asm, applescript,
  vbscript, awk, bat, clipper, cobol, D, Erlang
* lang def file for compiler output errors
* style for label and path
* label element recognized in C/C++
* qmake based build system available
* searches for home directory also on windows
* improved logtalk.lang
* improved email regular expression in url.lang
2010-12-02 18:00:14 +00:00
wiz
8e4d74486a Update to 2.32.0. Set LICENSE.
2.32.0 (stable):

* Node::find(): Check xmlNode::type for a XML_NAMESPACE_DECL to prevent a
  crash/corruption.
  (Murray Cumming) Bug #386013 (Max Kirillov)
* Build: Added an MSVC .net 2010 and 64-bit Windows builds.
  (Armin Burgmeier)

2.30.1 (stable):

* Documentation:
  - Added main page doxygen text.
  (David King, Murray Cumming)
  - Show NodeList.
  (Murray Cumming) Bug #583412 (Hubert Figuiere).
  - Correct some @newin tags.
  (Murray Cumming)

2.30.0(stable):

* Build system rewrite.
* Use mm-common for reference documentation generation. Fixes GNOME bugs
  #583411 (Hubert Figuiere), #614260 (David King) and #551501 (Johannes Schmid)
* Fix several compiler warnings.
* Use 0 instead of NULL. (Murray Cumming)
2010-12-02 15:39:17 +00:00
wiz
e34d490aed Update to 5.0:
5.0 (2010-06-27)

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

* The program may be called as makeinfo, with a handling of options
  and defaults matching makeinfo.
  It may also be called as texi2any, with makeinfo defaults and all
  the texi2html command-line arguments that are not obsolete.

* new info and plaintext backends, ready for world domination!
  Corresponding test results are added.

* main program handles --xml, --docbook, --info, --html and --plaintext.

* Handle @DH{}, @dh{}, @TH{}, @th{}, @headitemfont, @part and
  @allowcodebreaks false

* Handle -o /dev/null (or NUL) like makeinfo.

* Read TEXINFO_OUTPUT_FORMAT in env to determine the output format.

* add 0x7F as a comment character.

* When called as texi2html, output the title page at the beginning.

* mediawiki backend completed.

* Translations of error messages available.

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

* Handling of @itemize and @table arguments are more in line with makeinfo.

* ignore @setfilename in @include'd files, as told in the texinfo manual.

* many warning messages added, especially for Info to match makeinfo.

* Still provide the default output with --macro-expand.

* Handle correctly @w in info and html.

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

* complex format handling API changed. $complex_format_map is replaced by
  a real hash %complex_format_map and the begin and end are no more
  evaluated.

* If file begins with /, ./ or ../ don't search in -I.

* In the default case a gettext-like framework is now used for in document
  string translations. The old framework is still available by setting
  $I18N_PERL_HASH.

* Information that can be set by @-commands should now be accessed
  through get_conf, and also some information about the document (the
  information that can change for each manual being processed).

* $format_list_item_texi should now modify directly the @item argument
  and apply the @-command given as @table argument. Correspondingly,
  some arguments of $table_item have been removed.

* Formatting of titlepage changed, and @title, @subtitle and @author
  are now handled by $line_command.

* @verbatiminclude is now a $raw command argument distinct from @verbatim.

* @direntry is formatted like a menu and passed down to $menu_command.

* $SEPARATED_FOOTNOTES has been replaced by $FOOTNOTESTYLE, that takes the
  same argument than @footnotestyle.

* replace $LANG by $DOCUMENTLANGUAGE.

* replace $DO_CONTENTS by $CONTENTS and $DO_SCONTENTS by $SHORTCONTENTS.

* replace $TRANSLITERATE_NODE by $TRANSLITERATE_FILE_NAMES.

* replace $SECTION_NAVIGATION by $HEADERS.

* add $NODE_FILENAMES to use node names for files associated with nodes,
  such that $NODE_FILES only means creating redirection files.

* Remove the user from footer, and the corresponding USER variable and
  $Texi2HTML::THISDOC{user}.

* Don't do anything special anymore when the top element is empty. Also
  don't treat especially top element headings.

* Don't skip top element heading if there was a @titlefont.

* Don't treat _setfilename as a value set. It should be available through
  get_conf. Same for all the other @-commands previously available as
  values.

* Changes in class attribute in html elements:
  Change class "toc" for ul to class "no-bullet" ($NO_BULLET_LIST_ATTRIBUTE).
  @top and @centerchap have now their command name as class.
  @node heading class is now "node-heading", instead of "node".
  The whole header is in an element with class "header" (was "node" when
  !$HEADER_IN_TABLE).

* print_element_header is obsoleted, things should be directly done in
  element_heading.

* Add 'inline_attribute' for an XML attribute that should be closed at
  paragraph end and reopened at paragraph begin. Consequently the closing
  and opening of 'attribute' isn't done anymore in paragraph and
  preformatted.

* USE_ISO now only determines if '', `` --- and -- are transformed
  into entities. t2h_default_set_iso_symbols sets or unsets USE_ISO,
  %things_map/%pre_map/%simple_format_simple_map_texi,
  $OPEN_QUOTE_SYMBOL and $CLOSE_QUOTE_SYMBOL.
  %iso_symbols is unused now.

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

* change the external_ref API, fourth argument is now the file name and
  add the node as an extra argument.

* only install init files from maintained_extra/, they are considered
  to be interesting enough and maintained.

* rename $Texi2HTML::THISDOC{css_lines} as $Texi2HTML::THISDOC{css_rule_lines}
2010-12-02 15:31:04 +00:00
wiz
cecd60a6b0 Update to 0.7:
Components:

    * HTML writer:
          o Support SVG and SWF images (thanks to Stefan Rank).
          o Generate valid XHTML for centered images with targets. Use CSS classes instead of "align" tags for image alignment.
    * LaTeX2e writer:
          o Use the \url command for URLs (breaks long URLs instead of writing into the margin).
          o Preserve runs of spaces in 'inline literals'.
          o Deprecate figure_footnotes setting.
          o Rename use_latex_footnotes setting to docutils_footnotes.
          o New latex_preamble setting.
          o Use PDF standard fonts (Times/Helvetica/Courier) as default.
          o hyperref package called with unicode option (see the hyperref config tips for how to override).
          o Drop the special output_encoding default ("latin-1"). The Docutils wide default (usually "UTF-8") is used instead.

    * manpage writer:
          o Titles level 1, that is .SH, always uppercase.
          o Apply patch from mg: literal text should be bold in man-pages.

General:

    * io.FileInput opens files as text files with universal newline support (mode "rU", configurable with the new optional argument "mode").
    * setup.py:
          o Python 3 support: copy test/ and tools/ to the build-dir and convert Python sources with 2to3.
2010-12-02 15:00:03 +00:00
taca
37286a4674 Update ruby-nokogiri package to 1.4.4.
=== 1.4.4 / Unreleased

* New Features

  * XML::Node#children= sets the node's inner html (much like #inner_html=), but returns the reparent node(s).
  * XSLT supports function extensions. #336
  * XPath bind parameter substitution. #329
  * XML::Reader node type constants. #369
  * SAX Parser context provides line and column information

* Bugfixes

  * XML::DTD#attributes returns an empty hash instead of nil when there are no attributes.
  * XML::DTD#{keys,each} now work as expected. #324
  * {XML,HTML}::DocumentFragment.{new,parse} no longer strip leading and trailing whitespace. #319
  * XML::Node#{add_child,add_previous_sibling,add_next_sibling,replace} return a NodeSet when passed a string.
  * Unclosed tags parsed more robustly in fragments. #315
  * XML::Node#{replace,add_previous_sibling,add_next_sibling} edge cases fixed related to libxml's text node merging. #308
  * Fixed a segfault when GC occurs during xpath handler argument marshalling. #345
  * Added hack to Slop decorator to work with previously defined methods. #330
  * Fix a memory leak when duplicating child nodes. #353
  * Fixed off-by-one bug with nth-last-{child,of-type} CSS selectors when NOT using an+b notation. #354
  * Fixed passing of non-namespace attributes to SAX::Document#start_element. #356
  * Workaround for libxml2 in-context parsing bug. #362
  * Fixed NodeSet#wrap on nodes within a fragment. #331
2010-11-30 15:39:56 +00:00
abs
d98a09d1d1 Updated textproc/p5-ack to 1.94
1.94        Mon Nov 15 22:38:48 CST 2010

    [ENHANCEMENTS]
    Added support for Go and Delphi.

    Ignores Monotone's _MTN directories.

    Added .xsl to the list of --xml files.


1.93_02     Wed Oct  6 21:39:58 CDT 2010
    [FIXES]
    --man and --version now return with an exit code of 0.  They
    used to exit with a 1. Thanks to Bo Borgerson.

    [ENHANCEMENTS]
    The --ignore-dir option now can ignore entire paths relative
    to your current directory.  Thanks to Nick Hooey.  For example:

        ack --ignore-dir=t/subsystem/test-data

    Added --invert-file-match switch to negate the sense of the
    -g/-G switches.  Thanks, Lars Dieckow.


1.93_01     Sun Sep  5 16:00:29 CDT 2010
    [FILE TYPE UPDATES]

    Added --verilog, --vhdl and --clojure.

    Files that match *.mk and *.mak as well as GNUmakefile are now included in
    the ack filetype 'make' (issue 88).

    Added RSpec's .spec type to the --ruby list.


    [ENHANCEMENTS]
    Updated the README to Markdown format.  Thanks to Mark Szymanski
    for the idea.

    Added docs for -r, -R, --recurse options.

    Added new switch --color-lineno and environment variable ACK_COLOR_LINENO,
    which allow setting the line number color.  (Marq Schneider)

    Added option --show-types to output the types that ack considers
    a file to have. (Torsten Blix)

    'ack --count --no-filename regex' doesn't output a list of numbers but a
    sum of all occurences. This is NOT what grep does but is the more sensible
    behavior.


    [FIXES]
    Fixed ack misbehavior when using --match or not specifying a regex:

        ack --match Sue
        cat foo | ack --perl

    Fixed issue 74: analog to grep, 'ack --count regex file' now
    only outputs the number of found matches, if only one file is
    given.

    Fixed issue 76: Giving both --line and a regex (with --match)
    now leads to an error. The same is true for -f or -g in conjunction
    with --match. (Torsten Blix)

    Fixed issue 80: Piping into ack --count now works as expected.
    ack always returned 0 when piped into, no matter how many matches
    where found. (Torsten Blix)

    Fixed issue 81: .ackrc now ignores leading/trailing whitespace.
    (Torsten Blix)
2010-11-30 00:48:07 +00:00
gls
a4aa6390b2 Update textproc/asciidoc to 8.6.3
This release was intended primarily to fix regressions introduced by 8.6.2, but
the incubation period was longer than expected and it now also includes a number
of enhancements an few other bug fixes.

Complete CHANGELOG at: http://www.methods.co.nz/asciidoc/CHANGELOG.html
2010-11-29 21:49:56 +00:00
drochner
f21bb6be7d sync w/ base pkg 2010-11-26 17:52:10 +00:00
adam
24eaa723c1 Changes 4.7.0:
* Fix: hunspell configuration on Fedora (bugtracker issue 47)
* Fix: 'turn' with adjective: "She turned him green" from wingedtachikoma
* Fix: comma-conjoined modifiers: "It tastes bitter, not sweet."
* Fix: conjoined question words: "When and where is the party?"
* Fix: recognize short, capitalized words (Los, La, etc.).
* Treat colon as synonym for is: "The answer: yes."
* Fix: begin with prepositions: "It all began in Chicago."
* Fix: "What does it come to?" and related.
* Fix: null infinitive: "I'd like to, I want to."
* Fix: "Because I said so."
* Fix: "sure" as preverbal adverb: "It sure is."
* Fix: Gerunds with determiners: "a running of the bulls"
* SJ link for conjoined nouns/noun phrases.
* Sort linkages according to whether fat linkage was used.
* Add flag to enable use of fat linkage during parsing.
  (Fat links now disabled by default).
* Add male/female gender tags to misc nouns.
* Fix: misc optionally transitive verbs: mix, paint, boot
* Fix: word order: "look about fearfully", "look fearfully about", around
* Fix: recognize simple fractions
* Fix: "is" with uncountable nouns: "there is blood on your hands"
* Fix: Roman numeral suffixes e.g. "Henry VIII"
* Fix: regression in dates followed by punctuation. "In the 1950s, ..."
* Fix: verbs drank, drunk are optionally transitive.
* Fix: regression: "all the X", X can be plural or mass.
* Fix: verbs paint, color may be ditranstive: "paint the car bright green"
2010-11-26 14:43:31 +00:00
drochner
0d8a2e9065 fix an obviously reversed conditional in "configure" which disabled
symbol versioning, hopefully fixes PR pkg/44154 by Geert Hendrickx
bump PKGREVISION
2010-11-26 13:43:24 +00:00
hauke
1443f52c2c The Darwin 8 /bin/{,k}sh take offense at empty if .. fi blocks,
so comment out the entire statement.
2010-11-26 12:56:21 +00:00
drochner
67712d2960 update to 2.7.8
changes:
-add code to plug in ICU converters by default
-Add xmlSaveOption XML_SAVE_WSNONSIG
-documentation fixes
-portability fixes
-bugfixes, in particular for an XPath problem which can be exploited
 to crash the program by a malformed XPath expression (CVE-2010-4008)
-misc improvements, cleanup
2010-11-25 13:18:38 +00:00
drochner
1d8d25f30d update to 0.20.2
changes: translation updates
2010-11-24 20:57:41 +00:00
gls
5601726c18 Update textproc/epubcheck to 1.1
From Ryo ONODERA in PR pkg/44123

Upstream changes:

- Fix for issue [#83]; version bump to 1.1 RC2
- Correction to unmanifested test for files [#80];
- Support for ISO8601 dates [#56];
- Added test for files added to the <guide> but not in the <manifest> [#45]
- Resolution for [#58] and and [#75]
- Clarified the language around the commonly-encountered Saxon configuration problem.
2010-11-22 18:20:30 +00:00
dholland
978af91e91 Fix obviously wrong code handling XSLTPARAMS with the --stringparam option.
PR 44126 from Goetz Isenmann. PKGREVISION++.

While here, add comment to patch-ab.
2010-11-22 05:54:17 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
shattered
3b05a61c76 Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
minskim
33f061735f Add mendexk. 2010-11-06 03:43:40 +00:00
minskim
7dadc2d916 Import mendexk-2.6f as textproc/mendexk.
This is an upper-compatible (but slow) substitute for the makeindex
program which forms part of standard TeX distribution.  Mendex features
better Japanese (EUC) support and more.
2010-11-06 03:41:46 +00:00
markd
5faaaf279c Force use of ncurses as NetBSD curses causes segfaults when running
aspell -c file.   Should fix PR pkg/44005.
2010-10-27 07:17:24 +00:00
dogcow
bb34aca2f5 correct spelling of "gazetteer". 2010-10-26 15:21:54 +00:00
markd
42ea8e563e Update shared-desktop-ontologies to 0.5
0.5
        05/09/2010 - phreedom
                Added new properties:
                      nco:start
                      nco:end
                to allow defining nco:Roles that only span a certain time.

        05/09/2010 - phreedom
                Inverted property ndo:involvedInEvent by switching
                domain and range. The new property is named
                ndo:involved.

        05/08/2010 - trueg
                Fixed graph URIs in NDO metadata.

0.4
        05/04/2010 - trueg:
                Added NDO and NUAO ontologies to the distributed ontologies.
                Both are still marked as being in the "Testing" state.

        05/04/2010 - trueg:
                Fixed syntax error in nid3.trig

        03/12/2010 - m4db0b
                Deprecated NMO properties with range nco:Contact and added equivalent
                ones with range nco:ContactMedium:
                Deprecated properties:
                        nmo:to
                        nmo:cc
                        nmo:bcc
                        nmo:from
                        nmo:primaryRecipient
                        nmo:replyTo
                        nmo:recipient
                        nmo:secondaryRecipient
                        nmo:sender

                New properties:
                        nmo:emailTo
                        nmo:emailCc
                        nmo:emailBcc
                        nmo:messageFrom
                        nmo:primaryMessageRecipient
                        nmo:messageReplyTo
                        nmo:messageRecipient
                        nmo:secondaryMessageRecipient
                        nmo:messageSender
2010-10-25 20:14:49 +00:00
markd
47761a520f Update to soprano 2.5.2
Soprano 2.5.2 is the second maintenance release of the 2.5 series.
* Fixed a crash in the Soprano local socket client which could occur
  when a multi-threaded client tries to reconnect
* Adjusted the default value for the ServerThreads parameter in the
  Virtuoso backend to match the documentation.

Soprano 2.5.1 is the first maintenance release of the 2.5 series. It
features only one change important to the KDE SC: the working directory
of the Virtuoso process is set to the storage directory to avoid random
checkpoint_in_progress files popping up all over the place.

Soprano 2.5.0 - the release to go with KDE SC 4.5.
* New qHash implementation for Statement
* New methods Node::fromN3, Node::fromN3Stream, and stream operator which
  allows to parse nodes from N3 encoding.
* Updated NRL ontology namespace
* New comparison operator for BindingSet
* Ported the DBus service watching to QDBusServiceWatcher
* Highly improved server socket handling in the local and tcp socket server
  implementation.
* Several improvements in the Virtuoso backend plugin.
2010-10-25 19:57:57 +00:00
adam
c947b086be Changes 1.06.41:
* CGI XML-RPC server accepts (ignores) parameters after "text/xml" in
  Content-type header from client.
* Build: replace <sys/signal.h> with <signal.h>.
2010-10-25 08:53:56 +00:00
minskim
59879e975a Update markdown-mode to 1.7.
Bug fixes:
    - Fixed several font lock issues.
    - Fixed a bug where pressing enter did nothing in longlines-mode.
    - Fixed a problem where emacs-snapshot would hang during
      markdown-enter and markdown-cycle.
    - Fixed an issue with auto-fill-mode and
      markdown-mode<E2><80><99>s indentat

New features:
    - Support filling of list items.
    - Allow customization of font-lock faces
    - Automatic indentation when pressing enter or tab (with cycling upon
      subsequent tab presses).
    - Generate real XHTML for previewing (thanks to Hilko Bengen for the
      patch). This fixes Debian bug #490865. The CSS stylesheet for XHTML
      output is customizable via markdown-css-path.
    - Better URL matching (protocols are customizable through
      markdown-uri-types
    - LaTeX syntax highlighting can be enabled or disabled using the
      customize system (markdown-enable-math).
    - Support for HTML comments (font lock, comment-dwim, etc.).
    - Support filling of definition lists.
    - Fill-paragraph no longer breaks lines inside of square brackets.
    - Add support level 5 and 6 atx-style headers.
2010-10-25 00:00:30 +00:00
gls
108b6d1b20 Update textproc/asciidoc to 8.6.2
pkgsrc changes:
- take MAINTAINERship (ok gdt@)

upstream changes:

Version 8.6.2 (2010-10-03)
Additions and changes

    * docbook45: Enclosed bibliographic lists in a bibliodiv - you can now
	 include block titles with bibliographic lists.
    * Added optional keywords, description and title document header meta-data
	 attributes to HTML backends for SEO.
    * AttributeEntry values can span multiple lines with a ' +' line
	 continuation.
    * Added slidy backend (based on Phillip Lord's slidy backend
	 https://phillordbio-asciidoc-fixes.googlecode.com/hg/).
    * Implemented OpenBlock partintro style for book part introductions.
    * Comment lines substitute special characters only.
    * Backend specific global configuration files (all except asciidoc.conf)
	 are loaded after the header has been parsed - virtually any attribute can
	 now be specified in the document header.
    * xhtml11: Volnitsky theme: allow bulleted lists to have intervening
	 children.
    * xhtml11: refactored CSS font-family rules to start of file.
    * xhtml11: list bullets colored gray.
    * ifdef and ifndef system block macros accept multiple attribute names:
	 multiple names separated by commas are ored; multiple attribute names
	 separated by pluses are anded.
    * xhtml11: Volnitsky theme: set max-width on labeled lists.
    * Vim syntax highlighter: Entities inside quoted text are now highlighted.
    * Added role and id attributes to HTML outputs generated by OpenBlocks.
    * Allow floating titles to generate h1 (level 0) titles in HTML outputs.
    * Added a start attribute to numbered lists to set the start number.
	See: http://groups.google.com/group/asciidoc/browse_thread/thread/c14a4c3b1e4f6dc5
    * Added two more docinfo attributes docinfo1 and docinfo2 to allow and
	control inclusion of a shared docinfo file.
	See http://groups.google.com/group/asciidoc/browse_thread/thread/c948697943432e24
    * Vim syntax highlighter highlights multi-name conditional attributes.
    * LaTeX backend patch submitted by Andreas Hermann Braml
	 (see http://groups.google.com/group/asciidoc/browse_thread/thread/1c415fc4540ce5e5).
    * Implemented backend aliases; renamed docbook.conf to docbook45.conf and
	 aliased docbook45 backend to docbook; aliased xhtml11 to html.

Bug fixes

    * FIXED: Filter commands located in filter directories local to the source
	document that where not in the search PATH where not found.
    * FIXED: Volnitsky theme: Verseblock font set normal instead of monospaced.
    * FIXED: xhtml11: Callout icons were not rendered as Data URIs when icons
	and data-uri attributes were specified.
    * FIXED: Long standing bug: nested include macros did not restore the
	parent document infile and indir attributes.
	See: http://groups.google.com/group/asciidoc/browse_thread/thread/8712a95e95a292a7
    * FIXED: html4: set preamble ID anchor.
    * FIXED: xhtml11: dropped unusable id and role attributes from preamble template.
    * FIXED: Bug in multi-name conditional attributes e.g. {x,y#} fails if x or
	y is undefined.
    * FIXED: latex filter not being installed by Makefile. Thanks to Grant
	Edwards for this patch.
	See http://groups.google.com/group/asciidoc/browse_thread/thread/c4427a3902d130a8
    * FIXED: a2x: Long-standing bug in a2x which always passes --string-param
	navig.graphics 0 to xsltproc, regardless of whether icons are enabled or not.
	Reported by Michael Wild:
	http://groups.google.com/group/asciidoc/browse_thread/thread/59a610068e4acb58
2010-10-24 20:35:06 +00:00
adam
4cb03bf2cd Changes 1.0.4:
* Open intersphinx inventories in binary mode on Windows,
  since version 2 contains zlib-compressed data.
* Allow giving non-local URIs for JavaScript files, e.g.
  in the JSMath extension.
* Fix traceback when ``intersphinx_mapping`` is empty.

Changes 1.0.3:
* Fix internal vs. external link distinction for links coming
  from a docutils table-of-contents.
* Fix the ``maxdepth`` option for the ``toctree()`` template
  callable when used with ``collapse=True``.
* Fix crash parsing Python argument lists containing brackets
  in string literals.
* Fix regression when building LaTeX docs with figures that
  don't have captions.
* Fix inheritance diagrams for classes that are not picklable.
* Introduce separate background color for the sidebar collapse
  button, making it easier to see.
* Fix small layout bugs in several builtin themes.
2010-10-18 12:54:59 +00:00
wiz
ad8bdb9b34 Update to 1.0.12:
2010-10-13 Redland Version 1.0.12 Released

   Enable librdf.h to be used as the top-level header in addition to
   redland.h
   Fix linking issues when building with GNU ld with DT_NEEDED disabled
   Fixed Issues: [1]#0000329, [2]#0000348 [3]#0000391, [4]#0000392 and
   [5]#0000393.

2010-09-25 Redland Version 1.0.11 Released

   Virtuoso storage backend querying now fully works.
   Several new convenience APIs were added and others deprecated.
   Support building with Raptor V2 API if configured with --with-raptor2.
   Exports more functions to SWIG language bindings.
   Switched to GIT version control [7]hosted by GitHub.
   Many other bug fixes and improvements were made.
   Fixed Issues: [8]#0000124, [9]#0000284, [10]#0000321, [11]#0000322,
   [12]#0000334, [13]#0000338, [14]#0000341, [15]#0000344, [16]#0000350,
   [17]#0000363, [18]#0000366, [19]#0000371, [20]#0000380, [21]#0000382
   and [22]#0000383
2010-10-16 16:40:03 +00:00