summaryrefslogtreecommitdiff
path: root/graphics/leptonica
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/leptonica')
-rw-r--r--graphics/leptonica/Makefile39
-rw-r--r--graphics/leptonica/distinfo3
-rw-r--r--graphics/leptonica/files/patch-configure.ac11
-rw-r--r--graphics/leptonica/files/patch-src__Makefile.am24
-rw-r--r--graphics/leptonica/pkg-descr4
-rw-r--r--graphics/leptonica/pkg-plist26
6 files changed, 0 insertions, 107 deletions
diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile
deleted file mode 100644
index 349d4171175d..000000000000
--- a/graphics/leptonica/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: leptonlib
-# Date created: 2009-05-20
-# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= leptonlib
-PORTVERSION= 1.60
-PORTREVISION= 2
-CATEGORIES= graphics
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= hiroto.kagotani@gmail.com
-COMMENT= C library for efficient image processing and image analysis operations
-
-LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- tiff.4:${PORTSDIR}/graphics/tiff
-
-PROJECTHOST= leptonica
-
-MAKE_JOBS_SAFE= yes
-USE_AUTOTOOLS= libtool:22 aclocal:110 automake:110 autoconf:262
-ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I${LOCALBASE}/share/aclocal
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
-
-post-patch:
- @${MV} ${WRKSRC}/src/makefile ${WRKSRC}/src/makefile.linux
- @${RM} ${WRKSRC}/src/jpeglib.h ${WRKSRC}/src/jmorecfg.h
-
-pre-configure:
- @(cd ${CONFIGURE_WRKSRC} \
- && ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake)
-
-run-autotools:: run-autotools-aclocal run-autotools-automake run-autotools-autoconf
-
-.include <bsd.port.mk>
diff --git a/graphics/leptonica/distinfo b/graphics/leptonica/distinfo
deleted file mode 100644
index f72424024664..000000000000
--- a/graphics/leptonica/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (leptonlib-1.60.tar.gz) = 8f13a190a86f73388e9901bd59ebfa25
-SHA256 (leptonlib-1.60.tar.gz) = 9c9b7710418a33aad35dcd7b76b6b69affdc90b2b62cce56b6c6dc93f5e7a072
-SIZE (leptonlib-1.60.tar.gz) = 4115391
diff --git a/graphics/leptonica/files/patch-configure.ac b/graphics/leptonica/files/patch-configure.ac
deleted file mode 100644
index ab80d8f6791e..000000000000
--- a/graphics/leptonica/files/patch-configure.ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.ac.orig 2009-01-19 14:30:19.000000000 +0900
-+++ ./configure.ac 2009-05-21 00:15:20.000000000 +0900
-@@ -114,7 +114,7 @@
-
- # Check where all the following programs are and set
- # variables accordingly:
--AC_PROG_RANLIB
-+AM_PROG_LIBTOOL
- # AC_PROG_LN_S
- # AC_PATH_PROG(MV, mv)
- # AC_PATH_PROG(CP, cp)
diff --git a/graphics/leptonica/files/patch-src__Makefile.am b/graphics/leptonica/files/patch-src__Makefile.am
deleted file mode 100644
index 74f0cb78f4eb..000000000000
--- a/graphics/leptonica/files/patch-src__Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
---- src/Makefile.am.orig 2009-01-19 08:30:19.000000000 +0300
-+++ src/Makefile.am 2009-05-21 21:55:01.000000000 +0400
-@@ -6,10 +6,9 @@
- MAKE = make -f Makefile
- AM_CFLAGS = -D_BSD_SOURCE -DANSI -fPIC
- AM_CPPFLAGS = $(ENDIANNESS)
--CFLAGS = -O2
-
--lib_LIBRARIES = liblept.a
--liblept_a_SOURCES = adaptmap.c \
-+lib_LTLIBRARIES = liblept.la
-+liblept_la_SOURCES = adaptmap.c \
- affine.c affinecompose.c \
- arithlow.c arrayaccess.c \
- bardecode.c \
-@@ -73,7 +72,7 @@
-
- include_HEADERS = allheaders.h alltypes.h arrayaccess.h \
- array.h bbuffer.h bmf.h bmp.h ccbord.h environ.h \
-- gplot.h imageio.h jbclass.h jmorecfg.h jpeglib.h leptprotos.h list.h \
-+ gplot.h imageio.h jbclass.h leptprotos.h list.h \
- morph.h pheap.h pix.h pqueue.h readbarcode.h stack.h watershed.h
-
- EXTRA_DIST = Makefile.mingw arrayaccess.h.vc arrayaccess.h.vc60 \
diff --git a/graphics/leptonica/pkg-descr b/graphics/leptonica/pkg-descr
deleted file mode 100644
index 852653951312..000000000000
--- a/graphics/leptonica/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-An open source C library for efficient image processing and
-image analysis operations.
-
-WWW: http://code.google.com/p/leptonica/
diff --git a/graphics/leptonica/pkg-plist b/graphics/leptonica/pkg-plist
deleted file mode 100644
index cda07166e1cf..000000000000
--- a/graphics/leptonica/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-include/liblept/allheaders.h
-include/liblept/alltypes.h
-include/liblept/arrayaccess.h
-include/liblept/array.h
-include/liblept/bbuffer.h
-include/liblept/bmf.h
-include/liblept/bmp.h
-include/liblept/ccbord.h
-include/liblept/environ.h
-include/liblept/gplot.h
-include/liblept/imageio.h
-include/liblept/jbclass.h
-include/liblept/leptprotos.h
-include/liblept/list.h
-include/liblept/morph.h
-include/liblept/pheap.h
-include/liblept/pix.h
-include/liblept/pqueue.h
-include/liblept/readbarcode.h
-include/liblept/stack.h
-include/liblept/watershed.h
-lib/liblept.a
-lib/liblept.la
-lib/liblept.so
-lib/liblept.so.0
-@dirrm include/liblept