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,23 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD: head/devel/py-pycparser/Makefile 466114 2018-04-01 03:58:03Z koobs $
PORTNAME= pycparser
PORTVERSION= 2.18
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= C parser in Python
# README says 2.7+, 3.4, 3.5+
# TravisCI tests 2.6, 2.7, 3.2, 3.4, 3.5
# https://travis-ci.org/eliben/pycparser
# Go with the most accurate without missing any
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1522552852
SHA256 (pycparser-2.18.tar.gz) = 99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226
SIZE (pycparser-2.18.tar.gz) = 245897

View File

@@ -0,0 +1,5 @@
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.
WWW: https://github.com/eliben/pycparser