Path to this page:
./
wip/libharu,
Software library for generating PDF
Branch: CURRENT,
Version: 2.4.3,
Package name: libharu-2.4.3,
Maintainer: pkgsrc-usersHaru is a free, cross platform, open-sourced software library for generating
PDF. It supports the following features:
1. Generating PDF files with lines, text, images.
2. Outline, text annotation, link annotation.
3. Compressing document with deflate-decode.
4. Embedding PNG, Jpeg images.
5. Embedding Type1 font and TrueType font.
6. Creating encrypted PDF files.
7. Using various character set (ISO8859-1~16, MSCP1250~8, KOI8-R).
8. Supporting CJK fonts and encodings.
The project is looking for a maintainer.
Required to run:[
graphics/png]
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2023-03-19) Updated to version: libharu-2.4.3
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
CVS history: (Expand)
2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2011-01-17 10:26:28 by Emil Sköldberg | Files touched by this commit (2) |
Log message:
Update 2.2.0 -> 2.2.1
Changes:
- Added missing typedefs into hpdf.h. (Andrea D'Amore)
- Added PrintScaling support.
|
2010-11-01 15:22:53 by Emil Sköldberg | Files touched by this commit (2) |
Log message:
Make sure that zlib headers/libraries are found.
Fix PLIST issue.
|
2010-10-29 17:03:20 by Emil Sköldberg | Files touched by this commit (2) |
Log message:
Change maintainer email.
Update 2.1.0 -> 2.2.0. Changes:
- Greatly improved U3D support (Nikhil Soman)
- Markup Annotations
- Free Text Annotations
- Line Annotations
- Circle and Squre Annotations
- Text Markup Annotations
- Rubber Stamp Annotations
- Popup Annotations
- Added VB.Net bindings. (Matt Underwood)
- Added CMake build system (experimental). (Werner Smekal)
- Added preliminary ICC support. (vbrasseur at gmail dot com)
- Added HPDF_Image_AddSMask(). (patch by Adam Blokus)
- Added HPDF_LoadPngImageFromMem() and
HPDF_LoadJpegImageFromMem(). (patch by Adam Blokus)
- Added HPDF_GetContents().
- Added HPDF_Page_SetZoom().
- Added support for CMYK in HPDF_Image_LoadRawImageFromMem().
- Applied a bunch of fixes and improvements from bug report #13.
- HPDF_Page_TextRect() corrections and improvements. (Ralf Junker)
- Fixed build failure when zlib was not found. (Werner Smekal)
- Fixed build with newer libtool versions.
- Fixed external build. (thanks to Jeremiah Willcock)
- Fixed memleak in HPDF_EmbeddedFile_New(). (Ralf Junker)
- Fixed uninitialized fields in HPDF_Type1FontDef_New(). (Ralf Junker)
- Fixed issue with grayscale PNG images. (Ralf Junker)
- Fixed missing parentheses from empty string object. (Ralf Junker)
- Fixed bug #21 (Build fails on Win CE because of errno and errno.h
usage).
- Fixed bug #18 (Missing compiler flag -fexceptions)
- Fixed bug #11 (sqrtf() is missing on Windows).
- Fixed bug #10 (missing HPDF_LoadPngImageFromMem from
win32/msvc/libhpdf.def).
- Fixed bug #7 (HPDF_String_SetValue() is declared twice).
- Fixed bug #6 (possible NULL dereference in
HPDF_LoadPngImageFromFile2()).
- Fixed bug #5 (possible NULL derefernce in
HPDF_LoadRawImageFromFile()).
- Fixed bug #4 (possible NULL dereference in HPDF_AToI()).
- Fixed bug #2 (Ruby binding: hpdf_insert_page has stray printf).
|
2010-08-01 16:57:08 by Aleksej Saushev | Files touched by this commit (36) |
Log message:
Assume anything that wants Fortran for now actually wants Fortran-77.
|
2010-07-01 22:19:14 by Emil Sköldberg | Files touched by this commit (1) |
Log message:
Fixed HOMEPAGE
|
2010-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284) |
Log message:
Convert buildlink3.mk files to new world order.
|