Commit graph

1236 commits

Author SHA1 Message Date
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
obache
19af4adb48 Update skf to 0.99.0.
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-12 13:50:22 +00:00
ryoon
b01a297777 Conflict with dos2unix. 2012-04-11 17:48:54 +00:00
ryoon
21473a25db Add dos2unix 2012-04-11 17:46:50 +00:00
ryoon
cb50cece1a Import dos2unix-5.3.3 as converters/dos2unix.
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-11 17:45:39 +00:00
wiz
c595076396 All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08 20:21:41 +00:00
wiz
ee98692a5f Update to 0.2.4:
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-07 15:08:02 +00:00
rhaen
a12efef33f Updated to 1.14
Changes:
1.14  Sat Mar 10 13:34:53 2012
    - avoid "use Test".
2012-04-01 19:11:52 +00:00
rhaen
bcbe9b83ab Updated to 0.89
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-04-01 19:09:33 +00:00
wiz
3f356031e6 Fix build with clang. 2012-03-28 15:16:34 +00:00
wiz
b19e13173c Make Nm in man page match file name. Bump PKGREVISION. 2012-03-17 22:30:20 +00:00
obache
3adafa1c29 Update skf to 1.97.5.
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-17 15:03:29 +00:00
taca
a0a31fb060 Update ruby-unf pacakge to 0.0.5.
* Update HOMEPAGE.
* Exact Changes are unknown.
2012-03-17 14:08:15 +00:00
wiz
dd1c28cebe + libvisio. 2012-03-16 17:41:09 +00:00
wiz
7bdf141cbd Initial import of libvisio-0.0.15, packaged for wip by Francois Tigeot.
Libvisio is library providing ability to interpret and import visio
diagrams into various applications.
2012-03-16 17:40:37 +00:00
markd
5e77835ff8 Add LICENSE. 2012-03-10 20:20:59 +00:00
markd
27907fb21b Update to 2.45
- fixed bug with umlauts
        - fixed bug with UTF-8 characters
        - added --underline_delimiter option.
2012-03-10 20:08:13 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
shattered
2f6c837daa Fix PR/42308 "munpack no longer preserve filenames", using the patch from
Debian bug 212283.
2012-02-22 21:01:53 +00:00
hans
25e1487aff Fix build on SunOS. 2012-02-16 18:05:09 +00:00
hans
40067857c7 Remove set but unused variable. 2012-02-16 18:04:08 +00:00
wiz
5190897801 Sort. 2012-02-16 14:44:45 +00:00
gls
6e092b61ae Update converters/py-simplejson to 2.1.3.
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-15 22:18:15 +00:00
gls
e387de1586 Update converters/zbase32 to 1.1.3.
pkgsrc changes:
- /usr/bin/env python is no longer valid as an interpreter.

upstream changes:

Unknown.
2012-02-12 20:02:53 +00:00
gls
49bf50c360 Update converters/py-zfec to 1.4.22.
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 19:55:09 +00:00
abs
d8e13bf0b7 +p5-Unicode-Collate +p5-Unicode-Normalize 2012-02-12 18:50:52 +00:00
abs
d5cbf5df10 Added converters/p5-Unicode-Collate version 0.87
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-12 18:49:08 +00:00
abs
ffef24736c not quite so many tabs 2012-02-12 18:47:33 +00:00
abs
d08b364808 Added converters/p5-Unicode-Normalize version 1.13
Unicode::Normalize - Unicode Normalization Forms

(imported and updated from wip)
2012-02-12 18:40:42 +00:00
minskim
061145c12b Update bibtex2html to 1.97.
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-10 17:12:48 +00:00
sbd
b25c6345de Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
2012-02-07 06:36:35 +00:00
wiz
6c9c77e597 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:42 +00:00
joerg
1c6e59a77b Don't use non-ASCII character literals. 2012-01-23 08:07:17 +00:00
obache
a25d097bf2 distutils pkg, register egg-info.
Bump PKGREVISION.
2012-01-23 07:57:25 +00:00
obache
8646fba441 distutils pkg, register egg-info.
Bump PKGREVISION.
2012-01-23 07:54:23 +00:00
tez
7f78db34a5 add patch for CVE-2011-4919 (bad permissions on created files) 2012-01-10 21:09:55 +00:00
obache
36e62721a4 Let to allow installing compressed document for the case of MANZ=yes.
Bump PKGREVISION.
2011-12-23 11:32:37 +00:00
dholland
2e950d354b Include lib/error.c in librecode.so, or else librecode.so ends up with
an undefined symbol "error". Fix mostly from PR 32253, from Evaldo
Gardenali, six years ago. (sigh)

