NOTICE: This package has been removed from pkgsrc

./wip/korelib, Cross-platform C++ library for developing modular applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0, Package name: korelib-1.0, Maintainer: pkgsrc-users

A cross-platform C++ library for developing modular, plugin-based
applications. This open source library is used by products produced
by theKompany (www.thekompany.com).


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 80e00486a8d4e743250e3e3ba72021138ba49a1e
RMD160: 2c0b659bf8e2a2e2ab1c7cdbc05fc2dc99bc3905
Filesize: 503.246 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-13 21:26:27 by othyro | Files touched by this commit (5)
Log message:
USE_TOOLS+=aclocal autoconf autoheader; minor formatting fixes in some
files.
   2012-10-01 23:57:31 by Aleksej Saushev | Files touched by this commit (30)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2006-09-14 20:33:37 by David Howland | Files touched by this commit (1)
Log message:
USE_LANGUAGES= c c++
   2006-05-19 18:51:13 by Yoshito Komatsu | Files touched by this commit (107)
Log message:
Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org.
   2005-09-30 17:03:03 by Thomas Klausner | Files touched by this commit (1)
Log message:
Reset maintainer: 550 5.1.6 Recipient no longer on server

   2005-09-28 08:41:20 by Roland Illig | Files touched by this commit (179)
Log message:
Added RMD160 checksums.
   2005-06-08 17:46:59 by Dieter Baron | Files touched by this commit (15)
Log message:
mk/autoconf.mk and mk/automake.mk have been removed.  Replace their
usage with USE_TOOLS and any of "autoconf", "autoconf213", \ 
"automake"
or "automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just
use aclocal, autoconf, etc.  (hi jlam!)