Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

8
devel/hs-cpphs/DESCR Normal file
View File

@@ -0,0 +1,8 @@
Cpphs is a re-implementation of the C pre-processor that is both more
compatible with Haskell, and itself written in Haskell so that it can be
distributed with compilers.
This version of the C pre-processor is pretty-much feature-complete and
compatible with traditional (K&R) pre-processors. Additional features
include: a plain-text mode; an option to unlit literate code files; and an
option to turn off macro-expansion.

17
devel/hs-cpphs/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.7 2015/01/17 14:05:10 szptvlfn Exp $
DISTNAME= cpphs-1.18.7
CATEGORIES= devel
MAINTAINER= esg@sdf.lonestar.org
COMMENT= Liberalised re-implementation of cpp, the C pre-processor
LICENSE= gnu-lgpl-v2.1
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/cpphs.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/haskell.mk"
.include "../../textproc/hs-polyparse/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

33
devel/hs-cpphs/PLIST Normal file
View File

@@ -0,0 +1,33 @@
@comment $NetBSD: PLIST,v 1.1 2014/07/25 10:52:17 szptvlfn Exp $
bin/cpphs
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/HScpphs-${PKGVERSION}.o
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/CppIfdef.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/HashDefine.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/MacroPass.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/Options.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/Position.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/ReadFirst.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/RunCpphs.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/SymTab.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Cpphs/Tokenise.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/Language/Preprocessor/Unlit.hi
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/libHScpphs-${PKGVERSION}.a
lib/cpphs-${PKGVERSION}/${HASKELL_VERSION}/package-description
man/man1/cpphs.1
share/doc/cpphs-${PKGVERSION}/LICENCE-LGPL
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/Language-Preprocessor-Cpphs.html
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/Language-Preprocessor-Unlit.html
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/cpphs.haddock
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/doc-index.html
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/frames.html
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/haddock-util.js
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/hslogo-16.png
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/index-frames.html
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/mini_Language-Preprocessor-Cpphs.html
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/mini_Language-Preprocessor-Unlit.html
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/minus.gif
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/ocean.css
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/plus.gif
${PLIST.doc}share/doc/cpphs-${PKGVERSION}/html/synopsis.png

View File

@@ -0,0 +1,15 @@
# $NetBSD: buildlink3.mk,v 1.7 2015/01/17 14:05:10 szptvlfn Exp $
BUILDLINK_TREE+= hs-cpphs
.if !defined(HS_CPPHS_BUILDLINK3_MK)
HS_CPPHS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-cpphs+= hs-cpphs>=1.18.7
BUILDLINK_ABI_DEPENDS.hs-cpphs+= hs-cpphs>=1.18.7
BUILDLINK_PKGSRCDIR.hs-cpphs?= ../../devel/hs-cpphs
.include "../../textproc/hs-polyparse/buildlink3.mk"
.endif # HS_CPPHS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-cpphs

5
devel/hs-cpphs/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2015/01/17 14:05:10 szptvlfn Exp $
SHA1 (cpphs-1.18.7.tar.gz) = 60f944e6d192a36108432906c378a2b950f314c6
RMD160 (cpphs-1.18.7.tar.gz) = 7088b44ef5b7b4992fa947d2ada855a2e20020be
Size (cpphs-1.18.7.tar.gz) = 43840 bytes