1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Tim Bishop 2010-09-08 10:33:43 +00:00
parent 767c4de95a
commit 064cf3b453
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260764
5 changed files with 47 additions and 0 deletions

View File

@ -392,6 +392,7 @@
SUBDIR += mk-aspell
SUBDIR += mkcatalog
SUBDIR += ml-aspell
SUBDIR += ml1
SUBDIR += mn-aspell
SUBDIR += modlogan
SUBDIR += mr-aspell

31
textproc/ml1/Makefile Normal file
View File

@ -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>

3
textproc/ml1/distinfo Normal file
View File

@ -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

5
textproc/ml1/pkg-descr Normal file
View File

@ -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

7
textproc/ml1/pkg-message Normal file
View File

@ -0,0 +1,7 @@
================================================================================
ML/I documentation (in HTML and PDF) can be found at:
http://www.ml1.org.uk
================================================================================