- Update to 1.13.2

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-13 12:58:22 +00:00
parent 3b90890958
commit f40a5f1b92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291280
3 changed files with 11 additions and 19 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= cpphs
PORTVERSION= 1.11
PORTREVISION= 2
PORTVERSION= 1.13.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@ -18,14 +17,7 @@ FILE_LICENSE= LICENCE-LGPL
CABAL_SETUP= Setup.hs
MAN1= cpphs.1
MAN1SRC= docs
EXECUTABLE= cpphs
PORTDATA= *
INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/docs/index.html ${DATADIR} \
&& ${INSTALL_DATA} ${WRKSRC}/docs/design ${DATADIR}
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (cabal/cpphs-1.11.tar.gz) = 26124ca2b1af9a9804ba37c627dbbca3977bde93925f979f08b342895548db01
SIZE (cabal/cpphs-1.11.tar.gz) = 68421
SHA256 (cabal/cpphs-1.13.2.tar.gz) = 7acccebe8ce04a8de173682ddae2401407861d6104d1f6829a36d1fc98fb77e0
SIZE (cabal/cpphs-1.13.2.tar.gz) = 31270

View file

@ -1,10 +1,10 @@
cpphs is a simplified re-implementation of cpp, the C pre-processor, in
Haskell.
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 the -traditional style. It has two modes:
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.
* conditional compilation only (--nomacro),
* and full macro-expansion (default).
WWW: http://www.cs.york.ac.uk/fp/cpphs/
WWW: http://haskell.org/cpphs/