Commit graph

144763 commits

Author SHA1 Message Date
obache
9bfb146725 Update ocrad to 0.18.
Based on patch provided by Uwe Klaus in PR 41617.

2009-05-08  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.18 released.
	* Added a layout analyser able to process arbitrary pages.
	* Added new option `--quiet'.
	* The `--layout' option no more accepts an argument.
	* The `--crop' option now accepts negative coordinates.
	* New recognized letter; 'a' with ring above.
	* Fixed recognition on files with a single big character.
	* Fixed bug that didn't write maxval when saving pgm or ppm.
	* Fixed some includes that prevented compilation with GCC 4.3.0.
	* "make install-info" should now work on Debian and OS X.
	* Makefile.in: Man page is now installed by default.
	* New file testsuite/check.sh.
	* Arg_parser updated to 1.2.
	* Verbosity control of messages has been modified.

2007-06-29  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.17 released.
	* License updated to GPL version 3 or later.
	* `--scale' no more suppresses ORF output.
	* Improved removal of thick frames.
	* Changed `Textline' to accept more than one big initial.
	* Class `Block' renamed to `Blob'.
	* `configure' and `Makefile.in' have been modified to be more
	  GNU-standards compliant.

2006-10-20  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.16 released.
	* Added new option `--filter'.
	* Better algorithm for vertical space detection (blank lines).
	* Some fixes made to `configure' script.
	* Added two new debug levels.
	* Improvements in character recognition.

