aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-markdown
Commit message (Collapse)AuthorAgeFilesLines
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-071-4/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* textproc/py-markdown: Update to 2.4.1Kubilay Kocak2014-07-273-11/+19
| | | | | | | | | | | - Update to 2.4.1 - Update COMMENT (ala upstream) - Add LICENSE_FILE - Update TEST_DEPENDS - Update pkg-descr and WWW: URL (ala upstream) Notes: svn path=/head/; revision=363068
* textproc/py-markdown: Update to 2.4, Use dos2unixKubilay Kocak2014-02-192-3/+4
| | | | | | | | | | | | - Update to 2.4 - Use dos2unix on all sources [1] Changes: https://pythonhosted.org/Markdown/release-2.4.html [1] https://github.com/waylan/Python-Markdown/issues/289 Notes: svn path=/head/; revision=345087
* textproc/py-markdown: Modernise: STAGE, AUTOPLIST & moreKubilay Kocak2014-02-033-103/+11
| | | | | | | | | | | | - Enable STAGE support - Enable AUTOPLIST support, delete pkg-plist - Update LICENSE (BSD3CLAUSE) - Update WWW URL in pkg-descr - Deprecate PYDISTUTILS_PKGNAME - Reduce whitespace in Makefile Notes: svn path=/head/; revision=342412
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 2.3.1Kubilay Kocak2013-03-242-4/+11
| | | | | | | | | | | | | - Update USE_PYTHON version - Add LICENSE - Add TEST_DEPENDS and regression-test target PR: ports/177317 Submitted by: Gary J. Hayers Approved by: eadler (mentor) Notes: svn path=/head/; revision=315090
* Take maintainershipKubilay Kocak2013-03-231-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=315084
* - Update to 2.3Wen Heping2013-03-213-13/+10
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=314824
* - Update to 2.2.1Wen Heping2012-11-062-8/+4
| | | | | | | | | - Trim Makefile headers Feature safe: yes Notes: svn path=/head/; revision=307046
* - Update to 2.2.0Wen Heping2012-07-243-3/+6
| | | | Notes: svn path=/head/; revision=301454
* - Update to 2.1.1Wen Heping2012-02-053-6/+6
| | | | Notes: svn path=/head/; revision=290422
* - Update to 2.1.0Wen Heping2011-11-293-14/+22
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286607
* - Move over to py25 or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* - Update to 2.0.3Wen Heping2009-10-082-4/+4
| | | | | | | Approved by: mentors(implicit) Notes: svn path=/head/; revision=242568
* - Update to 2.0.2Wen Heping2009-09-292-5/+5
| | | | | | | | | | - Update my mail address to FreeBSD Approved by: miwi(mentor) Feature safe: yes Notes: svn path=/head/; revision=242243
* - Update to 2.0.1Nicola Vitale2009-08-053-17/+89
| | | | | | | | | | - Wen Heping <wenheping@gmail.com> takes the maintainership PR: ports/134750 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=238955
* Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonseMark Linimon2009-08-021-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=238758
* - Update to 1.7Martin Wilke2008-12-143-7/+12
| | | | | | | | | PR: 129114 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=224245
* - Unbreak buildAlexander Botero-Lowry2007-01-201-3/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=182840
* BROKEN: Does not buildKris Kennaway2007-01-201-0/+2
| | | | Notes: svn path=/head/; revision=182835
* Markdown is two things: (1) a plain text formatting syntax; and (2) aAlexander Botero-Lowry2006-12-174-0/+36
software tool that converts the plain text formatting to (X)HTML. The formatting syntax is designed to be easy and intuitive for web authors and resembles typical email formatting conventions. The resultant (X)HTML is structurally valid. WWW: http://www.freewisdom.org/projects/python-markdown PR: ports/105992 Submitted by: Graham Todd <gtodd at bellanet.org> Notes: svn path=/head/; revision=180001