mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add a clone of the UNIX(tm) program called seq.
Spotted by: Sergey Pinaev (dfo@antex.ru)
This commit is contained in:
parent
4ac5aaf1f1
commit
48b0134dbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92717
@ -317,6 +317,7 @@
|
||||
SUBDIR += salias
|
||||
SUBDIR += screen
|
||||
SUBDIR += seizedesktop
|
||||
SUBDIR += seq2
|
||||
SUBDIR += sh-utils
|
||||
SUBDIR += shared-mime-info
|
||||
SUBDIR += shuffle
|
||||
|
26
misc/seq2/Makefile
Normal file
26
misc/seq2/Makefile
Normal file
@ -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>
|
1
misc/seq2/distinfo
Normal file
1
misc/seq2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (seq2-0.2.tar.gz) = 998fe57811ea149f6af1a4bf8f40b8b7
|
5
misc/seq2/pkg-descr
Normal file
5
misc/seq2/pkg-descr
Normal file
@ -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.
|
1
misc/seq2/pkg-plist
Normal file
1
misc/seq2/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/seq2
|
Loading…
Reference in New Issue
Block a user