From root@alu.reidel.info  Mon Dec 27 22:31:21 2004
Return-Path: <root@alu.reidel.info>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 056A116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Dec 2004 22:31:21 +0000 (GMT)
Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id F084A43D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Dec 2004 22:31:19 +0000 (GMT)
	(envelope-from root@alu.reidel.info)
Received: (qmail 10581 invoked from network); 27 Dec 2004 22:31:17 -0000
Received: from unknown (HELO karm.dyndns.org) (793055@[193.158.188.219])
          (envelope-sender <root@alu.reidel.info>)
          by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 27 Dec 2004 22:31:17 -0000
Received: (qmail 35434 invoked by uid 0); 27 Dec 2004 22:31:19 -0000
Received: from unknown (HELO alu.reidel.info) (192.168.42.12)
  by karm.dyndns.org with SMTP; 27 Dec 2004 22:31:19 -0000
Received: by alu.reidel.info (sSMTP sendmail emulation); Mon, 27 Dec 2004 23:31:17 +0100
Message-Id: <20041227223119.F084A43D1D@mx1.FreeBSD.org>
Date: Mon, 27 Dec 2004 23:31:17 +0100
From: "Charlie Root" <ports@mark.reidel.info>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] x11-toolkits/py-gtksourceview: Python wrapper for the GtkSourceView text editing widget
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75555
>Category:       ports
>Synopsis:       [NEW PORT] x11-toolkits/py-gtksourceview: Python wrapper for the GtkSourceView text editing widget
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 27 22:40:22 GMT 2004
>Closed-Date:    Tue Jul 05 21:05:15 GMT 2005
>Last-Modified:  Tue Jul 05 21:05:15 GMT 2005
>Originator:     Mark Daniel Reidel
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD alu.reidel.info 5.3-STABLE FreeBSD 5.3-STABLE #20: Sun Dec  5 22:39:25 CET
>Description:
PySourceView is a Python wrapper for the GtkSourceView text editing
widget for GTK2. It is meant to be used with the Python-GTK binding
PyGtk2.

This PR is actually based on ports/52393, so credits go to rui at ruilopes.com mainly
>How-To-Repeat:
>Fix:

--- py24-gtksourceview-1.1.0.shar begins here ---
# 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:
#
#	py-gtksourceview
#	py-gtksourceview/Makefile
#	py-gtksourceview/files
#	py-gtksourceview/files/patch-configure
#	py-gtksourceview/distinfo
#	py-gtksourceview/pkg-descr
#	py-gtksourceview/pkg-plist
#
echo c - py-gtksourceview
mkdir -p py-gtksourceview > /dev/null 2>&1
echo x - py-gtksourceview/Makefile
sed 's/^X//' >py-gtksourceview/Makefile << 'END-of-py-gtksourceview/Makefile'
X# New ports collection makefile for:   py-gtksourceview
X# Date created:                        27 Dec 2004
X# Whom:                                Mark Daniel Reidel <ports@mark.reidel.info>
X#
X# $FreeBSD$
X
XPORTNAME=		gtksourceview
XPORTVERSION=		1.1.0
XCATEGORIES=		x11-toolkits python
XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	py${PORTNAME}
XPKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
XDISTNAME=		py${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=		ports@mark.reidel.info
XCOMMENT=		Python wrapper for the GtkSourceView text editing widget
X
XLIB_DEPENDS=		gtksourceview-1.0:${PORTSDIR}/x11-toolkits/gtksourceview
XBUILD_DEPENDS=		${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
XRUN_DEPENDS=		${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
X
XUSE_LIBTOOL_VER=	15
XUSE_GMAKE=		yes
XUSE_PYTHON=		yes
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
X.include <bsd.port.mk>
END-of-py-gtksourceview/Makefile
echo c - py-gtksourceview/files
mkdir -p py-gtksourceview/files > /dev/null 2>&1
echo x - py-gtksourceview/files/patch-configure
sed 's/^X//' >py-gtksourceview/files/patch-configure << 'END-of-py-gtksourceview/files/patch-configure'
X--- configure	Mon Dec 27 23:20:21 2004
X+++ configure	Mon Dec 27 23:20:48 2004
X@@ -19544,6 +19544,7 @@
X 
X # This can be used to rebuild libtool when needed
X LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
X+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
X 
X # Always use our own libtool.
X LIBTOOL='$(SHELL) $(top_builddir)/libtool'
END-of-py-gtksourceview/files/patch-configure
echo x - py-gtksourceview/distinfo
sed 's/^X//' >py-gtksourceview/distinfo << 'END-of-py-gtksourceview/distinfo'
XMD5 (pygtksourceview-1.1.0.tar.gz) = 1baf937a7d11c10ce97674daefb4f578
XSIZE (pygtksourceview-1.1.0.tar.gz) = 309294
END-of-py-gtksourceview/distinfo
echo x - py-gtksourceview/pkg-descr
sed 's/^X//' >py-gtksourceview/pkg-descr << 'END-of-py-gtksourceview/pkg-descr'
XPySourceView is a Python wrapper for the GtkSourceView text editing
Xwidget for GTK2. It is meant to be used with the Python-GTK binding
XPyGtk2.
END-of-py-gtksourceview/pkg-descr
echo x - py-gtksourceview/pkg-plist
sed 's/^X//' >py-gtksourceview/pkg-plist << 'END-of-py-gtksourceview/pkg-plist'
X%%PYTHON_SITELIBDIR%%/gtksourceviewmodule.so
END-of-py-gtksourceview/pkg-plist
exit
--- py24-gtksourceview-1.1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Mon May 30 22:05:10 GMT 2005 
State-Changed-Why:  
Is this still useful now when py-gnome-extras have gtksourceview module? 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Mon May 30 22:05:10 GMT 2005 
Responsible-Changed-Why:  
Look into 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75555 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Tue Jul 5 21:05:03 GMT 2005 
State-Changed-Why:  
Feedback timeout (1 month), sorry. 

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