From kagotani@luna5.infsys.cne.okayama-u.ac.jp  Thu May  8 02:41:43 2014
Return-Path: <kagotani@luna5.infsys.cne.okayama-u.ac.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id F265CE35
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu,  8 May 2014 02:41:43 +0000 (UTC)
Received: from moodle.ec.okayama-u.ac.jp (moodle.ec.okayama-u.ac.jp [150.46.138.159])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 4E27FD98
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu,  8 May 2014 02:41:43 +0000 (UTC)
Received: from luna5.infsys.cne.okayama-u.ac.jp ([172.28.233.27])
	by moodle.ec.okayama-u.ac.jp (8.14.7/8.14.7) with ESMTP id s482ffae096410
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 8 May 2014 11:41:41 +0900 (JST)
	(envelope-from kagotani@luna5.infsys.cne.okayama-u.ac.jp)
Received: from luna5.infsys.cne.okayama-u.ac.jp (localhost [127.0.0.1])
	by luna5.infsys.cne.okayama-u.ac.jp (8.14.7/8.14.7) with ESMTP id s482fauH042566
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 8 May 2014 11:41:36 +0900 (JST)
	(envelope-from kagotani@luna5.infsys.cne.okayama-u.ac.jp)
Received: (from root@localhost)
	by luna5.infsys.cne.okayama-u.ac.jp (8.14.7/8.14.7/Submit) id s482fawd042565;
	Thu, 8 May 2014 11:41:36 +0900 (JST)
	(envelope-from kagotani)
Message-Id: <201405080241.s482fawd042565@luna5.infsys.cne.okayama-u.ac.jp>
Date: Thu, 8 May 2014 11:41:36 +0900 (JST)
From: Hiroto Kagotani <hiroto.kagotani@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:
Subject: [MAINTAINER] graphics/leptonica: update to 1.70
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         189455
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/leptonica: update to 1.70
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 08 02:50:00 UTC 2014
>Closed-Date:    Wed May 21 08:09:18 UTC 2014
>Last-Modified:  Wed May 21 08:10:02 UTC 2014
>Originator:     Hiroto Kagotani
>Release:        FreeBSD 10.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD myhost.mydomain 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014
>Description:
- Update to 1.70

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- leptonica-1.70.patch begins here ---
diff -ruN ../leptonica.orig/Makefile ./Makefile
--- ../leptonica.orig/Makefile	2014-01-18 18:43:41.000000000 +0900
+++ ./Makefile	2014-05-07 19:52:45.000000000 +0900
@@ -2,10 +2,9 @@
 # $FreeBSD: head/graphics/leptonica/Makefile 340161 2014-01-18 09:43:41Z bapt $
 
 PORTNAME=	leptonica
-PORTVERSION=	1.69
-PORTREVISION=	1
+PORTVERSION=	1.70
 CATEGORIES=	graphics
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://www.leptonica.com/source/
 
 MAINTAINER=	hiroto.kagotani@gmail.com
 COMMENT=	C library for efficient image processing and image analysis operations
@@ -18,10 +17,12 @@
 
 CONFLICTS=	leptonlib-[0-9]*
 
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 TESTS?=	generate compare
 .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
