Commit graph

334 commits

Author SHA1 Message Date
jdolecek
84166d02fb Update pear-Date to 1.4.3.
Changes 1.4.1 to 1.4.3:
* Fix #1250 Wrond name for Bangladesh TZ
* Fix #1390, add XML Schema datetime support
* TimeZone default bad global usage only _DATE_TIMEZONE_DEFAULT is used now
* Fix #683, add optional length argumet to getDayName()
* Fix PHP5 problems with get_class functions
* Fix #674 endOfWeek() beginOfWeek()
* Fix #727, weeksInMonth (wrong result with some dates)
* Fix #674 (and old system #22549), check arguments in Date_Span

Changes in 1.4:
- improvements in input date parsing
- add Date methods addSpan() and subtractSpan()
- added two more ISO8601 date/time output formats DATE_FORMAT_ISO_BASIC
  and DATE_FORMAT_ISO_EXTENDED
- improve Date_Calc isLeapYear() and daysInMonth() for year 1582
- add gregorianToISO() method to Date_Calc
- add dateSeason() method to Date_Calc
- add Date_Span class
- bugfix in Date_Calc when century ends in 00, only define
  DATE_CALC_BEGIN_WEEKDAY if not already defined
- bugfix in beginOfNextWeek(), beginOfPreviousWeek()
- bugfix in nextDayOfWeek and prevDayOfWeek (thx to koan at gmx dot at)
- bugfix for bug 62: getDate(DATE_FORMAT_UNIXTIME) off because of DST
- bugfix for bug 65: format(e) returns zero-padded day
- bugfix for bug 195: Suppress a notice in setDate()
- bugfix for bug 271: Date_Calc weeksInMonth() returns wrong number
- fix abstraction bug, Date constructor accepts now object that extends Date
- add tests to release package
- Fix notices and mins calc in to toUTCbyOffset()
2004-11-27 13:31:10 +00:00
jdolecek
43c0bed35c Update gnotime to 2.2.1.
Changes:
* further use of GtkDialog
* added filter for HTML diary
* escape & in project name
* add option to reparent intervals to tasks above or below
* sync qof with latest qof sources
* accepted main.c <sys/wait.h> patch
2004-11-27 10:48:02 +00:00
jdolecek
bf81d5a98e Use HOMEPAGE provided by lang/php/pear.mk 2004-11-27 10:02:52 +00:00
snj
9e3678da7a Update to 1.24. This version fixes a memory leak. 2004-11-26 20:50:52 +00:00
kim
6219bfd4e5 Fixed the globbing in patch-ac (thanks Christos), to avoid errors from free.
Closes PR pkg/26612
2004-11-24 23:04:41 +00:00
kristerw
8c3ae0e674 Make this build under NetBSD 1.6.2 (C99-isms, and a missing header file). 2004-11-24 22:35:25 +00:00
wiz
37497fcead USE_LANGUAGES= c++ 2004-11-22 21:02:33 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
jdolecek
b5617b477e use the shared pear module framework, so that these work with both PHP4
and PHP5; no functional change, so PKGREVISION not bumped
2004-11-01 19:57:10 +00:00
jmmv
7dde1eed9e Update to 2.0.1:
- new translations: vi, it, ru, zh_CN, zh_TW.
- updated translations.
2004-10-28 19:19:42 +00:00
jmmv
c35cf7f5b9 Fix path in master site. 2004-10-24 16:43:56 +00:00
minskim
263eb03579 Add and enable p5-Time-Piece 2004-10-23 17:06:27 +00:00
minskim
16d688b663 Import p5-Time-Piece from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
This module replaces the standard localtime and gmtime functions with
implementations that return objects.  It does so in a backwards
compatible manner, so that using localtime/gmtime in the way
documented in perlfunc will still return what you expect.
2004-10-23 17:04:37 +00:00
jmmv
fa1eaffa61 Update to 2.2.0nb1:
- Capitalize comment and s/gnome/GNOME/.
- Sort USE_* section alphabetically.
- Register gnotime.schemas into GConf2's database.
- Register documentation into scrollkeeper's database.
- Add explicit run dependencies on everything used by this package directly.
- Also add some missing build dependencies: intltool and pkgconfig.
- Drop dependency on guile-gtk: it's used nowhere.
- Add missing files to PLIST.
2004-10-23 13:54:46 +00:00
jdolecek
1d7c7e8787 add PTimeTracker 1.7.2 - QT-based utility to keep track of the time spent
on projects.
2004-10-23 07:13:37 +00:00
jdolecek
2b0ebedbc6 add PTimeTracker 1.7.2 - QT3-based utility to keep track of the time spent
on projects.
2004-10-23 07:10:26 +00:00
jdolecek
d2fa4da073 add gnotime 2.2.0 - time tracker for gnome2 2004-10-23 06:55:23 +00:00
jdolecek
cf3c5cc78d add gnotime 2.2.0 - time tracker for gnome2
package based on the FreeBSD port, subject to port2pkg and some additional
tweaking
2004-10-23 06:51:00 +00:00
jmmv
568b976467 Add and enable evolution-webcal. 2004-10-19 20:30:26 +00:00
jmmv
3f83c7878b Initial import of evolution-webcal, version 2.0.0:
A GNOME URL handler for web-published ical calendar files, which integrates
with the Evolution groupware suite.  It allows you to subscribe to a published
calendar simply by clicking on a 'webcal:' URL.
2004-10-19 20:29:17 +00:00
martti
7f436ae9a2 Updated xfce4-datetime-plugin to 0.3.1
* Bug fixes
2004-10-08 06:23:08 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
salo
76cb9cfe56 - bl3ify.
- update MASTER_SITES
- add HOMEPAGE, even if it holds only a simple README and distfiles,
  better than nothing.

Addresses PR pkg/26914 by Georg Schwarz.
2004-09-14 07:10:15 +00:00
atatat
3f99292002 Patch a couple of prototypes so that they more properly match the
actual function declarations.  This makes finicky c compilers happier.

Problem pointed out by Georg Schwarz in private email.
2004-09-10 03:34:29 +00:00
wulf
4a58a84a0a Fixed problem reported in RP 26866 and updated ical to 2.3.1 2004-09-08 15:40:07 +00:00
jschauma
911b1013fa bbtools.thelinuxcommunity.org does not seem to exist any more,
substitute with bbtools.windsofstorm.net.
Pointed out by Georg Schwarz in private mail.
2004-09-05 23:47:46 +00:00
jschauma
b479540a2c Do the stricmp dance under IRIX as well.
Fix provided by Georg Schwarz in PR pkg/26851.
2004-09-05 20:37:27 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
ben
b116e873a6 Update homepage and master site. 2004-08-11 16:53:59 +00:00
jlam
30c3c136d0 Update time/p5-Time-HiRes to 1.59. Changes from version 1.56 include
changes to improve Win32 support.
2004-08-03 02:36:42 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
salo
67c5db45ee USE_IMAKE implies USE_X11BASE, remove it. 2004-07-21 21:16:10 +00:00
jmmv
bbbf4e18b7 Add and enable xdkcal. 2004-07-13 10:59:48 +00:00
jmmv
d1512f1789 Initial import of xdkcal version 0.9d:
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-07-13 10:58:28 +00:00
jschauma
f1468f69f5 Make this compile on Linux and IRIX and increase odds of working on
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-10 22:42:42 +00:00
minskim
cceb538d18 This package doesn't compile anything. Use DEPENDS instead of
buildlinking.  Also define NO_CONFIGURE and enable pkgviews
installation.
2004-06-03 17:44:15 +00:00
reed
bcfefa2996 Add new package: time/gnutime (from pkgsrc-wip). 2004-05-27 21:55:50 +00:00
reed
88736817ae Import of gnutime-1.7
Report user, system, and real time used by a process

From pkgsrc-wip's wip/time.
2004-05-27 21:52:45 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
danw
266b5f6a26 USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
2004-05-23 20:58:41 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
minskim
7ec42feab1 Change CATEGORIES to ``time.'' Pointed out by Kibum Han. 2004-05-16 15:48:10 +00:00
minskim
bd1741309c Update xfce4-datetime-plugin to 0.3.0. Based on the patch submitted
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-15 05:01:37 +00:00
wiz
bc95b9bb5e Unused. 2004-05-08 08:53:54 +00:00
wiz
270e4a71d2 Reset maintainer to tech-pkg@ (from ad@, since he is not working on them
any longer).
2004-05-07 11:54:35 +00:00
sketch
e27323598c Fix my email address. 2004-04-29 14:18:58 +00:00
snj
3effa92ac3 Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-25 04:52:18 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
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-23 22:07:52 +00:00