Commit graph

682 commits

Author SHA1 Message Date
obache
fce64300d1 gtodo is now hosted at SourceForge now, noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE to new site (redirect from old site).
2008-01-03 14:42:34 +00:00
obache
f82979a022 bbdate is now hosted at SourceForge, noticed by Zafer Aydogan in private mail. 2008-01-03 14:37:03 +00:00
obache
6456ebb5c8 Change MOZILLA master sites difinitions, related to PR 37379.
There are three types Mozilla mirrors.
(http://www.mozilla.org/mirroring.html)
 * mozilla-current
        contains only the current version of Firefox and Thunderbird
 * mozilla-release
        contains Firefox, Thunderbird, and Sunbird releases
 * mozilla-all
        complete archive

Define following variables for mozilla master sites:
        MASTER_SITE_MOZILLA_ALL = mozilla-all
        MASTER_SITE_MOZILLA     = mozilla-release
and change some packages to use appropriate variable.

Update contents of MASTER_SITE_MOZILLA with master and primary mirrors
taken from http://www.mozilla.org/mirrors.html and add some sample definitions.
2007-12-22 07:22:04 +00:00
drochner
3ae61b6272 +xonclock 2007-12-17 20:17:42 +00:00
drochner
6d30dee3d6 import xonclock-0.0.9.2, another X11 on-screen clock
(not the greatest one, but looks pretty)
2007-12-17 20:16:37 +00:00
drochner
881023077b update to 2.12.0
This syncs with evolution-2.12, for the gnome-2.20 branch
2007-12-16 18:03:02 +00:00
martti
f6f5ea854d Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-07 19:43:19 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
rillig
4b99e3b3f6 Updated devtodo to 0.1.20.
0.1.20
- A few bugfixes.
- Added XML declaration parsing/saving. This is a stop-gap at best, but will
  hopefully be useful to some.
- Removed reliance on builtin regex library. Hopefully the completely broken
  version of glibc that instigated the inclusion of it is now out of
  circulation.
- Fixed a whole bunch of compiler warnings on more recent GCC versions.
- --not-done now marks sub-tasks as not done. Thanks to an anonymous
  user for picking this up.

0.1.19
- Updated my E-Mail address after about a year of having the wrong one :)
- Removed informational message at top of .todo files as it was rather useless
  and actually annoying to some people placing their .todo files under version
  control systems.
- Added a XSLT -> XHTML+CSS transform from Francesco Poli.
- Added a bash completion script from the Gentoo projects maintainer Aaron
  Walker.
- Fixed seg fault visible on 64-bit systems but present on all. Thanks to the
  Debian project for notifying me and providing a fix.
2007-12-01 16:52:09 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
rillig
84ab38246e Fixed "static after extern". 2007-11-30 20:38:06 +00:00
wiz
1581da1667 Update to 0.3001:
0.3001  2007-08-30

- No longer including RFCs in the tarball, per the request of the
  Debian maintainer for this package. Apparently, this makes their job
  harder, and it serves no useful purpose for me. Requested by Gunnar
  Wolf. RT #28480.
2007-11-29 17:56:30 +00:00
wiz
93df0c616a Update to 0.41:
0.41   2007-09-10

[ BUG FIXES ]

- The 13strftime.t test was failing when DateTime::Locale 0.35 was
  installed. The test has been adjusted and we now list DT::Locale
  0.35 as the minimum version. Reported by David Cantrell.


0.40   2007-08-30

[ BUG FIXES ]

- A custom formatter would be lost after a call to set() or
  truncate(). Reported by Kjell-Magne Øierud. RT #28728.

- The truncate() method docs said it accepted "second" as a parameter,
  but it didn't actually do the right thing with it. Now it always
  truncates nanoseconds to 0 for any parameter it is passed.


0.39   2007-07-17

[ BUG FIXES ]

- Yet more changes to how infinity is handled and tested. This passes
  for me on 32-bit Win XP and 64-bit Linux, which is promising. Patch
  by Yitzchak Scott-Thoennes. RT #22392.


0.38   2007-06-30

[ BUG FIXES ]

- Require Test::Pod::Coverage 1.08 in pod-coverage.t, since we use
  all_modules, which was only exported as of version 1.08. Reported by
  MATSUNO Tokuhiro. Fixes RT #26594.

- Fixed a bad link to the old FAQ location in the docs. Reported by
  Ric Signes. Fixes RT #26846.

[ ENHANCEMENTS ]

