summaryrefslogtreecommitdiff
path: root/math/entropy
diff options
context:
space:
mode:
Diffstat (limited to 'math/entropy')
-rw-r--r--math/entropy/Makefile18
-rw-r--r--math/entropy/distinfo2
-rw-r--r--math/entropy/files/patch-Makefile13
-rw-r--r--math/entropy/pkg-descr5
4 files changed, 0 insertions, 38 deletions
diff --git a/math/entropy/Makefile b/math/entropy/Makefile
deleted file mode 100644
index f13ea295d14e..000000000000
--- a/math/entropy/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Created by: Chris S.J. Peron <maneo@bsdpro.com>
-# $FreeBSD$
-
-PORTNAME= entropy
-PORTVERSION= 2.0
-CATEGORIES= math archivers
-MASTER_SITES= http://www.seccuris.com/documents/downloads/
-
-MAINTAINER= csjp@FreeBSD.org
-COMMENT= Calculate data entropy to benchmark compression algorithms
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-PLIST_FILES= bin/entropy man/man1/entropy.1.gz
-
-.include <bsd.port.mk>
diff --git a/math/entropy/distinfo b/math/entropy/distinfo
deleted file mode 100644
index d3ee7856ac2f..000000000000
--- a/math/entropy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (entropy-2.0.tar.gz) = 34b6fe3ee5ee0cf4b2a8c33f5a5fbdf9199d9473af586bf7d9545bbad21ddf1d
-SIZE (entropy-2.0.tar.gz) = 3844
diff --git a/math/entropy/files/patch-Makefile b/math/entropy/files/patch-Makefile
deleted file mode 100644
index 652b7710924a..000000000000
--- a/math/entropy/files/patch-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig 2014-06-18 18:11:21.760498422 +0800
-+++ Makefile 2014-06-18 18:11:35.534517376 +0800
-@@ -12,8 +12,8 @@ entropy: $(OBJS)
- $(CC) -o $(PROG) $(OBJS) $(LIBS)
-
- install:
-- cp entropy.1.gz $(PREFIX)/man/man1/
-- cp entropy $(PREFIX)/bin
-+ cp entropy.1.gz $(DESTDIR)$(PREFIX)/man/man1/
-+ cp entropy $(DESTDIR)$(PREFIX)/bin
-
- deinstall:
- rm -f $(PREFIX)/man/man1/entropy.1.gz
diff --git a/math/entropy/pkg-descr b/math/entropy/pkg-descr
deleted file mode 100644
index 6ba994b69fdf..000000000000
--- a/math/entropy/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Entropy is a program that will calculate the entropy of a given set
-of data. This program is mainly used to benchmark the efficiency
-of existing or developing compression algorithms.
-
-WWW: http://www.seccuris.com