From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 7 00:10:09 2011 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 D57EC1065673 for ; Sun, 7 Aug 2011 00:10:09 +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 A84E68FC17 for ; Sun, 7 Aug 2011 00:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p770A9Bd063943 for ; Sun, 7 Aug 2011 00:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p770A9tA063937; Sun, 7 Aug 2011 00:10:09 GMT (envelope-from gnats) Resent-Date: Sun, 7 Aug 2011 00:10:09 GMT Resent-Message-Id: <201108070010.p770A9tA063937@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, Glen Barber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7E5F106566C for ; Sun, 7 Aug 2011 00:00:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2C18FC13 for ; Sun, 7 Aug 2011 00:00:41 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7700fLX079957 for ; Sun, 7 Aug 2011 00:00:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p7700fmc079956; Sun, 7 Aug 2011 00:00:41 GMT (envelope-from nobody) Message-Id: <201108070000.p7700fmc079956@red.freebsd.org> Date: Sun, 7 Aug 2011 00:00:41 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159564: [NEW PORT] textproc/codespell: Source code spell checker 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: Sun, 07 Aug 2011 00:10:10 -0000 >Number: 159564 >Category: ports >Synopsis: [NEW PORT] textproc/codespell: Source code spell checker >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: Sun Aug 07 00:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 9-CURRENT >Organization: >Environment: >Description: Codespell is a source code spell checker. Build logs for 8-STABLE and 7-STABLE can be found here: - http://www.glenbarber.us/stuff/8-STABLE-codespell-1.1.log - http://www.glenbarber.us/stuff/7-STABLE-codespell-1.1.log >How-To-Repeat: >Fix: shar(1) of the new port is attached. Patch attached with submission follows: # 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: # # codespell # codespell/pkg-descr # codespell/distinfo # codespell/Makefile # echo c - codespell mkdir -p codespell > /dev/null 2>&1 echo x - codespell/pkg-descr sed 's/^X//' >codespell/pkg-descr << 'aad13cddf6e16b57c8efc267a80f296f' XSource code spell checker. X XWWW: http://git.profusion.mobi/cgit.cgi/lucas/codespell/ aad13cddf6e16b57c8efc267a80f296f echo x - codespell/distinfo sed 's/^X//' >codespell/distinfo << '09f8e6a12ad552789b2985dfdf35a2b6' XSHA256 (codespell-1.1.tar.gz) = 0cdab2474ab1aacf830ab57280615935b745eb299fde0d50235a6dc2d423ea2e XSIZE (codespell-1.1.tar.gz) = 42289 09f8e6a12ad552789b2985dfdf35a2b6 echo x - codespell/Makefile sed 's/^X//' >codespell/Makefile << '71f865a93f49f2dcc3c0ce105f2119c0' X# New ports collection makefile for: codespell X# Date created: 6 February 2011 X# Whom: Glen Barber X# X# $FreeBSD$ X# X XPORTNAME= codespell XPORTVERSION= 1.1 XCATEGORIES= textproc XMASTER_SITES= http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= gjb@FreeBSD.org XCOMMENT= Source code spelling checker X XLICENSE= GPLv2 X XUSE_PYTHON= 3.1+ X XPLIST_FILES= bin/codespell XPORTDOCS= COPYING README TODO XPORTEXAMPLES= * X X.include X Xdo-build: X ${REINPLACE_CMD} 's|#!/usr/bin/env python3|#!${LOCALBASE}/bin/${PYTHON_VERSION}|' \ X ${WRKSRC}/codespell.py X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/codespell.py ${PREFIX}/bin/codespell X Xpost-install: X.if !defined(NOPORTSDOCS) X @${MKDIR} ${DOCSDIR} X. for i in ${PORTDOCS} X @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X. endfor X.endif X X.for i in data example X @${MKDIR} ${EXAMPLESDIR}/${i} X @${INSTALL_DATA} ${WRKSRC}/${i}/* ${EXAMPLESDIR}/${i} X.endfor X X @${ECHO} "" X @${ECHO} "You have successfully installed codespell!" X @${ECHO} "The dictionary file has been installed to:" X @${ECHO} "${EXAMPLESDIR}/data/dictionary.txt" X @${ECHO} "" X X.include 71f865a93f49f2dcc3c0ce105f2119c0 exit >Release-Note: >Audit-Trail: >Unformatted: