forked from Lainports/freebsd-ports
Huge image processing tools and libraries.
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>
This commit is contained in:
parent
7a66b0ae87
commit
deb2b3f8ab
6 changed files with 101 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
SUBDIR += Hermes
|
||||
SUBDIR += IPA
|
||||
SUBDIR += ImageMagick
|
||||
SUBDIR += O2-tools
|
||||
SUBDIR += OpenEXR
|
||||
SUBDIR += SciPlot
|
||||
SUBDIR += a2png
|
||||
|
|
|
|||
22
graphics/O2-tools/Makefile
Normal file
22
graphics/O2-tools/Makefile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: O2-tools
|
||||
# Date created: 2009-05-20
|
||||
# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= O2-tools
|
||||
PORTVERSION= 2.00
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.imglab.org/p/O2/archives/
|
||||
|
||||
MAINTAINER= hiroto.kagotani@gmail.com
|
||||
COMMENT= Huge image processing tools and libraries
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= bmptopnm-O2.1 breduce.1 lpsmooth.1 makecr.1 makepr.1 prlst2ps.1
|
||||
MAN4= d4file.4
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
graphics/O2-tools/distinfo
Normal file
3
graphics/O2-tools/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
MD5 (O2-tools-2.00.tar.gz) = 72cff9b6595336ca7df40c4700b224d1
|
||||
SHA256 (O2-tools-2.00.tar.gz) = ac477a8bb1d30f7b7c1921fa4447b0bbb061eb8571d21e325bce6e74c6addb49
|
||||
SIZE (O2-tools-2.00.tar.gz) = 241933
|
||||
28
graphics/O2-tools/files/patch-bmptopnm__Makefile.in
Normal file
28
graphics/O2-tools/files/patch-bmptopnm__Makefile.in
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
--- ./bmptopnm/Makefile.in.orig 2008-12-31 00:03:50.000000000 +0900
|
||||
+++ ./bmptopnm/Makefile.in 2009-05-18 16:38:03.000000000 +0900
|
||||
@@ -34,7 +34,7 @@
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
-bin_PROGRAMS = bmptopnm$(EXEEXT)
|
||||
+bin_PROGRAMS = bmptopnm-O2$(EXEEXT)
|
||||
subdir = bmptopnm
|
||||
DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in
|
||||
@@ -146,9 +146,15 @@
|
||||
bmptopnm_SOURCES = bmptopnm.cpp
|
||||
AM_CXXFLAGS = -I../include
|
||||
bmptopnm_LDADD = -L../lib -lufp -lsip
|
||||
-dist_man_MANS = bmptopnm.1
|
||||
+dist_man_MANS = bmptopnm-O2.1
|
||||
all: all-am
|
||||
|
||||
+bmptopnm-O2$(EXEEXT): bmptopnm$(EXEEXT)
|
||||
+ cp bmptopnm$(EXEEXT) bmptopnm-O2$(EXEEXT)
|
||||
+
|
||||
+bmptopnm-O2.1: bmptopnm.1
|
||||
+ cp bmptopnm.1 bmptopnm-O2.1
|
||||
+
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .o .obj
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
18
graphics/O2-tools/pkg-descr
Normal file
18
graphics/O2-tools/pkg-descr
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
Huge image processing tools and libraries.
|
||||
|
||||
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/
|
||||
29
graphics/O2-tools/pkg-plist
Normal file
29
graphics/O2-tools/pkg-plist
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
bin/bmptopnm-O2
|
||||
bin/breduce
|
||||
bin/lpsmooth
|
||||
bin/makecr
|
||||
bin/makepr
|
||||
bin/prlst2ps
|
||||
lib/libimgo.a
|
||||
lib/libsgp.a
|
||||
lib/libstdps.a
|
||||
lib/libxip.a
|
||||
lib/libogrp.a
|
||||
lib/libsip.a
|
||||
lib/libufp.a
|
||||
include/CRect.h
|
||||
include/ORect.h
|
||||
include/comlib.h
|
||||
include/d8IO.h
|
||||
include/imgobj.h
|
||||
include/ipIO.h
|
||||
include/objgrp.h
|
||||
include/pbmIO.h
|
||||
include/rasIO.h
|
||||
include/rasterfile.h
|
||||
include/sgplib.h
|
||||
include/siplib.h
|
||||
include/stdps.h
|
||||
include/ufilep.h
|
||||
include/utypes.h
|
||||
include/xiplib.h
|
||||
Loading…
Add table
Reference in a new issue