svn commit: r368649 - in head/japanese: . latex-jlisting
John Marino
marino at FreeBSD.org
Sat Sep 20 15:28:03 UTC 2014
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 at 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 <bsd.port.mk>
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/
More information about the svn-ports-all
mailing list