summaryrefslogtreecommitdiff
path: root/textproc/py-pygments/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-08-01 08:31:38 +0000
committerobache <obache>2008-08-01 08:31:38 +0000
commit41fb6dbaa6054d6460a0d22b4fcf8f3cdad31ba7 (patch)
tree1c9c61f2e5fd9a52f5fc0e12e8a852a1703c4e55 /textproc/py-pygments/Makefile
parent6ee33f3b20225a07c0d9202b49c47790139d3a8e (diff)
downloadpkgsrc-41fb6dbaa6054d6460a0d22b4fcf8f3cdad31ba7.tar.gz
Import py24-pygments-0.10 as textproc/py-pygments.
Pygments is a syntax highlighting package written in Python. It 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. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainfuck!
Diffstat (limited to 'textproc/py-pygments/Makefile')
-rw-r--r--textproc/py-pygments/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile
new file mode 100644
index 00000000000..52644f25ad8
--- /dev/null
+++ b/textproc/py-pygments/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/01 08:31:38 obache Exp $
+#
+
+DISTNAME= Pygments-0.10
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+EGG_NAME= ${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= http://pypi.python.org/packages/source/P/Pygments/ \
+ ${MASTER_SITE_SOURCEFORGE:=pygments/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://pygments.org/
+COMMENT= Python syntax highlighter
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"