| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
11 Mar 2013 06:59:19
0.33_3
|
bapt  |
Convert database/mdbtools from USE_BISON -> USES=bison
Remove left USE_BISON from graphics/tumble
Submitted by: John Marino <john@marino.st> |
08 Mar 2013 11:32:12
0.33_3
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
04 Dec 2012 20:39:22
0.33_3
|
zi  |
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes |
01 Jun 2012 05:26:28
0.33_3
|
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 14:12:23
0.33_2
|
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
0.33_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.33_1
|
dinoex  |
- update to jpeg-8 |
03 Feb 2010 23:18:22
0.33
|
amdmi3  |
- Set MAKE_JOBS_SAFE
- Add WWW forgotten at original submission
PR: 143491
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) |
14 Jan 2010 04:27:10
0.33
|
pgollucci  |
Tumble is a utility to construct PDF files from one or more image
files. Supported input image file formats are JPEG, and black and
white TIFF (single- or multi-page). Black and white images will be
encoded in the PDF output using lossless Group 4 fax compression
(ITU-T recommendation T.6). This provides a very good compression
ratio for text and line art. JPEG images will be preserved with the
original coding.
The current version of Tumble will only work on little-endian systems,
such as x86, VAX, and Alpha. The byte order dependencies will be fixed
in a later release.
PR: ports/142765
Submitted by: Rob Farmer <rfarmer at predatorlabs.net> |