From edwin@mavetju.org  Sun Oct 29 08:56:08 2006
Return-Path: <edwin@mavetju.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5153016A407
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Oct 2006 08:56:08 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CB1A643D55
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Oct 2006 08:56:07 +0000 (GMT)
	(envelope-from edwin@mavetju.org)
Received: by mail4out.barnet.com.au (Postfix, from userid 1001)
	id AD05037BB2C; Sun, 29 Oct 2006 19:56:05 +1100 (EST)
Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail4.barnet.com.au (Postfix) with ESMTP id 6A61B422728
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Oct 2006 19:56:05 +1100 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail4auth.barnet.com.au (Postfix) with ESMTP id E56C437BAEE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Oct 2006 19:56:04 +1100 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id B7B22307; Sun, 29 Oct 2006 19:56:04 +1100 (EST)
Message-Id: <20061029085604.B7B22307@k7.mavetju>
Date: Sun, 29 Oct 2006 19:56:04 +1100 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] x11-toolkits/sdl_pango
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104899
>Category:       ports
>Synopsis:       [new port] x11-toolkits/sdl_pango
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 29 09:00:31 GMT 2006
>Closed-Date:    Tue Oct 31 21:36:30 GMT 2006
>Last-Modified:  Tue Oct 31 21:36:30 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Oct 29 09:02:23 UTC 2006 
Responsible-Changed-Why:  
my responsibility 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104899 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104899: commit references a PR
Date: Tue, 31 Oct 2006 21:24:36 +0000 (UTC)

 edwin       2006-10-31 21:24:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits         Makefile 
   Added files:
     x11-toolkits/sdl_pango Makefile distinfo pkg-descr pkg-plist 
     x11-toolkits/sdl_pango/files patch-Makefile.in 
   Log:
   [new port] x11-t oolkits/sdl_pango
   
           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
   
   PR:             ports/104899
   Submitted by:   Edwin Groothuis <edwin@mavetju.org>
   
   Revision  Changes    Path
   1.427     +1 -0      ports/x11-toolkits/Makefile
   1.1       +26 -0     ports/x11-toolkits/sdl_pango/Makefile (new)
   1.1       +6 -0      ports/x11-toolkits/sdl_pango/distinfo (new)
   1.1       +11 -0     ports/x11-toolkits/sdl_pango/files/patch-Makefile.in (new)
   1.1       +17 -0     ports/x11-toolkits/sdl_pango/pkg-descr (new)
   1.1       +6 -0      ports/x11-toolkits/sdl_pango/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Tue Oct 31 21:36:26 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104899 
>Unformatted:
