Version: 0.3.0, Package name: clo++-0.3.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description clo++ is a command line option parser generator for C++. It generates a C++ header file with a class that can parse your command line and supports just about anything that you want to do with your command line. It also generates usage information and can handle subcommands that take their own options. clo++ is itself written in C++ and uses a command line option parser that it generated. |
Filesize: 71.235 KB |
Version History (View Complete History) |
|
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-19 17:17:24 by Marc Espie | Files touched by this commit (3) |
Log message: fix with clang (strrchr). regen patches |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-11-07 03:51:36 by Stuart Henderson | Files touched by this commit (14) |
Log message: sync WANTLIB (readding idn to some where I was overzealous, plus some lzma/pthread) |
2016-09-13 12:52:06 by Christian Weisgerber | Files touched by this commit (23) |
Log message: replace libiconv module |
2015-04-21 12:19:27 by Stuart Henderson | Files touched by this commit (20) |
Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-20 12:56:52 by Marc Espie | Files touched by this commit (236) |
Log message: new depends |
2010-11-11 02:21:37 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - use libiconv module, - regen plist while here |
2010-11-10 15:44:03 by Jasper Lievisse Adriaanse | Files touched by this commit (13) |
Log message: - some WANTLIB/LIB_DEPENDS/REVISION cleaning |
2007-09-15 14:59:42 by Michael Erdely | Files touched by this commit (242) |
Log message: Remove surrounding quotes in COMMENT-*/PERMIT_* |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2006-08-03 17:55:11 by Marc Espie | Files touched by this commit (31) |
Log message: new lib specs |
2005-01-05 10:34:35 by Christian Weisgerber | Files touched by this commit (166) |
Log message: SIZE |
2004-12-06 17:23:24 by Aleksander Piotrowski | Files touched by this commit (46) |
Log message: Add WANTLIB markers |
2004-09-26 19:21:02 by Brad Smith | Files touched by this commit (1) |
Log message: remove MAINTAINER by request |
2004-09-26 07:11:37 by Marc Espie | Files touched by this commit (6) |
Log message: fix clo++ for gcc3. From Aleksander Piotrowski. |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-11-15 08:12:55 by Nikolay Sturm | Files touched by this commit (63) |
Log message: license checks |
2002-12-29 13:19:12 by Federico G. Schwindt | Files touched by this commit (83) |
Log message: and more.. |