From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 19 16:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A60E8106566C for ; Tue, 19 May 2009 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7BFE38FC0A for ; Tue, 19 May 2009 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4JGe1pD027450 for ; Tue, 19 May 2009 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4JGe1b5027449; Tue, 19 May 2009 16:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 19 May 2009 16:40:01 GMT Resent-Message-Id: <200905191640.n4JGe1b5027449@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiroto Kagotani Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4700106566B for ; Tue, 19 May 2009 16:37:24 +0000 (UTC) (envelope-from kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp) Received: from luna3.auto.infsys.cne.okayama-u.ac.jp (luna3.auto.infsys.cne.okayama-u.ac.jp [150.46.6.235]) by mx1.freebsd.org (Postfix) with ESMTP id 67BDA8FC14 for ; Tue, 19 May 2009 16:37:23 +0000 (UTC) (envelope-from kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp) Received: from luna3.auto.infsys.cne.okayama-u.ac.jp (localhost [127.0.0.1]) by luna3.auto.infsys.cne.okayama-u.ac.jp (8.14.3/8.14.3) with ESMTP id n4JGbMUU072327 for ; Wed, 20 May 2009 01:37:22 +0900 (JST) (envelope-from kagotani@luna3.auto.infsys.cne.okayama-u.ac.jp) Received: (from root@localhost) by luna3.auto.infsys.cne.okayama-u.ac.jp (8.14.3/8.14.3/Submit) id n4JGbMXE072326; Wed, 20 May 2009 01:37:22 +0900 (JST) (envelope-from kagotani) Message-Id: <200905191637.n4JGbMXE072326@luna3.auto.infsys.cne.okayama-u.ac.jp> Date: Wed, 20 May 2009 01:37:22 +0900 (JST) From: Hiroto Kagotani To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134717: [NEW PORT] graphics/leptonlib: C library for efficient image processing and image analysis operations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 16:40:02 -0000 >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 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 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: