import of Pygments-0.8:
Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.
This commit is contained in:
parent
1182ca0cbe
commit
7bbacec5db
30
textproc/py-pygments/Makefile
Normal file
30
textproc/py-pygments/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/02 06:21:59 djm Exp $
|
||||
COMMENT= "Python syntax highlighter"
|
||||
|
||||
DISTNAME= Pygments-0.8
|
||||
PKGNAME= ${DISTNAME:L:S/^/py-/}
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
HOMEPAGE= http://pygments.org/
|
||||
|
||||
MAINTAINER= Damien Miller <djm@openbsd.org>
|
||||
|
||||
MODULES= lang/python
|
||||
PKG_ARCH= *
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pygments/}
|
||||
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
|
||||
do-regress: fake
|
||||
@cd ${WRKSRC}/tests && ${MAKE_ENV} \
|
||||
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
|
||||
${MODPY_BIN} ./run.py
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/py-pygments/distinfo
Normal file
5
textproc/py-pygments/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Pygments-0.8.tar.gz) = A3uPZdNrjyg9E12sF+wb+A==
|
||||
RMD160 (Pygments-0.8.tar.gz) = M3PzHk64S9K8ScpCWBI/MFWqn88=
|
||||
SHA1 (Pygments-0.8.tar.gz) = xSm9BvVM87iDLrVgA7SAIcBLUDI=
|
||||
SHA256 (Pygments-0.8.tar.gz) = p3Zb5dcTDf45ZfFFJ04c9yZOaO9TFic8FVvw2GN9x3A=
|
||||
SIZE (Pygments-0.8.tar.gz) = 708369
|
3
textproc/py-pygments/pkg/DESCR
Normal file
3
textproc/py-pygments/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Pygments is a generic syntax highlighter for general use in all kinds of
|
||||
software such as forum systems, wikis or other applications that need to
|
||||
prettify source code.
|
114
textproc/py-pygments/pkg/PLIST
Normal file
114
textproc/py-pygments/pkg/PLIST
Normal file
@ -0,0 +1,114 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/02 06:21:59 djm Exp $
|
||||
bin/pygmentize
|
||||
lib/python${MODPY_VERSION}/site-packages/Pygments-0.8-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/Pygments-0.8-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/Pygments-0.8-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Pygments-0.8-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/Pygments-0.8-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/Pygments-0.8-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/cmdline.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/cmdline.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/console.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/console.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/filter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/filter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/filters/
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/filters/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/filters/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatter.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatter.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/_mapping.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/_mapping.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/bbcode.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/bbcode.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/html.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/html.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/latex.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/latex.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/other.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/other.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/rtf.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/rtf.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/terminal.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/formatters/terminal.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexer.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexer.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/_luabuiltins.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/_luabuiltins.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/_mapping.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/_mapping.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/_phpbuiltins.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/_phpbuiltins.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/_vimbuiltins.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/_vimbuiltins.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/agile.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/agile.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/compiled.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/compiled.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/dotnet.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/dotnet.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/functional.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/functional.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/math.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/math.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/other.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/other.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/special.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/special.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/templates.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/templates.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/text.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/text.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/web.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/lexers/web.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/plugin.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/plugin.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/scanner.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/scanner.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/style.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/style.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/autumn.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/autumn.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/borland.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/borland.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/colorful.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/colorful.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/default.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/default.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/emacs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/emacs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/friendly.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/friendly.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/fruity.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/fruity.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/manni.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/manni.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/murphy.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/murphy.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/native.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/native.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/pastie.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/pastie.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/perldoc.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/perldoc.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/trac.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/styles/trac.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/token.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/token.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/unistring.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/unistring.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygments/util.pyc
|
||||
share/nls/pl_PL.ISO_8859-2/
|
Loading…
Reference in New Issue
Block a user