Index: head/textproc/py-markdown/Makefile =================================================================== --- head/textproc/py-markdown/Makefile (revision 363067) +++ head/textproc/py-markdown/Makefile (revision 363068) @@ -1,26 +1,28 @@ # Created by: Graham Todd # $FreeBSD$ PORTNAME= markdown -PORTVERSION= 2.4 +PORTVERSION= 2.4.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Markdown-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org -COMMENT= Text markup to HTML conversion engine for Python +COMMENT= Python implementation of Markdown LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md -TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose +TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}pytidylib:${PORTSDIR}/textproc/py-pytidylib USES= dos2unix USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes regression-test: build @cd ${WRKSRC} && nosetests .include Index: head/textproc/py-markdown/distinfo =================================================================== --- head/textproc/py-markdown/distinfo (revision 363067) +++ head/textproc/py-markdown/distinfo (revision 363068) @@ -1,2 +1,2 @@ -SHA256 (Markdown-2.4.tar.gz) = b8370fce4fbcd6b68b6b36c0fb0f4ec24d6ba37ea22988740f4701536611f1ae -SIZE (Markdown-2.4.tar.gz) = 260026 +SHA256 (Markdown-2.4.1.tar.gz) = 812ec5249f45edc31330b7fb06e52aaf6ab2d83aa27047df7cb6837ef2d269b6 +SIZE (Markdown-2.4.1.tar.gz) = 279760 Index: head/textproc/py-markdown/pkg-descr =================================================================== --- head/textproc/py-markdown/pkg-descr (revision 363067) +++ head/textproc/py-markdown/pkg-descr (revision 363068) @@ -1,7 +1,13 @@ -Markdown is two things: (1) a plain text formatting syntax; and (2) a -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. +This is a Python implementation of John Gruber's Markdown. It is almost +completely compliant with the reference implementation, though there are a +few very minor differences. -WWW: https://pypi.python.org/pypi/Markdown +Features: + + * International Input + * Extensions + * Output Formats + * "Safe Modes" + * Command Line Interface + +WWW: http://packages.python.org/Markdown