diff options
author | asami <asami@FreeBSD.org> | 1995-05-02 16:28:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-02 16:28:16 +0800 |
commit | 0bf1a662387a5823fc52ef3c9ae8d255c23df01b (patch) | |
tree | a01ea602262efe6378a437bdb4fd06a4a8e2c0b5 | |
parent | a8881a815c95fa24963fdc22a8ed217278c870b2 (diff) | |
download | freebsd-ports-gnome-0bf1a662387a5823fc52ef3c9ae8d255c23df01b.tar.gz freebsd-ports-gnome-0bf1a662387a5823fc52ef3c9ae8d255c23df01b.tar.zst freebsd-ports-gnome-0bf1a662387a5823fc52ef3c9ae8d255c23df01b.zip |
tr2latex - convert a document from troff to LaTeX
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
-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 |