summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2004-07-13Add and enable xdkcal.jmmv1-1/+2
2004-07-13Initial import of xdkcal version 0.9d:jmmv5-0/+63
X Desktop Calendar (xdkcal) is a calendar for the X Window System: it simply draws a calendar on your desktop. You can customize its fontset, its color and/or its drawing style. This application is completely internationalized, so that it reads the locale database and draws locale specific strings, such as the name of months or weeks. Package provided by Mike M. Volokhov in pkgsrc-wip.
2004-06-10Make this compile on Linux and IRIX and increase odds of working onjschauma5-10/+54
other non-NetBSD platforms as well (though they may need ALL_TARGET tweaking): - apparently some versions of Linux/gcc combinations require the header file errno.h included in each file in order for it to link (otherwise, it will compile (!?) but bail out when linking) - set ALL_TARGET to LOWER_OPSYS this works for netbsd and linux, and should work for the other bsds at least. - set ALL_TARGET differently for IRIX - use CFLAGS instead of hard-coded ABI flags for IRIX 6 - some install-sh/install can not handle multiple files/directories at once. Newer bootstrapped versions can, but for systems that still have the older one we may as well split this for better compatibility.
2004-06-03This package doesn't compile anything. Use DEPENDS instead ofminskim1-3/+6
buildlinking. Also define NO_CONFIGURE and enable pkgviews installation.
2004-05-27Add new package: time/gnutime (from pkgsrc-wip).reed1-1/+2
2004-05-27Import of gnutime-1.7reed6-0/+219
Report user, system, and real time used by a process From pkgsrc-wip's wip/time.
2004-05-23malloc.h fixes for darwin, plus a handful of other small fixes fordanw2-1/+14
problems found after fixing malloc problems
2004-05-23USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translateddanw1-1/+2
properly on various OSes
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-16Change CATEGORIES to ``time.'' Pointed out by Kibum Han.minskim1-2/+2
2004-05-15Update xfce4-datetime-plugin to 0.3.0. Based on the patch submittedminskim3-7/+8
by Kibum Han in PR pkg/25571. Changes: * datetime/datetime.c: automatically change layout when the panel size is small * datetime/datetime.c: append entry to select date. format change is applied on closing option window * internationalization * datetime/datetime.c: split main label into two, date label and time label add Week starts monday option for calendar (#1181) Thanks to Jeroen Peters (xfce-goodies@jpeters.coldmail.nl) * add autogen.sh * update libtool to 1.5.0a * datetime/datetime.c: change timeout interval with format string(aware of second field)
2004-05-08Unused.wiz1-26/+0
2004-05-07Reset maintainer to tech-pkg@ (from ad@, since he is not working on themwiz1-2/+2
any longer).
2004-04-29Fix my email address.sketch1-8/+8
2004-04-25Convert to buildlink3 and remove superfluous USE_X11BASE.snj1-4/+3
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam3-6/+6
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-20Remove trailing space from the X resource file, so that it can beminskim3-4/+18
parsed correctly. Patch provided by Juha Hyttinen in PR pkg/23792.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv2-5/+4
*-dirs packages.
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Remove brace from HOMEPAGE. (hi jmmv!)salo1-2/+2
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj2-6/+6
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj3-7/+7
2004-04-11Convert to buildlink3 and remove superfluous USE_X11BASE.snj1-4/+3
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3 and remove superfluous USE_X11BASE.snj1-4/+3
2004-04-11Add and enable anacron.jmmv1-1/+2
2004-04-11Initial import of anacron, version 2.3:jmmv8-0/+300
Anacron is a periodic command scheduler. It executes commands at intervals specified in days. Unlike cron, it does not assume that the system is running continuously. It can therefore be used to control the execution of daily, weekly and monthly jobs (or anything with a period of n days), on systems that do not run 24 hours a day. When installed and configured properly, Anacron will make sure that the commands are run at the specified intervals as closely as machine-uptime permits.
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3 and simplify by using CPPFLAGS.SunOS.snj1-7/+3
2004-04-11Convert to buildlink3.snj3-9/+9
2004-04-11Convert to buildlink3.snj2-5/+5
2004-04-01Switch to Tcl/Tk 8.4, bl3ify, and enable pkgviews installation.minskim14-39/+958
Bump PKGREVISION due to Tcl/Tk dependency changes.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz3-3/+6
Buildlink files: RECOMMENDED version changed to current version.
2004-03-19These packages use c++, so add USE_LANGUAGES= c c++bouyer1-1/+2
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam2-6/+3
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-12Update to 1.56heinz2-13/+8
It's no longer in category 'devel'. PERL5_CONFIGURE is already the default if we include module.mk. No more pre-configure necessary, the maintainer integrated the reported fix for Solaris. Relevant changes since 1.52 =========================== 1.56 - Give a clearer message if the tests timeout (perl change #22253) - Don't use /tmp or its moral equivalents (perl bug #15036, perl change #22258) 1.55 - Windows: ming32 patch from Mike Pomraning (use Perl's Const64() instead of VC-specific i64 suffix) 1.54 - Solaris: like Tru64 (dec_osf) also Solaris need -lrt for nanosleep 1.53 - Windows: higher resolution time() by using the Windows performance counter API, from Jan Dubois and Anton Shcherbinin. The exact new higher resolution depends on the hardware, but it should be quite a bit better than using the basic Windows timers.
2004-03-11Remove info files entries from PLIST.seb1-16/+1
2004-03-10Fix some C99-isms to let this build under 1.6.2.jmmv2-1/+48
2004-03-10Fix some C99-isms to let this build under 1.6.2.jmmv2-1/+48
2004-03-10Add and enable gtodo and gtodo-applet.jmmv1-1/+3
2004-03-10Initial import of gtodo-applet, version 0.1:jmmv4-0/+43
Gtodo is a to-do list manager written for use with the GNOME desktop. It tries to follow the HIG and GNOME policies as well as possible. This package provides an applet for this application, to be integrated within the GNOME's panel.
2004-03-10Initial import of gtodo, version 0.14:jmmv5-0/+67
Gtodo is a to-do list manager written for use with the GNOME desktop. It tries to follow the HIG and GNOME policies as well as possible.