summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2012-05-12Add CONFLICTS with new man-pages package. For details, seewiz1-1/+3
man-pages/Makefile.
2012-05-06Build fix for latest glib2.dholland2-1/+17
2012-05-06Set both BUILDLINK_ABI_DEPENDS and BUILDLINK_API_DEPENDS correctlydholland1-3/+3
(with +=, not ?=) caught by pkglint
2012-04-22Fix path after import.wiz1-2/+2
2012-04-22+ libcdr.wiz1-1/+2
2012-04-22Initial import of libcdr-0.0.6 from wip, packaged by Francois Tigeot.wiz5-0/+296
Libcdr is a library providing the ability to interpret and import Corel Draw drawings into various applications. You can find it being used in libreoffice.
2012-04-22Update to 0.0.16:wiz2-6/+6
A better fix that does not alter Bruno's work Adapt the end and start line markers to recent changes of svg:d in LO Read longer integers in one run A bit more of sanity tabs -> spaces Consider svg:x, svg:y, svg:width, svg:height separately Generate SVG for bitmap fill if asked for emtpy, don't use size
2012-04-19Don't depend on GNU inline semantic.joerg2-1/+14
2012-04-15Reset maintainer, developer has left the buildingwiz1-2/+2
2012-04-12Update skf to 0.99.0.obache5-33/+73
skf (1.99.0) experimental; urgency=low * Unicode 6.1 support * Mime related issue fixed. * further fix for nkf compatibility. * added support for ruby 1.9.x -- Seiji Kaneko <efialtes@sourceforge.jp> Thu, 01 Mar 2012 19:40:38 +0900
2012-04-11Conflict with dos2unix.ryoon1-1/+3
2012-04-11Add dos2unixryoon1-1/+2
2012-04-11Import dos2unix-5.3.3 as converters/dos2unix.ryoon5-0/+94
dos2unix includes utilities to convert text files with DOS or MAC line endings to Unix line endings and vice versa. It is an update of Benjamin Lin's implementations.
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz2-4/+4
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-07Update to 0.2.4:wiz5-230/+12
Bump version for possible release Update doxygen.cfg file Ignore the unprintable characters which can appear in the text. Ignore some more files Add -Weffc++ option for GCC to avoid producing crappy code :) Fix build inside a new LibreOffice Add Laurent to main authors (my apology for this forgetful attitude) Fix distcheck in build/win32 Fixing MSVC build Bump version for a possible release + remove autopackage that nobody uses anyway Update of src/conv/ by using libwpd/src/conv as model. Small changes: - in WPS4.cpp: correction of an uninitialized variable, - in WPS8.cpp: small improvement of the footnote/endnote display, - in WPSContentListener.cpp: check that the lists are closed before closing a section. Plant some .gitignore files all around the place Generate ChangeLog on make dist Fix callgraph when footnotes are present check that the property remains in the FOD zone (patch Laurent Alonso) Fix different errors (patch Laurent Alonso) Fix some debug build warnings/errors Cleanup and rewrite of build system (patch Tomas Chvatal) Fix windows gcc build of libwps inside LibreOffice tree (patch Jan Holesovsky <kendy@suse.cz>) It seems that cfod 0x54 is legitimate (patch Urmas D. <davian818@gmail.com>) Update configure.ac to new syntax. Patch of Tomas Chvatal <tchvatal@suse.cz> Rename configure.in to configure.ac Patch of Tomas Chvatal <tchvatal@suse.cz> Fix makefile.am's to new syntax. Patch of Tomas Chvatal <tchvatal@suse.cz> Fix gcc-4.6 build
2012-04-01Updated to 1.14rhaen2-6/+6
Changes: 1.14 Sat Mar 10 13:34:53 2012 - avoid "use Test".
2012-04-01Updated to 0.89rhaen2-6/+6
Changes: 0.89 Sat Mar 10 20:19:11 2012 - avoid "use Test". 0.88 Mon Mar 5 21:56:13 2012 - DUCET is updated (for Unicode 6.1.0) as Collate/allkeys.txt. ! Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - U+9FCC is a new CJK unified ideograph. - The default UCA_Version is 24. - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated. - modified tests: cjkrange.t, compatui.t, hangtype.t, loc_cjkc.t, loc_es.t, loc_estr.t, overcjk0.t, overcjk1.t, version.t in t.
2012-03-28Fix build with clang.wiz4-6/+52
2012-03-17Make Nm in man page match file name. Bump PKGREVISION.wiz2-4/+4
2012-03-17Update skf to 1.97.5.obache3-10/+10
skf (1.97.5) * fix crash in certain environment with --show-supported-charset * fix tscii support is broken. * fix python extension configuration settings. * fix debug opt initialization bug
2012-03-17Update ruby-unf pacakge to 0.0.5.taca3-11/+11
* Update HOMEPAGE. * Exact Changes are unknown.
2012-03-16+ libvisio.wiz1-1/+2
2012-03-16Initial import of libvisio-0.0.15, packaged for wip by Francois Tigeot.wiz5-0/+399
Libvisio is library providing ability to interpret and import visio diagrams into various applications.
2012-03-10Add LICENSE.markd1-1/+2
2012-03-10Update to 2.45markd2-7/+6
- fixed bug with umlauts - fixed bug with UTF-8 characters - added --underline_delimiter option.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz5-10/+10
2012-02-22Fix PR/42308 "munpack no longer preserve filenames", using the patch fromshattered3-5/+16
Debian bug 212283.
2012-02-16Fix build on SunOS.hans3-3/+10
2012-02-16Remove set but unused variable.hans3-4/+41
2012-02-16Sort.wiz1-2/+2
2012-02-15Update converters/py-simplejson to 2.1.3.gls3-7/+10
Upstream changes: Version 2.1.3 released 2011-01-17 * Support the sort_keys option in C encoding speedups http://code.google.com/p/simplejson/issues/detail?id=86 * Allow use_decimal to work with dump() http://code.google.com/p/simplejson/issues/detail?id=87 Version 2.1.2 released 2010-11-01 * Correct wrong end when object_pairs_hook is used http://code.google.com/p/simplejson/issues/detail?id=85 * Correct output for indent=0 http://bugs.python.org/issue10019 * Correctly raise TypeError when non-string keys are used with speedups http://code.google.com/p/simplejson/issues/detail?id=82 * Fix the endlineno, endcolno attributes of the JSONDecodeError exception. http://code.google.com/p/simplejson/issues/detail?id=81
2012-02-12Update converters/zbase32 to 1.1.3.gls3-18/+23
pkgsrc changes: - /usr/bin/env python is no longer valid as an interpreter. upstream changes: Unknown.
2012-02-12Update converters/py-zfec to 1.4.22.gls4-21/+29
pkgsrc changes: - /usr/bin/env police - zfec and zunfec scripts require py-argparse and py-setuptools_trial dependencies. upstream changes: Unknown. Upstream NEWS file stopped at 1.4.5.
2012-02-12+p5-Unicode-Collate +p5-Unicode-Normalizeabs1-1/+3
2012-02-12Added converters/p5-Unicode-Collate version 0.87abs4-0/+30
Unicode::Collate implements Unicode Collation Algorithm (UCA). The UCA provides a specification for how to compare two Unicode strings while remaining conformant to the requirements of The Unicode Standard. The UCA also supplies the Default Unicode Collation Element Table (DUCET), which is data specifying the default collation order for all Unicode characters. (imported and updated from wip)
2012-02-12not quite so many tabsabs1-13/+11
2012-02-12Added converters/p5-Unicode-Normalize version 1.13abs3-0/+28
Unicode::Normalize - Unicode Normalization Forms (imported and updated from wip)
2012-02-10Update bibtex2html to 1.97.minskim3-29/+18
Changes: o fixed translation of \u{a}, removed incorrect translations of \u{n} and \u{N} (contributed by Domenico Bianculli) o bib2bib conditions: support for \u (contributed by Domenico Bianculli)
2012-02-07Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:runsbd1-3/+6
Bump PKGREVISION
2012-02-06Revbump forwiz5-10/+10
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-23Don't use non-ASCII character literals.joerg6-1/+74
2012-01-23distutils pkg, register egg-info.obache2-6/+5
Bump PKGREVISION.
2012-01-23distutils pkg, register egg-info.obache2-4/+6
Bump PKGREVISION.
2012-01-10add patch for CVE-2011-4919 (bad permissions on created files)tez3-7/+20
2011-12-23Let to allow installing compressed document for the case of MANZ=yes.obache2-10/+9
Bump PKGREVISION.
2011-12-20Include lib/error.c in librecode.so, or else librecode.so ends up withdholland3-3/+58
an undefined symbol "error". Fix mostly from PR 32253, from Evaldo Gardenali, six years ago. (sigh) PKGREVISION -> 6
2011-12-20Sort.dholland1-8/+8
2011-12-14Add and enable ruby-unf and ruby-unf_ext.taca1-1/+3
2011-12-14Importing converters/ruby-unf 0.0.4.taca4-0/+38
This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
2011-12-14Importing converters/ruby-unf_ext 0.0.4.taca4-0/+47
Unicode Normalization Form support library for CRuby.