From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 6 08:20:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E1771065673 for ; Sat, 6 Sep 2008 08:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 645D68FC12 for ; Sat, 6 Sep 2008 08:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m868K4ss012083 for ; Sat, 6 Sep 2008 08:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m868K4Ra012082; Sat, 6 Sep 2008 08:20:04 GMT (envelope-from gnats) Resent-Date: Sat, 6 Sep 2008 08:20:04 GMT Resent-Message-Id: <200809060820.m868K4Ra012082@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yi-Jheng Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C18DD1065674 for ; Sat, 6 Sep 2008 08:17:07 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from csmailgate.cs.nctu.edu.tw (csmailgate.cs.nctu.edu.tw [140.113.235.103]) by mx1.freebsd.org (Postfix) with ESMTP id 9AAB28FC12 for ; Sat, 6 Sep 2008 08:17:07 +0000 (UTC) (envelope-from yzlin@cs.nctu.edu.tw) Received: from bsd0.cs.nctu.edu.tw (bsd0 [140.113.235.130]) by csmailgate.cs.nctu.edu.tw (Postfix) with ESMTP id 7B9EA1047F8 for ; Sat, 6 Sep 2008 16:17:06 +0800 (CST) Received: (from yzlin@localhost) by bsd0.cs.nctu.edu.tw (8.14.2/8.14.2/Submit) id m868H6W9053468; Sat, 6 Sep 2008 16:17:06 +0800 (CST) (envelope-from yzlin) Message-Id: <200809060817.m868H6W9053468@bsd0.cs.nctu.edu.tw> Date: Sat, 6 Sep 2008 16:17:06 +0800 (CST) From: Yi-Jheng Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/127139: [NEW PORT] www/py25-textile: Textile markup generator written in Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 08:20:04 -0000 >Number: 127139 >Category: ports >Synopsis: [NEW PORT] www/py25-textile: Textile markup generator written in Python >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: Sat Sep 06 08:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Jheng Lin >Release: FreeBSD 7.0-RELEASE-p4 amd64 >Organization: NCTU CS >Environment: System: FreeBSD stucgi 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Fri Sep 5 14:56:26 CST >Description: Textile is a Python implementation of the Textile (http://textism.com/tools/textile) markup language. WWW: http://code.google.com/p/pytextile/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py25-textile-2.0.11.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-textile # py-textile/pkg-descr # py-textile/Makefile # py-textile/pkg-plist # py-textile/distinfo # echo c - py-textile mkdir -p py-textile > /dev/null 2>&1 echo x - py-textile/pkg-descr sed 's/^X//' >py-textile/pkg-descr << 'END-of-py-textile/pkg-descr' XTextile is a Python implementation of the Textile X(http://textism.com/tools/textile) markup language. X XWWW: http://code.google.com/p/pytextile/ END-of-py-textile/pkg-descr echo x - py-textile/Makefile sed 's/^X//' >py-textile/Makefile << 'END-of-py-textile/Makefile' X# New ports collection makefile for: py-textile X# Date created: 2008-09-05 X# Whom: Yi-Jheng Lin X# X# $FreeBSD$ X# X XPORTNAME= textile XPORTVERSION= 2.0.11 XCATEGORIES= www textproc XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= yzlin@cs.nctu.edu.tw XCOMMENT= Textile markup generator written in Python X XPROJECTHOST= pytextile XUSE_PYTHON= 2.5+ XUSE_PYDISTUTILS= easy_install XPYDISTUTILS_NOEGGINFO= yes XPLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} X X.include END-of-py-textile/Makefile echo x - py-textile/pkg-plist sed 's/^X//' >py-textile/pkg-plist << 'END-of-py-textile/pkg-plist' X%%PYTHON_SITELIBDIR%%/textile-%%VERSION%%-py%%PYVER%%.egg END-of-py-textile/pkg-plist echo x - py-textile/distinfo sed 's/^X//' >py-textile/distinfo << 'END-of-py-textile/distinfo' XMD5 (textile-2.0.11.tar.gz) = a94aee1f9610aae6605c6e72b6a1f660 XSHA256 (textile-2.0.11.tar.gz) = 8d1f277c541d2638f8be3fa5ebb01762e01ce9d1792ae7bcdca443716964bf59 XSIZE (textile-2.0.11.tar.gz) = 28727 END-of-py-textile/distinfo exit --- py25-textile-2.0.11.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: