aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-html2text
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Add missing conflictsEitan Adler2012-06-021-0/+2
| | | | | | | | Submitted by: Sulev-Madis "ketas" Silber <madis555@hot.ee> Approved by: tj (maintainer) Notes: svn path=/head/; revision=297987
* - Update to 3.200.3Wen Heping2012-01-082-3/+3
| | | | Notes: svn path=/head/; revision=288730
* - Update to 3.200.1Wen Heping2011-12-233-3/+5
| | | | Notes: svn path=/head/; revision=287911
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Update to 3.02Wen Heping2011-05-092-3/+3
| | | | Notes: svn path=/head/; revision=273843
* - Update to 3.01Wen Heping2011-02-182-4/+3
| | | | Notes: svn path=/head/; revision=269299
* - Update to 2.38Wen Heping2010-02-243-5/+14
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250251
* - Update to 2.37Wen Heping2010-02-032-6/+5
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=249156
* - Update to 2.35Martin Wilke2008-12-284-46/+9
| | | | | | | | PR: 129627 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=224882
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Install both as a module and a script to ease reuse by other portsAndrew Pantyukhin2007-04-233-4/+11
| | | | Notes: svn path=/head/; revision=190727
* Add port textproc/py-html2text:Andrew Pantyukhin2007-04-234-0/+61
html2text is a Python script that convers a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format). WWW: http://www.aaronsw.com/2002/html2text/ Author: Aaron Swartz <me@aaronsw.com> Inspired by: pkgsrc package Notes: svn path=/head/; revision=190724