diff options
author | wg <wg@FreeBSD.org> | 2015-01-28 23:40:26 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2015-01-28 23:40:26 +0800 |
commit | 6e0707c2d521b3292f3f8b611141d8ae636e0f91 (patch) | |
tree | 2b5dd218f0bd45aa92c66607ca0156918020d386 /textproc | |
parent | cfa7a9af811525cf1dfd43ea83ad43f896871144 (diff) | |
download | freebsd-ports-gnome-6e0707c2d521b3292f3f8b611141d8ae636e0f91.tar.gz freebsd-ports-gnome-6e0707c2d521b3292f3f8b611141d8ae636e0f91.tar.zst freebsd-ports-gnome-6e0707c2d521b3292f3f8b611141d8ae636e0f91.zip |
textproc/py-charade: project has been merged back into textproc/py-chardet
PR: 197022
Submitted by: rm
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-charade/Makefile | 19 | ||||
-rw-r--r-- | textproc/py-charade/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-charade/pkg-descr | 17 |
4 files changed, 0 insertions, 39 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7d4522dda9ed..f92bb0d2d752 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1165,7 +1165,6 @@ SUBDIR += py-asciinema SUBDIR += py-asv SUBDIR += py-bugzillatools - SUBDIR += py-charade SUBDIR += py-chardet SUBDIR += py-cloud_sptheme SUBDIR += py-creole diff --git a/textproc/py-charade/Makefile b/textproc/py-charade/Makefile deleted file mode 100644 index 5ee2a14c33e4..000000000000 --- a/textproc/py-charade/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: William Grzybowski <wg@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= charade -PORTVERSION= 1.0.3 -PORTREVISION= 1 -CATEGORIES= textproc python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= wg@FreeBSD.org -COMMENT= Universal encoding detector for python 2 and 3 - -LICENSE= LGPL3 - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/textproc/py-charade/distinfo b/textproc/py-charade/distinfo deleted file mode 100644 index 68d4ad3cd4b1..000000000000 --- a/textproc/py-charade/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (charade-1.0.3.tar.gz) = a607146d151005904f3fd8335e3dc89af214453f0d3a29580e1eb0e67e6c3d7f -SIZE (charade-1.0.3.tar.gz) = 168537 diff --git a/textproc/py-charade/pkg-descr b/textproc/py-charade/pkg-descr deleted file mode 100644 index 2f934c49e458..000000000000 --- a/textproc/py-charade/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Charade: The Universal character encoding detector - -Detects: - - ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants) - - Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN - (Traditional and Simplified Chinese) - - EUC-JP, SHIFT_JIS, ISO-2022-JP (Japanese) - - EUC-KR, ISO-2022-KR (Korean) - - KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic) - - ISO-8859-2, windows-1250 (Hungarian) - - ISO-8859-5, windows-1251 (Bulgarian) - - windows-1252 (English) - - ISO-8859-7, windows-1253 (Greek) - - ISO-8859-8, windows-1255 (Visual and Logical Hebrew) - - TIS-620 (Thai) - -WWW: https://github.com/sigmavirus24/charade/ |