summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-03-10Update MASTER_SITES and HOMEPAGE; the program is no longer hosted at SF.net.jmmv1-3/+3
2004-03-10File removed, we are now using buildlink3martti1-26/+0
2004-03-10bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.xtraeme2-3/+25
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim2-4/+4
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-06Conform to template in revision 1.101 of bsd.buildlink3.mk.jlam1-7/+8
2004-03-05Update gdeskcal to 0.57.minskim3-12/+18
Changes since 0.55: - Full compatibility with GTK 2.4 - Uses EWMH window flags if gDesklets is installed - Integrated patch for event locations by Priit Laes (thanks, Priit!) - Fixed endless loop bug (thanks to Inigo Serna for locating the bug), aka Debian bug #221406 - Fixed slash and ampersand bugs in event summaries, aka Debian bugs #216064 and #217697
2004-03-04D'oh! Fix typo: Only add the dir not the actual header..recht1-2/+2
2004-03-04add path to mxDateTime's headers to BUILDLINK_INCDIRSrecht1-1/+3
2004-03-04bl3ifyrecht2-2/+22
Patch provided by Michal Pasternak in PR 24664 (with fixes by me).
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-2/+2
testing it.
2004-02-15Prevent error dialog when the cursor has disappeared whilst displayinglukem3-2/+29
a popup `tip', as can happen when running x11/unclutter and leave the mouse over an item with a tip; the tip is displayed, the mouse hides, and now pck-timer doesn't barf when the mouse reappears. Fix from Ben Elliston, who knows much more tcl than I do.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-08Update to 1.2: fixes a problem with day numbers 8 and 9 (introduced in 1.1).kim2-5/+5
2004-02-04Allow this to install under Linux (just like SunOS man page).reed1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant2-4/+4
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv2-4/+4
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23bump PKGREVISIONS after name change of the pyxml dependency.recht1-2/+2
spotted by wiz@