Date: Sun, 29 Oct 2006 19:56:04 +1100 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104899: [new port] x11-toolkits/sdl_pango Message-ID: <20061029085604.B7B22307@k7.mavetju> Resent-Message-ID: <200610290900.k9T90WCg046702@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104899 >Category: ports >Synopsis: [new port] x11-toolkits/sdl_pango >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 09:00:31 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x - Required for games/frozenbubble 2.0.0 - Update to bsd.sdl.mk is coming too >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sdl_pango/ # sdl_pango/Makefile # sdl_pango/pkg-plist # sdl_pango/pkg-descr # sdl_pango/distinfo # sdl_pango/files # sdl_pango/files/patch-Makefile.in # echo c - sdl_pango/ mkdir -p sdl_pango/ > /dev/null 2>&1 echo x - sdl_pango/Makefile sed 's/^X//' >sdl_pango/Makefile << 'END-of-sdl_pango/Makefile' X# New ports collection makefile for: x11-toolkits/sdl_pango X# Date created: 2006-10-30 X# Whom: Edwin Groothuis <edwin@mavetju.org> X# X# $FreeBSD$ X# X XPORTNAME= sdl_pango XPORTVERSION= 0.1.2 XCATEGORIES= x11-toolkits XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= sdlpango XDISTNAME= SDL_Pango-${PORTVERSION} X XMAINTAINER= edwin@mavetju.org XCOMMENT= SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x X XUSE_SDL= sdl XUSE_GNOME= pango XHAS_CONFIGURE= yes XUSE_LDCONFIG= yes X X.include <bsd.port.mk> END-of-sdl_pango/Makefile echo x - sdl_pango/pkg-plist sed 's/^X//' >sdl_pango/pkg-plist << 'END-of-sdl_pango/pkg-plist' Xinclude/SDL_Pango.h Xlib/libSDL_Pango.a Xlib/libSDL_Pango.la Xlib/libSDL_Pango.so Xlib/libSDL_Pango.so.2 Xlibdata/pkgconfig/SDL_Pango.pc END-of-sdl_pango/pkg-plist echo x - sdl_pango/pkg-descr sed 's/^X//' >sdl_pango/pkg-descr << 'END-of-sdl_pango/pkg-descr' XPango is the text rendering engine of GNOME 2.x. SDL_Pango connects Xthe engine to SDL. X XIf you are a game software developer, you should know the difficulties Xof distribution. So I will start to introduce SDL_Pango from the Xviewpoint of distribution. X XIn Un*x, SDL_Pango is hard to use as system-independent module, Xbecause it depends on fontconfig and Pango which are designed as Xsystem-singleton modules. If you use SDL_Pango, your software will Xrequire those modules installed to target system. If your software Xis shipped as shrink-wrap package, it may cause much problem on Xyour support desk. You should carefully design your installation Xprocess. X XWWW: http://sdlpango.sourceforge.net/ XAuthor: NAKAMURA Ken'ichi <nakamura@sbp.fp.a.u-tokyo.ac.jp> END-of-sdl_pango/pkg-descr echo x - sdl_pango/distinfo sed 's/^X//' >sdl_pango/distinfo << 'END-of-sdl_pango/distinfo' XMD5 (SDL_Pango-0.1.2.tar.gz) = 85bbf9bb7b1cee0538154dadd045418c XSHA256 (SDL_Pango-0.1.2.tar.gz) = 7f75d3b97acf707c696ea126424906204ebfa07660162de925173cdd0257eba4 XSIZE (SDL_Pango-0.1.2.tar.gz) = 405967 END-of-sdl_pango/distinfo echo c - sdl_pango/files mkdir -p sdl_pango/files > /dev/null 2>&1 echo x - sdl_pango/files/patch-Makefile.in sed 's/^X//' >sdl_pango/files/patch-Makefile.in << 'END-of-sdl_pango/files/patch-Makefile.in' X--- Makefile.in.orig Sun Oct 29 19:50:51 2006 X+++ Makefile.in Sun Oct 29 19:51:00 2006 X@@ -208,7 +208,7 @@ X Wix/license.rtf Wix/pango.README Wix/README Wix/shave.xslt Wix/ui.xml \ X Wix/bitmap X X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(libdir)data/pkgconfig X pkgconfig_DATA = SDL_Pango.pc X all: all-recursive X END-of-sdl_pango/files/patch-Makefile.in exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061029085604.B7B22307>