pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/silgraphite-xft Import silgraphite-xft-2.3 as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41003a92eb7d
branches:  trunk
changeset: 551402:41003a92eb7d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Dec 15 00:44:52 2008 +0000

description:
Import silgraphite-xft-2.3 as graphics/silgraphite-xft.

Graphite is a smart font engine that basically takes a unicode string
and font formatting information (features, size, etc.) and returns a
set of positioned glyphs.  In reality, Graphite does more than this in
that it handles cursor tracking and interaction with the rendering
engine for string selection, etc.

This package is a wrapper for Xft.

diffstat:

 graphics/silgraphite-xft/DESCR            |   7 +++++++
 graphics/silgraphite-xft/Makefile         |  25 +++++++++++++++++++++++++
 graphics/silgraphite-xft/PLIST            |   4 ++++
 graphics/silgraphite-xft/buildlink3.mk    |  22 ++++++++++++++++++++++
 graphics/silgraphite-xft/distinfo         |   7 +++++++
 graphics/silgraphite-xft/patches/patch-aa |   9 +++++++++
 graphics/silgraphite-xft/patches/patch-ab |  10 ++++++++++
 7 files changed, 84 insertions(+), 0 deletions(-)

diffs (112 lines):

diff -r 30f14fdb2b06 -r 41003a92eb7d graphics/silgraphite-xft/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/silgraphite-xft/DESCR    Mon Dec 15 00:44:52 2008 +0000
@@ -0,0 +1,7 @@
+Graphite is a smart font engine that basically takes a unicode string
+and font formatting information (features, size, etc.) and returns a
+set of positioned glyphs.  In reality, Graphite does more than this in
+that it handles cursor tracking and interaction with the rendering
+engine for string selection, etc.
+
+This package is a wrapper for Xft.
diff -r 30f14fdb2b06 -r 41003a92eb7d graphics/silgraphite-xft/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/silgraphite-xft/Makefile Mon Dec 15 00:44:52 2008 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/15 00:44:52 minskim Exp $
+
+DISTNAME=      silgraphite-2.3
+PKGNAME=       ${DISTNAME:S/silgraphite/silgraphite-xft/}
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=silgraphite/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://silgraphite.sourceforge.net/
+COMMENT=       Xft wrapper for SIL Graphite
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+WRKSRC=                ${WRKDIR}/${DISTNAME}/wrappers/xft
+
+.include "../../graphics/silgraphite/buildlink3.mk"
+.include "../../graphics/silgraphite-ft/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/silgraphite-xft.pc ${PREFIX}/lib/pkgconfig
+
+.include "../../mk/bsd.pkg.mk"
diff -r 30f14fdb2b06 -r 41003a92eb7d graphics/silgraphite-xft/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/silgraphite-xft/PLIST    Mon Dec 15 00:44:52 2008 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/15 00:44:52 minskim Exp $
+include/graphite/XftGrFont.h
+lib/libgraphite-xft.la
+lib/pkgconfig/silgraphite-xft.pc
diff -r 30f14fdb2b06 -r 41003a92eb7d graphics/silgraphite-xft/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/silgraphite-xft/buildlink3.mk    Mon Dec 15 00:44:52 2008 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/12/15 00:44:52 minskim Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+SILGRAPHITE_XFT_BUILDLINK3_MK:=        ${SILGRAPHITE_XFT_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    silgraphite-xft
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nsilgraphite-xft}
+BUILDLINK_PACKAGES+=   silgraphite-xft
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}silgraphite-xft
+
+.if ${SILGRAPHITE_XFT_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.silgraphite-xft+=        silgraphite-xft>=2.3
+BUILDLINK_PKGSRCDIR.silgraphite-xft?=  ../../wip/silgraphite-xft
+.endif # SILGRAPHITE_XFT_BUILDLINK3_MK
+
+.include "../../graphics/silgraphite-ft/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r 30f14fdb2b06 -r 41003a92eb7d graphics/silgraphite-xft/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/silgraphite-xft/distinfo Mon Dec 15 00:44:52 2008 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/15 00:44:52 minskim Exp $
+
+SHA1 (silgraphite-2.3.tar.gz) = f3f7ed75fd16197bae41953ffb8c13d53ffae773
+RMD160 (silgraphite-2.3.tar.gz) = 0a8ca776793c0835799387ea6ab11a5ea7d72e2f
+Size (silgraphite-2.3.tar.gz) = 3394463 bytes
+SHA1 (patch-aa) = 5d9288b9dc9f00deacf641c9b9b05101c6b5da2f
+SHA1 (patch-ab) = bea4dff59b82302390926259bd09c3b9336c86c2
diff -r 30f14fdb2b06 -r 41003a92eb7d graphics/silgraphite-xft/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/silgraphite-xft/patches/patch-aa Mon Dec 15 00:44:52 2008 +0000
@@ -0,0 +1,9 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/12/15 00:44:52 minskim Exp $
+
+--- installed-top.pc.in.orig   2007-06-28 01:12:11.000000000 -0700
++++ installed-top.pc.in
+@@ -1,2 +1,4 @@
++prefix=@prefix@
++exec_prefix=@exec_prefix@
+ libdir=@libdir@
+ includedir=@includedir@
diff -r 30f14fdb2b06 -r 41003a92eb7d graphics/silgraphite-xft/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/silgraphite-xft/patches/patch-ab Mon Dec 15 00:44:52 2008 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1.1.1 2008/12/15 00:44:52 minskim Exp $
+
+--- silgraphite-xft.pc.in.orig 2007-06-08 09:10:11.000000000 -0700
++++ silgraphite-xft.pc.in
+@@ -1,5 +1,3 @@
+-prefix=@prefix@
+-exec_prefix=@exec_prefix@
+ 
+ Name: graphite-xft
+ Description: An Xft backend for Graphite



Home | Main Index | Thread Index | Old Index