pkgsrc/lang/openc++/PLIST
cjep 866b880b5e 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.
2002-12-11 19:03:17 +00:00

73 lines
2.3 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/11 19:03:17 cjep Exp $
bin/occ
include/openc++/buffer.h
include/openc++/cbodywalk.h
include/openc++/classwalk.h
include/openc++/encoding.h
include/openc++/env.h
include/openc++/hash.h
include/openc++/member.h
include/openc++/metaclass.h
include/openc++/mop.h
include/openc++/parse.h
include/openc++/ptree-core.h
include/openc++/ptree.h
include/openc++/quote-class.h
include/openc++/token.h
include/openc++/typeinfo.h
include/openc++/types.h
include/openc++/walker.h
lib/opencxx.a
share/openc++/doc/html/base.html
share/openc++/doc/html/class.html
share/openc++/doc/html/env.html
share/openc++/doc/html/green-pin.gif
share/openc++/doc/html/green.gif
share/openc++/doc/html/index.html
share/openc++/doc/html/instance-of.gif
share/openc++/doc/html/logo.gif
share/openc++/doc/html/man.html
share/openc++/doc/html/member.html
share/openc++/doc/html/mop.html
share/openc++/doc/html/occ.gif
share/openc++/doc/html/overview.html
share/openc++/doc/html/ptree.html
share/openc++/doc/html/red-pin.gif
share/openc++/doc/html/red.gif
share/openc++/doc/html/typeinfo.html
share/openc++/doc/html/yellow-pin.gif
share/openc++/doc/html/yellow.gif
share/openc++/doc/reference.pdf
share/openc++/examples/BeforeClass.mc
share/openc++/examples/GraphClass.h
share/openc++/examples/GraphClass.mc
share/openc++/examples/Makefile
share/openc++/examples/Makefile.IrixCC
share/openc++/examples/Makefile.Win
share/openc++/examples/Makefile.static
share/openc++/examples/MatrixClass.mc
share/openc++/examples/Readme
share/openc++/examples/RtmopClass.h
share/openc++/examples/RtmopClass.mc
share/openc++/examples/SyncClass.mc
share/openc++/examples/VerboseClass.mc
share/openc++/examples/VerboseClass2.mc
share/openc++/examples/WrapperClass.h
share/openc++/examples/WrapperClass.mc
share/openc++/examples/baseScript
share/openc++/examples/before-test.cc
share/openc++/examples/gclass-test.cc
share/openc++/examples/matrix-test.cc
share/openc++/examples/matrix.cc
share/openc++/examples/matrix.h
share/openc++/examples/metaobj-test.cc
share/openc++/examples/metaobj.cc
share/openc++/examples/metaobj.h
share/openc++/examples/person.cc
share/openc++/examples/person2.cc
share/openc++/examples/sync-test.cc
@dirrm share/openc++/examples
@dirrm share/openc++/doc/html
@dirrm share/openc++/doc
@dirrm share/openc++
@dirrm include/openc++