svn commit: r392727 - in head/devel: . py-natural
Josh Paetzel
jpaetzel at FreeBSD.org
Thu Jul 23 15:14:57 UTC 2015
Author: jpaetzel
Date: Thu Jul 23 15:14:54 2015
New Revision: 392727
URL: https://svnweb.freebsd.org/changeset/ports/392727
Log:
Welcome new port py-natural to the tree.
Natural is a Python library to easily transform
data into human-readable formats such as dates,
time differences, numbers and sizes.
Added:
head/devel/py-natural/
head/devel/py-natural/Makefile (contents, props changed)
head/devel/py-natural/distinfo (contents, props changed)
head/devel/py-natural/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Thu Jul 23 15:14:00 2015 (r392726)
+++ head/devel/Makefile Thu Jul 23 15:14:54 2015 (r392727)
@@ -4038,6 +4038,7 @@
SUBDIR += py-mx-experimental
SUBDIR += py-mygpoclient
SUBDIR += py-nagioscheck
+ SUBDIR += py-natural
SUBDIR += py-ncurses
SUBDIR += py-nose
SUBDIR += py-notifier
Added: head/devel/py-natural/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-natural/Makefile Thu Jul 23 15:14:54 2015 (r392727)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= natural
+PORTVERSION= 0.1.5
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= jpaetzel at FreeBSD.org
+COMMENT= Convert data to their natural (human-readable) format
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/devel/py-natural/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-natural/distinfo Thu Jul 23 15:14:54 2015 (r392727)
@@ -0,0 +1,2 @@
+SHA256 (natural-0.1.5.tar.gz) = 413da314cd6b07461c5910315ff9eae6cf366dfc63cec9309fbbbbe36f2441f7
+SIZE (natural-0.1.5.tar.gz) = 26309
Added: head/devel/py-natural/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-natural/pkg-descr Thu Jul 23 15:14:54 2015 (r392727)
@@ -0,0 +1,3 @@
+Convert data to their natural (human-readable) format
+
+WWW: http://natural.readthedocs.org/en/latest/
More information about the svn-ports-all
mailing list