summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2001-04-18Move to sha1 digests, and add distfile sizes.agc31-59/+92
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc11-26/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc71-165/+118
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Update xtimer to 0.8089zuntum2-6/+6
Changes are documentation cleanup and minor improvements (no Changelog available)
2001-04-16Update devtodo to 0.1.4:zuntum3-7/+14
* Added version checking so that the binary won't accept databases from future versions. The actual behaviour is that minor revision differences produce a warning while major revision differences cause an error. * Added a patch from Arthur Korn that allows the bash scripts to cd into directories with spaces. * Fixed a few man page problems, again courtesy of Arthur (I swear this guy doesn't sleep!) * Changed primary binary to 'devtodo', with a convenience symlink, 'todo'. Also changed the man page filename to reflect this. The user should see no actual difference though, as symlinks with the old names exist. * Fixed a bug where todo would segfault if ^D was pressed while editing a line. Thanks to Matt Kraai for picking this up. The problem was due to not handling a NULL return value from readline. * More man page fixes (this time, thanks again go to Matt). * You can now specify more than one item index on the command line as seperate arguments. Previously, a comma was required and if multiple arguments were used the last one was used. Arthur picked this one up. * Added parsing of /etc/todorc (actually, the location is specified by the --sysconfdir argument to configure, so it will probably be /usr/local/etc/todorc on most peoples systems). * Added awareness of the TODORC environment variable. This specifies the RC file to parse on startup. TODORC=$HOME/.todorc is the default behaviour. This idea was thanks to Claude. Claude also suggests, quite rightly, that it would be useful for specifying a system-wide todorc file by putting TODORC=/etc/todorc in /etc/profile or somewhere similar. * Added two new arguments for modifying the database used. The first is --database <file> which is used to change the default filename used. eg. --database .todo is the default behaviour. The other is --fallback-database <file> which specifies the database to use if no other can be found. By default there is no fallback database. Both of these options can be specified in the .todorc. * Environment variables can now be used in the ~/.todorc. This is especially useful for something like 'fallback-database $HOME/.todo'. * Finally fixed the bug where &gt; and &amp; were not being correctly interpreted. * Fixed a long-time bug where wraptext() was wrapping the first line prematurely. * Fixed a bug where if the sort order changed, visible indices would not match parameter indices. * --verbose now displays time between when an item was created and when it was completed. * Added --date-format for formatting the display of dates (currently only used with --verbose). The format is that used by strftime(3) but if strftime is not available on a system, ctime(3) is used. * Added fully-featured sorting via the --sort parameter. It is now possible to sort on pretty much anything you can think of; creation time, completed time, duration of item, text body, priority and whether an item is done or not. * Added --paranoid option that enables some warnings about permissions. This is in response to a user request to not make the .todo file group/world accessible. This option will make devtodo warn the user if such a database is created. * Removed --sync and --no-sync. You can generate the TODO file with --TODO.
2001-04-14correct path to gtk dependsdmcmahill1-2/+2
2001-04-09As per discussion with mjl, moved this package from x11 category to time.kei7-1/+73
2001-04-02MKDIR -> INSTALL_DATA_DIRzuntum1-2/+2
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-29RCS Id policewennmach2-2/+4
2001-03-28Requires readlineabs1-1/+3
2001-03-28define GL_GLEXT_PROTOTYPES to get prototypes out of <GL/glext.h>drochner2-2/+13
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-21Remove .todo. Doesn't seem to be used.wiz1-9/+0
2001-03-20Enable devtodo.mjl1-1/+2
2001-03-20Import of todo 0.1.3, a to-do list manager on tty basis.mjl5-0/+43
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf6-12/+12
XXX need to teach pkglint to be more picky about this
2001-02-20Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic onewiz2-7/+2
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz60-60/+60
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-31/+33
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-0/+5
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-6/+7
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-23make sure rpath isn't lost. fixes recently noted rpath problemsdmcmahill2-9/+12
2001-01-23Fix build problem on alpha. Patch provided by SUNAGAWA Keiki.wiz2-1/+16
2001-01-05Update to not DEPEND on gettext any longer, but BUILD_DEPEND on msgfmtwiz1-2/+3
and USE_LIBINTL.
2000-12-22Make this pass pkglint, create ${PREFIX}/libexec/cgi-bin if it doesn'tjlam2-20/+23
already exist, and remove any empty directories after uninstalling.
2000-12-22Apparently, the checksum of the distfile on the site changed withoutjlam1-2/+2
bumping the version number.
2000-12-22s/make/${MAKE_PROGRAM}/gjlam1-4/+3
2000-12-21Move x11/korganizer and x11/kworldwatch to category time.wiz1-1/+3
2000-12-21Move x11/korganizer and x11/kworldwatch to category time.wiz16-0/+313
2000-12-21add and enable "pcal" package.kei1-1/+2
2000-12-21initial import of "pcal" package.kei11-0/+191
"Pcal" Version 4.7 This is a new release of "Pcal", the PostScript calendar program. The major new features are the "-H" flag for generating output in HTML table form, expansion of "%y" in the "include" filename into the last two digits of every applicable year in "year all" mode, and the addition of build-time support for A4 size paper.
2000-12-18add and enable "gnyaclock" package.kei1-1/+2
2000-12-18import of new "gnyaclock" package.kei7-0/+49
gnyaclock is an accessory with Bezier curve. Its curve has something to do with the present time.
2000-12-18Update to 3.0.22. Changes:wiz2-4/+4
- Added option to have TkRemind display all of today's reminders in a text box on startup. This option is on by default. - Makefile in "www" directory allows you to add ".cgi" suffix to CGI scripts. - Added option to completely delete a reminder from the reminder file in the timed reminder popup dialog. - Clarified build instructions. - Fixed packing order in TkRemind so resizing window doesn't make control buttons disappear. - Fixed serious bug in which background queued reminders were ignored and Remind simply exited. Doh! Sorry about that.
2000-12-18Update to glclock-6.0b6.0. Changelog is in Japanese.wiz4-22/+17
2000-12-18Update to 2.2.1. Changelog not available. New maintainer.wiz3-12/+9
2000-12-18Fix HOMEPAGE and MASTER_SITES.wiz1-3/+3
2000-12-18RCS Ids in patches is not a good idea.wiz2-4/+4
2000-12-17New category: time. Move many packages here:wiz204-0/+3278
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.