ports/134719: [NEW PORT] graphics/O2-tools: Huge image processing tools and libraries
Hiroto Kagotani
hiroto.kagotani at gmail.com
Tue May 19 17:20:05 UTC 2009
>Number: 134719
>Category: ports
>Synopsis: [NEW PORT] graphics/O2-tools: Huge image processing tools and libraries
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue May 19 17:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Hiroto Kagotani
>Release: FreeBSD 7.1-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD myhost.mydomain 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sun Mar 22 12:35:36 UTC 2009
>Description:
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/
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- O2-tools-2.00.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# O2-tools
# O2-tools/Makefile
# O2-tools/distinfo
# O2-tools/pkg-descr
# O2-tools/pkg-plist
# O2-tools/files
# O2-tools/files/patch-bmptopnm__Makefile.in
#
echo c - O2-tools
mkdir -p O2-tools > /dev/null 2>&1
echo x - O2-tools/Makefile
sed 's/^X//' >O2-tools/Makefile << '52d46d289bef3fa46c804b0cba348d60'
X# New ports collection makefile for: O2-tools
X# Date created: 2009-05-20
X# Whom: Hiroto Kagotani <hiroto.kagotani at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= O2-tools
XPORTVERSION= 2.00
XCATEGORIES= graphics
XMASTER_SITES= http://www.imglab.org/p/O2/archives/
X
XMAINTAINER= hiroto.kagotani at gmail.com
XCOMMENT= Huge image processing tools and libraries
X
XMAKE_JOBS_SAFE= yes
XGNU_CONFIGURE= yes
X
XMAN1= bmptopnm-O2.1 breduce.1 lpsmooth.1 makecr.1 makepr.1 prlst2ps.1
XMAN4= d4file.4
X
X.include <bsd.port.mk>
52d46d289bef3fa46c804b0cba348d60
echo x - O2-tools/distinfo
sed 's/^X//' >O2-tools/distinfo << '7a190f400f334379363166a633c9d428'
XMD5 (O2-tools-2.00.tar.gz) = 72cff9b6595336ca7df40c4700b224d1
XSHA256 (O2-tools-2.00.tar.gz) = ac477a8bb1d30f7b7c1921fa4447b0bbb061eb8571d21e325bce6e74c6addb49
XSIZE (O2-tools-2.00.tar.gz) = 241933
7a190f400f334379363166a633c9d428
echo x - O2-tools/pkg-descr
sed 's/^X//' >O2-tools/pkg-descr << 'ce1b10b42c156dacc2dd1692d7c7e9e6'
XHuge image processing tools and libraries.
X
X Most of the programs in this package were designed carefully to
X avoid slowing down even for huge images, e.g. 3300x4700. I hope
X you will find them better.
X
X This package contains following programs:
X bmptopnm-O2 (bmptopnm in original distribution)
X - convert a BMP(DIB) file into a portable anymap
X breduce - read a portable bitmap and reduce it N times
X makecr - create circumscribing rectangles (bounding box) in an
X image
X makepr - create Primitive Rectangles in an image
X prlst2ps - produce PostScript data from rectangle/line-
X segment data
X lpsmooth - smooth an image preserving thin lines
X
XWWW: http://www.imglab.org/p/O2/
ce1b10b42c156dacc2dd1692d7c7e9e6
echo x - O2-tools/pkg-plist
sed 's/^X//' >O2-tools/pkg-plist << 'a683ca6ee8fa6a1080445f6cf04ee2c8'
Xbin/bmptopnm-O2
Xbin/breduce
Xbin/lpsmooth
Xbin/makecr
Xbin/makepr
Xbin/prlst2ps
Xlib/libimgo.a
Xlib/libsgp.a
Xlib/libstdps.a
Xlib/libxip.a
Xlib/libogrp.a
Xlib/libsip.a
Xlib/libufp.a
Xinclude/CRect.h
Xinclude/ORect.h
Xinclude/comlib.h
Xinclude/d8IO.h
Xinclude/imgobj.h
Xinclude/ipIO.h
Xinclude/objgrp.h
Xinclude/pbmIO.h
Xinclude/rasIO.h
Xinclude/rasterfile.h
Xinclude/sgplib.h
Xinclude/siplib.h
Xinclude/stdps.h
Xinclude/ufilep.h
Xinclude/utypes.h
Xinclude/xiplib.h
a683ca6ee8fa6a1080445f6cf04ee2c8
echo c - O2-tools/files
mkdir -p O2-tools/files > /dev/null 2>&1
echo x - O2-tools/files/patch-bmptopnm__Makefile.in
sed 's/^X//' >O2-tools/files/patch-bmptopnm__Makefile.in << '60b5a5d7b43af7fee8317a190ea6abec'
X--- ./bmptopnm/Makefile.in.orig 2008-12-31 00:03:50.000000000 +0900
X+++ ./bmptopnm/Makefile.in 2009-05-18 16:38:03.000000000 +0900
X@@ -34,7 +34,7 @@
X NORMAL_UNINSTALL = :
X PRE_UNINSTALL = :
X POST_UNINSTALL = :
X-bin_PROGRAMS = bmptopnm$(EXEEXT)
X+bin_PROGRAMS = bmptopnm-O2$(EXEEXT)
X subdir = bmptopnm
X DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.am \
X $(srcdir)/Makefile.in
X@@ -146,9 +146,15 @@
X bmptopnm_SOURCES = bmptopnm.cpp
X AM_CXXFLAGS = -I../include
X bmptopnm_LDADD = -L../lib -lufp -lsip
X-dist_man_MANS = bmptopnm.1
X+dist_man_MANS = bmptopnm-O2.1
X all: all-am
X
X+bmptopnm-O2$(EXEEXT): bmptopnm$(EXEEXT)
X+ cp bmptopnm$(EXEEXT) bmptopnm-O2$(EXEEXT)
X+
X+bmptopnm-O2.1: bmptopnm.1
X+ cp bmptopnm.1 bmptopnm-O2.1
X+
X .SUFFIXES:
X .SUFFIXES: .cpp .o .obj
X $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
60b5a5d7b43af7fee8317a190ea6abec
exit
--- O2-tools-2.00.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list