diff -ruN ../leptonica.orig/distinfo ./distinfo
--- ../leptonica.orig/distinfo	2013-03-06 09:30:39.000000000 +0900
+++ ./distinfo	2014-05-07 18:53:34.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (leptonica-1.69.tar.gz) = 178021f2bff504cc0e30bd91a0347a82bf726eca2778b68db4b44aaee3020b11
-SIZE (leptonica-1.69.tar.gz) = 7618131
+SHA256 (leptonica-1.70.tar.gz) = d3d209a1f6d1f7a80119486b5011bc8c6627e582c927ab44ba33c37edb2cfba2
+SIZE (leptonica-1.70.tar.gz) = 9890585
diff -ruN ../leptonica.orig/files/patch-Makefile.in ./files/patch-Makefile.in
--- ../leptonica.orig/files/patch-Makefile.in	1970-01-01 09:00:00.000000000 +0900
+++ ./files/patch-Makefile.in	2014-05-07 20:05:55.000000000 +0900
@@ -0,0 +1,11 @@
+--- ./Makefile.in.orig	2014-02-06 00:12:32.000000000 +0900
++++ ./Makefile.in	2014-05-07 20:05:51.000000000 +0900
+@@ -269,7 +269,7 @@
+ ACLOCAL_AMFLAGS = -I m4
+ AUTOMAKE_OPTIONS = foreign
+ EXTRA_DIST = config README.html leptonica-license.txt moller52.jpg version-notes.html make-for-auto make-for-local autobuild
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = lept.pc
+ SUBDIRS = src prog
+ all: config_auto.h
diff -ruN ../leptonica.orig/files/patch-pngio.c ./files/patch-pngio.c
--- ../leptonica.orig/files/patch-pngio.c	2014-01-23 02:40:44.000000000 +0900
+++ ./files/patch-pngio.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,10 +0,0 @@
---- src/pngio.c.orig	2011-02-01 06:41:12.000000000 +0100
-+++ src/pngio.c	2012-05-04 12:33:51.000000000 +0200
-@@ -107,6 +107,7 @@
- /* --------------------------------------------*/
- 
- #include "png.h"
-+#include "zlib.h"
- 
- /* ----------------Set defaults for read/write options ----------------- */
-     /* strip 16 bpp --> 8 bpp on reading png; default is for stripping */
diff -ruN ../leptonica.orig/pkg-plist ./pkg-plist
--- ../leptonica.orig/pkg-plist	2013-03-06 09:30:39.000000000 +0900
+++ ./pkg-plist	2014-05-07 20:07:07.000000000 +0900
@@ -1,218 +1,22 @@
-bin/adaptmaptest
-bin/adaptnorm_reg
-bin/affine_reg
-bin/alltests_reg
-bin/alphaops_reg
-bin/alphaxform_reg
-bin/arithtest
-bin/barcodetest
-bin/baselinetest
-bin/bilinear_reg
-bin/binarize_reg
-bin/bincompare
-bin/binmorph1_reg
-bin/binmorph2_reg
-bin/binmorph3_reg
-bin/binmorph4_reg
-bin/binmorph5_reg
-bin/blend2_reg
-bin/blend_reg
-bin/blendcmaptest
-bin/blendtest1
-bin/buffertest
-bin/byteatest
-bin/ccbordtest
-bin/cctest1
-bin/ccthin1_reg
-bin/ccthin2_reg
-bin/cmapquant_reg
-bin/coloring_reg
-bin/colormask_reg
-bin/colormorphtest
-bin/colorquant_reg
-bin/colorseg_reg
-bin/colorsegtest
-bin/colorspacetest
-bin/compare_reg
-bin/comparepages
-bin/comparetest
-bin/compfilter_reg
-bin/conncomp_reg
-bin/contrasttest
-bin/conversion_reg
 bin/convertfilestopdf
 bin/convertfilestops
 bin/convertformat
 bin/convertsegfilestopdf
 bin/convertsegfilestops
-bin/converttogray
+bin/converttopdf
 bin/converttops
-bin/convolve_reg
-bin/convolvetest
-bin/cornertest
-bin/croptext
-bin/dewarp_reg
-bin/dewarptest1
-bin/dewarptest2
-bin/dewarptest3
-bin/digitprep1
-bin/distance_reg
-bin/dithertest
-bin/dna_reg
-bin/dwalineargen
-bin/dwamorph1_reg
-bin/dwamorph2_reg
-bin/edgetest
-bin/enhance_reg
-bin/equal_reg
-bin/expand_reg
-bin/extrema_reg
-bin/falsecolortest
-bin/fcombautogen
-bin/fhmtauto_reg
-bin/fhmtautogen
 bin/fileinfo
