mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Whoops, this time for real (without a work dir! *blush*).
Submitted by: mr
This commit is contained in:
parent
636ac5a472
commit
a08573b144
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277
4 changed files with 52 additions and 0 deletions
14
devel/m4/Makefile
Normal file
14
devel/m4/Makefile
Normal file
|
@ -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>
|
1
devel/m4/pkg-comment
Normal file
1
devel/m4/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
This is Gnu's m4 Vers. 1.3
|
27
devel/m4/pkg-descr
Normal file
27
devel/m4/pkg-descr
Normal file
|
@ -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.
|
||||
|
10
devel/m4/pkg-plist
Normal file
10
devel/m4/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue