aboutsummaryrefslogtreecommitdiff
path: root/textproc/ml1
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2010-09-08 10:33:43 +0000
committerTim Bishop <tdb@FreeBSD.org>2010-09-08 10:33:43 +0000
commit064cf3b4530a38307dbb19d40c5d89f56aebcefe (patch)
tree8464e7b72543b61c905b2a13a4d4cc97ddb33df4 /textproc/ml1
parent767c4de95a91333547cad143b2fc2f485f57a14d (diff)
downloadports-064cf3b4530a38307dbb19d40c5d89f56aebcefe.tar.gz
ports-064cf3b4530a38307dbb19d40c5d89f56aebcefe.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>
Notes
Notes: svn path=/head/; revision=260764
Diffstat (limited to 'textproc/ml1')
-rw-r--r--textproc/ml1/Makefile31
-rw-r--r--textproc/ml1/distinfo3
-rw-r--r--textproc/ml1/pkg-descr5
-rw-r--r--textproc/ml1/pkg-message7
4 files changed, 46 insertions, 0 deletions
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
+
+================================================================================