summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
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
2002-11-09Categories are space-separated, not comma-separated.wiz1-2/+2
2002-11-09Add and enable lmclock.wiz1-1/+2
2002-11-08Limited geometry support (positioning works).is2-5/+5
2002-11-08Xerox Lisp Machine clock clone for X11.is4-0/+30
2002-10-27Need -lsocket on solarisbouyer3-7/+19
2002-10-25buildlink some header files which are needed by psycopgdrochner1-1/+14
2002-10-25the original master site went out of business - switch to somethingdrochner2-13/+9
which calls itself "temporary home"
2002-10-25buildlink1 -> buildlink2 (NO_BUILD, hehe).wiz1-2/+3
2002-10-24-update to 2.0.4 (from 1.3.0... there are too many changes to list,drochner4-97/+390
compatibility is maintained afaict, except an additional "mx" prefix in the namespace -make it a "distutils" pkg, so it works with Python-2.2.x -license change - now freely redistibutable
2002-10-21Remove commented out CFLAGS.wiz1-2/+1
2002-10-21Convert to buildlink2.wiz1-11/+9
2002-10-21Convert to buildlink2.wiz1-2/+3
2002-10-21Convert to buildlink2. Let USE_IMAKE make do-configure instead of doing itwiz1-8/+3
manually.
2002-10-21Convert to buildlink2.wiz2-4/+6
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-19Undo enabling on python2.2.jlam1-2/+2
2002-10-19Add inclusion guards and use foo-[0-9]* instead of foo-*.jlam1-2/+7
2002-10-19Use buildlink2.jlam1-6/+10
2002-10-10buildlink1 -> buildlink2.wiz1-2/+3
2002-10-10Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME isjlam1-2/+2
no longer defined by bsd.pkg.mk.
2002-10-09Unused.wiz1-6/+0
2002-10-08buildlink1 -> buildlink2jlam1-5/+6
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-06Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-05buildlink1 -> buildlink2jlam1-4/+3
2002-10-04add & enable pclockhubertf1-1/+2
2002-10-04Import pclock-0.13.1: Simple analog clock designed for WindowMakerhubertf5-0/+100
pclock is a simple analog clock program designed to run under WindowMaker window manager (also runs fine on any other window manager which supports dock apps, such as PWM). Any 64x64 pixmap may be used as a background. Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18008
2002-09-24Complete standardization of messages according to latest pkglint.wiz2-6/+6
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-01Use buildlink2.jlam1-3/+2
2002-09-01buildlink1 -> buildlink2.jlam1-3/+4
2002-08-31Convert to buildlink2.wiz1-2/+3
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam9-35/+32
have been converted to USE_BUILDLINK2.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+7
buildlink2.mk files back into the main trunk.
2002-07-05Move time management related Perl5 packages to category "time".tron9-1/+74
2002-07-04Add and enable "p5-Time" package. This fixes PR pkg/17450 bytron1-1/+2
Hiramatsu Yoshifumi.
2002-07-04Import new "p5-Time" package:tron4-0/+31
perl5 functions to convert and use time variables This package was contributed by Hiramatsu Yoshifumi in PR pkg/17450.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-15make this go on alphadmcmahill2-1/+54
2002-05-20Add NetBSD tags.cjep3-0/+3
2002-05-14Add and enable xchronoagc1-1/+2
2002-05-14Initial import of xchrono, a multi-timezoned X11 clock, into the NetBSDagc5-0/+63
packages collection. Xchrono is a multi-timezone, multi-face clock program for X Windows. Several cities have been compiled into xchrono, and can be invoked with command-line arguments, xchrono -help gives: Usage: xchrono [-analog] [-bw <pixels>] [-digital] [-fg <color>] [-bg <color>] [-hd <color>] [-hl <color>] [-bd <color>] [-fn <font_name>] [-help] [-padding <pixels>] [-rv] [-update <seconds>] [-display displayname] [-geometry geom] [-width clockWidth] [-height clockHeight] [-local localName] [-boston] [-newyork] [-chicago] [-denver] [-la] [-hawaii] [-tokyo] [-sydney] [-london] [-paris] [-frankfurt] [-rio] OK, OK, Hawaii isn't a city, but you get the point. The timezones used are taken from tztab in the SYSV case, and from /usr/lib/zoneinfo otherwise, and as such may or may not be correct (the TZ variable definitions or the city->timezone mappings). The -local <localName> option causes a clock labeled with <localName> using the value of TZ at startup as it's timezone. In addition, a GMT clock always appears. [Requested by groo, who has enough trouble with one timezone, so why he wants more is beyond me.]
2002-05-09Add and enable projclock.agc1-1/+2