From nobody@FreeBSD.org  Wed Sep 30 17:43:29 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 88C4B1065676
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Sep 2009 17:43:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 78F5B8FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Sep 2009 17:43:29 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8UHhSpT010712
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 30 Sep 2009 17:43:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n8UHhSQm010711;
	Wed, 30 Sep 2009 17:43:28 GMT
	(envelope-from nobody)
Message-Id: <200909301743.n8UHhSQm010711@www.freebsd.org>
Date: Wed, 30 Sep 2009 17:43:28 GMT
From: Diego Depaoli <trebestie@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [New port] editors/texworks: a simple TeX front-end
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139258
>Category:       ports
>Synopsis:       [New port] editors/texworks: a simple TeX front-end
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lx
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 30 17:50:01 UTC 2009
>Closed-Date:    Wed Oct 14 20:10:52 UTC 2009
>Last-Modified:  Wed Oct 14 20:10:52 UTC 2009
>Originator:     Diego Depaoli
>Release:        FreeBSD current
>Organization:
>Environment:
9.0-CURRENT FreeBSD 9.0-CURRENT #11 r197505: Fri Sep 25 23:39:35 CEST
>Description:
The TeXworkS project is an effort to build a simple 
TeX like TeXShop for Mac OS X.
>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:
#
#	texworks
#	texworks/pkg-descr
#	texworks/Makefile
#	texworks/distinfo
#
echo c - texworks
mkdir -p texworks > /dev/null 2>&1
echo x - texworks/pkg-descr
sed 's/^X//' >texworks/pkg-descr << 'e04e1271094dd489e025c25d23f9b70e'
XThe TeXworkS project is an effort to build a simple 
XTeX like TeXShop for Mac OS X.
X
XWWW:	http://www.tug.org/texworks/
e04e1271094dd489e025c25d23f9b70e
echo x - texworks/Makefile
sed 's/^X//' >texworks/Makefile << '8cbcec8f3c29ad6f797caef7a7cb3b4b'
X# New ports collection makefile for:	texworks
X# Date created:		2009-09-30
X# Whom:			Diego DepaolI <trebestie@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	texworks
XPORTVERSION=	0.2
XCATEGORIES=	editors
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	trebestie@gmail.com
XCOMMENT=	A simple TeX front-end program
X
XBUILD_DEPENDS=	hunspell:${PORTSDIR}/hungarian/hunspell 
XLIB_DEPENDS=	poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
X		dbus:${PORTSDIR}/devel/dbus
X
XUSE_GMAKE=	yes
XMAKE_JOBS_SAFE=	yes
XUSE_QT_VER=	4
XQT_COMPONENTS=	qmake_build gui corelib rcc_build moc_build uic_build \
X		dbus xml
X
XMAKE_ENV+=	QTDIR=${QT_PREFIX}
X
XDESKTOP_ENTRIES="TexWorks" \
X		"Lowering the entry barrier to the TeX world" \
X		"TeXworks.png" \
X		"texworks" \
X		"Application;Utility;" \
X		false
XPLIST_FILES=	bin/texworks \
X		share/pixmaps/TeXworks.png
X
Xpost-patch:
X	@${RM} -f ${WRKSRC}/ui_*.h ${WRKSRC}/moc_*.cpp ${WRKSRC}/qrc_*.cpp
X	@${REINPLACE_CMD} -e 's|\/usr\/share|\${LOCALBASE}\/share|g' ${WRKSRC}/src/TWUtils.cpp
X
Xdo-configure:
X	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} TeXworks.pro
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/texworks ${PREFIX}/bin/
X	${INSTALL_DATA} ${WRKSRC}/res/images/TeXworks.png ${PREFIX}/share/pixmaps/TeXworks.png
X.include <bsd.port.mk>
8cbcec8f3c29ad6f797caef7a7cb3b4b
echo x - texworks/distinfo
sed 's/^X//' >texworks/distinfo << '6dc54c471852d3711676098f13dc8f0d'
XMD5 (texworks-0.2.tar.gz) = 8d21dc7ee85e8c77a97bf39212510fed
XSHA256 (texworks-0.2.tar.gz) = eb3ebdb2d671459a5df59e42f4243a64e9cbf6194ab63172737dafaca4e8b37e
XSIZE (texworks-0.2.tar.gz) = 1899406
6dc54c471852d3711676098f13dc8f0d
exit


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Wed Sep 30 17:50:11 UTC 2009 
Class-Changed-Why:  
Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139258 
Responsible-Changed-From-To: freebsd-ports-bugs->lx 
Responsible-Changed-By: lx 
Responsible-Changed-When: Wed Oct 14 18:05:03 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/139258: commit references a PR
Date: Wed, 14 Oct 2009 18:23:27 +0000 (UTC)

 lx          2009-10-14 18:23:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors              Makefile 
   Added files:
     editors/texworks     Makefile distinfo pkg-descr 
   Log:
   Add the TeXworks LaTeX authoring system.
   
   PR:             ports/139258
   Submitted by:   Diego Depaoli
   Reviewed by:    lx
   Feature safe:   yes
   
   Revision  Changes    Path
   1.419     +1 -0      ports/editors/Makefile
   1.1       +47 -0     ports/editors/texworks/Makefile (new)
   1.1       +3 -0      ports/editors/texworks/distinfo (new)
   1.1       +4 -0      ports/editors/texworks/pkg-descr (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: lx 
State-Changed-When: Wed Oct 14 20:10:40 UTC 2009 
State-Changed-Why:  
Committed, thanks! 


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