aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 12:58:22 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 12:58:22 +0000
commitf40a5f1b9207331eeb9f29e5874723bd50abaf15 (patch)
tree492460d0f224afbbbcca6b593a5b5d6f45fd1fea /devel
parent3b9089095856e04e6a2eea568d7e8eaa5c47dd64 (diff)
downloadports-f40a5f1b9207331eeb9f29e5874723bd50abaf15.tar.gz
ports-f40a5f1b9207331eeb9f29e5874723bd50abaf15.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-cpphs/Makefile10
-rw-r--r--devel/hs-cpphs/distinfo4
-rw-r--r--devel/hs-cpphs/pkg-descr16
3 files changed, 11 insertions, 19 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile
index a929fed74744..b2cb64833309 100644
--- a/devel/hs-cpphs/Makefile
+++ b/devel/hs-cpphs/Makefile
@@ -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>
diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo
index 5bbb50190a86..b0d05a5fdebb 100644
--- a/devel/hs-cpphs/distinfo
+++ b/devel/hs-cpphs/distinfo
@@ -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
diff --git a/devel/hs-cpphs/pkg-descr b/devel/hs-cpphs/pkg-descr
index 879cc1d606e8..ad3ae65859c7 100644
--- a/devel/hs-cpphs/pkg-descr
+++ b/devel/hs-cpphs/pkg-descr
@@ -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/