./wip/lwc, Lightweight C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.2, Package name: lwc-1.3.2, Maintainer: pkgsrc-users

ightweight C++ is a programming language that looks like C++ (a lightweight
C++ dialect) and is directly translated to readable C by the lwc preprocessor.
It's more "K&R" and, well, more lightweight.

Important thing about lightweight C++ is that by studying the generated C
code it is easy to understand how OOP features are implemented and what is
the cost of everything.

Adding new features and extensions is also very easy (much easier than adding
new C++ extensions to gcc at least), and this is one of lwc goals


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: ea1c991d46c106c5d37a47b9c0a1dd84ca878d03
Filesize: 214.599 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-26 00:32:22 by othyro | Files touched by this commit (104)
Log message:
Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
   2012-10-03 11:04:32 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2005-11-02 19:00:10 by Thomas Klausner | Files touched by this commit (85)
Log message:
"wip" is not a valid category -- please use the standard pkgsrc ones.

Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
   2005-09-28 08:41:20 by Roland Illig | Files touched by this commit (179)
Log message:
Added RMD160 checksums.
   2005-04-11 23:13:57 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2004-12-02 17:39:03 by Thomas Klausner | Files touched by this commit (1)
Log message:
Rename ALL_TARGET variable to BUILD_TARGET.
Mechanical changes to all packages using ALL_TARGET.
Proposed by Roland Illig, ok'd by various people.
   2004-11-24 15:43:55 by pancake ;) | Files touched by this commit (1)
Log message:
is lang no devel
   2004-11-24 15:42:19 by pancake ;) | Files touched by this commit (4) | Imported package
Log message:
initial import of lwc