summaryrefslogtreecommitdiff
path: root/time/bbdate
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 checksums.wiz1-1/+2
2004-11-22USE_LANGUAGES= c++wiz1-2/+2
2004-09-05bbtools.thelinuxcommunity.org does not seem to exist any more,jschauma1-3/+3
substitute with bbtools.windsofstorm.net. Pointed out by Georg Schwarz in private mail.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-4/+4
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2003-11-10Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-07-18Initial import of bbdate-0.2.4:jschauma6-0/+59
This tool displays the date in an decorated window, simulating the look of the Blackbox toolbar (Blackbox is a Windowmanager for X11). To copy this look a great deal of the code is taken from Blackbox.