mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Remote due to problems it causes and being very outdated and
undeveloped anymore PR: 36516 Submitted by: maintainer
This commit is contained in:
parent
1df6020df6
commit
3b434326a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57232
@ -1,49 +0,0 @@
|
||||
# New ports collection makefile for: texinfo
|
||||
# Date created: 2 October 1994
|
||||
# Whom: jmz
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= texinfo
|
||||
PORTVERSION= 2.218
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print
|
||||
#other equivalent sites: ftp.shsu.edu ftp.dante.de
|
||||
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \
|
||||
ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/
|
||||
DISTFILES= texinfo.tex lcircle10.tfm
|
||||
|
||||
MAINTAINER= ports@geeksrus.net
|
||||
|
||||
.if !defined(WITH_TETEX)
|
||||
TEX_PORT= tex:${PORTSDIR}/print/tex
|
||||
pre-everything::
|
||||
@${ECHO_MSG} 'Use make-flag WITH_TETEX=yes if you want to install with teTeX'
|
||||
.else
|
||||
TEX_PORT= tex:${PORTSDIR}/print/teTeX
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS= ${TEX_PORT}
|
||||
RUN_DEPENDS= ${TEX_PORT}
|
||||
|
||||
EXTRACT_ONLY=
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
pre-configure:
|
||||
@${CP} ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR}
|
||||
@${CHMOD} +w ${WRKDIR}/*
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKDIR}; initex '&tex texinfo @dump')
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA} ${WRKDIR}/texinfo.fmt \
|
||||
${PREFIX}/share/texmf/web2c/
|
||||
@if [ ! -f ${PREFIX}/share/texmf/fonts/tfm/lcircle10.tfm ]; then \
|
||||
${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \
|
||||
${PREFIX}/share/texmf/fonts/tfm/;\
|
||||
fi
|
||||
@(cd ${PREFIX}/bin/; ${RM} -f texinfo; ${LN} -s virtex texinfo)
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
MD5 (texinfo.tex) = 9d5293669836f2718bc6ff26e4c7ca84
|
||||
MD5 (lcircle10.tfm) = a63fee8e77431d78f30566c3b8e04810
|
@ -1 +0,0 @@
|
||||
Typeset Texinfo files for printing. Uses TeX
|
@ -1,15 +0,0 @@
|
||||
Texinfo is a documentation system that uses a single source file to
|
||||
produce both on-line information and printed output. This means that
|
||||
instead of writing two different documents, one for the on-line help
|
||||
or other on-line information and the other for a typeset manual or
|
||||
other printed work, you need write only one document. When the work
|
||||
is revised, you need revise only one document. You can read the
|
||||
on-line information, known as an "Info file", with an Info
|
||||
documentation-reading program. By convention, Texinfo source file
|
||||
names end with a `.texi' or `.texinfo' extension. Texinfo is
|
||||
described in the Texinfo Manual.
|
||||
You can write and format Texinfo files into Info files within GNU
|
||||
Emacs, and read them using the Emacs Info reader. If you do not have
|
||||
Emacs, you can format Texinfo files into Info files using `makeinfo'
|
||||
and read them using `info'. Use TeX, which is not included in this
|
||||
package, to typeset Texinfo files for printing.
|
@ -1,3 +0,0 @@
|
||||
bin/texinfo
|
||||
share/texmf/fonts/tfm/lcircle10.tfm
|
||||
share/texmf/web2c/texinfo.fmt
|
Loading…
Reference in New Issue
Block a user