Bug 109480 - [NEW PORT] devel/py-parsedatetime: Python module for parsing 'human readable' date/time expressions
Summary: [NEW PORT] devel/py-parsedatetime: Python module for parsing 'human readable'...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-24 04:20 UTC by Li-Wen Hsu
Modified: 2007-02-24 18:30 UTC (History)
1 user (show)

See Also:


Attachments
py24-parsedatetime-0.8.3.shar (8.29 KB, text/plain)
2007-02-24 04:20 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-02-24 04:20:04 UTC
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:	http://code-bear.com/code/parsedatetime/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-24 09:31:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-24 18:29:17 UTC
clsung      2007-02-24 18:29:04 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-parsedatetime Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-parsedatetime 0.8.3, python module for parsing 'human readable'
  date/time expressions.
  
  PR:             ports/109480
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.2659    +1 -0      ports/devel/Makefile
  1.1       +53 -0     ports/devel/py-parsedatetime/Makefile (new)
  1.1       +3 -0      ports/devel/py-parsedatetime/distinfo (new)
  1.1       +24 -0     ports/devel/py-parsedatetime/pkg-descr (new)
  1.1       +80 -0     ports/devel/py-parsedatetime/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-24 18:29:39 UTC
State Changed
From-To: open->closed

New port added. Thank You.