- DateTime.pm now explicitly overloads string comparison. This was
  done so that comparing a DateTime.pm object to a string returns
  false, rather than throwing an exception. Reported by Chris
  Dolan. Addresses RT #26085.
2007-11-29 17:54:28 +00:00
wiz
4947f972fe Update to 0.35:
0.35   2007-09-09

- Based on CLDR 1.5
2007-11-29 17:49:46 +00:00
wiz
7be9d96e1d Update to 0.6904:
0.6904   2007-11-09

- Updated the Windows -> Olson conversion table, though it's still
  English-only. Added some more Win32 tests to hopefully help diagnose
  a test failure report from a Win32 tester.


0.6903   2007-11-08

- The Win32::TieRegistry prereq was requiring version 1.0, which
  doesn't exist. I meant to require just any version. Reported by
  CJM. RT #30580.

- No code changes in this release.


0.6902   2007-11-05

- Fixed many sloppy uses of eval blocks which would leave $@ set after
  calling various DT::TZ methods/functions. This could cause unrelated
  error checking to find $@ set to something and log an error or
  die. Reported by Kat.


0.6901   2007-11-02

- Add Win32::TieRegistry to our prereqs if we're on Win32. Reported by
  Ruud H.G. van Tol.


0.69     2007-11-01

- This release is based on version 2007i of the Olson database, which
  includes changes to Cuba and Syria.


0.68     2007-10-01

- This release is based on version 2007h of the Olson database, which
  includes changes to Egypt, Iran, Palestine, Brazil, and Venezuela.


0.67     2007-08-20

- This release is based on version 2007g of the Olson database, which
  includes changes to Egypt, Antarctica, Australia, and Indiana (Perry
  County).


0.6603   2007-07-07

- The DateTime::TimeZone->names_in_country() method returned the wrong
  thing in scalar context. Instead of a simple array reference, it
  returned a reference to an array reference. Reported by John
  O'Rourke. RT #27843.
2007-11-29 17:43:22 +00:00
jnemeth
df17fdcdd6 only require p5-DateTime-Format-Builder 0.60 from reed@ on pkgsrc-users@
ride recent PKGREVISION bump
2007-11-22 04:13:08 +00:00
jnemeth
af50f21863 Add dependency on p5-DateTime-Format-Builder from George Michaelson in
pkgsrc-users@.
2007-11-22 02:56:03 +00:00
jnemeth
2e3a440ba9 add and enable zonetab 2007-11-08 20:10:46 +00:00
adrianp
3122461e52 +p5-Time-Interval 2007-11-04 16:03:02 +00:00
adrianp
70cf706633 Time::Interval
==============

This package installs the Time::Interval perl module.
Time::Interval's primary purpose is to take a given number
of seconds and return the number of days, hours, minutes,
and seconds are represented.
2007-11-04 16:02:12 +00:00
adrianp
822c6a516f +p5-Time-Format 2007-11-04 15:09:36 +00:00
adrianp
6fea7f70d5 Time::Format version 1.02
=========================

Time::Format provides a very easy way to format dates and times.  The
formatting functions are tied to hash variables, so they can be used
inside strings as well as in ordinary expressions.  The formatting
codes used are meant to be easy to remember, use, and read.  They
follow a simple, consistent pattern.  If I've done my job right, once
you learn the codes, you should never have to refer to the
documentation again.  A quick-reference page is included, just in
case.  ;-)

Time::Format can also format DateTime objects, and strings created
with Date::Manip.

Also provided is a tied-hash interface to POSIX::strftime and
Date::Manip::UnixDate.
2007-11-04 15:08:44 +00:00
drochner
7c6ec4c369 Add a pseudo-pkg which copies the zone.tab file which comes with
the tzdata distribution but is not installed in NetBSD to
/usr/share/zoneinfo.
Sorry for that hack, but it looks still better for me than the
alternatives which are (a) hacking ugly code in evolution or
(b) duplication of the whole zoneinfo tree into pkgsrc.
This is NetBSD only for now; while it might be useful for other
platforms which don't install zone.tab, the /usr/share/zoneinfo path
is hardwired and needs to be verified individually.
2007-11-03 21:46:38 +00:00
gdt
70d5150754 add (missing) LICENSE=, NO_*_ON_CDROM. 2007-10-31 21:48:58 +00:00
dsainty
28acc9bd7a Update to version bundled with rxvt-2.7.10, since rxvt-2.6.0 is no longer
available for download.  Update MASTER_SITES to match rxvt package.

