[Midnightbsd-cvs] mports [23245] trunk/textproc: add missing port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 29 17:19:22 EDT 2018
Revision: 23245
http://svnweb.midnightbsd.org/mports/?rev=23245
Author: laffer1
Date: 2018-04-29 17:19:21 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add missing port
Modified Paths:
--------------
trunk/textproc/Makefile
trunk/textproc/php71-wddx/Makefile
Added Paths:
-----------
trunk/textproc/py-chardet/
trunk/textproc/py-chardet/Makefile
trunk/textproc/py-chardet/distinfo
trunk/textproc/py-chardet/pkg-descr
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2018-04-29 21:17:01 UTC (rev 23244)
+++ trunk/textproc/Makefile 2018-04-29 21:19:21 UTC (rev 23245)
@@ -161,6 +161,7 @@
SUBDIR += popup
SUBDIR += py-MarkupSafe
SUBDIR += py-alabaster
+SUBDIR += py-chardet
SUBDIR += py-docutils
SUBDIR += py-libxml2
SUBDIR += py-markdown
Modified: trunk/textproc/php71-wddx/Makefile
===================================================================
--- trunk/textproc/php71-wddx/Makefile 2018-04-29 21:17:01 UTC (rev 23244)
+++ trunk/textproc/php71-wddx/Makefile 2018-04-29 21:19:21 UTC (rev 23245)
@@ -1,3 +1,4 @@
+# $MidnightBSD$
# $FreeBSD: head/textproc/php71-wddx/Makefile 432324 2017-01-24 11:54:20Z tz $
CATEGORIES= textproc
Added: trunk/textproc/py-chardet/Makefile
===================================================================
--- trunk/textproc/py-chardet/Makefile (rev 0)
+++ trunk/textproc/py-chardet/Makefile 2018-04-29 21:19:21 UTC (rev 23245)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+
+PORTNAME= chardet
+PORTVERSION= 3.0.4
+CATEGORIES= textproc python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Universal encoding detector for Python 2 and 3
+
+LICENSE= lgpl2.1
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \
+ ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+do-test:
+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ptr
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/py-chardet/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/py-chardet/distinfo
===================================================================
--- trunk/textproc/py-chardet/distinfo (rev 0)
+++ trunk/textproc/py-chardet/distinfo 2018-04-29 21:19:21 UTC (rev 23245)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499956132
+SHA256 (chardet-3.0.4.tar.gz) = 84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
+SIZE (chardet-3.0.4.tar.gz) = 1868453
Property changes on: trunk/textproc/py-chardet/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/py-chardet/pkg-descr
===================================================================
--- trunk/textproc/py-chardet/pkg-descr (rev 0)
+++ trunk/textproc/py-chardet/pkg-descr 2018-04-29 21:19:21 UTC (rev 23245)
@@ -0,0 +1,3 @@
+Character encoding auto-detection in Python.
+
+WWW: https://github.com/chardet/chardet/
Property changes on: trunk/textproc/py-chardet/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list