0d334d0c27
pear-Date constains generic PHP classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs. Includes time zone data, time zone conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats.
57 lines
1.1 KiB
Makefile
57 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2003/12/17 19:10:10 jdolecek Exp $
|
|
#
|
|
|
|
COMMENT= Clocks, calendars, daily planners and other time related applications
|
|
|
|
SUBDIR+= asclock
|
|
SUBDIR+= asclock-gtk
|
|
SUBDIR+= asclock-xlib
|
|
SUBDIR+= bbdate
|
|
SUBDIR+= cal
|
|
SUBDIR+= cardboard-schedule
|
|
SUBDIR+= catclock
|
|
SUBDIR+= dclock
|
|
SUBDIR+= devtodo
|
|
SUBDIR+= emiclock
|
|
SUBDIR+= gcal
|
|
SUBDIR+= gdeskcal
|
|
SUBDIR+= glclock
|
|
SUBDIR+= globe
|
|
SUBDIR+= gnyaclock
|
|
SUBDIR+= grdc
|
|
SUBDIR+= ical
|
|
SUBDIR+= korganizer
|
|
SUBDIR+= kworldwatch
|
|
SUBDIR+= lmclock
|
|
SUBDIR+= logtime
|
|
SUBDIR+= p5-Time
|
|
SUBDIR+= p5-Time-HiRes
|
|
SUBDIR+= p5-Time-Period
|
|
SUBDIR+= p5-TimeDate
|
|
SUBDIR+= pcal
|
|
SUBDIR+= pclock
|
|
SUBDIR+= pear-Date
|
|
SUBDIR+= phoon
|
|
SUBDIR+= plan
|
|
SUBDIR+= polclock
|
|
SUBDIR+= projclock
|
|
SUBDIR+= py-mxDateTime
|
|
SUBDIR+= rclock
|
|
SUBDIR+= remind
|
|
SUBDIR+= sunclock
|
|
SUBDIR+= swisswatch
|
|
SUBDIR+= titrax
|
|
SUBDIR+= wmcalclock
|
|
SUBDIR+= wmfishtime
|
|
SUBDIR+= wmmoonclock
|
|
SUBDIR+= wmtime
|
|
SUBDIR+= xalarm
|
|
SUBDIR+= xbeats
|
|
SUBDIR+= xcal
|
|
SUBDIR+= xchrono
|
|
SUBDIR+= xdaliclock
|
|
SUBDIR+= xfce4-datetime-plugin
|
|
SUBDIR+= xtimer
|
|
SUBDIR+= xtu
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|