mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Converted header
- Reassigned to heap - Marken BROKEN for clang builds - Marked DEPRECATED with removal in 2 months (program does not shuffle lines, no interest in debugging, upstream development ceased, suitable replacement found in gshuf tool in sysutils/coreutils)
This commit is contained in:
parent
01edb2cc99
commit
596ebd9766
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323535
1 changed files with 9 additions and 7 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: fileshuffle
|
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
||||||
# Date created: 2008-05-29
|
|
||||||
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= fileshuffle
|
PORTNAME= fileshuffle
|
||||||
PORTVERSION= 0.1
|
PORTVERSION= 0.1
|
||||||
|
@ -11,8 +7,14 @@ CATEGORIES= textproc
|
||||||
MASTER_SITES= ftp://ftp.eskimo.com/u/s/scs/src/
|
MASTER_SITES= ftp://ftp.eskimo.com/u/s/scs/src/
|
||||||
DISTNAME= shuffle
|
DISTNAME= shuffle
|
||||||
|
|
||||||
MAINTAINER= glarkin@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A filter for shuffling lines in a text file into random order
|
COMMENT= Filter for shuffling lines in a text file into random order
|
||||||
|
|
||||||
|
.if ${CC:Mclang}
|
||||||
|
BROKEN= Does not compile with clang, use gshuf from sysutils/coreutils instead
|
||||||
|
.endif
|
||||||
|
DEPRECATED= Does not work, use gshuf from sysutils/coreutils instead
|
||||||
|
EXPIRATION_DATE=2013-09-23
|
||||||
|
|
||||||
MANPAGE= shuffle.1
|
MANPAGE= shuffle.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue