summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-charade/Makefile19
-rw-r--r--textproc/py-charade/distinfo2
-rw-r--r--textproc/py-charade/pkg-descr17
5 files changed, 1 insertions, 39 deletions
diff --git a/MOVED b/MOVED
index d11cd4590998..52398659d723 100644
--- a/MOVED
+++ b/MOVED
@@ -7405,3 +7405,4 @@ multimedia/universal-media-server||2015-01-17|Has expired: RC script broken, esp
www/qupzilla|www/qupzilla-qt4|2015-01-18|Renamed to differentiate from www/qupzilla-qt5
devel/p5-perlbrew|devel/p5-App-perlbrew|2015-01-19|Rename to match upstream naming
devel/actor-framework|deve/caf|2015-01-19|Rename to match upstream naming
+textproc/py-charade||2015-01-28|Charade was merged back to textproc/py-chardet
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/