2006-04-03  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.15 released.
	* Added new argument parser that replaces `getopt_long'.
	* Fixed a bug that prevented compilation with GCC 4.1.

2006-02-15  Antonio Diaz  <ant_diaz@teleline.es>

	* Version 0.14 released.
	* Ocrad is now able to read ppm files.
	* Added new class `Page_image' (256-level greymap).
	* Added automatic and adaptive binarization by Otsu's method.
	* Added new option `--crop'.
	* Added two new chapters `Image Format Conversion' and
	  `Algorithm' to the texinfo file.
	* Target `check' added to Makefile.
	* Changed `ocrad.png' icon to color, one line.
2009-07-11 08:05:06 +00:00
rillig
0280fc4e23 Reformatted and extended the comment so that it can be found by
"make help".
2009-07-11 07:56:25 +00:00
obache
f74d438dc1 Added license information as requested by maintainer via PR 41697. 2009-07-11 05:52:17 +00:00
minskim
2d78e7f4bf Update the section on TeX module packages so that they don't use teTeX
any more.
2009-07-11 05:46:38 +00:00
minskim
51a2dc4983 hugeotp2ocp was removed. 2009-07-11 05:26:16 +00:00
minskim
2396cccb6b hugeotp2ocp is no longer huge; print/web2c's otp2ocp has a default
array size much larger than teTeX's.
2009-07-11 05:24:19 +00:00
dmcmahill
a832c5f952 Updated cad/gerbv to 2.3.0 2009-07-11 01:58:17 +00:00
dmcmahill
85e6f0d6b8 update to gerbv-2.3.0
========================================================================
Release Notes for gerbv-2.3.0
========================================================================
The following is a summary of the changes which went into gerbv-2.3.0.
For a complete list of changes, refer to ChangeLog.

- gerbv:     fixed a minor arc rendering bug in fast mode
- gerbv:     Make the svg/pdf/ps export use a 1:1 scale instead of
             scaling to fit the page.
- configure: Always require cairo now since we make use of some of
             the transformation functions even when using gdk rendering.
- gerbv:     Fix a bug in the vertical scrollbar calculations.
- libgerbv:  Fix a bug where apertures < 10 were potentially ignored in
             some drill files
- gerbv:     Fix clipping bug when viewing files with image offsets
- gerbv:     Fix a bug whereclicking on the message tab caused the keyboard
             accelerators stop working
- gerbv:     Use a reasonable return code when doing command line processing.
- libgerbv:  Improve the macro parser.
- libgerbv:  Allow 0 degree rotation
- libgerbv:  Fix some drill parser bugs
- libgerbv:  Support the Excellon "R" (repeat) command
- testsuite: Add some tests for drill files
- libgerbv:  Fix a bug in the Excellon export which sometimes dropped the first
             element.
- libgerbv:  Fix some additional Excellon export bugs.
- gerbv:     Add the ability to rotate/translate layers
- libgerbv:  Fix the pkgconfig file to include some needed dependencies.
2009-07-11 01:49:54 +00:00
minskim
d28c1f0746 Add tex-kotex. 2009-07-10 23:47:06 +00:00
minskim
bfbcf70dbc Import tex-kotex-0.1.1 as print/tex-kotex.
ko.TeX is a document typesetting system for Korean, developed and
distributed by the Korean TeX Society.
2009-07-10 23:46:18 +00:00
minskim
0623699255 Note PKGREVISION bump of teTeX3-texmf. 2009-07-10 23:41:28 +00:00
minskim
657a4f53fb Resolve conflicts between teTeX-texmf and recently imported or updated
TeX Live packages.

Bump PKGREVISION.
2009-07-10 23:41:07 +00:00
minskim
adafc2b7b5 Note update of tex-memoir. 2009-07-10 23:38:58 +00:00
minskim
5c93968386 Update tex-memoir to 1.6180339e.6.0c.
Many bug fixes since 1.618.  See README in tex-memoir-doc for the
complete list.
2009-07-10 23:38:31 +00:00
minskim
6e107c92d3 Note udpate of tex-xkeyval. 2009-07-10 23:36:33 +00:00
minskim
01b90bb66c Update tex-xkeyval to 2.6a.
Changes since 2.5f:
- General: Altered policy for handling \XKV@rm in nested \setkeys*
  commands: all unknown keys will be recorded, not only the once from
  the outermost \setkeys*
- \XKV@s@tk@ys: Removed \global again for consistent approach of
  \XKV@rm and to allow groups to keep \XKV@rm local
- \XKV@setkeys: Avoid reset of \XKV@rm in nested \setkeys commands
- \XKV@srstate: Removed XKV@rm again on user request
- \@s@lective@sanitize: protecting assignments from #
- General: Added \KV@def to keyval.tex as it is used by some packages
- \XKV@addtomacro@n: protecting assignments from #
- \XKV@addtomacro@o: protecting assignments from #
- \XKV@ch@cksanitize: protecting assignments from #
- \XKV@f@r: protecting assignments from #
- \XKV@for@n: protecting assignments from #
- \XKVV@t@bulate: Solved bug occurring with empty prefix
- \@s@lective@sanitize: Use private scratch register
- \XKV@addtomacro@n: Use private scratch register
- \XKV@addtomacro@o: Use private scratch register
- \XKV@ch@cksanitize: Use private scratch register
- \XKV@f@r: Use private scratch register
- \XKV@for@n: Use private scratch register
2009-07-10 23:36:04 +00:00
minskim
b78d6d0aec Add tex-xkeyval-doc. 2009-07-10 23:26:53 +00:00
minskim
218892a4b2 Import tex-xkeyval-doc-2.6a as print/tex-xkeyval-doc.
This is documentation for tex-xkeyval.
2009-07-10 23:25:59 +00:00
minskim
6fa08a05d7 Add tex-memoir-doc. 2009-07-10 23:24:48 +00:00
minskim
0a781c3a46 Import tex-memoir-doc-1.6180339e.6.0c as print/tex-memoir-doc.
This is documentation for tex-memoir.
2009-07-10 23:23:50 +00:00
abs
a7ddfcc944 PYTHON_VERSIONS_ACCEPTED += 26 2009-07-10 22:22:39 +00:00
minskim
cbaafa1e97 Set LICENSE for lua. 2009-07-10 20:30:21 +00:00
jdolecek
2f79092fae bcmath extension bundled with PHP 5.3 needs a patch to build as an extension module,
switch USE_PHP_EXT_PATCHES on
2009-07-10 20:00:00 +00:00
abs
765a4fc748 Set user-destdir, add (unfortunately) partial patch for NetBSD/m68k 2009-07-10 19:58:12 +00:00
jdolecek
2d5ba2096d change DEPENDS so that it would match any php5* (i.e. also php53) 2009-07-10 19:54:54 +00:00
jdolecek
67b490b2aa fixup description, this package is 5.x now 2009-07-10 19:53:03 +00:00
jdolecek
01ca39bc78 switch databases/php-sqlite to compile using bundled module, rather than
pecl; according to description on PECL site, the pecl extension is obsolete
and no longer maintanted, and it doesn't compile with PHP 5.3
2009-07-10 19:52:08 +00:00
jdolecek
10f8183cd2 www/php-apc updated to 3.1.2 2009-07-10 19:49:34 +00:00
jdolecek
f1f746e482 Update www/php-apc to latest 3.1.2
Changes in 3.1.2:
- pecl package.xml/build fixes (bjori)

Changes in 3.1.1:
- PHP4 compatibilty break
- apc_pool allocator (Gopal)
- doubly-linked sma allocator (Shire)
- php 5.3 gc compatibility (Gopal)
- APCIterator for easy access (Shire)
- apc_delete_file (Shire)
- apc_inc/apc_dec/apc_cas functions (Shire)
- apc.canonicalize (Gopal)
- apc.preload_path (Gopal)
- apc.rfc1867_ttl (Shire)
- apc.file_md5 (Shire)
- consolidate locking macros (Shire)
- remove futex/TSRM locks (Shire)
- non-blocking semaphore locks (Shire)
- zval* object rework (Gopal)

Mark this package PHP5-only
2009-07-10 19:48:32 +00:00
abs
9a23a17ad2 Add http://get.qtsoftware.com/qt/source/ as a preferred MASTER_SITE
Suggested by Louis Guillaume
2009-07-10 19:30:15 +00:00
hasso
23886bdcfd Unbreak it with openssl older than 0.9.9. 2009-07-10 19:21:28 +00:00
hasso
7d807ddb8c Make it build on DragonFly and FreeBSD. 2009-07-10 19:19:57 +00:00
hasso
74618d303b Make it build on DragonFly. 2009-07-10 19:18:53 +00:00
tron
9443dd0538 Set license to gnu-lgpl-v2.1 and mpl-1.1. 2009-07-10 16:26:40 +00:00
tron
bd98977eb6 Mozilla Public License 1.1 (which is OSI approved). 2009-07-10 16:24:56 +00:00
hasso
da3606920d Fix a typo. 2009-07-10 16:10:23 +00:00
tron
40ef0d6f2e Correct license syntax. 2009-07-10 15:42:04 +00:00
tron
798435b481 Set the license to modified-bsd (caff) and gnu-gpl-v2 (the other tools). 2009-07-10 15:41:14 +00:00
joerg
f1ef1183ee Remove license part that is no longer relevant. 2009-07-10 13:59:59 +00:00
tron
1c5610e1b3 Note update of the "caff" package to version 1.1.1. 2009-07-10 12:30:38 +00:00
tron
637feb9511 Update the "caff" package to version 1.1.1. The changes are undocumented. 2009-07-10 12:30:25 +00:00
tron
bd23ea7752 Set license to "gnu-lgpl-v2" (GNU Library General Public License,
version 2.0).
2009-07-10 12:12:25 +00:00
tron
02132e03e9 Note update of the "stunnel" package to version 4.27. 2009-07-10 11:23:25 +00:00
tron
0882954343 Update "stunnel" package to version 4.27. Changes since 4.26:
- New features
  - FIPS support was updated for openssl-fips 1.2.
  - New priority failover strategy for multiple "connect" targets,
    controlled with "failover=rr" (default) or "failover=prio".
  - pgsql protocol negotiation by Marko Kreen <markokr@gmail.com>.
- Bugfixes
  - Libwrap helper processes fixed to close standard
    input/output/error file descriptors.
2009-07-10 11:23:10 +00:00
tron
beed3c696a Source for any(?) version of the BitTorrent client are no longer
available for download on "www.bittorrent.com". Remove the entry
for the 5.0.5 version which was incomplete anyway.
2009-07-10 11:10:39 +00:00
obache
1e556a3761 + ocaml-3.11.1 [pkg/41695] ocamlduce-3.11.1.0 [pkg/41696] 2009-07-10 09:26:26 +00:00
obache
6471f414db vala-0.7.4 is in pkg/41676. 2009-07-10 09:24:42 +00:00
obache
19b98adb2a Set LICENSE=gnu-lgpl-v2.1. 2009-07-10 09:20:39 +00:00
obache
5fd16b39a0 Set LICENSE=gnu-gpl-v2. 2009-07-10 09:18:44 +00:00
obache
ee644ed046 Set LICENSE=gnu-gpl-v2. 2009-07-10 09:00:41 +00:00