svn commit: r439377 - in head/textproc: . py-humanfriendly

William Grzybowski wg at FreeBSD.org
Tue Apr 25 12:43:41 UTC 2017


Author: wg
Date: Tue Apr 25 12:43:39 2017
New Revision: 439377
URL: https://svnweb.freebsd.org/changeset/ports/439377

Log:
  textproc/py-humanfriendly: Human friendly output for text interfaces using Python
  
  The functions and classes in the humanfriendly package can be used to make
  text interfaces more user friendly.
  
  WWW: https://humanfriendly.readthedocs.io

Added:
  head/textproc/py-humanfriendly/
  head/textproc/py-humanfriendly/Makefile   (contents, props changed)
  head/textproc/py-humanfriendly/distinfo   (contents, props changed)
  head/textproc/py-humanfriendly/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Apr 25 12:40:50 2017	(r439376)
+++ head/textproc/Makefile	Tue Apr 25 12:43:39 2017	(r439377)
@@ -1272,6 +1272,7 @@
     SUBDIR += py-guess-language
     SUBDIR += py-hexdump
     SUBDIR += py-html2text
+    SUBDIR += py-humanfriendly
     SUBDIR += py-hunspell
     SUBDIR += py-hyperestraier-python
     SUBDIR += py-hypua2jamo

Added: head/textproc/py-humanfriendly/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-humanfriendly/Makefile	Tue Apr 25 12:43:39 2017	(r439377)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	humanfriendly
+PORTVERSION=	2.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	python at FreeBSD.org
+COMMENT=	Human friendly output for text interfaces using Python
+
+LICENSE=	MIT
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_MAJOR_VER} == "2"
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}monotonic>0:devel/py-monotonic
+.endif
+
+.include <bsd.port.post.mk>

Added: head/textproc/py-humanfriendly/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-humanfriendly/distinfo	Tue Apr 25 12:43:39 2017	(r439377)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1493094917
+SHA256 (humanfriendly-2.4.tar.gz) = bccba2151adfe4b058667cc995c780e21b36502af24ef4037fc37609f2ed6c2d
+SIZE (humanfriendly-2.4.tar.gz) = 51037

Added: head/textproc/py-humanfriendly/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-humanfriendly/pkg-descr	Tue Apr 25 12:43:39 2017	(r439377)
@@ -0,0 +1,4 @@
+The functions and classes in the humanfriendly package can be used to make
+text interfaces more user friendly.
+
+WWW: https://humanfriendly.readthedocs.io


More information about the svn-ports-all mailing list