Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2012 12:21:04 +0900 (JST)
From:      Hiroto Kagotani <hiroto.kagotani@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167788: [NEW PORT] print/examplep: LaTeX style files for typesetting verbatim source code listings
Message-ID:  <201205110321.q4B3L4s7088354@luna3.auto.infsys.cne.okayama-u.ac.jp>
Resent-Message-ID: <201205110330.q4B3UFla029625@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167788
>Category:       ports
>Synopsis:       [NEW PORT] print/examplep: LaTeX style files for typesetting verbatim source code listings
>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:   Fri May 11 03:30:15 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Hiroto Kagotani
>Release:        FreeBSD 8.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD myhost.mydomain 8.1-RELEASE-p5 FreeBSD 8.1-RELEASE-p5 #0: Tue Sep 27 16:18:26 UTC 2011
>Description:
The examplep LaTeX package provides sophisticated features
for typesetting verbatim source code listings, including the display
of the source code and its compiled LaTeX or METAPOST output
 side-by-side, with automatic width detection and enabled page breaks
(in the source), without the need for specifying the source twice.

WWW: http://www.ctan.org/tex-archive/macros/latex2e/contrib/examplep

Generated with FreeBSD Port Tools 0.99_5 (mode: new)
>How-To-Repeat:
>Fix:

--- examplep-0.04.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:
#
#	examplep
#	examplep/Makefile
#	examplep/distinfo
#	examplep/pkg-descr
#
echo c - examplep
mkdir -p examplep > /dev/null 2>&1
echo x - examplep/Makefile
sed 's/^X//' >examplep/Makefile << 'da1c40fbba0b2861875f75d1c618ccc8'
X# New ports collection makefile for:    examplep
X# Date created:         2012-05-11
X# Whom:                 Hiroto Kagotani <hiroto.kagotani@gmail.com>
X#
X# $FreeBSD$
X
XPORTNAME=	examplep
XPORTVERSION=	0.04
XCATEGORIES=	print
XMASTER_SITES=	${MASTER_SITE_TEX_CTAN}
XMASTER_SITE_SUBDIR=	macros/latex2e/contrib/
XDISTNAME=	${PORTNAME}
X
XMAINTAINER=	hiroto.kagotani@gmail.com
XCOMMENT=	LaTeX style files for typesetting verbatim source code listings
X
XBUILD_DEPENDS=	latex:${PORTSDIR}/print/teTeX-base
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XUSE_ZIP=	yes
X
XPLIST=		${WRKDIR}/pkg-plist
X
XTEXMFDIR=	share/texmf-local
XMKTEXLSR=	${LOCALBASE}/bin/mktexlsr
XCLASSDIR=	${TEXMFDIR}/tex/latex/${PORTNAME}
XCLASS_FILES=	${PORTNAME}.sty codep.sty verbfwr.sty
X
Xdo-build:
X
Xpre-install:
X	${RM} -f ${PLIST}
X.for F in ${CLASS_FILES}
X	${ECHO_CMD} "${CLASSDIR}/${F}" >> ${PLIST}
X.endfor
X	${ECHO_CMD} "@dirrm ${CLASSDIR}" >> ${PLIST}
X	${ECHO_CMD} "@exec ${MKTEXLSR}" >> ${PLIST}
X	${ECHO_CMD} "@unexec ${MKTEXLSR}" >> ${PLIST}
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/${CLASSDIR}
X	${ECHO_CMD} ${CLASS_FILES}
X	${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR}
X
Xpost-install:
X	${MKTEXLSR}
X
X.include <bsd.port.mk>
da1c40fbba0b2861875f75d1c618ccc8
echo x - examplep/distinfo
sed 's/^X//' >examplep/distinfo << 'd2b8a968531383653fe64c185a313d54'
XSHA256 (examplep.zip) = 53aa06d422f6de372de2a0f40b0eb7e449a18eebb0e479a4f2881a812b06a0d6
XSIZE (examplep.zip) = 444659
d2b8a968531383653fe64c185a313d54
echo x - examplep/pkg-descr
sed 's/^X//' >examplep/pkg-descr << '29980268d3250efd8be186d875b7fedd'
XThe examplep LaTeX package provides sophisticated features
Xfor typesetting verbatim source code listings, including the display
Xof the source code and its compiled LaTeX or METAPOST output
X side-by-side, with automatic width detection and enabled page breaks
X(in the source), without the need for specifying the source twice.
X
XWWW: http://www.ctan.org/tex-archive/macros/latex2e/contrib/examplep
29980268d3250efd8be186d875b7fedd
exit
--- examplep-0.04.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205110321.q4B3L4s7088354>