No known changes to rclock.
2007-10-30 12:25:11 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
minskim
dd3bd7609e Update ruby-tzinfo to 0.3.5.
Changes:
* Updated to tzdata version 2007h.
2007-10-16 04:33:05 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
joerg
2bf917f9ea Needs msgfmt. 2007-10-01 03:21:03 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
wiz
d8432e362f Add intltool to tools, to fix bulk build breakage. 2007-09-19 08:35:11 +00:00
tron
a954d1fd9b Resign as maintainer of all the packages which I'm no longer using. 2007-09-19 06:46:51 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
jdolecek
faad65c830 Update pear-Date to 1.4.7. Changes since 1.4.3:
1.4.7:
* Fix bug #8912: putenv() causes crashes in DateTimeZone::inDaylightTime() under windows
* Fix bug #9409: Date_Calc, fatal error using a non-array variable as an array
* Fix bug #9414: Date::addSeconds() fails to work properly with negative numbers
* Many cosmetics update
* Moved bug test files to tests/bugs/
* Removed unused files

1.4.6:
- Change license from PHP License to new BSD License
- Bug #5715 fypo, missing s in $GLOBALS

1.4.5:
Same code base as 1.4.4-beta
See 1.4.4 changelog for details

1.4.4:
- Establish the DATE_CALC_FORMAT constant and use it as the default value
  for each of the Date_Calc class' method's $format parameter.
- Add beginOfMonthBySpan() and endOfMonthBySpan() methods to Date_Calc.
- Use integers for the parameters in Date_Calc instead of strings.
- Tweak Date_Calc::NWeekdayOfMonth() so it can calculate the 'last'
  given weekday of a month.
- #1640. Make sure all longname's are also keys in
  $GLOBALS['_DATE_TIMEZONE_DATA']. Makes Date_TimeZone work under more
  operating systems.
- #5420, missing CEST
- #3846, getYear, getMonth returns integer
- #2652, add %h and %i support (rob at wildlime dot com
- #5494, force dot as decimal separator
- #3022, allow to specify the weekday abbrevation length used in ::format()
- #4878, %s padding fix when < 10 ( aashley at optimiser dot com)
- #3059, use GLOBALS in date_span

PR: 36211 by Loic Hoguin
2007-09-05 19:51:41 +00:00
drochner
08495ca7d8 update to 0.3.3
changes:
-localizations added
-using GOption, GList and GString now
-checking for a composited desktop-environment, thus depending
 on gtk+ >= 2.10.0
-brand new gremlin/gremlin-24 theme included
-smooth hand animations
-no more flashing of backgrond-clear-color upon startup
-bugfixes
2007-09-03 16:28:37 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
04a98e3bf2 Don't use malloc.h. 2007-08-08 21:44:14 +00:00
joerg
5d0ad11ea1 Don't use malloc.h. 2007-08-08 21:07:48 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
wiz
abe0d52ea4 + py-dateutil. 2007-07-02 18:06:21 +00:00
wiz
4de44f4084 Initial import of py-dateutil-1.2, from pkgsrc-wip, initially packaged
by recht@ and updated by me.

The dateutil module provides powerful extensions to the standard datetime
module, available in Python 2.3+.

Features

* Computing of relative deltas (next month, next year, next monday, last week
  of month, etc);
* Computing of relative deltas between two given date and/or datetime objects;
* Computing of dates based on very flexible recurrence rules, using a superset
  of the iCalendar specification. Parsing of RFC strings is supported as well.
* Generic parsing of dates in almost any string format;
* Timezone (tzinfo) implementations for tzfile(5) format files
  (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all
  known formats), iCalendar format files, given ranges (with help from
  relative deltas), local machine timezone, fixed offset timezone, and UTC
  timezone.
* Computing of Easter Sunday dates for any given year, using Western, Orthodox
  or Julian algorithms;
* More than 400 test cases.
2007-07-02 18:05:24 +00:00
joerg
043fc2f0ed Fix CVS ID. 2007-07-02 08:36:12 +00:00
joerg
65e41af093 Needs libXScrnSaver or rsibreak is not build. This is the most stupid
default behaviour in autoconf land I've seen so far.
2007-06-19 13:30:04 +00:00
joerg
fdcbf47baf Avoid unportable Imakefile construct that breaks with modular Xorg. 2007-06-12 20:56:55 +00:00
heinz
f10978cfca Activated p5-DateTime-Calendar-Discordian. 2007-06-12 00:07:21 +00:00