-bin/findpattern1
-bin/findpattern2
-bin/findpattern3
-bin/findpattern_reg
-bin/flipdetect_reg
-bin/flipselgen
-bin/fmorphauto_reg
-bin/fmorphautogen
-bin/fpix_reg
-bin/fpixcontours
-bin/gammatest
-bin/genfonts
-bin/gifio_reg
-bin/graphicstest
-bin/grayfill_reg
-bin/graymorph1_reg
-bin/graymorph2_reg
-bin/graymorphtest
-bin/grayquant_reg
-bin/hardlight_reg
-bin/heap_reg
-bin/histotest
-bin/inserttest
-bin/ioformats_reg
-bin/iotest
-bin/jbcorrelation
-bin/jbrankhaus
-bin/jbwords
-bin/kernel_reg
-bin/lineremoval
-bin/listtest
-bin/livre_adapt
-bin/livre_hmt
-bin/livre_makefigs
-bin/livre_orient
-bin/livre_pageseg
-bin/livre_seedgen
-bin/livre_tophat
-bin/locminmax_reg
-bin/logicops_reg
-bin/lowaccess_reg
-bin/maketile
-bin/maze_reg
-bin/misctest1
-bin/modifyhuesat
-bin/morphseq_reg
-bin/morphtest1
-bin/mtifftest
-bin/numa_reg
-bin/numaranktest
-bin/otsutest1
-bin/otsutest2
-bin/overlap_reg
-bin/pagesegtest1
-bin/pagesegtest2
-bin/paint_reg
-bin/paintmask_reg
-bin/partitiontest
-bin/pdfiotest
-bin/pdfseg_reg
-bin/pixa1_reg
-bin/pixa2_reg
-bin/pixaatest
-bin/pixadisp_reg
-bin/pixalloc_reg
-bin/pixcomp_reg
-bin/pixmem_reg
-bin/pixserial_reg
-bin/pixtile_reg
-bin/plottest
-bin/pngio_reg
 bin/printimage
 bin/printsplitimage
 bin/printtiff
-bin/projection_reg
-bin/projective_reg
-bin/psio_reg
-bin/psioseg_reg
-bin/pta_reg
-bin/ptra1_reg
-bin/ptra2_reg
-bin/quadtreetest
-bin/rank_reg
-bin/rankbin_reg
-bin/rankhisto_reg
-bin/ranktest
-bin/rasterop_reg
-bin/rasteropip_reg
-bin/reducetest
-bin/removecmap
-bin/renderfonts
-bin/rotate1_reg
-bin/rotate2_reg
-bin/rotatefastalt
-bin/rotateorth_reg
-bin/rotateorthtest1
-bin/rotatetest1
-bin/runlengthtest
-bin/scale_reg
-bin/scaleandtile
-bin/scaletest1
-bin/scaletest2
-bin/seedfilltest
-bin/seedspread_reg
-bin/selio_reg
-bin/sharptest
-bin/shear2_reg
-bin/shear_reg
-bin/sheartest
-bin/showedges
-bin/skew_reg
-bin/skewtest
-bin/smallpix_reg
-bin/smoothedge_reg
-bin/snapcolortest
-bin/sorttest
-bin/splitcomp_reg
 bin/splitimage2pdf
-bin/string_reg
-bin/subpixel_reg
-bin/sudokutest
-bin/textlinemask
-bin/threshnorm_reg
-bin/translate_reg
-bin/trctest
-bin/viewertest
-bin/warper_reg
-bin/warpertest
-bin/watershedtest
-bin/wordsinorder
-bin/writemtiff
-bin/writetext_reg
-bin/xformbox_reg
 bin/xtractprotos
-bin/xvdisp
-bin/yuvtest
 include/leptonica/allheaders.h
 include/leptonica/alltypes.h
-include/leptonica/arrayaccess.h
 include/leptonica/array.h
+include/leptonica/arrayaccess.h
 include/leptonica/bbuffer.h
+include/leptonica/bilateral.h
 include/leptonica/bmf.h
 include/leptonica/bmp.h
 include/leptonica/ccbord.h
