aboutsummaryrefslogtreecommitdiff
path: root/archivers/brotli
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-24 15:34:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-24 15:34:11 +0000
commit05432cf9dca75d8c5d9e67a510e78955a0578938 (patch)
treedd7c705d8f0a4944a1b82b68a49a7bc2ed407303 /archivers/brotli
parent12662e191f35b59dc83b19b63394bdeabd029975 (diff)
downloadports-05432cf9dca75d8c5d9e67a510e78955a0578938.tar.gz
ports-05432cf9dca75d8c5d9e67a510e78955a0578938.zip
Notes
Diffstat (limited to 'archivers/brotli')
-rw-r--r--archivers/brotli/Makefile27
-rw-r--r--archivers/brotli/distinfo3
-rw-r--r--archivers/brotli/pkg-descr10
3 files changed, 0 insertions, 40 deletions
diff --git a/archivers/brotli/Makefile b/archivers/brotli/Makefile
deleted file mode 100644
index aa0b10d12a61..000000000000
--- a/archivers/brotli/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= brotli
-PORTVERSION= 0.5.2
-DISTVERSIONPREFIX= v
-CATEGORIES= archivers
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Generic-purpose lossless compression algorithm
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USE_PYTHON= autoplist distutils
-USES= compiler:c++0x python
-
-PLIST_FILES= bin/brotli
-
-GH_ACCOUNT= google
-USE_GITHUB= yes
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so
-
-.include <bsd.port.mk>
diff --git a/archivers/brotli/distinfo b/archivers/brotli/distinfo
deleted file mode 100644
index d83243b382ef..000000000000
--- a/archivers/brotli/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1479576013
-SHA256 (google-brotli-v0.5.2_GH0.tar.gz) = 2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343
-SIZE (google-brotli-v0.5.2_GH0.tar.gz) = 7771705
diff --git a/archivers/brotli/pkg-descr b/archivers/brotli/pkg-descr
deleted file mode 100644
index ab31301b7f17..000000000000
--- a/archivers/brotli/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Brotli is a generic-purpose lossless compression algorithm that compresses data
-using a combination of a modern variant of the LZ77 algorithm, Huffman coding
-and 2nd order context modeling, with a compression ratio comparable to the best
-currently available general-purpose compression methods. It is similar in speed
-with deflate but offers more dense compression.
-
-The specification of the Brotli Compressed Data Format is defined in the
-following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli
-
-WWW: https://github.com/google/brotli