Commit graph

5427 commits

Author SHA1 Message Date
wiz
017e46bf9f Update to 2.10:
2.10 Tue 11 Jan 2011 21:50:02 GMT
    - Merged in quote-printed code (Christian Varga)
    - Cleaned up the tests and code for quote-printed
2011-03-01 13:39:41 +00:00
wiz
14bb88c4c9 Set LICENSE and improve COMMENT. 2011-03-01 11:29:05 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
obache
5b81cb05c0 Update Pygments to 1.4.
While here, add PKG_RUN_TEST support.

Version 1.4
-----------
(codename Unschärfe, released Jan 03, 2010)

- Lexers added:

  * Factor (#520)
  * PostScript (#486)
  * Verilog (#491)
  * BlitzMax Basic (#478)
  * Ioke (#465)
  * Java properties, split out of the INI lexer (#445)
  * Scss (#509)
  * Duel/JBST
  * XQuery (#617)
  * Mason (#615)
  * GoodData (#609)
  * SSP (#473)
  * Autohotkey (#417)
  * Google Protocol Buffers
  * Hybris (#506)

- Do not fail in analyse_text methods (#618).

- Performance improvements in the HTML formatter (#523).

- With the ``noclasses`` option in the HTML formatter, some styles
  present in the stylesheet were not added as inline styles.

- Four fixes to the Lua lexer (#480, #481, #482, #497).

- More context-sensitive Gherkin lexer with support for more i18n translations.

- Support new OO keywords in Matlab lexer (#521).

- Small fix in the CoffeeScript lexer (#519).

- A bugfix for backslashes in ocaml strings (#499).

- Fix unicode/raw docstrings in the Python lexer (#489).

- Allow PIL to work without PIL.pth (#502).

- Allow seconds as a unit in CSS (#496).

- Support ``application/javascript`` as a JavaScript mime type (#504).

- Support `Offload <http://offload.codeplay.com>`_ C++ Extensions as
  keywords in the C++ lexer (#484).

- Escape more characters in LaTeX output (#505).

- Update Haml/Sass lexers to version 3 (#509).

- Small PHP lexer string escaping fix (#515).

- Support comments before preprocessor directives, and unsigned/
  long long literals in C/C++ (#613, #616).

- Support line continuations in the INI lexer (#494).

- Fix lexing of Dylan string and char literals (#628).

- Fix class/procedure name highlighting in VB.NET lexer (#624).
2011-02-28 08:54:04 +00:00
wiz
04084e6816 Update to 1.17:
GTK-Doc 1.17    (Feb 16 2011)
============

 Changes

 o 127049 : building reference documentation fails when builddir != srcdir
 o 640241 : non-srcdir builds busted

 Contributors

 Daniel Mustieles
 Javier Jardón
 Stefan Kost

GTK-Doc 1.16    (Jan 14 2011)
============

 o gtkdoc-check can do more checks, one might need to update Makefile.am from
   the examples/Makefile.am

 Changes

 o 625776 : serialise doubles and floats always with a decimal dot
 o 627269 : link to signalflags docs from signal descriptions
 o 467488 : GTK+ man pages request
 o 481811 : Inline function bodies are confused with declarations
 o 501107 : EXTRA_DIST automake warnings
 o 512565 : add GTK_DOC_IGNORE
 o 518427 : documentation best pratices needed
 o 597937 : Function pointers as parameters to other functions are parsed improperly
 o 612028 : gtkdoc-fixxref should call /usr/bin/vim -n -e -u NONE -T xterm
 o 617478 : Tooltip is a nuisance
 o 618379 : Navigation is hiding anchors title
 o 620249 : invalid xml for object_index with (n_objects % 3) == 0
 o 621931 : support GType and GVariant types
 o 622971 : List of typos in the GTK-doc manual
 o 623777 : G_TYPE_STRV in signals generate wrong docs
 o 623968 : gtkdoc-mkdb generates invalid xml from sgml in inline comments
 o 624199 : parser picks up contents of large macros
 o 624200 : 'const' confuses the parser
 o 627223 : gtkdoc-fixxref vim highlight fails on xhtml suffix
 o 627920 : `make check` rule to list xml files missing from DOC_MAIN_SGML_FILE
 o 628611 : gtk-doc &gt; = 1.13 creates automagic dependencies on syntax highlighters
 o 628794 : Issue in gtkdoc-mkman.in
 o 630288 : Fix 'scope notified' annotation
 o 631336 : remove lists of gtk+ signal args in gtkdoc-scanobj and -scangobj
 o 632587 : gtkdoc-scanner fails to identify (closure) annotation
 o 638330 : const in parameter list is ignored
 o 638831 : Support GTK+ 3 cell properties

 Contributors

 Bruno Brouard
 Christian Persch
 Claude Paroz
 Gilles Dartiguelongue
 Javier Jardón
 Jorge González
 Maarten Bosmans
 Mario Blättermann
 Matej Urbančič
 Matthias Clasen
 Pablo Castellano
 P. F. Chimento
 Philip Withnall
 Rodrigo Aliste
 Simón Pena
 Stefan Kost
 Tim-Philipp Müller
 Vasilis Tsivikis
2011-02-27 15:14:32 +00:00
taca
777a06f8c6 Add a fix for CVE-2011-0420 (CERT: VU#210829) from PHP's repository, r306449.
Bump PKGREVISION.
2011-02-26 02:55:28 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
obache
1bd748071f Use new stype patch name. 2011-02-25 02:18:50 +00:00
obache
fd6605b554 + ruby-escape 2011-02-25 02:13:58 +00:00
obache
fa4a086c2f Import ruby-escape-0.2 as textproc/ruby-escape.
escape library provides several HTML/URI/shell escaping functions for Ruby.
2011-02-25 02:12:50 +00:00
gls
e166b25229 Update textproc/asciidoc to 8.6.4
Upstream changes:

Additions and changes

* Added text foreground and background color along with text size CSS styles for
XHTML outputs.
* Vim syntax highlighter: highlight macros that start with an attribute
reference (a common idiom).
* Vim syntax highlighter: highlight attribute references in macro attribute lists.
* Attribute entries can be used to set configuration markup templates.
* Double-width East Asian characters in titles now correctly match the title
underline widths.
* Implemented asciidoc(1) filter commands.
* User's home directory now calculated in a platform independent manner.
* Added double-quote characters to French language file.
* Vim Syntax highlighter: Highlight closing OpenBlocks which immediately follow
a literal paragraph.
* Changed UNIX /dev/null to OS independent os.devnull in filters code.
* Vim syntax highlighter: Single and double quoted text now highlights correctly
when preceded by an attributes list.
* Added Ukrainian language file (lang-uk.conf). Added double-quote characters to
Russian language file.conf).
* Single and double quote characters are now set using the {lsquo}, {rsquo},
{ldquo} and {rdquo} attributes. This makes is easy to customise language specific
quotes.
* Implemented conf-files attribute to allow configuration files to be specified
in the source document.

Bug fixes

* FIXED: Auto-generated section title ids are now Unicode aware.
* FIXED: Setting quotes configuration entries using document attribute entries
failed if the attribute entry was not in the document header.
* FIXED: If the input and output file names were different then the output file
name was incorrectly used to synthesize docinfo file names.
* FIXED: An error can occur when more than one consecutive quotes are defined as
a blank string.
* FIXED: Encoding error in automatically generated author initials.
2011-02-24 21:54:59 +00:00
ryoon
fd42dad15e Fix typo in comment. 2011-02-23 22:01:36 +00:00
adam
10540704e1 Changes 1.4.1:
Bug
* User-Agent string for AttributeQuery is throwing junk into request
* Chaining TrustEngine doesn't clear matching criteria between engines, so
  TrustEngine ordering affects the results.
New Feature
* Implement support for fetching CRLs based on the CRL distribution point
  extension
2011-02-23 09:09:31 +00:00
adam
f705918626 Removed textproc/p5-XML-Xerces (cannot be built with xerces-c 3.1.1) 2011-02-23 08:54:07 +00:00
adam
bcc0e44063 Removed textproc/xalan-c; textproc/libpathan successor textproc/xqilla 2011-02-23 08:41:57 +00:00
adam
d483b7d9d9 Removed textproc/libpathan successor textproc/xqilla 2011-02-23 08:39:47 +00:00
adam
5e45c37f82 buildlink.mk fix 2011-02-23 08:38:34 +00:00
adam
df4582393f Removed textproc/xalan-c 2011-02-23 08:37:41 +00:00
adam
5e3ee5f7da XQilla is an XQuery and XPath 2 library and command line utility written in C++,
implemented on top of the Xerces-C library.
2011-02-23 08:34:14 +00:00
adam
177b2768c5 Shorten PKGCONFIG_OVERRIDE 2011-02-23 08:32:41 +00:00
adam
2a7bf9dd9e Changes 3.1.1:
This version is interface-incompatible with Xerces-C++ 2.8.0 and contains
a large number of improvements, bug fixes, and clean-ups, including:
* Autotools-based build system for the UNIX/Linux/Mac OS X platforms
* Project files for VC++ 9
* Support for the ICU transcoder in VC++ 7.1, 8, and 9 project files
* libcurl-based net accessor
* Support for XInclude in DOM
* Support for both XPath 1 and XPath 2 models in the DOM XPath interface
* Support for the XML Schema subset of XPath 1 in DOM
* Conformance to the final DOM Level 3 interface specification
* Ability to provide custom DOM memory manager as well as tune the global
  DOM heap parameters
* All public and widely used interfaces as well as a large portion of the
  implementation were converted to be 64-bit safe
* Various XML Schema fixes including the fix for the large maxOccurs and
  minOccurs bug as well as for the changed ##other interpretation
* Reviewed and cleaned up diagnostics messages
* Optimizations for SAX/SAX2 and DOM parsing as well as XML Schema validation
2011-02-23 08:31:13 +00:00
adam
a0ab3cff90 Changes 1.06.42:
* Fix prototype/definition mismatch in libwww.cpp with some compilers.
* Fix linking of xml-rpc-api2cpp with some linkers.
2011-02-22 14:23:24 +00:00
ahoka
c7548ba8a0 update to 1.6.1
many new words and fixes
2011-02-22 11:46:54 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
obache
890544cc54 gave up maintainership of Gnome related packages. 2011-02-13 06:34:30 +00:00
drochner
e5e0902f3b restore some Makefile parts which got lost when I added DESTDIR support 2011-02-10 10:43:41 +00:00
ryoon
6a824584be Update to 20090510 snapshot.
05/10/09.
  + There is no behavioral difference from the last snapshot.  If your
    present installation is working, there's no need to update it.
    However, Richard Downing (thanks Richard!) had pointed out that the
    Linux binaries I was providing were a 64-bit application and therefore
    wouldn't work on 32-bit machines.  The portability problems with the
    Linux binaries were actually a lot worse than that.  A temporary Linux
    installer was posted in March (without any source changes), so even if
    you have installed the Linux binaries they may have worked fine for
    you.  At any rate, I've now changed the build-procedure for when I
    snapshot the Linux binaries in order to make them much more portable.
    I believe they should work on any 32-bit or 64-bit 'x86 Linux
    distribution which is circa Fedora Core 4 or later.
  + Some additional hints for getting GUItenMark to work on Windows Vista
    have been added to the download page, courtesy of a reader known only
    as 'wendl' (thanks, wendl!).

02/16/09.  The Mac OS X version is now believed to be fully working on Mac
OS X 10.5 (PPC and Intel), 10.4 (PPC and Intel), and 10.3 (PPC, of
course!), though I only have a subset of these systems on which to test.

06/01/08.  Another pot-pourri:
  + The Mac OS X installer download should now work fully on Mac OS X 10.5
    (though tested only on Intel), meaning that GUItenMark works on that
    platform.  On Mac OS X prior to 10.5, only the command-line programs (
    GutenMark and GutenSplit) are expected to work.
  + Jason Pollock's instructions for compiling GutenMark and GutenSplit for
    iPhone are now included on the download page.
  + GUItenMark now provides a GUI front-end for GutenSplit (in addition to
    its continued support for GutenMark).
  + Fixed some portability issues in the Linux binary download.
    (Specifically, I found that even if the prerequisite wxWindows 2.8 was
    installed on the target machine, GUItenMark would still not work if the
    wxWidgets had been compiled with Unicode support, because the
    shared-library names would be different from what was expected.  This
    happened with Fedora 9, for example.  And there are other wxWidgets
    compilation flags that could cause the same problem.)  The fix was to
    compile the Linux version of the GUItenMark program so that it is
    statically linked to wxWidgets, thus removing the requirement that
    wxWidgets be installed on the target computer at all.  On the other
    hand, I now see that the Linux version of the program has lots of other
    requirements that you may or may not need to install.  Oh, well!
05/28/08.  GUItenMark now compiles and works for Mac OS X, but so far I'm
only able to build it for Mac OS X 10.5, so I haven't yet gone through the
hassle of adding it to the binary download for Mac OS X.  However, it is
quite easy to build following the instructions on the download page.  Also,
Jason Pollock <jason@pollock.ca> has sent some additional changes and
instructions for compiling for the iPhone, but I've not yet had a chance to
try them or incorporate them here.  Soon, I hope.

05/26/08.  A miscellaneous pot-pourri of changes:
  + I'm still working on Mac OS X support, because it has turned out to be
    harder than I thought.  (For some reason I'm not yet clear on,
    GUItenMark simply doesn't work on Mac OS X.)  Nevertheless, there is
    now a Mac OS X installation package on the download page, along with
    instructions for using it, and for compiling.  The installation package
    makes installing GutenMark and GutenSplit much easier on the Mac, even
    though the program the package purports to provide (GUItenMark) doesn't
    work yet.
  + By default, GUItenMark now defaults to using the desktop as the
    location to find input files and to create output files.  This seems
    much more logical and useful than the obscure directories it defaulted
    to previously.
  + Jason Pollock <jason@pollock.ca> (thanks, Jason!) has sent in
    greatly-reworked version of GutenSplit, with several options that give
    you some more flexibility in splitting on different levels of headers,
    and/or in omitting the table of contents.
  + Jason has also suggested some mods that allow cross-compiling GutenMark
    (from a Mac), so that it runs on an iPhone.  I have not personally
    tried this, and I'll trust Jason to let me know if the changes are to
    his satisfaction.
05/09/08.  Well, Mac OS X support is back (due to the addition of Mac OS X
support to the IMCROSS development system which I am using to create
Windows binaries), but untested, so I won't provide binaries just yet.
More on this later.

04/23/08.  Made the installer programs a little smaller, by removing the
Linux-only files from the Windows installer, and vice-versa.

04/22/08.  Reorganized how the installers are created, to avoid overwriting
some directories that are useful to me.  Also, the installer isn't built
automatically any longer (you have to do 'make snapshot').  But I don't
suppose either of those things is of interest to anyone but me.

04/21/08.  Big doings are transpiring!

+-------------------------------------------------------------------------+
|The GUItenMark graphical front-end program is now fully working on both  |
|Windows and Linux 'x86, and seems to work quite well.  Admittedly, I've  |
|tested only Windows XP, SuSE 10.0, and Fedora Core 5.                    |
|                                                                         |
|Linux and Win32 installer programs are now available.                    |
|                                                                         |
|The website has been completely revamped to replace all of the outmoded  |
|download, installation, and compilation instructions, and to provide the |
|necessary new instructions pertaining to GUI front-end and installer     |
|programs.                                                                |
|                                                                         |
|Direct support for Linux PPC, Mac OS X, FreeBSD, and NetBSD has now been |
|discontinued.  The software (or at least, GutenMark) can presumably still|
|be built for these platforms, but I simply don't have the time or        |
|resources that allow me to do it myself.  I doubt this will be much loss |
|to anybody, since it has been years since I've updated the binaries for  |
|those platforms anyhow.                                                  |
+-------------------------------------------------------------------------+


04/20/08.  The GutenMark program itself has had the groundwork for several
experimental improvements laid, but the changes haven't resulted yet in any
quality changes.   More importantly, there is now a GUI front-end for
GutenMark, cleverly called GUItenMark, for both Linux and Windows.  There
are a couple of improvements I'd like to make in this program, and a couple
of bug-fixes for the Windows version of the program, but it's basically
working and seems very useful.  At any rate, even I admit that it's
enormously easier to use than the GutenMark command-line program.  I don't
want to generally send it out into the world until I make the mentioned
changes, test it on more computers (so far I've only tried it on SuSE Linux
10.0 and Windows XP Home), have an installer program, and get the web-page
verbiage all fixed up.  However you, loyal reader, can try it out now:
 1. Download GUItenMark-demo.zip.  This is the complete package, and
    there's nothing else to download unless you want the source code as
    well!  But it is 13.4 Mbytes.
 2. For Windows, unzip this file in "C:\Program Files\", thus creating the
    directory "C:\Program Files\GutenMark".  For Linux, unzip it in your
    home directory, thus creating "~/GutenMark", and rename it to "~
    /.GutenMark".
 3. Left-click on your desktop to create an icon for the application
    program:  either "C:\Program Files\GutenMark\binary\GUItenMark.exe"
    (Windows) or else "~/.GutenMark/binary/GUItenMark" (Linux).
 4. Click the icon with your mouse.
 5. Operation of the program should be pretty darned self-explanatory, and
    it had better be since I haven't written any instructions for it yet.
    If not, let me know.
02/02/08.  A lot of explanation has been added on the usage page about
LaTeX, and particularly about using LaTeX on Windows.  Note also that
essentially all of the pre-processed etexts have been recently corrected or
improved in some way.  (Such changes are normally described on their own
"What's New" page rather than being described on this software-change
page.)

03/20/04.  Fixed PR #114.  This seemingly hasn't caused anybody a problem,
but ....  In conjunction with this, the "prefatory" area is no longer in a
smaller font size, except for the message that GutenMark itself adds.

02/21/04.  Fixed PR #113, which caused HTML headers to be omitted in some
files created by GutenSplit.

01/21/04.  A new utility program called GutenSplit has been added; this
program splits the HTML files created by GutenMark into smaller HTML files,
adding a table of contents, and links between all of the small HTML files.
The Makefiles have also been modified so that the various "GutenUtilities"
(including GutenSplit) are automatically built when GutenMark is built;
previously, this was a separate, manual build.  Also, if a cross-compiler
version of MinGW is installed on Linux, then a Linux build tries to create
not only the Linux versions of the executables, but also Win32 versions as
well.

01/05/03.  LaTeX:  Fixed the incorrect mdash construct I've been using all
this time!  (I used "--" at first, and then later decided that "----"
looked better.  However, since neither of these is the correct LaTeX
construct, namely "---", there were problems with them being arbitrarily
broken across lines.  Therefore, I added an \mbox to correct this problem,
and then a \linebreak to correct problems with the \mbox, and then ....).

12/28/02.  LaTeX:  Supplied a workaround for an importing bug in LyX 1.2
(PR#110, spurious linefeeds inserted when importing a LaTeX
command-sequence of the form "\ \ ").

12/25/02.  LaTeX:  Messages about the text having been converted by
GutenMark, the software version, and what-not have been moved from the
"Prefatory Materials" to a copyright-area on the back-side of the
title-page.  Also, added a trick to fool LyX into correctly importing the
date change from 12/23.  Added the "--ron" command-line switch to group
together various settings that
I personally find useful.

12/23/02.  LaTeX:  Fixed PR#109 (hyphenation and linebreak problems with
mdashes).  Also, removed the date which had appeared on the title page.

12/16/02.  Fixed PR#108 (inability to compile in NetBSD).

11/24/02.  The source tarball has been corrected to contain the correct
html file for the regression test.  More slight improvements were made do
special.words.gz.  Added "Hon." to the list of honorifics.

11/22/02.  This version has lots of improvements that--in my view, at
least--make producing LaTeX much easier, along with a  few other
miscellaneous changes:  Corrected the email address displayed by the
software.  Added the word "The" to special.words.gz.  Fixed the bulk of the
problems (but probably not all) associated with too-long spaces following
honorifics and quotes in LaTeX.  Fixed smart single-quotes, so as not to be
fooled by words like 'em, 'til, etc.  Fixed smart single-quotes and smart
double-quotes to correctly treat cases like this:
    ... and so I says to him"--he paused briefly--"why don't you stop ...
Hopefully, fixed the missing quotes in LaTeX chapter names.  Mdashes in
LaTeX are now enclosed in LaTeX \mbox{}, to avoid breaking them across
lines; also, the --mdash-size switch has been added to allow longer (or
shorter) mdashes.  The LaTeX default is now \raggedbottom.  Now use LaTeX "
\ " everywhere that "~" had been used previously (allowing latex to much
more easily space shorter lines).

08/26/02.  Fixed PR#99, making the 20020809 ALL-CAPS turnoff a little more
reliable.

08/25/02.  A few LaTeX conveniences were added, mainly to eliminate manual
post-corrections:  For page headings, the cases of the right- and
left-headings are matched; i.e., if one of them is all-caps then the other
one is forced to be all-caps also.  Hard-spaces in chapter headings have
been eliminated.  When the chapter heading is something like "CHAPTER IV.
THE SEARCH FOR PEACE", the page heading now only shows "THE SEARCH FOR
PEACE" and eliminates "CHAPTER IV."  The "\sloppy" markup is now used in
place of "\emergencystretch".

08/11/02.  Some LaTeX formatting changes were made to work around bugs in
LyX 1.2.  Also, some LaTeX command sequences (like that for the ae
ligature) were broken and have now been fixed.  Others may still be broken,
for all I know.

08/10/02.  Fixed a segfault in the author-deduction code added two days
ago.

08/09/02.  Fixed PR #93 (incorrect treatment of constructs like _[text]_
and [_text_]).  Fixed PR #94 (mixing/matching of ALL-CAPS italicizing mode
with other italicizing modes).  [This is handled in two ways:  GutenMark
attempts to deduce which emphasis mode is used, but also the "--caps-ok"
switch has been added to simply turn off ALL-CAPS conversion.]

08/08/02.  LaTeX-related changes:  Output file now includes a table of
contents.  Command-line switches "--no-toc", "--author", and "--title"
added.

08/05/02.  Added "--latex-sections" command-line option.

08/04/02.  All LaTeX-related:  Various bugs I found yesterday (see buglist)
were fixed.  Also, the hard spaces in sentence breaks have been completely
eliminated now.  Chapter headings are now ragged-right in all
circumstances.

08/03/02.  Added a new page to the website, for etexts I've converted to
LaTeX and PDF.

08/03/02.  Added "Rev.", "Gen.", and "Messrs" to the list of honorifics.
All of the following are LaTeX-only changes:  Trailing spaces and periods
(but not ellipses) are now removed from chapter names as used for page
headings.  For example, if the chapter name was "CHAPTER III." (as opposed
to "CHAPTER III"), it will now continue to appear as "CHAPTER III." except
in the page heading where it is not "CHAPTER III".  An "emergencystretch"
factor is now added, to eliminate some run-ons into the right margin for
small page sizes.  The soft-hyphen mechanism after em-dashes has been
changed, because the old one didn't work.  Honorifics and other
abbreviations being treated as ends of sentences has been fixed.

07/25/02.  Addressed PR #85, in which abnormally long input lines can cause
corruption in the output file.

07/22/02.  Addressed PR #84, hopefully extending yesterday's fixes from
Windows 98 to the entire Win32 family.  Sadly -- or perhaps happily -- I
only have Windows 98 myself, and therefore can't properly test the fixes,
and did not know that that the previous fixes didn't work in Win2K.

07/21/02.  Fixed PR #83, in which the PATH environment variable didn't work
properly.  Fixed PR #80, in which the default configuration file needed --
unreasonably, I think -- to have the exact paths of the wordlists rather
than a more graceful means of finding the wordlists.
2011-02-06 10:58:29 +00:00
ryoon
814632911e Set LICENSE. 2011-02-05 17:54:13 +00:00
ryoon
c7258fc923 Update to 0.6.5.
Fix PR pkg/44519

Changelog:
* Version 0.6.5 - December 2010, by Martin von Gagern

  * Never initialize or deinitialize terminals, as we do no cursor movement
  * Deprecated --no-init-term (-K) command line option
  * Avoid relative path in man pages
  * Updated gnulib, might be particularly important for uClibc users

* Version 0.6.4 - November 2010, by Martin von Gagern

  * Updated Catalan translations
  * Updated gnulib

* Version 0.6.3 - June 2010, by Martin von Gagern

  * Updated Italian and Swedish translations
  * Updated gnulib

* Version 0.6.2 - May 2010, by Martin von Gagern

  * Fix shell syntax in configure script
  * Updated gnulib and gettext, the latter to 0.18
  * Updated Dutch translation
  * Fixed a number of portability issues reported by maint.mk syntax checks

* Version 0.6.1 - April 2010, by Martin von Gagern

  * Introduce --with-default-pager=PAGER configure switch.
  * Fix missing newline in info dir entry list.

* Version 0.6.0 - March 2010, by Martin von Gagern

  First official release in a long time. Everything since 0.5 was inofficial.
  * `wdiff -d' to read input from single unified diff, perhaps stdin.
  * Updated texinfo documentation taking experimental switch into account.
  * Experimental programs (mdiff & friends) and a configure switch
    --enable-experimental to control them.
  * Recent imports from gnulib, use of recent autotools.
  * Improved autodetection of termcap library like ncurses.
  * Reformatted translations, still a number of fuzzy translations.
  * Changed from CVS to bzr for source code version control.
  * Various bug fixes. See ChangeLog for a more exhaustive list.
  * Known bugs: this NEWS file here was outdated in the release tarball.

* Version 0.5.4 - June 2007, by Denver Gingerich

  Integrated following changes from 0.5g (Francois Pinard, November 1998):
  * Messages from programs may be output in many natural languages.
  * Short `man' pages get installed for `mdiff', `unidiff' and `wdiff'.
  * The original man page for `wdiff' gets withdrawn, for legalistic reasons.
  * New `unify' converts context diffs to unidiffs or vice-versa.
  * New `mdiff' finds identical line clusters in one or more files.
  * A new `-K' option inhibits termcap initialization and termination.

* Version 0.5.3 - June 2007, by Denver Gingerich

  No user-visible changes; see ChangeLog for details
2011-02-05 17:47:22 +00:00
drochner
35c9514f7b +xmlada 2011-02-03 18:52:26 +00:00
drochner
6f9dd832d5 add xmlada-4.1w, an XML library for Ada, from John Marino per PR pkg/44437 2011-02-03 18:50:53 +00:00
obache
0c8e994742 Update dict-{server,client} to 1.12.0.
per maintainer update request PR#44363.

----------------------------------------------------------------------
Version 1.12, by Aleksey Cheusov, Sun,  9 Jan 2011 18:16:34 +0200

  New script dict_lookup for translating words and phrases from X
  selection. It makes sense to configure launching dict_lookup on a
  keyboard shortcut in the window manager.

  dictd: Fix for SHOW SERVER command (dict -I).  On systems where
  sizeof(int) != sizeof (long) values in "Uncompressed" column may
  contain random garbage.  This problem was seen on NetBSD/x86_64/5.1

  Fix for sf bug #3098788
  https://sf.net/tracker/?func=detail&aid=3098788&group_id=605&atid=100605
  Regresson tests for dictzip were added.

  Fix in Makefile: non standard option for lex(1) was removed
  (This may unbreak compilation on SunOS, HP-UX...).

  dictfmt:
  Internal buffer size was increased from 10240 to 102400 bytes.

  Fixes for Tru64.

  Other minor fixes and cleanups
2011-02-03 12:55:50 +00:00
adam
70e13353c1 Pass LDFLAGS for configure and build 2011-01-31 10:36:21 +00:00
markd
979d5e5ced Fix build with gcc 4.3 2011-01-29 20:51:34 +00:00
obache
d48a60acca Update Gnome Subtitles to 1.1.
===============

1.1 (31/10/10)
==============

- New feature for quickly setting times with a single button: pressing sets the
  start time, releasing sets the end time, then moves to the next subtitle
- Periodically backup subtitle files, configurable in the preferences
- New features for video seeking and subtitle selection:
  * Video->Loop Selection - loop the video playback to the selected subtitles
  * Video->Seek to Selection - seek the video to the selected subtitle
  * Video->Select Nearest Subtitle - select the subtitle for the video position
  * Video->Auto Select Subtitle - auto select subtitles as the video is playing
- Changes in the Timings Synchronize dialog:
  * Fixed a bug using the Synchronize All Subtitles option
  * Activating a sync point now seeks to its new time instead of the old one
- Fixed a bug drag-and-dropping files with spaces in their path
- Use ISO-8859-1 as the fallback and default encoding in the File Open list

Translations:
- Carles Ferrando, Joan Duran (ca@valencia)
- Lucas Lommer, Marek Černocký, Petr Kovar (cs)
- Mario Blättermann (de)
- Jorge González (es)
- Bruno Brouard, Claude Paroz (fr)
- Fran Diéguez (gl)
- Yaron Shahrabani (he)
- Gabor Kelemen, Laszlo Csordas (hu)
- A S Alam (pa)
- Piotr Drąg (pl)
- António Lima (pt)
- Daniel Șerbănescu, Lucian Grijincu (ro)
- Andrej Žnidaršič (sl)
- Baris Cicek, Serkan Yılmaz (tr)
- Aron Xu (zh_CN)

Bug fixes:
- Automatically select subtitles on video playback (#453220)
- Quick subtitle timing during playback (#547984)
- Periodically backup subtitle files (#565360)
- Subtitle loop (#601195)
- Seek Subtitle->Time; Time->Subtitle with kb shortcut; Follow subs. (#605402)
- Bug in help (#612400)
- Untranslated strings (#619364)
- Crash when shifting selected subtitles (#620027)
- Synchronize timings for all subtitles (#622248)
- Crash when searching backwards (#628427)

Contributors:
- Arx Cruz, Valmir Sena

Additional thanks:
- A. G. Luz, Carlos Troncoso, Daniel, Gabor Kelemen, Marcin Zajaczkowski


1.0 (18/02/10)
==============

- Added drag-and-drop support for loading subtitle and video files
- Allow to set new options in the preferences:
  * Whether to save the translation when saving subtitles
  * Default and fallback character codings for opening files
  * Default subtitle format, character coding and newline type for saving files
  * Allow to remember the last used settings
- Fixed timings synchronization issue when "Sync All Subtitles" was used
- Activating (double-clicking) a sync point in the synchronization dialog now
  selects the corresponding subtitle and seeks the video to its position
- Allow to edit spinbutton's time text up to millisecond precision
- Wrap the subtitle text to fit the video area
- Changed the default newline type to Windows (CR+LF) to improve compatibility
  with other platforms (including external video players)
- Fixed support for video filenames with special characters
- Fixed bug with the title bar showing the previously loaded file
- Fixed bug with the timings "seek to" dialog not reflecting timing mode changes
- Fixed use of LDADD when building
- Use libtool to produce shared libraries

Translations:
- Alexander Shopov, Svetoslav Stefanov (bg)
- Marek Černocký, Petr Kovar, Rinu (cs)
- Joe Hansen (da)
- Mario Blättermann (de)
- Jorge González (es)
- Antón Méixome, Lois (gl)
- Mark Krapivner (he)
- Claudio Arseni (it)
- Piotr Drąg (pl)
- António Lima (pt)
- Andrej Žnidaršič, Matej Urbančič (sl)
- Daniel Nylander (sv)

Bug fixes:
- Set defaultsubtitle format, character coding and newline type in
  preferences (#504656)
- Option to save Translation when saving Subtitles (#511167)
- The ability to manually change "from", "to" and "during" fields (#549060)
- Selecting subtitles in the Synchronize dialog (#585064)
- Ability to open files drag-dropping them onto the window (#585477)
- Use libtool to produce shared libraries (#592784)
- Title app bar shows previous srt played/viewed information (#596355)
- Crash when using video files with special characters (#608631)
- Srt files saved as Unix text (LF) (#609345)
- Window collapses the screen with a large subtitle (#610170)

Contributors:
- Arx Cruz, Ildar Mulyukov, Peter Alfredsen

Additional thanks:
- A. Luz, Federico, Frederico Camara, ΙΟΑΝΝΗΣ ΜΠΟΥΡΔΑΚΗΣ, Yann Basly
2011-01-29 09:09:35 +00:00
schmonz
45bd8ccdd0 Update to 5.0. From the changelog:
* Improved MathML support
* Support microformats (rel-tag, rel-enclosure, xfn, hcard)
* Support IRIs
* Allow safe CSS through sanitization
* Allow safe HTML5 through sanitization
* Support SVG
* Support inline XML entity declarations
* Support unescaped quotes and angle brackets in attributes
* Support additional date formats
* Added the request_headers argument to parse()
* Added the response_headers argument to parse()
* Support multiple entry, feed, and source authors
* Officially make Python 2.4 the earliest supported version
* Support Python 3
* Bug fixes, bug fixes, bug fixes
2011-01-28 01:41:06 +00:00
shattered
a01f007099 Remove patch hunks that disable --recheck in GNU configure scripts.
These were generated, apparently, by mk/configure/gnu-configure.mk
(configure-scripts-override target).
2011-01-25 22:22:13 +00:00
markd
dff08cfa2a Explicitly disable nls to match PLIST. 2011-01-25 11:29:54 +00:00
minskim
7d11c9babb py-X needs basic TeX and LaTeX commands only; it does not require the
complete TeX system.
2011-01-23 03:00:04 +00:00
adam
50a9e1edd4 Dynamic library names are handled automatically in PkgSrc 2011-01-20 11:27:11 +00:00
adam
620dfbb67d Changes 3.38:
Bug fixes:
   Fixed my bungled installation of Bader's patch allowing EPS previews
   Fiddled with prg2lout.c hoping to fix its intermittent crash bug
 Converted "non-zero exit status of filter" from a fatal error to a
   warning, so the unfixed prg2lout error has fewer repercussions
2011-01-20 09:46:55 +00:00
hubertf
35a240a54c Fix broken URL for rfc-index.txt download.
Bump version to rfcutil-3.2nb5
2011-01-19 22:13:04 +00:00
minskim
d9888f5063 Update tex-xmltex{,-doc} to TeX Live r18835. No functional change. 2011-01-17 22:31:53 +00:00
wiz
d7346151ca + fop. 2011-01-16 09:59:50 +00:00
wiz
90aa2a6d67 Try merging fop-1.0. 2011-01-16 09:58:37 +00:00
wiz
c0d5131462 Initial import of fop-1.0 from pkgsrc-wip, packaged by Francois Tigeot.
FOP is a print formatter driven by XSL formatting objects (XSL-FO).
It is a Java application that reads a formatting object (FO) tree
and renders it into a specified output.
Many output formats are supported, including PDF, PS, PCL, AFP, XML,
Print, AWT, Tiff, PNG, RTF, TXT. The primary output target is PDF.
2011-01-16 09:56:01 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
wiz
0389df22fe Add post-release patch from upstream that joerg deems critical.
Ride update.
2011-01-13 10:14:16 +00:00
wiz
c5419a9475 Update to 1.10.9:
Many back-end fixes have been implemented: argument handling
(quoting), man improvements, error/warning classes, and many more.

Initial tbl functionality (see the "TS", "TE", and "T&" macros in
the roff manual) has been merged from tbl.bsd.lv. Output is still
minimal, especially for -Thtml and -Txhtml, but manages to at least
display data. This means that mandoc now has built-in support for
two troff preprocessors via libroff: soelim and tbl.
2011-01-13 09:39:41 +00:00
obache
2e17e6d3e8 Update json-glib to 0.12.2.
Overview of changes for 0.12.2
==============================
* Build fix on win32
* Implement support for bare values in JsonGenerator
* Do not require GLib 2.20 for the test suite
* Do not lose precision when serializing floating point values
* Improve introspection data
2011-01-12 09:02:57 +00:00
drochner
f2017d1695 update to 0.20.4
changes:
-bugfixes
-translation updates
2011-01-11 19:37:00 +00:00
taca
11f823a651 Reset PKGREVISION because of base php5/php53 version's updates. 2011-01-07 09:25:16 +00:00
drochner
0f9cb99c3a add 3 patches from gnome git:
-fix realloc error handling bug
-fix potential double free (CVE-2010-4494 / SA42721)
bump PKGREVISION
2011-01-03 12:17:43 +00:00
wiz
4e6116b6be Accept 2011. Bump version. 2011-01-02 12:40:37 +00:00
adam
95f94f50e3 Allow unprivileged build (PR#44241); switched to .tar.bz2 to save 7MB; updated homepage. 2010-12-27 19:04:49 +00:00
wiz
1e25e288f1 Update to 1.10.8:
24-12-2010: version 1.10.8

Significant improvements merged from OpenBSD downstream, including

    * many new roff components,
    * in-line implementation of troff's soelim,
    * broken-block handling,
    * overhauled error classifications, and
    * cleaned up handling of error conditions.

Also overhauled the -Thtml and -Txhtml output modes. They now
display readable output in arbitrary browsers, including text-based
ones like lynx. See HTML and XHTML manuals in the DOCUMENTATION
section for examples. Attention: available style-sheet classes have
been considerably changed! See the example.style.css file for
details. Lastly, libmdoc and libman have been cleaned up and reduced
in size and complexity.
2010-12-25 12:12:28 +00:00
wiz
fe57baf7bd Update to 1.6.5:
2010-12-14:  Version 1.6.5 released

Version 1.6.5 of PyEnchant has been released, with the following changes:

    * restore compatability with Python 3 (including 3.2 beta1)
    * fix unittest DeprecationWarnings on Python 3
    * statically compile libstdc++ into pre-built windows binaries

2010-12-13:  Version 1.6.4 released

Version 1.6.4 of PyEnchant has been released, with the following changes:

    * DictWithPWL: use pwl and pel to adjust the words returned by suggest()
    * Fix tokenization of utf8 bytes in a mutable character array
    * get_tokenizer(): pass None as language tag to get default tokenizer
    * prevent build-related files from being included in the source tarball
2010-12-23 00:26:09 +00:00
taca
9221c9e092 Update pear-File_Find package to 1.3.1.
1.3.1		2010-10-05 15:13 UTC

Changelog:

QA release
package 2.0
Bug #2132 Doc state &search() can be called statically. It isn't true.
Bug #2773 Directories with other directories named 0
Bug #4669 Repeated calls to search or maptree return multiple copies of results
Bug #4983 Error in install
Bug #4994 Close TODO
Bug #7966 File_Find Stream Support
Bug #14816 Unit test failures
2010-12-22 15:48:47 +00:00
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
obache
86fdf48a78 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
94a5061cd3 Fix installation. 2010-10-12 22:15:42 +00:00
joerg
5e6fef22bd Stop removing .la files to be helpful. Bump revision. 2010-10-12 16:41:43 +00:00
abs
9c4a5ece01 MAKE_JOBS_SAFE=no 2010-09-29 09:01:41 +00:00
taca
fec9799a21 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
2a9e50a5db PLIST fix 2010-09-27 10:29:22 +00:00
wiz
639ab78302 Add mips64 for OpenBSD, from jmc@openbsd. 2010-09-26 15:20:10 +00:00
sno
04394f50ef 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
9e4978df82 Remove empty value of LICENSE. 2010-09-23 09:22:13 +00:00
taca
152febf61d 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
f718f031aa Updating textproc/p5-Text-SpellChecker from 0.07 to 0.08
Upstream changes:
None noted
2010-09-22 05:48:20 +00:00
sno
696c40918a 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
9f0696fd6a Update to 2.39:
let people grab https urls (tx Romain)
2010-09-19 14:05:35 +00:00
wiz
8b6f75166f 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
1e91bfe613 Update to 1.01, changes undocumented. Set LICENSE. Please pkglint. 2010-09-19 11:20:37 +00:00
wiz
e4d0f6f10b 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
ee59fa6168 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
145e87fb36 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
0cc513842b 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
81c4789c09 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
200e3c4a04 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
34b9f4bfbf Update DISTFILES for TeX Live 2010. No functional change. 2010-09-14 00:18:08 +00:00
taca
ca9b74e90d * 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
2dbc1d461e 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
97b1178b48 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
76187a7f9c Make makeindexk build with kpathsea-6.0.0. 2010-09-13 04:47:12 +00:00
wiz
e2366f9c37 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
f75fdde13f 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
d58272bb84 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
0165dde53d 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
8c51386caf 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
e3dec99a75 Add and enable ruby-treetop. 2010-09-12 01:54:29 +00:00
taca
72dfacb9cd 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
44d65a43ac Add and enable ruby-stringex. 2010-09-11 07:43:17 +00:00
taca
ca473be919 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
9825f511d3 * 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
095ad851f9 Remove redundant PKGNAME. 2010-09-10 08:50:55 +00:00
taca
47b66c3a55 * 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
99f8f24e3e * Avoid to use "ftools" which has deprecated in ruby19. 2010-09-10 08:49:55 +00:00
taca
f591cb2536 Update textproc/ruby-xmlparser to 0.7.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add PKG_DESTDIR_SUPPORT.
* Ajust new ruby package's framework.


Changes of version 0.7.1

    * convert the encoding of an input string automatically (Ruby 1.9.1).

Changes of version 0.7.0

    * suppot Ruby 1.9.1.
    * remove some experimental libraries.
    * remove all example programs.
2010-09-10 08:48:31 +00:00
taca
0d18c34cb1 Update textproc/ruby-will-paginate to 2.3.14.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


= 2.3.12, released 2009-12-01

* make view helpers "HTML safe" for Rails 2.3.5 with rails_xss plugin

= 2.3.11, released 2009-06-02

* fix `enable_actionpack`

= 2.3.10, released 2009-05-21

* count_by_sql: don't use table alias with any adapters starting with "oracle"
* Add back "AS count_table" alias to `paginate_by_sql` counter SQL

= 2.3.9, released 2009-05-29

* remove "AS count_table" alias from `paginate_by_sql` counter SQL
* Rails 2.3.2 compat: monkeypatch Rails issue #2189 (count breaks has_many :through)
* fix generation of page URLs that contain the "@" character
* check for method existance in a ruby 1.8- and 1.9-compatible way
* load will_paginate view helpers even if ActiveRecord is not loaded

== 2.3.8, released 2009-03-09

* Rails 2.3 compat: query parameter parsing with Rack

== 2.3.7, released 2009-02-09

* Removed all unnecessary &block variables since they cause serious memory damage and lots of subsequent gc runs.

== 2.3.6, released 2008-10-26

* Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists

== 2.3.5, released 2008-10-07

* update the backported named_scope implementation for Rails versions older than 2.1
* break out of scope of paginated_each() yielded block when used on named scopes
* fix paginate(:from)

== 2.3.4, released 2008-09-16

* Removed gem dependency to Active Support (causes trouble with vendored rails).
* Rails 2.1: fix a failing test and a deprecation warning.
* Cope with scoped :select when counting.

== 2.3.3, released 2008-08-29

* Ensure that paginate_by_sql doesn't change the original SQL query.
* RDoc love (now live at http://gitrdoc.com/mislav/will_paginate/tree/master)
* Rename :prev_label to :previous_label for consistency. old name still functions but is deprecated
* ActiveRecord 2.1: Remove :include option from count_all query when it's possible.

== 2.3.2, released 2008-05-16

* Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
* Ensure that 'href' values in pagination links are escaped URLs

== 2.3.1, released 2008-05-04

* Fixed page numbers not showing with custom routes and implicit first page
* Try to use Hanna for documentation (falls back to default RDoc template if not)

== 2.3.0, released 2008-04-29

* Changed LinkRenderer to receive collection, options and reference to view template NOT in
  constructor, but with the #prepare method. This is a step towards supporting passing of
  LinkRenderer (or subclass) instances that may be preconfigured in some way
* LinkRenderer now has #page_link and #page_span methods for easier customization of output in
  subclasses
* Changed page_entries_info() method to adjust its output according to humanized class name of
  collection items. Override this with :entry_name parameter (singular).

    page_entries_info(@posts)
    #-> "Displaying all 12 posts"
    page_entries_info(@posts, :entry_name => 'item')
    #-> "Displaying all 12 items"

== 2.2.3, released 2008-04-26

* will_paginate gem is no longer published on RubyForge, but on
  gems.github.com:

    gem sources -a http://gems.github.com/  (you only need to do this once)
    gem install mislav-will_paginate

* extract reusable pagination testing stuff into WillPaginate::View
* rethink the page URL construction mechanizm to be more bulletproof when
  combined with custom routing for page parameter
* test that anchor parameter can be used in pagination links
2010-09-10 08:42:59 +00:00
taca
3c19cf3a8c * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:41:24 +00:00
taca
b60e87608e * Remove redundant PKGNAME.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.
2010-09-10 08:40:56 +00:00
taca
f8387d5d68 Update textproc/ruby-simple-rss to 1.2.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.
2010-09-10 08:40:15 +00:00
taca
7f03058be9 * Remove RUBY_HAS_ARCHLIB.
* Add patches to support both ruby18 and ruby19.

No functional change.
2010-09-10 08:39:27 +00:00
taca
e979099770 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.
2010-09-10 08:37:41 +00:00
taca
0f642d7fb2 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-10 08:36:45 +00:00
taca
2c0e0ddcd4 Update textproc/ruby-redcloth to 4.2.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Remove RUBY_HAS_ARCHLIB.


=== 4.2.3 / March 1, 2010

* Allow quotes in styles so you can do things like listing font-families. [Jason Garber]
* Fix uninitialized constant Gem::Specification::PLATFORM_CROSS_TARGETS in Rails [Jason Garber]
* Allow uppercase letters in class and ID attributes even though it's invalid [Jason Garber]
* Fix compatibility with newer Echoe, by using full-name for Platform [Flameeyes]
* Fixes for PPC/PPC64 [Flameeyes]
* Added a modified copy of 'Textile Reference' to a doc folder [codesponge]
* Add footnote return links [Jonathan Rudenberg]
* Add bug report link to the README

=== 4.2.2 / June 30, 2009

* Fix regression where percent wasn't accepted in style attribute. [Jason Garber]

=== 4.2.1 / June 16, 2009

* Fix regression where period wasn't accepted in style attribute. [Jason Garber]
2010-09-10 08:35:57 +00:00
taca
1733c796a8 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Tweak CONFLICTS pattern.
* Make buildlink3.mk support ruby18 and ruby19.
2010-09-10 08:35:16 +00:00
taca
17a93aa8f7 Update textproc/ruby-plist to 3.1.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


2010-02-23:
 * Ruby 1.9.x compatibility!

2010-02-16:
 * excise a bunch of unnecessary @@ variables
 * fix up some tests for cross-version compatibility

2010-02-14:
 * generalized cleanup:
   * fix old file headers
   * modernize rakefile
   * clean up rdoc

2010-01-08:
 * move from RubyForge Subversion to GitHub

2007-02-22 (r81):
 * make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here).  Test and idea contributed by Chuck Remes.

2006-09-20 (r80):
 * tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
2010-09-10 08:33:30 +00:00
taca
d9682d2298 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.

No functional change.
2010-09-10 08:32:29 +00:00
taca
e7740292c7 * Add LICENSE.
* Avoid to use "ftools" which has deprecated in ruby19.

No functional change.
2010-09-10 08:30:42 +00:00
taca
2c8d98831a Update textproc/ruby-nokogiri to 1.4.3.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are too many to write here, please refer CHANGELOG.rdoc.
2010-09-10 08:29:06 +00:00
taca
3b7e33fe5e Update oniguruma to 5.9.2.
* Add LICENSE.

History

2010/01/09: Version 5.9.2

2010/01/05: [bug]  fix utf16be_code_to_mbc() and utf16le_code_to_mbc().
2008/09/16: [bug]  fix memory leaks in parse_exp().
2008/08/01: [bug]  fix memory leaks.
2008/06/17: [bug]  invalid type of argument was used
                   in onig_st_lookup_strend().
2008/06/16: [bug]  invalid CaseFoldMap entry in ISO-8859-5. 0xdf -> 0xde
2008/02/19: [new]  add: onig_reg_init().
2008/02/19: [new]  add: onig_free_body().
2008/02/19: [new]  add: onig_new_without_alloc().
2008/02/19: [API]  rename onig_alloc_init() to onig_reg_init(),
                   and argument type changed.
2008/01/31: [impl] move UTF16_IS_SURROGATE_XXX() to regenc.h.
2008/01/30: [bug]  (thanks akr)
                   fix euctw_islead().
2008/01/23: [bug]  update enc/koi8.c.
2010-09-10 08:26:38 +00:00
taca
34628602de * Add a patch to support both ruby18 and ruby19.
* Remove RUBY_HAS_ARCHLIB.

No functional change.
2010-09-10 08:25:16 +00:00
taca
f45d64a0a2 Remove * Remove RUBY_HAS_ARCHLIB. 2010-09-10 08:22:56 +00:00
taca
b1096882d1 Update textproc/ruby-maruku to 0.6.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are unknown.
2010-09-10 08:22:12 +00:00
taca
4ec2109942 Update textproc/ruby-markaby to 0.7.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.

= 0.7.1 (2010-08-19)

* Rails fixes for form_for called from erb templates

= 0.7.0

* Sinatra 1.0 support
* Full Tilt 1.0+ support, including "yield" support for layouts

= 0.6.10

* Rails fixes for form_for + content_for

= 0.6.9

* Bug fix for url_for.  Previously, you'd need to capture { *_path } instead of
  using the named route directly.  Only affected rails 2.3.4+.

= 0.6.8 (2010-06-03)

* Add a regression for issue Github #17 (for judofyr / Camping)

= 0.6.7 (2010-06-02)

* Add rails support for 2.3.5 - 2.3.8
* Improved rails documentation

= 0.6.6 (2010-06-01)

* ruby 1.9.1 support.  Closes Github Issues #10 & #11.
* Removed Tilt deprecation warnings

= 0.6.4

* Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate:
    Markaby::Builder.new { 'foo' }.to_s #=> "foo"

* Fix critical bug with form_for, which was raising an error
* Introduce proxy object for form_for:

    form_for :foo do |f|
      f.text_field :bar
      f.text_field :baz
    end

* Remove support for rails 2.1.x series.  We'll accept patches for them, if anyone cares enough.

== 0.6.2 / 0.6.3

* Add basic support for the Tilt templating engine (used with Sinatra):

  require 'markaby'
  require 'markaby/tilt'

== 0.6.1

* Support the following rails versions:
    1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 2.1.0, 2.1.1, 2.1.2, 2.2.0,
    2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.4
* Only run rails tests when inside a rails plugins
* Run tests of the various versions of rails with garlic
* Start conversion to rspec.  Use test/spec temporarily until conversion is done.

= 0.6
=== 23 August, 2009

* Canonical repo changed to http://github.com/joho/markaby
* Gem moved to Github (using jeweler)
* Rails init process changed to work with rails > 2.1
* Default attributes on the root (<html>) element can now be overidden
* Reworked CssProxy, allowing attributes on hr and br
* Added Kernel#mab convenience method (require 'markaby/kernel_method')
* WhenOnRails: Can now use :locals with render_markaby
* WhenOnRails: Template errors now report line number
2010-09-10 08:21:04 +00:00
taca
607b9fc3cc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 08:20:01 +00:00
taca
de2282d95f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
2010-09-10 08:19:16 +00:00
taca
bd3fea233f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 08:18:49 +00:00
taca
e8c2339e34 Update textproc/ruby-itex2MML to 1.3.25.
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Add PKG_DESTDIR_SUPPORT.

No exact changes are available.
2010-09-10 08:15:55 +00:00
taca
826e61ee33 Remove redundant PKGNAME. 2010-09-10 08:14:55 +00:00
taca
48af51e7ca No MASTER_SITES nor HOMEPAGE aren't available now. 2010-09-10 08:14:36 +00:00
taca
e64bfb22e8 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:13:52 +00:00
taca
33bc46bb6c Update textproc/ruby-hikidoc to 0.0.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Ajust new ruby package's framework.


!! Changes 0.0.6 from 0.0.5: 2010-08-28

* fix missing NEWS.ja for packaging
2010-09-10 08:13:23 +00:00
taca
b6e05b1135 Update textproc/ruby-haml to 3.0.18.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many, please refer http://haml-lang.com/ in detail.
2010-09-10 08:12:14 +00:00
taca
db9cfa491f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove redundant PKGNAME.
2010-09-10 08:10:44 +00:00
taca
7bcc88a618 Update textproc/ruby-feed-normalizer to 1.5.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.
2010-09-10 08:09:41 +00:00
taca
28a569e243 Update textproc/ruby-fastercsv to 1.5.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.


== 1.5.3

* A bug fix from Timothy Elliott to return the new parser to its strict quote
  tolerance.

== 1.5.2

* A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman.
* Added support for <tt>:write_headers => false</tt> to Table.to_csv().

== 1.5.1

* A bug fix for deleting blank Table rows from Andy Hartford.
* Added gem build instructions.

== 1.5.0

* The main parser has been rewritten by Timothy Elliott to avoid big input
  issues with Ruby 1.8's regex engine.  This makes FasterCSV handle more inputs
  gracefully.
* FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9.
* Included a missing file so the tests will run in source packages.

== 1.4.0

* Added encoding support patch from Michael Reinsch.
* Improved inspect() messages for better IRb support.
* Fixed header writing bug reported by Dov Murik.
* Use custom separators in parsing header Strings as suggested by Shmulik Regev.
* Added a <tt>:write_headers</tt> option for outputting headers.
* Handle open() calls in binary mode whenever we can to workaround a Windows
  issue where line-ending translation can cause an off-by-one error in seeking
  back to a non-zero starting position after auto-discovery for
  <tt>:row_sep</tt> as suggested by Robert Battle.
* Improved the parser to fail faster when fed some forms of invalid CSV that can
  be detected without reading ahead.
* Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and
  prevent the parser from biting off more data than it can chew.
2010-09-10 08:08:14 +00:00
taca
cd93fce038 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Restrict to RUBY18 only.
2010-09-10 08:07:30 +00:00
taca
b4396f3951 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:07:00 +00:00
taca
68ea972b02 Update textproc/ruby-coderay to 0.9.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Enable HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many please refer http://coderay.rubychan.de/ for
detail.
2010-09-10 08:06:27 +00:00
taca
219f840910 * Remove redundant PKGNAME. 2010-09-10 08:03:39 +00:00
taca
3164c7904f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* pdate HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-10 08:03:08 +00:00
taca
c789fe1067 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Switch to bluecloth 2.0.7.
Please refer http://www.deveiate.org/projects/BlueCloth for detail.
2010-09-10 08:02:26 +00:00
taca
28ac9b4b22 * Add LICENSE.
* Remove redundant PKGNAME.
2010-09-10 08:00:53 +00:00
sno
d7ee6f1cd9 Updating textproc/p5-Pod-Tree from 1.16nb1 to 1.17
pkgsrc changes:
- add license definition

Upstream changes:
1.17	2010 Jun 21
	pods2html
	- quote paths in REs
2010-09-09 21:19:16 +00:00
tez
be6f9ce632 fix build using solaris ld which is more picky about not ignoring bogus
stuff in the symbol file, by copying to an alternate file and patching.
based on info from http://www.mail-archive.com/xml@gnome.org/msg07624.html
2010-09-08 13:53:00 +00:00
sno
f35d372476 Updating textproc/p5-Text-RecordParser from 1.4.0nb1 to 1.5.0
Upstream changes:
1.5.0   July 21 2010
-   Some small changeds to be more defensive about non-existent fields
2010-09-08 05:26:37 +00:00
taca
bb99299a80 * Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.

No functional change.
2010-09-07 17:20:24 +00:00
wiz
99200abd2d Update to 2.09:
2.09 Thu 19 Aug 2010 16:08:20 BST
    - Add set_encoding() for export - Stefan

2.08 Tue Jul 13 08:47:58 BST 2010
    - Doc fix (Blair Christensen)
2010-09-06 11:03:55 +00:00
wiz
6f14fcbe52 Update to 0.07, please pkglint:
0.07    Wednesday 25th August, 2010
        Switch to ExtUtils::MakeMaker as Module::Build got
        uppity and started generating bad Makefile.PL files

0.06	Friday 20th August, 2010
	Fix case with ' in entities (Richard Russo)
2010-09-06 11:03:06 +00:00
obache
d4a2b4b331 Update ruby-json{,_pure} to 1.4.6.
2010-08-09 (1.4.6)
  * Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23,
    always create a new object from the state prototype.
  * Made pure and ext api more similar again.
2010-08-07 (1.4.5)
  * Manage data structure nesting depth in state object during generation. This
    should reduce problems with to_json method definіtions that only have one
    argument.
  * Some fixes in the state objects and additional tests.
2010-08-06 (1.4.4)
  * Fixes build problem for rubinius under OS X, http://github.com/flori/json/issues/closed#issue/25
  * Fixes crashes described in http://github.com/flori/json/issues/closed#issue/21 and
    http://github.com/flori/json/issues/closed#issue/23
2010-09-05 02:13:51 +00:00
schmonz
d03caff7ce Update to 1.0.21.0. From the changelog:
- Avoid importing isa from UNIVERSAL to fix Perl 5.12 deprecation
	  warning (Debian bug#578559).
	- Fix testcase t/04functions.t to work with Perl compiled with
	  -Duselongdouble (Debian bug#578558).
	- Wrap Document::add_boolean_term() (new in C++ API in 1.0.18).
	- Add test coverage for Document::remove_term().
	- Add wrappers for the spelling correction functionality (ticket#420).
	- Fix to build with compilers other than GCC by disabling Perl's
	  #define for bool.  (ticket#404)
	- Improve documentation of QueryParser::set_default_op() and
	  QueryParser::get_default_op().
	- examples/: Use MSet::items() (new in 1.0.13.1).
	- examples/simpleexpand.pl: Remove debug print statement left in by
	  accident.
	- Add dependency to regenerate Makefile if Xapian.pm changes (since the
	  former contains a version number extracted from the latter).
	- Add better test coverage for MatchDecider.
	- Run POD coverage tests if TEST_POD_COVERAGE is set rather than
	  TEST_POD so that the other POD tests can easily be enabled without
	  enabling the coverage tests.
2010-09-05 01:22:12 +00:00
sno
75101072dd Updating textproc/p5-Text-FindIndent from 0.08nb1 to 0.09
Upstream changes:
0.09
	- Add vim-commands output.
2010-09-01 21:42:57 +00:00
sno
769ccc89f9 Updating textproc/p5-YAML from 0.71nb1 to 0.72
Upstream changes:
version: 0.72
date:    Wed Sep 1 11:54:00 AEST 2010
changes:
- Upgrade to Module::Install 1.00
- Upgraded author tests via new ADAMK release automation
- Normalise Ingy's name to ASCII in Makefile.PL so that we don't have
  Unicode in our own META.yml
2010-09-01 20:30:33 +00:00
sno
8d6ed9c95a Updating textproc/p5-YAML-Syck from 1.12nb1 to 1.14
Upstream changes:
[Changes for 1.14 (YAML::Syck 0.37 ) - 2010-08-03]
* RT RT60771 - Further refactor for JSON. if a number is a valid
  perl string, quote it. "1" + "1" = "11" in javascript.
* add YAML tests to make sure HEX and octal preserve their information
2010-08-31 05:12:29 +00:00
obache
1e2246ad2c Remove unwanted PLIST entry. 2010-08-31 01:00:56 +00:00
wiz
703b62ad32 Mark "IMPLEMENTATION NOTES" and "COMPATIBILITY" as NetBSD only. Bump version. 2010-08-30 12:20:44 +00:00
obache
bdd735a0f7 No need gtkdoc-rebase workaround anymore. 2010-08-29 09:15:50 +00:00
seb
ece66c66f9 Add & enable xml-coreutils 2010-08-29 07:48:47 +00:00