summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-03-12Add a man-page for wmtime. man-page provided to me by Adriaan Peetersjschauma4-6/+95
<apeeters at lashout dot net>.
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-1/+2
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-03Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma20-38/+48
portable. Bump PKGREVISION accordingly.
2003-02-15Updated to version 1.42.salo2-5/+5
Patch from Jeremy C. Reed via PR pkg/20321. Changes: 1.42: ===== - modernize the constants code (from Nicholas Clark) 1.41: ===== - At some point the ability to figure our the correct incdir for EXTERN.h (either a core perl build, or an installed perl) had broken (which lead into all test compiles failing with a core perl build, but thanks to the robustness of Makefile.PL nothing of was visible). The brokenness seemed to be caused by $ENV{PERL_CORE} not being on for core builds? Now stole a trick from the Encode that sets $ENV{PERL_CORE} right, and both styles of build should work again. 1.40: ===== - Nicholas Clark noticed that the my_catdir() emulation function was broken (which means that we didn't really work for Perls 5.002 and 5.003) - inspired by fixing the above made the whole Makefile.PL -w and strict clean - tightened up the Makefile.PL output, less whitespace 1.39: ===== - fix from Craig Berry for better building in VMS with PERL_CORE
2003-02-14Update to 1.14, bugfixes. From Adrian Portelli in PR 19057.wiz2-5/+5
2003-01-30Use "Australia/Sydney" instead of "Australia/Queensland" for thesimonb2-1/+17
"sydney" timezone, otherwise Sydney suddenly misses out on daylight savings time.
2003-01-19- s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.salo3-10/+8
- buildlink2
2003-01-07Use time_t instead of long for return value of time(). Closes pkg/19720jmcneill2-11/+19
2003-01-03Make this package install its configuration files under the examples treejmmv5-39/+37
and honor PKG_SYSCONFDIR. Also sync PLIST with reality: manpage is installed uncompressed. Bump PKGREVISION to 1.
2002-12-31Mechanical conversion to use java-vm.mk.jlam1-12/+10
2002-12-20Update MASTER_SITES and HOMEPAGE.salo1-4/+5
2002-12-09Replace "true" by "${TRUE}".tron2-4/+4
2002-11-15Update to 1.38heinz4-9/+26
Revision history for Perl extension Time::HiRes. 1.38 - no functional changes - move lib/Time/HiRes.pm as Hires.pm - libraries scanning was slightly broken (always scanned for a library even when $Config{libs} already had it) 1.37 - Ray Zimmerman ran into a race condition in Mac OS X. A 0.01-second alarm fired before the test expected. The test first slept indefinitely (blocking for signals) and only after that tested for the signal having been sent. Since the signal had already been sent, the test #12 never completed. The solution: test first, then block. - default to being silent on all probing attempts, set the environment variable VERBOSE to a true value to see the details (the probing command and the possible errors) 1.36 - do not clear MAN3PODS in Makefile.PL (Radoslaw Zielinski) - INSTALLDIRS => 'perl' missing which means that Time::HiRes cannot be upgraded from CPAN to override the 5.8.0 version (Guido A. Ostkamp) - Time::HiRes 1.35 could not be dropped as-is to bleadperl because the include directories did not adjust themselves if $ENV{PERL_CORE} (Hugo van der Sanden) - add documentation about the restart of select() under alarm() 1.35 - small documentation tweaks 1.34 - better VMS operation (Craig Berry) 1.33 - our time machine is accelerating: now works with Perl 5.004_01 (tried with 5.003_07 and 5.002 but I get segmentation faults from running the Makefile.PL with those in Tru64 4.0D) 1.31 and 1.32 add more backward compatibility (now all the way back to Perl 5.00404), and using nanosleep() (if available) for subsecond sleeps. 1.30 adds all the changes made during the Perl 5.6->5.7->5.8 development cycle. Most notably portability across platforms has been enhanced, and the interval timers (setitimer, getitimer) have been added. Note that the version of Time::HiRes that is included in Perl 5.8.0 calls itself 1.20_00, but it is equivalent to this Time::HiRes version. Note also that in 1.30 Wegscheid turns over the maintenance to Jarkko Hietaniemi. 1.20
2002-11-15buildlink1 -> buildlink2jlam1-2/+3