diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 08:28:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 08:28:16 +0000 |
commit | e349b78b86894edb74df783a63c5b17c72f95272 (patch) | |
tree | 2159c11fe65217c71ef64babd55bf8db17163802 /print/tr2latex | |
parent | Added groff. (diff) |
tr2latex - convert a document from troff to LaTeX
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
Notes
Notes:
svn path=/head/; revision=1570
Diffstat (limited to 'print/tr2latex')
-rw-r--r-- | print/tr2latex/Makefile | 16 | ||||
-rw-r--r-- | print/tr2latex/distinfo | 1 | ||||
-rw-r--r-- | print/tr2latex/pkg-comment | 1 | ||||
-rw-r--r-- | print/tr2latex/pkg-descr | 4 | ||||
-rw-r--r-- | print/tr2latex/pkg-plist | 8 |
5 files changed, 30 insertions, 0 deletions
diff --git a/print/tr2latex/Makefile b/print/tr2latex/Makefile new file mode 100644 index 000000000000..d95a22eafe45 --- /dev/null +++ b/print/tr2latex/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: tr2latex +# Version required: 2.2 +# Date created: 25 Jan 1995 +# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# + +DISTNAME= tr2latex-2.2 +CATEGORIES+= printing +KEYWORDS+= TeX LaTeX troff +MASTER_SITES= ftp://sol.cs.ruu.nl/pub/TEX/TOOLS/ + +MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de + +WRKSRC= ${WRKDIR}/tr2latex + +.include <bsd.port.mk> diff --git a/print/tr2latex/distinfo b/print/tr2latex/distinfo new file mode 100644 index 000000000000..2fa89c20b3a7 --- /dev/null +++ b/print/tr2latex/distinfo @@ -0,0 +1 @@ +MD5 (tr2latex-2.2.tar.gz) = 994aa5f76ffa764d8037042f12263ce8 diff --git a/print/tr2latex/pkg-comment b/print/tr2latex/pkg-comment new file mode 100644 index 000000000000..dab240b9298b --- /dev/null +++ b/print/tr2latex/pkg-comment @@ -0,0 +1 @@ +tr2latex - convert a document from troff to LaTeX diff --git a/print/tr2latex/pkg-descr b/print/tr2latex/pkg-descr new file mode 100644 index 000000000000..c0a60044a31b --- /dev/null +++ b/print/tr2latex/pkg-descr @@ -0,0 +1,4 @@ +Tr2latex converts a document typeset in troff to a LaTeX format. +It is intended to do the first pass of the conversion. The user +should then finish up the rest of the conversion and customize the +converted manuscript to his/her liking. diff --git a/print/tr2latex/pkg-plist b/print/tr2latex/pkg-plist new file mode 100644 index 000000000000..5d1363370d63 --- /dev/null +++ b/print/tr2latex/pkg-plist @@ -0,0 +1,8 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/tr2latex +@mode 644 +man/man1/tr2latex.1 +lib/texmf/tex/misc/troffman.sty +lib/texmf/tex/misc/troffms.sty |