aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2013-07-23 23:41:48 +0800
committerglarkin <glarkin@FreeBSD.org>2013-07-23 23:41:48 +0800
commit8f658de5312446a1fe3558b09283c254ce691d7c (patch)
tree3c31a43ba87dd0f449261fd71a3af308f71dcb7b
parentb759684ae90dd6ed689435026b43cb950057b4ad (diff)
downloadfreebsd-ports-gnome-8f658de5312446a1fe3558b09283c254ce691d7c.tar.gz
freebsd-ports-gnome-8f658de5312446a1fe3558b09283c254ce691d7c.tar.zst
freebsd-ports-gnome-8f658de5312446a1fe3558b09283c254ce691d7c.zip
- 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)
-rw-r--r--textproc/fileshuffle/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/textproc/fileshuffle/Makefile b/textproc/fileshuffle/Makefile
index 9f2755dc1a76..a4cb78e96e14 100644
--- a/textproc/fileshuffle/Makefile
+++ b/textproc/fileshuffle/Makefile
@@ -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