Tesseract lang pkg changed names.
This commit is contained in:
parent
cbd86af32b
commit
ec61722990
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2010/10/01 07:25:07 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2010/10/24 12:46:19 ajacoutot Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-1.23
|
||||
PKGNAME = quirks-1.24
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.29 2010/10/01 07:25:07 sthen Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.30 2010/10/24 12:46:19 ajacoutot Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -154,6 +154,12 @@ my $stem_extensions = {
|
||||
'Audio-MPD' => 'p5-Audio-MPD',
|
||||
'p5-IDNA-Punycode' => 'p5-Net-IDN-Encode',
|
||||
'py-CouchDB' => 'py-couchdb',
|
||||
'tesseract-de' => 'tesseract-deu',
|
||||
'tesseract-es' => 'tesseract-spa',
|
||||
'tesseract-fr' => 'tesseract-fra',
|
||||
'tesseract-it' => 'tesseract-ita',
|
||||
'tesseract-nl' => 'tesseract-nld',
|
||||
'tesseract-pt' => 'tesseract-por',
|
||||
};
|
||||
|
||||
# ->is_base_system($handle, $state):
|
||||
|
Loading…
Reference in New Issue
Block a user