aboutsummaryrefslogtreecommitdiff
path: root/devel/mcpp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-05-27 21:52:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-05-27 21:52:43 +0000
commitde73616bc1dcfb01845af30e6ef41349db975ad3 (patch)
tree11d10134f75e02f41bf426b9902504617b3fb962 /devel/mcpp
parent68674f462fe4729d779b3406a6bb40e00c9f63d3 (diff)
downloadports-de73616bc1dcfb01845af30e6ef41349db975ad3.tar.gz
ports-de73616bc1dcfb01845af30e6ef41349db975ad3.zip
Notes
Diffstat (limited to 'devel/mcpp')
-rw-r--r--devel/mcpp/Makefile10
-rw-r--r--devel/mcpp/distinfo6
-rw-r--r--devel/mcpp/pkg-descr6
3 files changed, 10 insertions, 12 deletions
diff --git a/devel/mcpp/Makefile b/devel/mcpp/Makefile
index ece16c573da4..91f58f302d83 100644
--- a/devel/mcpp/Makefile
+++ b/devel/mcpp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mcpp
-PORTVERSION= 2.6.3
+PORTVERSION= 2.6.4
CATEGORIES= devel
MASTER_SITES= http://prdownloads.sourceforge.net/mcpp/ \
http://jaist.dl.sourceforge.net/sourceforge/mcpp/
@@ -23,10 +23,8 @@ PLIST_FILES= bin/mcpp \
share/doc/mcpp/LICENSE \
share/doc/mcpp/NEWS \
share/doc/mcpp/README \
- share/doc/mcpp/doc-jp/mcpp-manual.html \
- share/doc/mcpp/doc/mcpp-manual.html
-PLIST_DIRS= share/doc/mcpp/doc-jp \
- share/doc/mcpp/doc \
- share/doc/mcpp
+ share/doc/mcpp/mcpp-manual.html \
+ share/doc/mcpp/mcpp-manual-jp.html
+PLIST_DIRS= share/doc/mcpp
.include <bsd.port.mk>
diff --git a/devel/mcpp/distinfo b/devel/mcpp/distinfo
index 756096dcdb5d..29f990c5d7b0 100644
--- a/devel/mcpp/distinfo
+++ b/devel/mcpp/distinfo
@@ -1,3 +1,3 @@
-MD5 (mcpp-2.6.3.tar.gz) = ae64027a2d474f31656ad44ef656ca21
-SHA256 (mcpp-2.6.3.tar.gz) = ea9af7252efa76ef81508232ea2b0c2f55c1c2720086c668201c805d49dbc414
-SIZE (mcpp-2.6.3.tar.gz) = 1301041
+MD5 (mcpp-2.6.4.tar.gz) = c0f5aa9b13e36ea0f2ab9358c5d65153
+SHA256 (mcpp-2.6.4.tar.gz) = 498ec0e2ef641e3e24c7f3114821a3219dfa2cf93c670b8cb72c529114f68752
+SIZE (mcpp-2.6.4.tar.gz) = 1302617
diff --git a/devel/mcpp/pkg-descr b/devel/mcpp/pkg-descr
index 4284924c4c0f..f1ed13ce56d2 100644
--- a/devel/mcpp/pkg-descr
+++ b/devel/mcpp/pkg-descr
@@ -2,10 +2,10 @@ C/C++ preprocessor expands macros and processes '#if', '#include' and
some other directives.
MCPP is an alternative C/C++ preprocessor with the highest conformance,
-implementated by Kiyoshi Matsui. MCPP is especially useful for
+implementated by Kiyoshi Matsui. It supports multiple standards: K&R,
+ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for
debugging the source program which use complicated macros and also
-useful for checking portability of the source. It supports multiple
-standards: K&R, ISO C90, ISO C99, and ISO C++98.
+useful for checking portability of the source.
Though mcpp could be built as a replacement of GCC's resident
proprocessor or as a subroutine called from some other main program,