aboutsummaryrefslogtreecommitdiff
path: root/print/texinfo
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-04-02 18:04:11 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-04-02 18:04:11 +0000
commit3b434326a54e4501c1a498ab50096b583eea8224 (patch)
tree795ad08b4d3e744ea63e56c3903a1cc3475a8dfc /print/texinfo
parent1df6020df61e84ddf15ad37bcc24554ee8406cfb (diff)
downloadports-3b434326a54e4501c1a498ab50096b583eea8224.tar.gz
ports-3b434326a54e4501c1a498ab50096b583eea8224.zip
Notes
Diffstat (limited to 'print/texinfo')
-rw-r--r--print/texinfo/Makefile49
-rw-r--r--print/texinfo/distinfo2
-rw-r--r--print/texinfo/pkg-comment1
-rw-r--r--print/texinfo/pkg-descr15
-rw-r--r--print/texinfo/pkg-plist3
5 files changed, 0 insertions, 70 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
deleted file mode 100644
index 36df7eb96334..000000000000
--- a/print/texinfo/Makefile
+++ /dev/null
@@ -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>
diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo
deleted file mode 100644
index 82ca0700c5a6..000000000000
--- a/print/texinfo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (texinfo.tex) = 9d5293669836f2718bc6ff26e4c7ca84
-MD5 (lcircle10.tfm) = a63fee8e77431d78f30566c3b8e04810
diff --git a/print/texinfo/pkg-comment b/print/texinfo/pkg-comment
deleted file mode 100644
index 871dbc80306b..000000000000
--- a/print/texinfo/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Typeset Texinfo files for printing. Uses TeX
diff --git a/print/texinfo/pkg-descr b/print/texinfo/pkg-descr
deleted file mode 100644
index 8c40af0abb93..000000000000
--- a/print/texinfo/pkg-descr
+++ /dev/null
@@ -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.
diff --git a/print/texinfo/pkg-plist b/print/texinfo/pkg-plist
deleted file mode 100644
index 02d34bb6f141..000000000000
--- a/print/texinfo/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/texinfo
-share/texmf/fonts/tfm/lcircle10.tfm
-share/texmf/web2c/texinfo.fmt