Version: 0.1.20, Package name: devtodo-0.1.20 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Todo is a program to display and manage a hierarchical list of outstanding work, or just reminders. The program itself is assisted by a few shell scripts that override default builtins. Specifically, cd, pushd and popd are overridden so that when using one of these commands to enter a directory, the todo will display any outstanding items in that directory. |
Filesize: 381.772 KB |
Version History (View Complete History) |
|
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 14:52:36 by Stuart Henderson | Files touched by this commit (87) |
Log message: another batch of ncurses->curses WANTLIB updates, skipping any that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's multipackaging work |
2018-12-17 11:41:56 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Missing includes when building with ports-gcc from Charlene Wendling |
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-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-12-03 14:24:32 by Stuart Henderson | Files touched by this commit (78) |
Log message: switch my distfiles mirror to https |
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-05 01:57:07 by Stuart Henderson | Files touched by this commit (18) |
Log message: new-style revision/lib_depends |
2010-10-18 15:25:09 by Marc Espie | Files touched by this commit (100) |
Log message: USE_GROFF=Yes |
2009-06-08 08:57:37 by Stuart Henderson | Files touched by this commit (2) |
Log message: mirror this; MASTER_SITES seems to not be working at the moment and it would truly suck to lose this. while there, add a more complete license marker, regen PLIST, and bump for the PLIST change. |
2007-12-17 12:55:48 by Okan Demirmen | Files touched by this commit (6) |
Log message: update to 0.1.20 ok merdely@ |
2007-09-15 15:28:22 by Michael Erdely | Files touched by this commit (11) |
Log message: Remove surrounding quotes in COMMENT/BROKEN |
2007-08-03 11:42:45 by Bernd Ahlers | Files touched by this commit (10) |
Log message: Add @conflict markers for the following conflicts: devtodo-0.1.17p1,openmotif-demos-2.3.0 /usr/local/bin/todo gnokii-0.6.14p2,gnokii-0.6.14p2-no_x11,smstools-3.0.9 /usr/local/bin/sendsms openmotif-demos-2.3.0,tree-0.61 /usr/local/bin/tree ok espie@ |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2006-11-03 15:18:41 by Christian Weisgerber | Files touched by this commit (3) |
Log message: USE_LIBTOOL |
2005-08-09 12:50:45 by Christian Weisgerber | Files touched by this commit (4) |
Log message: mark productivity/devtodo and productivity/tdl as mutually conflicting |
2005-02-07 12:01:50 by Peter Valchev | Files touched by this commit (63) |
Log message: remove margarida@ from the maintainer position after a generous timeout |
2005-01-05 10:21:59 by Christian Weisgerber | Files touched by this commit (68) |
Log message: SIZE |
2004-12-02 14:13:44 by Aleksander Piotrowski | Files touched by this commit (5) |
Log message: Add WANTLIB markers ok espie@ |
2004-09-29 07:19:19 by Xavier Santolaria | Files touched by this commit (3) |
Log message: bye bye INSTALL; |
2004-09-15 12:32:53 by Marc Espie | Files touched by this commit (5) |
Log message: new plists |
2004-06-21 15:21:03 by David Krause | Files touched by this commit (1) |
Log message: the project moved off of sourceforge; updated HOMEPAGE and MASTER_SITES from Michael Coulter <mjc@bitz.ca> |
2004-02-24 19:35:18 by Christian Weisgerber | Files touched by this commit (52) |
Log message: The sparc64 compiler is gcc3 now; don't require the gcc3 module. |
2004-01-24 21:15:31 by Christian Weisgerber | Files touched by this commit (2) |
Log message: C++ fixes for gcc 3.3.2 |
2003-12-04 16:07:25 by Peter Valchev | Files touched by this commit (6) |
Log message: don't start comment w/ indeterminate article |
2003-11-02 13:16:35 by Margarida Sequeira | Files touched by this commit (3) |
Log message: Add @extra support; Zap WWW while here. |
2003-01-04 17:17:29 by David Lebel | Files touched by this commit (1) |
Log message: build devtoto with gcc3 on sparc64 |
2002-12-29 08:12:14 by Margarida Sequeira | Files touched by this commit (2) |
Log message: Update to version 0.1.17. -- This release fixes a segfault relating to colors. Adding of 'default' priority feature. fgsch@ ok |
2002-12-22 21:57:47 by Margarida Sequeira | Files touched by this commit (3) |
Log message: Update to version 0.1.16. Contrib files added. brad@ ok |
2002-12-02 06:30:09 by Margarida Sequeira | Files touched by this commit (1) |
Log message: Missing ending quotes. Pointed by Jim Geovedi. Thanks! |
2002-12-01 12:18:22 by Margarida Sequeira | Files touched by this commit (2) |
Log message: Remove hardcoded installation. Should look for a file, not a directory. Cosmetic changes. pvalchev@ ok |
2002-11-21 19:37:37 by Margarida Sequeira | Files touched by this commit (19) |
Log message: Change MAINTAINER address to margarida@openbsd.org ; cosmetic changes. brad@ ok |