diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-24 23:34:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-24 23:34:11 +0800 |
commit | b698e5b523a076ea503e1bac4d0f713a0fba33f1 (patch) | |
tree | dd7c705d8f0a4944a1b82b68a49a7bc2ed407303 /archivers/brotli | |
parent | f2388210fc007af3cc7411db98a39f7d23403e9e (diff) | |
download | freebsd-ports-gnome-b698e5b523a076ea503e1bac4d0f713a0fba33f1.tar.gz freebsd-ports-gnome-b698e5b523a076ea503e1bac4d0f713a0fba33f1.tar.zst freebsd-ports-gnome-b698e5b523a076ea503e1bac4d0f713a0fba33f1.zip |
- Move archivers/brotli to archivers/py-brotli
- Change MASTER_SITES to CHEESESHOP
- Bump PORTREVISION
Diffstat (limited to 'archivers/brotli')
-rw-r--r-- | archivers/brotli/Makefile | 27 | ||||
-rw-r--r-- | archivers/brotli/distinfo | 3 | ||||
-rw-r--r-- | archivers/brotli/pkg-descr | 10 |
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 |