diff options
author | tdb <tdb@FreeBSD.org> | 2010-09-08 18:33:43 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2010-09-08 18:33:43 +0800 |
commit | 3d324b88aae36456573cc54728ae361ab731bf53 (patch) | |
tree | a55bf9184f1b8a678026ff75a22e86d8c3284509 /textproc | |
parent | 9ae17a01eeec187404d091c9f4db508c2637a488 (diff) | |
download | freebsd-ports-gnome-3d324b88aae36456573cc54728ae361ab731bf53.tar.gz freebsd-ports-gnome-3d324b88aae36456573cc54728ae361ab731bf53.tar.zst freebsd-ports-gnome-3d324b88aae36456573cc54728ae361ab731bf53.zip |
This is a port of ML/I (Macro Language I) which is the grand-daddy of nearly
all macro processors. It is still maintained and ported to a large number
of systems.
WWW: http://www.ml1.org.uk
PR: ports/150234
Submitted by: Bob Eager <rde at ml1.org.uk>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ml1/Makefile | 31 | ||||
-rw-r--r-- | textproc/ml1/distinfo | 3 | ||||
-rw-r--r-- | textproc/ml1/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/ml1/pkg-message | 7 |
5 files changed, 47 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b5c9fc6074f3..c0b8d00e0164 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -392,6 +392,7 @@ SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += ml-aspell + SUBDIR += ml1 SUBDIR += mn-aspell SUBDIR += modlogan SUBDIR += mr-aspell diff --git a/textproc/ml1/Makefile b/textproc/ml1/Makefile new file mode 100644 index 000000000000..9e0882106f90 --- /dev/null +++ b/textproc/ml1/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: ml1 +# Date created: 29 August 2010 +# Whom: Bob Eager <rde@ml1.org.uk> +# +# $FreeBSD$ +# + +PORTNAME= ml1 +PORTVERSION= 4.10 +CATEGORIES= textproc +MASTER_SITES= http://www.ml1.org.uk/tgz/ \ + http://www.tavi.co.uk/tgz/ + +MAINTAINER= bob@eager.cx +COMMENT= The original general purpose macro processor + +MAN1= ml1.1 +MANCOMPRESSED= yes + +PLIST_FILES= bin/ml1 + +.include <bsd.port.pre.mk> + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ml1 ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ml1.1.gz ${PREFIX}/man/man1 + +post-install: + ${CAT} ${PKGMESSAGE} + +.include <bsd.port.post.mk> diff --git a/textproc/ml1/distinfo b/textproc/ml1/distinfo new file mode 100644 index 000000000000..1b0d11579286 --- /dev/null +++ b/textproc/ml1/distinfo @@ -0,0 +1,3 @@ +MD5 (ml1-4.10.tar.gz) = 20e62fa25a4c229b0b2a5b52816ff528 +SHA256 (ml1-4.10.tar.gz) = 479be18b41baa0f4bf6fca504a821365caf6e0e122433bd0679aad91dee86807 +SIZE (ml1-4.10.tar.gz) = 74904 diff --git a/textproc/ml1/pkg-descr b/textproc/ml1/pkg-descr new file mode 100644 index 000000000000..e95f1c158acf --- /dev/null +++ b/textproc/ml1/pkg-descr @@ -0,0 +1,5 @@ +This is a port of ML/I (Macro Language I) which is the grand-daddy of nearly +all macro processors. It is still maintained and ported to a large number +of systems. + +WWW: http://www.ml1.org.uk diff --git a/textproc/ml1/pkg-message b/textproc/ml1/pkg-message new file mode 100644 index 000000000000..3c8ddf00c581 --- /dev/null +++ b/textproc/ml1/pkg-message @@ -0,0 +1,7 @@ +================================================================================ + + ML/I documentation (in HTML and PDF) can be found at: + + http://www.ml1.org.uk + +================================================================================ |