@@ -230,12 +34,14 @@
 include/leptonica/ptra.h
 include/leptonica/queue.h
 include/leptonica/readbarcode.h
+include/leptonica/recog.h
 include/leptonica/regutils.h
 include/leptonica/stack.h
 include/leptonica/sudoku.h
 include/leptonica/watershed.h
 lib/liblept.a
-lib/liblept.la
 lib/liblept.so
-lib/liblept.so.3
+lib/liblept.so.4
+lib/liblept.so.4.0.1
+libdata/pkgconfig/lept.pc
 @dirrm include/leptonica
--- leptonica-1.70.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed May 21 08:09:18 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189455 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189455: commit references a PR
Date: Wed, 21 May 2014 08:09:22 +0000 (UTC)

 Author: miwi
 Date: Wed May 21 08:09:18 2014
 New Revision: 354729
 URL: http://svnweb.freebsd.org/changeset/ports/354729
 QAT: https://qat.redports.org/buildarchive/r354729/
 
 Log:
   - Update to 1.70
   
   PR:		189455
   Submitted by:	maintainer
 
 Added:
   head/graphics/leptonica/files/patch-Makefile.in   (contents, props changed)
 Deleted:
   head/graphics/leptonica/files/patch-pngio.c
 Modified:
   head/graphics/leptonica/Makefile
   head/graphics/leptonica/distinfo
   head/graphics/leptonica/pkg-plist
 
 Modified: head/graphics/leptonica/Makefile
 ==============================================================================
 --- head/graphics/leptonica/Makefile	Wed May 21 08:05:45 2014	(r354728)
 +++ head/graphics/leptonica/Makefile	Wed May 21 08:09:18 2014	(r354729)
 @@ -2,10 +2,9 @@
  # $FreeBSD$
  
  PORTNAME=	leptonica
 -PORTVERSION=	1.69
 -PORTREVISION=	2
 +PORTVERSION=	1.70
  CATEGORIES=	graphics
 -MASTER_SITES=	GOOGLE_CODE
 +MASTER_SITES=	http://www.leptonica.com/source/
  
  MAINTAINER=	hiroto.kagotani@gmail.com
  COMMENT=	C library for efficient image processing and image analysis operations
 @@ -18,10 +17,12 @@ LIB_DEPENDS=	libgif.so:${PORTSDIR}/graph
  
  CONFLICTS=	leptonlib-[0-9]*
  
 +USES=		libtool
  GNU_CONFIGURE=	yes
  USE_LDCONFIG=	yes
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
 +INSTALL_TARGET=	install-strip
  
  TESTS?=	generate compare
  .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
 
 Modified: head/graphics/leptonica/distinfo
 ==============================================================================
 --- head/graphics/leptonica/distinfo	Wed May 21 08:05:45 2014	(r354728)
 +++ head/graphics/leptonica/distinfo	Wed May 21 08:09:18 2014	(r354729)
 @@ -1,2 +1,2 @@
 -SHA256 (leptonica-1.69.tar.gz) = 178021f2bff504cc0e30bd91a0347a82bf726eca2778b68db4b44aaee3020b11
 -SIZE (leptonica-1.69.tar.gz) = 7618131
 +SHA256 (leptonica-1.70.tar.gz) = d3d209a1f6d1f7a80119486b5011bc8c6627e582c927ab44ba33c37edb2cfba2
 +SIZE (leptonica-1.70.tar.gz) = 9890585
 
 Added: head/graphics/leptonica/files/patch-Makefile.in
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/leptonica/files/patch-Makefile.in	Wed May 21 08:09:18 2014	(r354729)
 @@ -0,0 +1,11 @@
 +--- ./Makefile.in.orig	2014-02-06 00:12:32.000000000 +0900
 ++++ ./Makefile.in	2014-05-07 20:05:51.000000000 +0900
 +@@ -269,7 +269,7 @@
 + ACLOCAL_AMFLAGS = -I m4
 + AUTOMAKE_OPTIONS = foreign
 + EXTRA_DIST = config README.html leptonica-license.txt moller52.jpg version-notes.html make-for-auto make-for-local autobuild
 +-pkgconfigdir = $(libdir)/pkgconfig
 ++pkgconfigdir = $(prefix)/libdata/pkgconfig
 + pkgconfig_DATA = lept.pc
 + SUBDIRS = src prog
 + all: config_auto.h
 
 Modified: head/graphics/leptonica/pkg-plist
 ==============================================================================
 --- head/graphics/leptonica/pkg-plist	Wed May 21 08:05:45 2014	(r354728)
 +++ head/graphics/leptonica/pkg-plist	Wed May 21 08:09:18 2014	(r354729)
 @@ -1,218 +1,22 @@
 -bin/adaptmaptest
 -bin/adaptnorm_reg
 -bin/affine_reg
 -bin/alltests_reg
 -bin/alphaops_reg
 -bin/alphaxform_reg
 -bin/arithtest
 -bin/barcodetest
 -bin/baselinetest
 -bin/bilinear_reg
 -bin/binarize_reg
 -bin/bincompare
 -bin/binmorph1_reg
 -bin/binmorph2_reg
 -bin/binmorph3_reg
 -bin/binmorph4_reg
 -bin/binmorph5_reg
 -bin/blend2_reg
 -bin/blend_reg
 -bin/blendcmaptest
 -bin/blendtest1
 -bin/buffertest
 -bin/byteatest
 -bin/ccbordtest
 -bin/cctest1
 -bin/ccthin1_reg
 -bin/ccthin2_reg
 -bin/cmapquant_reg
 -bin/coloring_reg
 -bin/colormask_reg
 -bin/colormorphtest
 -bin/colorquant_reg
 -bin/colorseg_reg
 -bin/colorsegtest
 -bin/colorspacetest
 -bin/compare_reg
 -bin/comparepages
 -bin/comparetest
 -bin/compfilter_reg
 -bin/conncomp_reg
 -bin/contrasttest
 -bin/conversion_reg
  bin/convertfilestopdf
  bin/convertfilestops
  bin/convertformat
  bin/convertsegfilestopdf
  bin/convertsegfilestops
 -bin/converttogray
 +bin/converttopdf
  bin/converttops
 -bin/convolve_reg
 -bin/convolvetest
 -bin/cornertest
 -bin/croptext
 -bin/dewarp_reg
 -bin/dewarptest1
 -bin/dewarptest2
 -bin/dewarptest3
 -bin/digitprep1
 -bin/distance_reg
 -bin/dithertest
 -bin/dna_reg
 -bin/dwalineargen
 -bin/dwamorph1_reg
 -bin/dwamorph2_reg
 -bin/edgetest
 -bin/enhance_reg
 -bin/equal_reg
 -bin/expand_reg
 -bin/extrema_reg
 -bin/falsecolortest
 -bin/fcombautogen
 -bin/fhmtauto_reg
 -bin/fhmtautogen
  bin/fileinfo
 -bin/findpattern1
 -bin/findpattern2
 -bin/findpattern3
 -bin/findpattern_reg
 -bin/flipdetect_reg
 -bin/flipselgen
 -bin/fmorphauto_reg
 -bin/fmorphautogen
 -bin/fpix_reg
 -bin/fpixcontours
 -bin/gammatest
 -bin/genfonts
 -bin/gifio_reg
 -bin/graphicstest
 -bin/grayfill_reg
 -bin/graymorph1_reg
 -bin/graymorph2_reg
 -bin/graymorphtest
 -bin/grayquant_reg
 -bin/hardlight_reg
 -bin/heap_reg
 -bin/histotest
 -bin/inserttest
 -bin/ioformats_reg
 -bin/iotest
 -bin/jbcorrelation
 -bin/jbrankhaus
 -bin/jbwords
 -bin/kernel_reg
 -bin/lineremoval
 -bin/listtest
 -bin/livre_adapt
 -bin/livre_hmt
 -bin/livre_makefigs
 -bin/livre_orient
 -bin/livre_pageseg
 -bin/livre_seedgen
 -bin/livre_tophat
 -bin/locminmax_reg
 -bin/logicops_reg
 -bin/lowaccess_reg
 -bin/maketile
 -bin/maze_reg
 -bin/misctest1
 -bin/modifyhuesat
 -bin/morphseq_reg
 -bin/morphtest1
 -bin/mtifftest
 -bin/numa_reg
 -bin/numaranktest
 -bin/otsutest1
 -bin/otsutest2
 -bin/overlap_reg
 -bin/pagesegtest1
 -bin/pagesegtest2
 -bin/paint_reg
 -bin/paintmask_reg
 -bin/partitiontest
 -bin/pdfiotest
 -bin/pdfseg_reg
 -bin/pixa1_reg
 -bin/pixa2_reg
 -bin/pixaatest
 -bin/pixadisp_reg
 -bin/pixalloc_reg
 -bin/pixcomp_reg
 -bin/pixmem_reg
 -bin/pixserial_reg
 -bin/pixtile_reg
 -bin/plottest
 -bin/pngio_reg
  bin/printimage
  bin/printsplitimage
  bin/printtiff
 -bin/projection_reg
 -bin/projective_reg
 -bin/psio_reg
 -bin/psioseg_reg
 -bin/pta_reg
 -bin/ptra1_reg
 -bin/ptra2_reg
 -bin/quadtreetest
 -bin/rank_reg
 -bin/rankbin_reg
 -bin/rankhisto_reg
 -bin/ranktest
 -bin/rasterop_reg
 -bin/rasteropip_reg
 -bin/reducetest
 -bin/removecmap
 -bin/renderfonts
 -bin/rotate1_reg
 -bin/rotate2_reg
 -bin/rotatefastalt
 -bin/rotateorth_reg
 -bin/rotateorthtest1
 -bin/rotatetest1
 -bin/runlengthtest
 -bin/scale_reg
 -bin/scaleandtile
 -bin/scaletest1
 -bin/scaletest2
 -bin/seedfilltest
 -bin/seedspread_reg
 -bin/selio_reg
 -bin/sharptest
 -bin/shear2_reg
 -bin/shear_reg
 -bin/sheartest
 -bin/showedges
 -bin/skew_reg
 -bin/skewtest
 -bin/smallpix_reg
 -bin/smoothedge_reg
 -bin/snapcolortest
 -bin/sorttest
 -bin/splitcomp_reg
  bin/splitimage2pdf
 -bin/string_reg
 -bin/subpixel_reg
 -bin/sudokutest
 -bin/textlinemask
 -bin/threshnorm_reg
 -bin/translate_reg
 -bin/trctest
 -bin/viewertest
 -bin/warper_reg
 -bin/warpertest
 -bin/watershedtest
 -bin/wordsinorder
 -bin/writemtiff
 -bin/writetext_reg
 -bin/xformbox_reg
  bin/xtractprotos
 -bin/xvdisp
 -bin/yuvtest
  include/leptonica/allheaders.h
  include/leptonica/alltypes.h
 -include/leptonica/arrayaccess.h
  include/leptonica/array.h
 +include/leptonica/arrayaccess.h
  include/leptonica/bbuffer.h
 +include/leptonica/bilateral.h
  include/leptonica/bmf.h
  include/leptonica/bmp.h
  include/leptonica/ccbord.h
 @@ -230,12 +34,14 @@ include/leptonica/pix.h
  include/leptonica/ptra.h
  include/leptonica/queue.h
  include/leptonica/readbarcode.h
 +include/leptonica/recog.h
  include/leptonica/regutils.h
  include/leptonica/stack.h
  include/leptonica/sudoku.h
  include/leptonica/watershed.h
  lib/liblept.a
 -lib/liblept.la
  lib/liblept.so
 -lib/liblept.so.3
 +lib/liblept.so.4
 +lib/liblept.so.4.0.1
 +libdata/pkgconfig/lept.pc
  @dirrm include/leptonica
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