PKGREVISION -> 6
2011-12-20 17:22:25 +00:00
dholland
7872f0263b Sort. 2011-12-20 17:20:02 +00:00
taca
168072bc79 Add and enable ruby-unf and ruby-unf_ext. 2011-12-14 16:59:04 +00:00
taca
a08f1da70f Importing converters/ruby-unf 0.0.4.
This is a wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.
2011-12-14 16:57:37 +00:00
taca
4ac40c6d87 Importing converters/ruby-unf_ext 0.0.4.
Unicode Normalization Form support library for CRuby.
2011-12-14 16:56:45 +00:00
ryoon
4d749ff380 Update to 3.2.0
* Remove obsolete patches.

Changelog:
Version 3.2.0 (2011.11.26)
------------------------
* "--dpi" (or "-d") option has been added to qrencode. This option set DPI
  information in an output PNG image. (Thanks to David Dahl)
* New option "--enable-thread-safety" has been added to the configure script
  that makes the library thread-safe. It is enabled by default.
* QRcode_encodeData(), QRcode_encodeDataMQR, QRcode_encodeDataStructured() have
  been added for binary data encoding including '\0'.
* Typo and bug fixes.
* Experimental Micro QR Code support has been added.
* "--micro" (or "-M") option for Micro QR Code has been added to qrencode.
  (experimental)

Release Note:
Binary data including '\0' is now supported. To encode a binary data, give "-8"
option to qrencode, and let qrencode obtain data via standard input like
"qrencode -8 -o output.png < binary". "--dpi" and "-d" are also added to embed
DPI information to PNG file.

A bug in the mask pattern evaluation routine has been fixed. In some cases,
libqrencode may generate a different symbol from the one that was generated by
the prior libqrencode because of this bug fix, but the embedded data are not
affected. The symbols generated by the old libqrencode are valid.

Experimental support of Micro QR Code encoder has been added. Some functions
(QRcode_*MQR()) have been added to the library. The command line tool generates
Micro QR Code when "--micro" or "-M" is given.
2011-12-13 21:44:36 +00:00
sbd
8eca42f859 Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
sbd
9672dc02f3 Add missing devel/zlib buildlink.
Bump PKGREVISION
2011-11-26 04:39:19 +00:00
hiramatsu
74a9a71719 Add p5-Convert-Color. 2011-11-16 06:31:48 +00:00
hiramatsu
2c7fa5821d Import Convert::Color into converters/p5-Convert-Color which is required
to update textproc/p5-Text-Sass.

This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.
2011-11-16 06:30:56 +00:00
hiramatsu
72992a3bec Add LICENSE. 2011-11-08 07:37:46 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
hiramatsu
399d8f0281 Update p5-p5-MARC-Charset to 1.33.
Changes from previous:
1.33 Thu Aug  4 23:25:14 EDT 2011
    - move build_db() to separate .PL script so that module can be
      built even if Class::Accessor and other dependencies aren't
      available before Makefile.PL is run.
    - list GDBM_File as an explicit dependency, assome distributions
      like ActivePerl don't include it even though it is a
      core module.

1.32 Thu Jun 30 16:38:32 EDT 2011
    - make sure utf8 flag set in output of marc8_to_utf8

1.31 Thu Sep 30 10:53:00 EDT 2010
    - minor revision to get v1.3 Changes into the CPAN distro :-)

1.3 Wed Sep 29 10:26:49 EDT 2010
    - added latest codetables.xml from
      http://www.loc.gov/marc/specifications/codetables.xml (thanks to
      Mark Muehlhaeusler for noticing that there were some Arabic updates.
      I reapplied the changes that François Charette suggested in v0.98
      which are still not present in LC's codetable :-(
2011-10-06 15:06:07 +00:00