From owner-svn-ports-head@FreeBSD.ORG Sat Sep 20 15:28:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22B49A04; Sat, 20 Sep 2014 15:28:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 033D97F4; Sat, 20 Sep 2014 15:28:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8KFS2On057173; Sat, 20 Sep 2014 15:28:02 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8KFS2wQ057168; Sat, 20 Sep 2014 15:28:02 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409201528.s8KFS2wQ057168@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 20 Sep 2014 15:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368649 - in head/japanese: . latex-jlisting X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2014 15:28:03 -0000 Author: marino Date: Sat Sep 20 15:28:01 2014 New Revision: 368649 URL: http://svnweb.freebsd.org/changeset/ports/368649 QAT: https://qat.redports.org/buildarchive/r368649/ Log: Add new port japanese/latex-jlisting PR: 188691 Submitted by: Hiroto Kagotani jlisting.sty enhances lstlisting environment provided by listings.sty for handling Japanese text. Added: head/japanese/latex-jlisting/ head/japanese/latex-jlisting/Makefile (contents, props changed) head/japanese/latex-jlisting/distinfo (contents, props changed) head/japanese/latex-jlisting/pkg-descr (contents, props changed) Modified: head/japanese/Makefile Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Sat Sep 20 15:19:34 2014 (r368648) +++ head/japanese/Makefile Sat Sep 20 15:28:01 2014 (r368649) @@ -134,6 +134,7 @@ SUBDIR += kon2-16dot SUBDIR += kpcal SUBDIR += kterm + SUBDIR += latex-jlisting SUBDIR += leafrogue SUBDIR += less SUBDIR += libreoffice Added: head/japanese/latex-jlisting/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/latex-jlisting/Makefile Sat Sep 20 15:28:01 2014 (r368649) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= jlisting +PORTVERSION= 0.2 +CATEGORIES= japanese print +MASTER_SITES= SFJP/mytexpert/26068 +PKGNAMEPREFIX= latex- +DISTFILES= jlisting.sty.bz2 + +MAINTAINER= hiroto.kagotani@gmail.com +COMMENT= Support for Japanese text within lstlisting environment + +NO_BUILD= yes +USE_TEX= latex texhash +JLDIR= ${TEXMFLOCALDIR}/tex/latex/jlisting +PLIST_FILES= ${JLDIR}/jlisting.sty +PLIST_DIRS= ${JLDIR} +PLIST_DIRSTRY= ${TEXMFLOCALDIR}/tex/latex ${TEXMFLOCALDIR}/tex + +do-extract: + @${MKDIR} ${WRKSRC} + (cd ${DISTDIR}/${DIST_SUBDIR} && ${BZCAT} ${DISTFILES} \ + > ${WRKSRC}/jlisting.sty) + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${JLDIR} + ${INSTALL_DATA} ${WRKSRC}/jlisting.sty ${STAGEDIR}${PREFIX}/${JLDIR} + +.include Added: head/japanese/latex-jlisting/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/latex-jlisting/distinfo Sat Sep 20 15:28:01 2014 (r368649) @@ -0,0 +1,2 @@ +SHA256 (jlisting.sty.bz2) = 7e755563bb44750e29d49d2c029fb2af3e46f0c9a8c375da7e691899f69dfa50 +SIZE (jlisting.sty.bz2) = 2269 Added: head/japanese/latex-jlisting/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/latex-jlisting/pkg-descr Sat Sep 20 15:28:01 2014 (r368649) @@ -0,0 +1,7 @@ +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/