- 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:
Greg Larkin 2013-07-23 15:41:48 +00:00
parent 01edb2cc99
commit 596ebd9766
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323535

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: fileshuffle
# Date created: 2008-05-29
# Whom: Greg Larkin <glarkin@FreeBSD.org>
#
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= fileshuffle
PORTVERSION= 0.1
@ -11,8 +7,14 @@ CATEGORIES= textproc
MASTER_SITES= ftp://ftp.eskimo.com/u/s/scs/src/
DISTNAME= shuffle
MAINTAINER= glarkin@FreeBSD.org
COMMENT= A filter for shuffling lines in a text file into random order
MAINTAINER= ports@FreeBSD.org
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