From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 16 13:50:03 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D23C686 for ; Wed, 16 Apr 2014 13:50:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 491B111CE for ; Wed, 16 Apr 2014 13:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3GDo37V071147 for ; Wed, 16 Apr 2014 13:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3GDo3Zc071146; Wed, 16 Apr 2014 13:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 16 Apr 2014 13:50:03 GMT Resent-Message-Id: <201404161350.s3GDo3Zc071146@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, Hiroto Kagotani Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA427644 for ; Wed, 16 Apr 2014 13:46:54 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AEF611B8 for ; Wed, 16 Apr 2014 13:46:54 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3GDksRa001172 for ; Wed, 16 Apr 2014 13:46:54 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3GDksv1001171; Wed, 16 Apr 2014 13:46:54 GMT (envelope-from nobody) Message-Id: <201404161346.s3GDksv1001171@cgiserv.freebsd.org> Date: Wed, 16 Apr 2014 13:46:54 GMT From: Hiroto Kagotani To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188691: [NEW PORT] japanese/latex-jlisting: Enhancement of lstlisting environment for handling Japanese text X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 13:50:03 -0000 >Number: 188691 >Category: ports >Synopsis: [NEW PORT] japanese/latex-jlisting: Enhancement of lstlisting environment for handling Japanese text >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: Wed Apr 16 13:50:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Hiroto Kagotani >Release: FreeBSD 10.0-RELEASE-p1 amd64 >Organization: >Environment: FreeBSD myhost.mydomain 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC >Description: jlisting.sty enhances lstlisting environment provided by listings.sty for handling Japanese text. Use this package with listings.sty as: \usepackage{listings,jlisting} WWW: http://sourceforge.jp/projects/mytexpert/ >How-To-Repeat: >Fix: 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: # # latex-jlisting # latex-jlisting/Makefile # latex-jlisting/distinfo # latex-jlisting/pkg-descr # latex-jlisting/pkg-plist # echo c - latex-jlisting mkdir -p latex-jlisting > /dev/null 2>&1 echo x - latex-jlisting/Makefile sed 's/^X//' >latex-jlisting/Makefile << 'b8443733048ce6f942ed87e12bd0052c' X# $FreeBSD$ X XPORTNAME= latex-jlisting XPORTVERSION= 0.2 XCATEGORIES= japanese print XMASTER_SITES= SFJP/mytexpert/26068 XDISTNAME= jlisting.sty XEXTRACT_SUFX= .bz2 X XMAINTAINER= hiroto.kagotani@gmail.com XCOMMENT= Enhancement of lstlisting environment for handling Japanese text X XUSE_TEX= base texhash XPLIST_SUB= TEXMFLOCALDIR=${TEXMFLOCALDIR} MKTEXLSR=${MKTEXLSR} X XMKTEXLSR= ${LOCALBASE}/bin/mktexlsr XWRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//} X Xdo-extract: X ${MKDIR} ${WRKSRC} X cd ${DISTDIR}/${DIST_SUBDIR} && ${BZCAT} ${DISTFILES} >${WRKSRC}/${DISTNAME} X Xdo-build: X Xdo-install: X ${MKDIR} ${STAGEDIR}${PREFIX}/${TEXMFLOCALDIR}/jlisting X ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/${TEXMFLOCALDIR}/jlisting X Xpost-install: X @${MKTEXLSR} X X.include b8443733048ce6f942ed87e12bd0052c echo x - latex-jlisting/distinfo sed 's/^X//' >latex-jlisting/distinfo << '064158aec5ee24652e3992fa3dfe3e67' XSHA256 (jlisting.sty.bz2) = 7e755563bb44750e29d49d2c029fb2af3e46f0c9a8c375da7e691899f69dfa50 XSIZE (jlisting.sty.bz2) = 2269 064158aec5ee24652e3992fa3dfe3e67 echo x - latex-jlisting/pkg-descr sed 's/^X//' >latex-jlisting/pkg-descr << 'f66f02fcd585d1305e149f5126d06da5' Xjlisting.sty enhances lstlisting environment provided by listings.sty Xfor handling Japanese text. X XUse this package with listings.sty as: X\usepackage{listings,jlisting} X XWWW: http://sourceforge.jp/projects/mytexpert/ f66f02fcd585d1305e149f5126d06da5 echo x - latex-jlisting/pkg-plist sed 's/^X//' >latex-jlisting/pkg-plist << 'b984a2ab8a15c30304e81487b0fd6663' X%%TEXMFLOCALDIR%%/jlisting/jlisting.sty X@dirrm %%TEXMFLOCALDIR%%/jlisting X@exec %%MKTEXLSR%% X@unexec %%MKTEXLSR%% b984a2ab8a15c30304e81487b0fd6663 exit >Release-Note: >Audit-Trail: >Unformatted: