Date: Wed, 20 May 2009 01:37:22 +0900 (JST) From: Hiroto Kagotani <hiroto.kagotani@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134717: [NEW PORT] graphics/leptonlib: C library for efficient image processing and image analysis operations Message-ID: <200905191637.n4JGbMXE072326@luna3.auto.infsys.cne.okayama-u.ac.jp> Resent-Message-ID: <200905191640.n4JGe1b5027449@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134717 >Category: ports >Synopsis: [NEW PORT] graphics/leptonlib: C library for efficient image processing and image analysis operations >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 16:40:01 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: A library of image understanding-related algorithms. Provides basic image processing, mathematical morphology, and machine learning algorithms. WWW: http://code.google.com/p/iulib/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- leptonlib-1.60.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: # # leptonlib # leptonlib/Makefile # leptonlib/distinfo # leptonlib/pkg-descr # leptonlib/pkg-plist # echo c - leptonlib mkdir -p leptonlib > /dev/null 2>&1 echo x - leptonlib/Makefile sed 's/^X//' >leptonlib/Makefile << '10ef12719fa715cc0417b80606d86c71' X# New ports collection makefile for: leptonlib X# Date created: 2009-05-20 X# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= leptonlib XPORTVERSION= 1.60 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} X XMAINTAINER= hiroto.kagotani@gmail.com XCOMMENT= C library for efficient image processing and image analysis operations X XBUILD_DEPENDS= ${LOCALBASE}/include/libpng/png.h:${PORTSDIR}/graphics/png \ X ${LOCALBASE}/include/jpeglib.h:${PORTSDIR}/graphics/jpeg \ X ${LOCALBASE}/include/tiff.h:${PORTSDIR}/graphics/tiff X XPROJECTHOST= leptonica X XMAKE_JOBS_SAFE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib X Xpost-patch: X @${MV} ${WRKSRC}/src/makefile ${WRKSRC}/src/makefile.linux X X.include <bsd.port.mk> 10ef12719fa715cc0417b80606d86c71 echo x - leptonlib/distinfo sed 's/^X//' >leptonlib/distinfo << 'b215677ebf687df51e84b932bea3ef5a' XMD5 (leptonlib-1.60.tar.gz) = 8f13a190a86f73388e9901bd59ebfa25 XSHA256 (leptonlib-1.60.tar.gz) = 9c9b7710418a33aad35dcd7b76b6b69affdc90b2b62cce56b6c6dc93f5e7a072 XSIZE (leptonlib-1.60.tar.gz) = 4115391 b215677ebf687df51e84b932bea3ef5a echo x - leptonlib/pkg-descr sed 's/^X//' >leptonlib/pkg-descr << '02b08a3a131006ee2f7502966ba75fc3' XA library of image understanding-related algorithms. XProvides basic image processing, mathematical morphology, Xand machine learning algorithms. X XWWW: http://code.google.com/p/iulib/ 02b08a3a131006ee2f7502966ba75fc3 echo x - leptonlib/pkg-plist sed 's/^X//' >leptonlib/pkg-plist << '9aa8f369a225a652f5872b4b67cba98e' Xlib/liblept.a Xinclude/liblept/allheaders.h Xinclude/liblept/alltypes.h Xinclude/liblept/arrayaccess.h Xinclude/liblept/array.h Xinclude/liblept/bbuffer.h Xinclude/liblept/bmf.h Xinclude/liblept/bmp.h Xinclude/liblept/ccbord.h Xinclude/liblept/environ.h Xinclude/liblept/gplot.h Xinclude/liblept/imageio.h Xinclude/liblept/jbclass.h Xinclude/liblept/jmorecfg.h Xinclude/liblept/jpeglib.h Xinclude/liblept/leptprotos.h Xinclude/liblept/list.h Xinclude/liblept/morph.h Xinclude/liblept/pheap.h Xinclude/liblept/pix.h Xinclude/liblept/pqueue.h Xinclude/liblept/readbarcode.h Xinclude/liblept/stack.h Xinclude/liblept/watershed.h X@dirrm include/liblept 9aa8f369a225a652f5872b4b67cba98e exit --- leptonlib-1.60.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905191637.n4JGbMXE072326>