diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-31 14:51:08 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-31 14:51:08 +0000 |
commit | 48b0134dbfdb0372a2b2e05272399535a80d03ec (patch) | |
tree | 4ce94405043ab3d7467bb899042f2c914040eab8 /misc/seq2 | |
parent | 4ac5aaf1f1dceb1501b565cb2e6ae48601b33c33 (diff) | |
download | ports-48b0134dbfdb0372a2b2e05272399535a80d03ec.tar.gz ports-48b0134dbfdb0372a2b2e05272399535a80d03ec.zip |
Notes
Diffstat (limited to 'misc/seq2')
-rw-r--r-- | misc/seq2/Makefile | 26 | ||||
-rw-r--r-- | misc/seq2/distinfo | 1 | ||||
-rw-r--r-- | misc/seq2/pkg-descr | 5 | ||||
-rw-r--r-- | misc/seq2/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/misc/seq2/Makefile b/misc/seq2/Makefile new file mode 100644 index 000000000000..3fc90e4863ce --- /dev/null +++ b/misc/seq2/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: seq2 +# Date created: 31 Oct 2003 +# Whom: osa +# +# $FreeBSD$ +# + +PORTNAME= seq2 +PORTVERSION= 0.2 +CATEGORIES= misc +MASTER_SITES= http://www.referee.at/unix/ + +MAINTAINER= osa@FreeBSD.org +COMMENT= A clone of the UNIX(tm) program called seq + +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_SCRIPT= configure.1 + +MAN1= seq2.1 + +post-patch: + @${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/misc/seq2/distinfo b/misc/seq2/distinfo new file mode 100644 index 000000000000..b43d2f0d4035 --- /dev/null +++ b/misc/seq2/distinfo @@ -0,0 +1 @@ +MD5 (seq2-0.2.tar.gz) = 998fe57811ea149f6af1a4bf8f40b8b7 diff --git a/misc/seq2/pkg-descr b/misc/seq2/pkg-descr new file mode 100644 index 000000000000..141675512526 --- /dev/null +++ b/misc/seq2/pkg-descr @@ -0,0 +1,5 @@ +seq2 is a clone of the unix program called "seq" with +some additional options, such as specifying a delay after +each number, or specifying your own text to prepend each +number. Features like for, while, and executing programs +are in development. diff --git a/misc/seq2/pkg-plist b/misc/seq2/pkg-plist new file mode 100644 index 000000000000..b23265966da0 --- /dev/null +++ b/misc/seq2/pkg-plist @@ -0,0 +1 @@ +bin/seq2 |