aboutsummaryrefslogtreecommitdiff
path: root/graphics/O2-tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.01Tilman Keskinoz2014-09-082-3/+3
| | | | | | | | PR: 193248 Submitted by: maintainer Notes: svn path=/head/; revision=367693
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-3/+0
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* Allow staging as a regular userAntoine Brodin2014-06-071-0/+3
| | | | Notes: svn path=/head/; revision=356939
* - Stage supportMartin Wilke2014-02-012-4/+7
| | | | Notes: svn path=/head/; revision=342183
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Huge image processing tools and libraries.Dmitry Marakasov2009-05-315-0/+100
Most of the programs in this package were designed carefully to avoid slowing down even for huge images, e.g. 3300x4700. I hope you will find them better. This package contains following programs: bmptopnm-O2 (bmptopnm in original distribution) - convert a BMP(DIB) file into a portable anymap breduce - read a portable bitmap and reduce it N times makecr - create circumscribing rectangles (bounding box) in an image makepr - create Primitive Rectangles in an image prlst2ps - produce PostScript data from rectangle/line- segment data lpsmooth - smooth an image preserving thin lines WWW: http://www.imglab.org/p/O2/ PR: 134719 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Notes: svn path=/head/; revision=234948