Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2010 19:18:12 +0200 (CEST)
From:      Nikola Lecic <nikola.lecic@anthesphoria.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/146244: [Maintainer] print/libotf: Update to 0.9.11, fixes reg. deps, pkg-descr, mastersites
Message-ID:  <201005021718.o42HICav031600@anthesphoria.net>
Resent-Message-ID: <201005021720.o42HKHwE083205@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146244
>Category:       ports
>Synopsis:       [Maintainer] print/libotf: Update to 0.9.11, fixes reg. deps, pkg-descr, mastersites
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 02 17:20:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Nikola Lecic
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:

System: FreeBSD mordor.xx.rs 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 26 10:23:40 UTC 2010 nikola@mordor.xx.rs:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

M17N-related update, part 1 of 5.

Log:
* update print/libotf to 0.9.11
* be more precise regarding the dependencies (USE_XORG)
* a little addition to pkg-descr
* more MASTER_SITES

>How-To-Repeat:
	
>Fix:

--- libotf-0.9.11.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/print/libotf/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	23 Feb 2010 19:10:23 -0000	1.20
+++ Makefile	2 May 2010 13:08:02 -0000
@@ -6,18 +6,21 @@
 #
 
 PORTNAME=	libotf
-PORTVERSION=	0.9.9
+PORTVERSION=	0.9.11
 CATEGORIES=	print devel
-MASTER_SITES=	http://www.m17n.org/libotf/
+MASTER_SITES=	http://www.m17n.org/libotf/ \
+		http://anthesphoria.net/FreeBSD/ports/distfiles/
 
 MAINTAINER=	nikola.lecic@anthesphoria.net
 COMMENT=	Library for handling OpenType fonts
 
 LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2
 
+USE_XORG=	x11 xt xaw xmu
 USE_GNOME=	pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/print/libotf/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	4 Mar 2009 17:00:59 -0000	1.10
+++ distinfo	2 May 2010 13:08:02 -0000
@@ -1,3 +1,3 @@
-MD5 (libotf-0.9.9.tar.gz) = 95e5452263bf8e75ece988e6d827b55c
-SHA256 (libotf-0.9.9.tar.gz) = d093db7536e95bebadc6fe5bc1f9f836da726ce46f467bfc5553e3b909bc1a6a
-SIZE (libotf-0.9.9.tar.gz) = 350235
+MD5 (libotf-0.9.11.tar.gz) = c966e8ac1c64a01de0a66d9b9aadbb63
+SHA256 (libotf-0.9.11.tar.gz) = 34aa22564049edb154588a25c38bc044297ec6c3a5f7a76919076a32ec0f53a8
+SIZE (libotf-0.9.11.tar.gz) = 360687
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/print/libotf/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	3 Mar 2005 00:09:35 -0000	1.2
+++ pkg-descr	2 May 2010 13:08:02 -0000
@@ -1,4 +1,4 @@
-The library "libotf" provides the following facilites.
+The library "libotf" provides the following facilites:
 
     o Read Open Type Layout Tables from OTF file.  Currently these
       tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
@@ -6,4 +6,7 @@
     o Convert a Unicode character sequence to a glyph code sequence by
       using the above tables.
 
+The combination of libotf and the FreeType library (Ver. 2) realizes
+CTL (complex text layout) by OpenType fonts.
+
 WWW: http://www.m17n.org/libotf/
--- libotf-0.9.11.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005021718.o42HICav031600>