summaryrefslogtreecommitdiff
path: root/devel/m4
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-25 00:10:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-25 00:10:39 +0000
commita08573b14446c2aa8938eb82a2de1b9c663e1a08 (patch)
treea2bc0efadaabcb456ef5494f90d1be857b331432 /devel/m4
parentMichael Reigenberger's pcb port. (diff)
Whoops, this time for real (without a work dir! *blush*).
Submitted by: mr
Notes
Notes: svn path=/head/; revision=277
Diffstat (limited to 'devel/m4')
-rw-r--r--devel/m4/Makefile14
-rw-r--r--devel/m4/pkg-comment1
-rw-r--r--devel/m4/pkg-descr27
-rw-r--r--devel/m4/pkg-plist10
4 files changed, 52 insertions, 0 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
new file mode 100644
index 000000000000..618550b1c090
--- /dev/null
+++ b/devel/m4/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: m4
+# Version required: 1.3
+# Date created: 25 October 1994
+# Whom: mr
+#
+# $Id: Makefile,v 1.1.1.1 1994/10/11 18:17:00 jkh Exp $
+#
+
+DISTNAME= m4-1.3
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
+EXTRACT_SUFX=.tar.gz
+HAS_CONFIGURE=yes
+
+.include <bsd.port.mk>
diff --git a/devel/m4/pkg-comment b/devel/m4/pkg-comment
new file mode 100644
index 000000000000..6cdf5500c0c7
--- /dev/null
+++ b/devel/m4/pkg-comment
@@ -0,0 +1 @@
+This is Gnu's m4 Vers. 1.3
diff --git a/devel/m4/pkg-descr b/devel/m4/pkg-descr
new file mode 100644
index 000000000000..ffa47794be91
--- /dev/null
+++ b/devel/m4/pkg-descr
@@ -0,0 +1,27 @@
+GNU `m4'
+********
+
+ GNU `m4' is an implementation of the traditional UNIX macro
+processor. It is mostly SVR4 compatible, although it has some
+extensions (for example, handling more than 9 positional parameters to
+macros). `m4' also has builtin functions for including files, running
+shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for
+generating `configure' scripts, but not for running them.
+
+ GNU `m4' was originally written by Rene Seindal, with subsequent
+changes by Franc,ois Pinard and other volunteers on the Internet. All
+names and email addresses can be found in the file `THANKS' from the
+GNU `m4' distribution.
+
+ This is release 1.3. It is now to be considered stable, future
+releases are only meant to fix bugs, increase speed, or improve
+documentation. However...
+
+ An experimental feature, which would improve `m4' usefulness, allows
+for changing the syntax for what is a "word" in `m4'. You should use:
+ ./configure --enable-changeword
+
+if you want this feature compiled in. The current implementation slows
+down `m4' considerably and is hardly acceptable. So, it might go away,
+do not count on it yet.
+
diff --git a/devel/m4/pkg-plist b/devel/m4/pkg-plist
new file mode 100644
index 000000000000..1ee985c4885f
--- /dev/null
+++ b/devel/m4/pkg-plist
@@ -0,0 +1,10 @@
+@cd /usr/local
+@mode 755
+@owner bin
+@group bin
+bin/gm4
+@mode 644
+info/m4.info
+info/m4.info-1
+info/m4.info-2
+info/m4.info-3