From nobody@FreeBSD.org  Thu Dec 28 10:56:03 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3157816A407
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Dec 2006 10:56:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 14C8A13C470
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Dec 2006 10:56:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kBSAu2x9084701
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 28 Dec 2006 10:56:02 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kBSAu2pP084700;
	Thu, 28 Dec 2006 10:56:02 GMT
	(envelope-from nobody)
Message-Id: <200612281056.kBSAu2pP084700@www.freebsd.org>
Date: Thu, 28 Dec 2006 10:56:02 GMT
From: Gerrit Beine<gerrit.beine@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: www/trac-pagetopdf
X-Send-Pr-Version: www-3.0

>Number:         107270
>Category:       ports
>Synopsis:       New port: www/trac-pagetopdf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 28 11:00:29 GMT 2006
>Closed-Date:    Wed Jan 03 14:30:12 GMT 2007
>Last-Modified:  Wed Jan  3 14:30:27 GMT 2007
>Originator:     Gerrit Beine
>Release:        FreeBSD 6.1-RELEASE
>Organization:
Beine Computer
>Environment:
FreeBSD freebsd.vmware 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
This plugin uses the new content conversion API in Trac's trunk to export Wiki
pages to a PDF. The link appers in the Download in other formats list at the
bottom of Wiki pages.

This plugin uses htmldoc to perform the conversion.

WWW: http://trac-hacks.org/wiki/PageToPdfPlugin
>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:
#
#	trac-pagetopdf
#	trac-pagetopdf/Makefile
#	trac-pagetopdf/distinfo
#	trac-pagetopdf/pkg-descr
#	trac-pagetopdf/pkg-plist
#
echo c - trac-pagetopdf
mkdir -p trac-pagetopdf > /dev/null 2>&1
echo x - trac-pagetopdf/Makefile
sed 's/^X//' >trac-pagetopdf/Makefile << 'END-of-trac-pagetopdf/Makefile'
X# New ports collection makefile for: trac-pagetopdf
X# Date created:                      December 28 2006
X# Whom:                              Gerrit Beine <gerrit.beine@gmx.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pagetopdfplugin
XPORTVERSION=	0.2
XCATEGORIES=	www devel python
XMASTER_SITES=	http://www.gerritbeine.de/downloads/trac-hacks/
XPKGNAMEPREFIX=	trac-
XDISTNAME=	${PORTNAME}
X
XMAINTAINER=	gerrit.beine@gmx.de
XCOMMENT=	Export trac wiki pages as PDFs
X
XRUN_DEPENDS+=	tracd:${PORTSDIR}/www/trac \
X		htmldoc:${PORTSDIR}/textproc/htmldoc
XBUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
X
XUSE_ZIP=	yes
XUSE_PYTHON=	2.3+
XUSE_PYDISTUTILS=yes
XWRKSRC=		${WRKDIR}/${PORTNAME}/0.10
XPLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
X
Xdo-build:
X	@${DO_NADA}
X
X.include <bsd.port.mk>
END-of-trac-pagetopdf/Makefile
echo x - trac-pagetopdf/distinfo
sed 's/^X//' >trac-pagetopdf/distinfo << 'END-of-trac-pagetopdf/distinfo'
XMD5 (pagetopdfplugin.zip) = e94e47154d59d5ca015b9e2f0903e15e
XSHA256 (pagetopdfplugin.zip) = be837c9ea9550634a6296f5e57d7201a91816a120984db7e484956ffe650c9bf
XSIZE (pagetopdfplugin.zip) = 1545
END-of-trac-pagetopdf/distinfo
echo x - trac-pagetopdf/pkg-descr
sed 's/^X//' >trac-pagetopdf/pkg-descr << 'END-of-trac-pagetopdf/pkg-descr'
XThis plugin uses the new content conversion API in Trac's trunk to export Wiki
Xpages to a PDF. The link appers in the Download in other formats list at the
Xbottom of Wiki pages.
X
XThis plugin uses htmldoc to perform the conversion.
X
XWWW: http://trac-hacks.org/wiki/PageToPdfPlugin
END-of-trac-pagetopdf/pkg-descr
echo x - trac-pagetopdf/pkg-plist
sed 's/^X//' >trac-pagetopdf/pkg-plist << 'END-of-trac-pagetopdf/pkg-plist'
X%%PYTHON_SITELIBDIR%%/TracPageToPDF-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
END-of-trac-pagetopdf/pkg-plist
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Dec 28 11:56:01 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107270 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jan 3 14:30:10 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107270: commit references a PR
Date: Wed,  3 Jan 2007 14:29:43 +0000 (UTC)

 miwi        2007-01-03 14:29:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/trac-pagetopdf   Makefile distinfo pkg-descr pkg-plist 
   Log:
   This plugin uses the new content conversion API in Trac's trunk to export Wiki
   pages to a PDF. The link appers in the Download in other formats list at the
   bottom of Wiki pages.
   
   This plugin uses htmldoc to perform the conversion.
   
   WWW: http://trac-hacks.org/wiki/PageToPdfPlugin
   
   PR:             ports/107270
   Submitted by:   Gerrit Beine <gerrit.beine at gmx.de>
   
   Revision  Changes    Path
   1.1662    +1 -0      ports/www/Makefile
   1.1       +31 -0     ports/www/trac-pagetopdf/Makefile (new)
   1.1       +3 -0      ports/www/trac-pagetopdf/distinfo (new)
   1.1       +7 -0      ports/www/trac-pagetopdf/pkg-descr (new)
   1.1       +1 -0      ports/www/trac-pagetopdf/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"
 
>Unformatted:
