From 3b434326a54e4501c1a498ab50096b583eea8224 Mon Sep 17 00:00:00 2001
From: "David W. Chapman Jr." <dwcjr@FreeBSD.org>
Date: Tue, 2 Apr 2002 18:04:11 +0000
Subject: Remote due to problems it causes and being very outdated and
 undeveloped anymore

PR:		36516
Submitted by:	maintainer
---
 print/texinfo/Makefile    | 49 -----------------------------------------------
 print/texinfo/distinfo    |  2 --
 print/texinfo/pkg-comment |  1 -
 print/texinfo/pkg-descr   | 15 ---------------
 print/texinfo/pkg-plist   |  3 ---
 5 files changed, 70 deletions(-)
 delete mode 100644 print/texinfo/Makefile
 delete mode 100644 print/texinfo/distinfo
 delete mode 100644 print/texinfo/pkg-comment
 delete mode 100644 print/texinfo/pkg-descr
 delete mode 100644 print/texinfo/pkg-plist

(limited to 'print/texinfo')

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
-- 
cgit v1.2.3