summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2003-12-03Update to 1.52, changes include:chris2-5/+5
1.52 - In AIX (v?) with perl 5.6.1 the HiRes.t can hang after the subtest 18. No known analysis nor fix, but added an alarm (that requires fork() and alarm()) to the test. 1.51 - doc tweaks from mjd (perl change #20456) - NCR MP-RAS hints file added (svr4.pl) (perl change #21249)
2003-12-03Added xfce4-datetime-pluginmartti1-1/+2
2003-12-03Calendar plugin for XFce4.martti5-0/+48
2003-11-13Create a dummy "varargs.h" on platforms which use GCC 3.3.x. It's nottron1-2/+8
really necessary for compilation there and only breaks the build under NetBSD-current.
2003-11-10Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-02Fix GCC 3.3.1 related build problem.tron4-12/+74
2003-09-29Fix build problem with gcc 3.3.1: replace token concatenation operatorseb3-11/+63
'/**/' with 'XCOMM' in Imakefile. While here update my email address. XXX Will come back to it so skill package dependency will be avoided if pkill(1) is available.
2003-09-25Remove usage of an unnecessary compiler option which GCC 3.3.1 doesn'ttron2-1/+14
understand.
2003-09-24Fix build on SunOS and remove GCC specific bits.jmmv3-16/+18
From Jonathan Perkin in PR pkg/22929.
2003-09-22Java programs should be executed with the java command, not jre.gavan1-1/+1
2003-09-19Update HOMEPAGE and/or MASTER_SITESdent1-2/+2
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-4/+1
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-13Update time/p5-Time-HiRes to 1.50. Changes from version 1.49 include:jlam3-18/+5
- &Time::HiRes::d_nanosleep was broken (perl change #20131) - the nanosleep() probe was broken (perl change #20061)
2003-09-13Remove redundant TEST_TARGET definition that matches the default one injlam1-3/+1
perl5/module.mk.
2003-09-09Update to 0.55.recht3-12/+15
New in release 0.55: - Hebrew, Russian, Serbian, Spanish translations - Some other translations updated. - Support for solid colored backgrounds in GNOME - Made it work on XFCE4; there were problems with the popup menu - The calendar can now be moved around by holding down the middle mouse button - Fully compatible with the new Python 2.3 ok'ed by drochner@
2003-09-09Update to 2.0.5.recht2-6/+6
The new version includes patches needed to compile the packages under Python 2.3.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-26update to 0.54drochner3-9/+25
changes: -bugfixes -translations added: ko, sk - can set recurrence rules for events in the appointments editor
2003-07-21COMMENT should start with a capital letter.martti16-32/+32
2003-07-20Update to xtu-1.2, which fixes PR 22179.martin2-7/+7
2003-07-18Add/enable bbdate.jschauma1-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.
2003-07-18Update to revision 0.1.7. Changes are:jwise4-17/+26
* Finally tracked down the VERY nasty slowdown (at times up to a minute or more) some users have been experiencing. It turns out that one of the recent versions of glibc has a bug in its regex code when dealing with non-multibyte characters (ie. most of the time). This came to a head because I upgraded to slackware-current, which has this version of glibc. Great. Thanks to Mark Eichen for pointing me towards several Debian bug tracker items about other programs having this same problem. * Added a new directory "contrib" which will be used for anything that users contribute that is not patched into the main distribution. * XSLT transform courtesy of Mark Eichin, to convert devtodo XML databases into colour PDF's. This is contrib/xslt-example.1. * XSLT contribution for converting devtodo XML databases into HTML, courtesy of Daniel Peterson. This is contrib/xslt-example.2. * I have created an amalgam of the above two XSLT contributions that will output a HTML page with colourised items. Completed items are struck out. This is a dodgy hack, so if anybody has any enhancements it would be much appreciated. * Changed filename of src/todo.cc to src/main.cc so that devtodo will compile under environments where case is not relevant in filenames (ie. Cygwin under M$ Windows). * Added a small PERL script to generate a todo database from a ChangeLog file that's in the same format as that used by devtodo. In the contrib directory. eg. changelog2todo > changelog.todo && devtodo --database changelog.todo * Added two new events: "load" and "save". This can be used in conjunction with one of the above XSLT files by putting something like the following in your ~/.todorc (assuming you have libxlst installed - www.xmlsoft.org): on save exec xsltproc $HOME/etc/todo-html.xslt $TODODB > `dirname $TODODB`/.todo.html Which will basically generate a .todo.html file every time a devtodo database is modified and saved. * Fixed a few minor man page bugs. (the contrib/ files discussed here go in ${PREFIX}/share/examples/devtodo under pkgsrc)
2003-07-17s/netbsd.org/NetBSD.org/grant39-79/+79
2003-07-13Update DEPENDS.wiz1-3/+3
2003-07-13PKGREVISION bump for libiconv update.wiz5-8/+10
2003-07-10Fix build under gcc3abs1-1/+4
2003-07-08Update to 1.49 since many CPAN mirror sites no longer have 1.47.gson2-5/+5
Changes since 1.47: 1.49 - UVuf for non-IVSIZE platforms (from Keiichiro Nagano) - OS/2 can always mix subsecond sleeps with signals (part of perl change #19789) 1.48 - workaround for buggy gcc 2.95.3 in openbsd/sparc64 (perl change #19592)
2003-06-14Oops. Forgot to mention the info stuff in the Makefile.atatat1-1/+3
2003-06-14Add gcalatatat1-1/+2
2003-06-14Import of GNU cal(1) utility called gcal.atatat4-0/+189
2003-06-05add gdeskcaldrochner1-1/+2
2003-06-05 a calendar implemented in Python/pyGTKdrochner4-0/+241
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma17-34/+34
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-22Update to 1.47, from Hiramatsu Yoshifumi in PR 21639.wiz3-9/+9
Changes since 1.42: - do not create files in blib directories under core (perl change #19160, from rgs) - detypo s/VTLARM/VTARLM/ (perl change #19328, from mjd) - guarantee that $xdefine in HiRes.t is always defined (perl change #19109, from IlyaZ) - a cleaner way to detect PERL_CORE (perl change #19111, from IlyaZ) - add hints/irix.pl to turn off overly POSIX flags that cause hide struct timespec to be hidden (and compilation to fail) (bleadperl change #19085) - documentation tweaks
2003-05-15Enable p5-Time-Periodmjl1-1/+2
2003-05-15Initial import of p5-Time-Period 1.20.mjl4-0/+22
Period.pm is a Perl module to deal with time periods.
2003-05-10Drop a duplicate DEPENDS line.toshii1-4/+2
Use ${SORT} rather than sort.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv8-15/+15
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Don't redefine INSTALL in the distributed Makefile - fixes build on Solaris.agc2-4/+12
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-2/+4
dependency bumps.
2003-04-12Depend on either sh-utils or the new coreutils package.wiz1-2/+2
2003-04-10Add time to CATEGORIES.wiz1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv11-28/+22
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam3-6/+12
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-12Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.jschauma1-2/+2
Pointed out by wiz.