pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Complete move of gocr from textproc to graphics.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0631176e60bd
branches:  trunk
changeset: 501105:0631176e60bd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 16 20:23:14 2005 +0000

description:
Complete move of gocr from textproc to graphics.

diffstat:

 graphics/Makefile                |   3 ++-
 textproc/Makefile                |   3 +--
 textproc/gocr/DESCR              |   7 -------
 textproc/gocr/Makefile           |  14 --------------
 textproc/gocr/PLIST              |   5 -----
 textproc/gocr/distinfo           |   7 -------
 textproc/gocr/patches/patch-aa   |  18 ------------------
 textproc/gocr/patches/patch-ab   |  12 ------------
 textproc/subtitleripper/Makefile |   4 ++--
 9 files changed, 5 insertions(+), 68 deletions(-)

diffs (139 lines):

diff -r 3c10325f949e -r 0631176e60bd graphics/Makefile
--- a/graphics/Makefile Sun Oct 16 20:20:41 2005 +0000
+++ b/graphics/Makefile Sun Oct 16 20:23:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.391 2005/10/16 20:18:21 wiz Exp $
+# $NetBSD: Makefile,v 1.392 2005/10/16 20:23:14 wiz Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -111,6 +111,7 @@
 SUBDIR+=       gnome-icon-theme
 SUBDIR+=       gnuplot
 SUBDIR+=       gnuplot-nox11
+SUBDIR+=       gocr
 SUBDIR+=       gpaint
 SUBDIR+=       gphoto
 SUBDIR+=       gphoto2
diff -r 3c10325f949e -r 0631176e60bd textproc/Makefile
--- a/textproc/Makefile Sun Oct 16 20:20:41 2005 +0000
+++ b/textproc/Makefile Sun Oct 16 20:23:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.297 2005/10/14 21:55:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.298 2005/10/16 20:23:14 wiz Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -75,7 +75,6 @@
 SUBDIR+=       glimpse
 SUBDIR+=       gnome-doc-utils
 SUBDIR+=       gnome-spell
-SUBDIR+=       gocr
 SUBDIR+=       grep
 SUBDIR+=       groff
 SUBDIR+=       gsed
diff -r 3c10325f949e -r 0631176e60bd textproc/gocr/DESCR
--- a/textproc/gocr/DESCR       Sun Oct 16 20:20:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-GOCR is an optical character recognition program, released under the GNU
-General Public License. It reads images in many formats (pnm, pbm, pgm, ppm,
-some pcx and tga image files (or PNM from stdin); if PNM-tools installed and
-running linux-like system you can also use pnm.gz, pnm.bz2, png, jpg, tiff,
-gif, bmp and others) and outputs a text file. You do not have to train the
-program or store large font bases. Simply call gocr from the command line
-and get your results.
diff -r 3c10325f949e -r 0631176e60bd textproc/gocr/Makefile
--- a/textproc/gocr/Makefile    Sun Oct 16 20:20:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:34 jlam Exp $
-
-DISTNAME=      gocr-0.37
-CATEGORIES=    textproc
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=jocr/}
-
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://sourceforge.net/projects/jocr
-COMMENT=       GOCR is a set of OCR tools
-
-GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
-
-.include "../../mk/bsd.pkg.mk"
diff -r 3c10325f949e -r 0631176e60bd textproc/gocr/PLIST
--- a/textproc/gocr/PLIST       Sun Oct 16 20:20:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/23 07:19:38 mrg Exp $
-bin/gocr
-include/gocr.h
-lib/libPgm2asc.a
-man/man1/gocr.1
diff -r 3c10325f949e -r 0631176e60bd textproc/gocr/distinfo
--- a/textproc/gocr/distinfo    Sun Oct 16 20:20:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 14:48:42 agc Exp $
-
-SHA1 (gocr-0.37.tar.gz) = 41fa2e3f1fc17d27f1f1610441cec4d5f4a6201e
-RMD160 (gocr-0.37.tar.gz) = 99227ad91d497c7c88f8ca86a4fedc766bdaef0b
-Size (gocr-0.37.tar.gz) = 672962 bytes
-SHA1 (patch-aa) = 106daf9fb2bf37f9a11972244b3c4e292178dbe2
-SHA1 (patch-ab) = 56833576531ee62dc96ab6d65e029448eacb88ea
diff -r 3c10325f949e -r 0631176e60bd textproc/gocr/patches/patch-aa
--- a/textproc/gocr/patches/patch-aa    Sun Oct 16 20:20:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/07/24 17:47:26 wiz Exp $
-
---- configure.orig     2002-08-12 17:18:53.000000000 +0200
-+++ configure
-@@ -946,9 +946,11 @@ else
- fi
- 
- 
--CPPFLAGS=-I/usr/X11R6/include
-+#CPPFLAGS=-I/usr/X11R6/include
-+CPPFLAGS=
- #LDFLAGS="-L/usr/X11R6/lib -lpbm -lpgm -lppm -lpnm"
--LDFLAGS="-L/usr/X11R6/lib -L/usr/local/netpbm/lib"
-+#LDFLAGS="-L/usr/X11R6/lib -L/usr/local/netpbm/lib"
-+LDFLAGS=
- 
- ## pnm can only be found, if LDFLAGS contains -lpgm -lpnm ... etc. 
- ## is there a better solution ?
diff -r 3c10325f949e -r 0631176e60bd textproc/gocr/patches/patch-ab
--- a/textproc/gocr/patches/patch-ab    Sun Oct 16 20:20:41 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/12/09 13:53:38 sketch Exp $
-
---- src/Makefile.in.orig       2003-12-09 13:41:53.060784000 +0000
-+++ src/Makefile.in    2003-12-09 13:42:15.130080000 +0000
-@@ -66,7 +66,6 @@
- # PHONY = don't look at file clean, -rm = start rm and ignore errors
- .PHONY : clean proper install
- install: all
--      $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
-       $(INSTALL) ../bin/$(PROGRAM) $(DESTDIR)$(bindir)
-       $(INSTALL) $(LIBPGMASCLIB) $(DESTDIR)$(libdir)
-       $(INSTALL) $(INCLUDEFILES) $(DESTDIR)$(includedir)
diff -r 3c10325f949e -r 0631176e60bd textproc/subtitleripper/Makefile
--- a/textproc/subtitleripper/Makefile  Sun Oct 16 20:20:41 2005 +0000
+++ b/textproc/subtitleripper/Makefile  Sun Oct 16 20:23:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/06/17 04:49:49 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/10/16 20:23:14 wiz Exp $
 #
 
 DISTNAME=      subtitleripper-0.3-1
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://sourceforge.net/projects/subtitleripper/
 COMMENT=       Sub title ripping program
 
-DEPENDS+=      gocr-[0-9]*:../../textproc/gocr
+DEPENDS+=      gocr-[0-9]*:../../graphics/gocr
 
 USE_TOOLS+=            gmake
 WRKSRC=                        ${WRKDIR}/subtitleripper



Home | Main Index | Thread Index | Old Index