Commit graph

5180 commits

Author SHA1 Message Date
minskim
5e772d3268 Add mendexk. 2010-11-06 03:43:40 +00:00
minskim
a1d3332673 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
c83dd008bc 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
461109ff4b correct spelling of "gazetteer". 2010-10-26 15:21:54 +00:00
markd
e2e313d279 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
4e1d1b9317 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
2fd0666af5 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
d4add94ebf 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
499571790b 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
1fe55b1822 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
90a15acdd7 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
obache
53b62cfd48 Update json-glib to 0.12.0.
Overview of changes for 0.12.0
==============================
• Support surrogate pairs in JSON strings [Eiichi Sato]
• Update the test suite
• Add (optional) coverage reports
• Improve strictness of JsonParser
• Improve error reporting of JsonParser
• Add JsonBuilder, a convenience API for programmatic building
  of JSON trees [Luca Bruno]
• Add methods for JsonParser and JsonGenerator to handle Input|OutputStream
  objects coming from GIO.
• Add JsonReader, a convenience API for cursor-based parsing of
  JSON trees
• Depend on GObject-Introspection ≥ 0.9.5
2010-10-16 13:34:29 +00:00
joerg
fa5fb9a05b Fix installation. 2010-10-12 22:15:42 +00:00
joerg
e5f9e78653 Stop removing .la files to be helpful. Bump revision. 2010-10-12 16:41:43 +00:00
abs
d932feb5b2 MAKE_JOBS_SAFE=no 2010-09-29 09:01:41 +00:00
taca
c1da7e4afb Don't hardcode "ruby18-" but use "${RUBY_PKGPREFIX}-".
Fix build problem of ruby-gnome2 with ruby19.
(Although textproc/ruby-eruby has another problem with ruby19.)
2010-09-28 12:24:25 +00:00
adam
d9f2c9519d PLIST fix 2010-09-27 10:29:22 +00:00
wiz
11cda65fed Add mips64 for OpenBSD, from jmc@openbsd. 2010-09-26 15:20:10 +00:00
sno
31a912bd46 Updating textproc/p5-YAML-Syck from 1.14 to 1.15
Upstream changes:
[Changes for 1.15 (YAML::Syck 0.38 ) - 2010-09-23]
* perl RT #78008 - The 5.13.5 development release of perl changed how
  regexes are stringified, breaking our tests. Update the tests to
  deal with the new syntax.

  See fb85c04 (http://perl5.git.perl.org/perl.git/commit/fb85c04) in
  perl.git for context.
2010-09-23 21:42:45 +00:00
taca
ed7aacd549 Remove empty value of LICENSE. 2010-09-23 09:22:13 +00:00
taca
8d2ca9776e Update textproc/ruby-will-paginate to 2.3.15.
Changes are unknown, but it seems a few bug fixes.
2010-09-23 06:52:03 +00:00
sno
19439a7f33 Updating textproc/p5-Text-SpellChecker from 0.07 to 0.08
Upstream changes:
None noted
2010-09-22 05:48:20 +00:00
sno
6a6aa55323 Updating textproc/p5-XML-Encoding from 2.07nb1 to 2.08
pkgsrc changes:
- add license

Upstream changes:
2.08 20 Sep 2010
	- Changed test script to use Test::More, renamed it to test.t and moved
	  it into the t/ folder. (Fixes [cpan #61369].)
	- Moved the perl module into the lib/ folder.
2010-09-21 21:35:50 +00:00
wiz
a55b10527f Update to 2.39:
let people grab https urls (tx Romain)
2010-09-19 14:05:35 +00:00
wiz
8809a99fc9 Update to 0.53, update dependencies, set LICENSE.
0.53 - 2010-07-12
     - Switch from Text::IconV to Encode (David Pinkowitz)
     - Update package Module::Install metadata discovery
2010-09-19 11:24:51 +00:00
wiz
4788502b86 Update to 1.01, changes undocumented. Set LICENSE. Please pkglint. 2010-09-19 11:20:37 +00:00
wiz
eb538394ea Update to 0.03:
0.0.3     2010-09-16 20:51:06 Europe/Oslo
	Fixed RT #61367 which caused issue with Class::MOP 1.05+ / Moose
	1.10+ (Thanks to Jesse Luehrs)
2010-09-19 11:09:46 +00:00
wiz
bfeded6291 Update to 2.40:
$Revision: 2.40 $ $Date: 2010/09/18 18:39:51 $
! Encode.pm Encode.xs
+ t/utf8ref.t
  Addressed: RT#59981: find_encoding("UTF-8")->encode crashes
    decode_utf8() is now a little faster, too.
  http://rt.cpan.org/Ticket/Display.html?id=59981
  http://rt.cpan.org/Ticket/Display.html?id=58541
! lib/Encode/Unicode/UTF7.pm
  Addressed: RT#56443 utf-8 flag is not turned off after calling
    Encode::encode('UTF-7', $string) to encode an ascii string
  http://rt.cpan.org/Ticket/Display.html?id=56443
! t/utf8strict.t
  Addressed: RT#57799
  http://rt.cpan.org/Ticket/Display.html?id=57799
! lib/Encode/Guess.pm
  Addressed: RT#46080: guess_encoding documentation
  http://rt.cpan.org/Ticket/Display.html?id=46080
! ucm/nextstep.ucm
  Addressed: RT#59668: nextstep encoding is broken - missing ASCII characters
  http://rt.cpan.org/Ticket/Display.html?id=59668
! lib/Encode/MIME/Header.pm t/mime-header.t
  Addressed: RT#52103: Encode::MIME::Header encoded words not separated by
    white space
  http://rt.cpan.org/Ticket/Display.html?id=52103
! t/guess.t lib/Encode/Guess.pm
  Addressed: Encode: silenced a warning by from_to(..., 'Guess', ...)
  http://coderepos.org/share/changeset/37731
2010-09-19 11:07:30 +00:00
wiz
fd62966b1c Update to 2.40:
2.40  2010-09-16 (by Alexandr Ciornii)
    - Add windows-1251.enc, ibm866.enc, koi8-r.enc (Russian)
    - Add windows-1255.enc (Hebrew)
    - Update iso-8859-7.enc (RT#40712)
    - Use Devel::CheckLib
    - Better description of expat packages
    - Better Perl style in both code and docs
2010-09-19 11:07:11 +00:00
wiz
6be8ca9733 Update to 0.07 (nothing changed wrt to hunspell in pkgsrc):
0.06  Tue Sep 14 2010
    - made deserialization accept non-blessed refs

0.07  Wed Sep 15 2010
    - optional hunspell support
2010-09-19 11:04:47 +00:00
taca
1d19fcb63c Update po-mode to 2.2.
Changes are too many to write here, please refer ChageLog in distfiles.
2010-09-16 14:46:04 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
minskim
1fe330e0ba Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
taca
7e2c24acae * Add two CONFLICTS patterns:
- matches previous package name without "${RUBY_PKGPREFIX}-"
	- matches current "ruby18-" and "ruby19-" packages
* Since these packages aren't update its version during update of Ruby
  package's framework, bump PKGREVISION for safe update.  Noted by
  obache@ on tech-pkg.
2010-09-13 14:39:30 +00:00
wiz
42990423db Update to 0.9.20:
2010-08-22 Rasqal Version 0.9.20 Released

   Updated to handle more of the new syntax defined by the SPARQL 1.1
   Query and SPARQL 1.1 Update W3C working drafts of 1 June 2010
   Added execution support for new SPARQL 1.1 query built-in expressions
   IF, URI, STRLANG, STRDT, BNODE, IN and NOT IN.
   Added an 'html' query result table format from patch by Nicholas J
   Humfrey
   Added API support for group by HAVING expressions
   Added XSD Date comparison support
   Support building with Raptor V2 API if configured with --with-raptor2.
   Many other bug fixes and improvements were made.
   Fixed Issues: #0000352, #0000353, #0000354, #0000360, #0000374,
   #0000377 and #0000378
2010-09-13 12:43:11 +00:00
wiz
a8c73a439d Update to 1.6.3:
Version 1.6.3 of PyEnchant has been released, with the following changes:

  * Pre-compiled binary distributions for Mac OS X
  * Safer loading of bundled DLLs on Windows
  * New function get_enchant_version() to obtain the version of the underlying enchant library
2010-09-13 10:36:50 +00:00
minskim
4f5edd02a1 Make makeindexk build with kpathsea-6.0.0. 2010-09-13 04:47:12 +00:00
wiz
8ad97e96ab Update to 0.612:
0.612 Mon Aug 16 00:10:16 2010 +1000    <joe@kafsemo.org>
        - Allow DATA_INDENT to specify arbitrary white space for
           indentation. If it is numeric then use that many space
           characters.

0.611 Thu Apr 22 13:09:12 BST 2010    <joe@kafsemo.org>
        - Adopt rewritten license text to explicitly allow modification.

0.610 Mon Mar 29 02:29:32 BST 2010    <joe@kafsemo.org>
        - Add a CHECK_PRINT constructor parameter to check the output print
           success (#50465). It will croak when printing to output fails.

0.607 Mon Mar 22 14:46:26 GMT 2010    <joe@kafsemo.org>
        - Address license confusion by reverting to the original
           license, with contributor permission, and removing
           unintentional references to the (more restrictive)
           GPL/Artistic.
2010-09-12 12:41:34 +00:00
wiz
f78b0e3978 Update to 0.18:
0.18
	- added accessor: Text::MicroTemplate::File->include_path

0.17
	- detects absolute paths using File::Spec->file_name_is_absolute (win32 compatibility fix)

0.16
	- treat filenames starting with "/" as absolute paths
	- support lines like "? =pod"
	- fix documentation issues

0.15
	- [bugfix] fix degradation in the optimazition introduced in 0.14 that caused compound lines within template to be miscompiled
2010-09-12 12:39:33 +00:00
wiz
203f29d251 Update to 1.06, set LICENSE.
Updated version number
    Updated Howto
    Fixed Makefile and MANIFEST for Build.PL
    Added Build.PL
    Save locale in Page-image (rt.perl.org bug #57340)
    Made this test windows-compatible (rt.perl.org bug #55505)
    Add prerequisite for perl 5.005 (rt bug #55198)
    Fix typo
    File permissions changed
    Fixed POD (rt bug #55184)
    Test-script cleanup, proper use of ok() with pdftotext
    Run the cgi with the correct perl from $Config{perlpath}.
    Fixed some typos in the POD
    Fixed the usage of the test suite (skip was used wrongly).
    Version 1.05\nAdded t/10-versionig.t\nFix to Changes.PL
    Even more POD additions
    Changed version number to 1.05
    Fixed minor Perl::Critic issues
    Image scaling bug, patch by Simon Green <simon@simongreen.name>
    I have noticed one bug with the software though. If you
    are scaling an image, and are centering it, it calculates the the bottom
    left based on the original image size, not the scaled size. Attached is a
    patch (against 1.03) that fixes this.
    more POD fixes and comments
    PerlTidy, Fixed comments and POD
    PerlTidy, Fixed comments and POD
    Fixed formatting (perltidy) and updated POD documentation
    git in eclipe is a mess
    Added new test scripts
    Added experimental 'text' function
    Added Gary's annotation fonction and related stuff (string_underline).
    Cleaned up test files, grouped by topic, uses Test::More
    Cosmetic and toolchain mods.
    As sent to Gary
    Fixed debug() stuff
    Removed history from comments
    General cleanup
    fixed corrupt xref
    Improved debugging, Initial version of annotations
    Set version to 'perl' for Fedora
    Fix the MANIFEST file with all test updates
    Fixed Changes.PL
    Cleanup test files
    Add 'real' test using 'pdftotext'
    Add a cgi-script test/example
    Changing version number
    Some more test cleanup (eliminate warnings, remove test 7)
    Fix and unify test samples (generate pdf name from script name).
    Add new sample 'parabola.t', to show how to generate graphices.
    Improve doc and error message for unsupported gif images.
    Add new sample featuring font color and drawing/writing on images.
    Improved git detection in Changes.PL by Philippe Audéoud
    Hacked Changes.PL to skip out in a non-obstrusive way if git
    is not found or the git environment is not right.
2010-09-12 12:37:41 +00:00
taca
c32953528d Add a patch for ruby-yamcha to suport both ruby18 and ruby19.
I should commit with previous ruby-yamcha's commit.
2010-09-12 02:04:21 +00:00
taca
189cdf6f0e Add a patch for ruby-cabocha to suport both ruby18 and ruby19.
I should commit with previous ruby-cabocha's commit.
2010-09-12 01:59:39 +00:00
taca
033f53074e Add and enable ruby-treetop. 2010-09-12 01:54:29 +00:00
taca
e7e19dd044 Importing textproc/ruby-treetop 1.4.8.
Languages can be split into two components, their *syntax* and their
*semantics*. It's your understanding of English syntax that tells you
the stream of words "Sleep furiously green ideas colorless" is not a
valid sentence. Semantics is deeper. Even if we rearrange the above
sentence to be "Colorless green ideas sleep furiously", which is
syntactically correct, it remains nonsensical on a semantic
level. With Treetop, you'll be dealing with languages that are much
simpler than English, but these basic concepts apply. Your programs
will need to address both the syntax and the semantics of the
languages they interpret.

Treetop equips you with powerful tools for each of these two aspects
of interpreter writing. You'll describe the syntax of your language
with a *parsing expression grammar*. From this description, Treetop
will generate a Ruby parser that transforms streams of characters
written into your language into *abstract syntax trees* representing
their structure. You'll then describe the semantics of your language
in Ruby by defining methods on the syntax trees the parser generates.
2010-09-12 01:53:43 +00:00
taca
c21c17794e Add and enable ruby-stringex. 2010-09-11 07:43:17 +00:00
taca
b348836609 Importing ruby-stringex 1.1.0.
Some [hopefully] useful extensions to Rubys String class.

Stringex is made up of three libraries: ActsAsUrl [permalink solution
with better character translation], Unidecoder [Unicode to Ascii
transliteration], and StringExtensions [miscellaneous helper methods
for the String class].
2010-09-11 07:42:28 +00:00
taca
6bd597f019 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Comment out HOMEPAGE, domain disappeared.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:52:04 +00:00
taca
1b7387bf49 Remove redundant PKGNAME. 2010-09-10 08:50:55 +00:00
taca
5699e0dc39 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
2010-09-10 08:50:38 +00:00
taca
bc71b80623 * Avoid to use "ftools" which has deprecated in ruby19. 2010-09-10 08:49:55 +00:00