Monday, December 24, 2018

Re: NEW: m17n (internationalization library)

On 2018/12/24 11:26, Eric Brown wrote:
> Dear List:
>
> Please find attached two new ports that make available m17n:
>
> devel/m17n-lib
>
> which depends on:
>
> misc/m17n-db
>
> Furthermore, I have made some small changes to a prior submission of
> misc/libotf, and have included here for convenience.
>
> Best regards,
> Eric
>





I've just looked at libotf so far. Here's a diff to the Makefile:

- <space><tab> -> <tab>
- start lib version from 0.0
- fonts is a better category
- use MASTER_SITE_SAVANNAH

--- Makefile.orig Mon Dec 24 22:16:26 2018
+++ Makefile Mon Dec 24 22:17:01 2018
@@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.00 2018/12/06 15:00:06 ecb Exp $

-COMMENT = library for handling OpenType Fonts
+COMMENT = library for handling OpenType Fonts

DISTNAME = libotf-0.9.16

-SHARED_LIBS = otf 1.0
+SHARED_LIBS = otf 0.0

-CATEGORIES = misc
+CATEGORIES = fonts

HOMEPAGE = https://www.nongnu.org/m17n/

@@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM = Yes

WANTLIB += c freetype z

-MASTER_SITES = http://download.savannah.gnu.org/releases/m17n/
+MASTER_SITES = ${MASTER_SITE_SAVANNAH:=m17n/}

CONFIGURE_STYLE= gnu



Also DESCR has some problems, typo "facilites" should be "facilities",
and the last paragraph doesn't really make a lot of sense.

No comments:

Post a Comment