summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-11 19:05:11 +0000
committercjep <cjep@pkgsrc.org>2002-12-11 19:05:11 +0000
commitbec22f3a2023ef91fe80cd1970eb3c49495ced82 (patch)
treecdcfda23534bfe6cc10c68395094a7622b930bac /doc
parent9945d3cc7a5160511cec25d1737a8054006df6c9 (diff)
downloadpkgsrc-bec22f3a2023ef91fe80cd1970eb3c49495ced82.tar.gz
Initial import of OpenC++ 2.5.12 into the NetBSD packages collection as
lang/openc++. OpenC++ is a version of C++ with a Metaobject Protocol. In other words, it is a tool of source-code translation for C++. Programmers can easily implement various kinds of translation so that they can define new syntax, new annotation, and new object behavior. OpenC++ is useful if they need, for example: developing extensions to C++, to provide support for things like parallelism, distribution, concurrency, and persistence; Adding domain-, application-, or class-specific compiler optimizations; Building their own version of (runtime) MOP for C++. Supplied by Marko Schuetz in PR#19203. Thanks! Thanks also to Masao Uebayashi for his help.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 25277913dfe..8e86c904c6a 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.750 2002/12/11 12:22:54 tron Exp $
+$NetBSD: CHANGES,v 1.751 2002/12/11 19:05:11 cjep Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3908,3 +3908,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated fluxbox to 0.1.14 [jschauma 2002-12-10]
Added hptools-3.0.8 [cjep 2002-12-11]
Updated imap-uw to 2002.1rc1 [tron 2002-12-11]
+ Added openc++-2.5.12 [cjep 2002-12-11]