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,19 @@
# Created by: Graham Todd <gtodd@bellanet.org>
# $FreeBSD: head/textproc/py-markdown/Makefile 472884 2018-06-20 17:05:41Z mat $
PORTNAME= markdown
PORTVERSION= 2.6.11
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Markdown-${PORTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Python implementation of Markdown
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1523854686
SHA256 (Markdown-2.6.11.tar.gz) = a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81
SIZE (Markdown-2.6.11.tar.gz) = 274132

View File

@@ -0,0 +1,10 @@
--- setup.py.orig 2017-01-04 05:33:56 UTC
+++ setup.py
@@ -270,5 +270,6 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: Filters',
'Topic :: Text Processing :: Markup :: HTML'
- ]
+ ],
+ test_suite='nose.collector',
)

View File

@@ -0,0 +1,13 @@
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.
Features:
* International Input
* Extensions
* Output Formats
* "Safe Modes"
* Command Line Interface
WWW: https://pythonhosted.org/Markdown/