mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.8.0
PR: 138480 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer)
This commit is contained in:
parent
7d5781e5ab
commit
02ede7134a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240718
3 changed files with 8 additions and 8 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= cuneiform
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://launchpad.net/cuneiform-linux/${PORTVERSION:R}/${PORTVERSION:R}/+download/
|
||||
DISTNAME= ${PORTNAME}-linux-${PORTVERSION:R}
|
||||
DISTNAME= ${PORTNAME}-linux-${PORTVERSION}
|
||||
|
||||
MAINTAINER= samm@os2.kiev.ua
|
||||
COMMENT= OCR system developed and open sourced by Cognitive technologies
|
||||
|
@ -20,7 +20,7 @@ USE_BZIP2= yes
|
|||
USE_CMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-linux-${PORTVERSION:R}/build
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-linux-${PORTVERSION}/build
|
||||
CMAKE_SOURCE_PATH=..
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -49,7 +49,7 @@ post-patch:
|
|||
.endif
|
||||
.if ${OSVERSION} < 700000
|
||||
@${REINPLACE_CMD} -e 's|malloc_np.h|dlmalloc/malloc.h|' \
|
||||
${WRKSRC}/../cuneiform_src/Kern/windummy.c \
|
||||
${WRKSRC}/../cuneiform_src/Kern/cfcompat/cfcompat.c \
|
||||
${WRKSRC}/../cuneiform_src/Kern/rbal/src/statsearchbl.cpp
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (cuneiform-linux-0.7.tar.bz2) = a13c91a4c2f88b7573e1b3d3306436e2
|
||||
SHA256 (cuneiform-linux-0.7.tar.bz2) = c2d250467e05336dcfd4ef5df5ed39ad803966b64c8b57afdc4677a410f5fcec
|
||||
SIZE (cuneiform-linux-0.7.tar.bz2) = 29158105
|
||||
MD5 (cuneiform-linux-0.8.0.tar.bz2) = 271c1adae56bf8b977bf7326f8a8a0bc
|
||||
SHA256 (cuneiform-linux-0.8.0.tar.bz2) = 874e9078fa41d6bd21e7b419ad931f9bf88ad61f8d3da4b7464d8cdb52c7be8f
|
||||
SIZE (cuneiform-linux-0.8.0.tar.bz2) = 26816146
|
||||
|
|
|
@ -44,7 +44,7 @@ lib/librstuff.so
|
|||
lib/librverline.so
|
||||
lib/libsmetric.so
|
||||
lib/libstd32.so
|
||||
lib/libwindummy.so
|
||||
lib/libcfcompat.so
|
||||
%%DATADIR%%/cube16pd.dat
|
||||
%%DATADIR%%/cube16pl.dat
|
||||
%%DATADIR%%/cube16pr.dat
|
||||
|
|
Loading…
Add table
Reference in a new issue