create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD: head/devel/py-parsedatetime/Makefile 414504 2016-05-03 01:06:20Z lwhsu $
PORTNAME= parsedatetime
PORTVERSION= 2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python module for parsing 'human readable' date/time expressions
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (parsedatetime-2.1.tar.gz) = 17c578775520c99131634e09cfca5a05ea9e1bd2a05cd06967ebece10df7af2d
SIZE (parsedatetime-2.1.tar.gz) = 56288

View File

@@ -0,0 +1,24 @@
Python module that is able to parse 'human readable' date/time expressions.
parsedatetime is able to parse, for example, the following:
* August 25th, 2008
* 25 Aug 2008
* Aug 25 5pm
* 5pm August 25
* next Saturday
* tomorrow
* next Thursday at 4pm
* at 4pm
* eod
* tomorrow eod
* eod Tuesday
* eoy
* eom
* in 5 minutes
* 5 minutes from now
* 5 hours before now
* 2 hours before noon
* 2 days from tomorrow
WWW: https://github.com/bear/parsedatetime