summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2009-05-19Update to 249:wiz2-6/+6
Added location to store exported iCal files to etmrc. Added export to documentation and updated the on-line documentation. Added discussion of icalendar and phpicalendar with illustrative screen shots of the latter. Updated documentation to reflect option to export list view to iCalendar format. Added export to gui.py. Added export functions to data.py and removed export2ical.py. Added ability to export the current list view in iCal format. About to add ical support. Overrule defaults for c_position, d_position and k_level if any are set by -C, -D or -K by taking those not explicitly set to be zero regardless of the defaults. Fixed bug in new_event in which help text would be appended to prior text with each call. In new_event when getting a filenumber, loop until it is either the number of a file or a period (cancel). Added pause switch to draw_note. If True (default = False), it will display msg and wait for 1 second before continuing. Used to briefly display "Cancelled" when appropriate for new_event and new_project. Moved textpad key info to top of new event/project display. Leave cursor at end of entry. Modified MyListCtrl to accept a message argument so that the message will not be lost when the screen is resized. Fixed bug in which timer msg was not being cleared. Re-factored new_event to take advantage of modified line2hash. Fixed chrcode consistency check. Provide default chrcode if missing from entry. Fixed bugs in new_task and new_project introduced by journal entry modifications to line2hash. Fixed empty line bug. Fixed bug in auto processing repeated tasks with @o s. Fixed bug in toggle_completion for repeated tasks with @r l. Fixed bug in multiline get_response. Journal entry timer can now be interrupted and restarted and journal entries display elapsed time rather that starting and ending times. Turned off logging. Documentation tweaks for journal entries. Beta 3 for journal entries and time reports. Fixed time report bug. About to fiddle with the process for creating new journal entries. In gui, recall last entry, if any, for 'a', 'l', 'u', 'U' and 'T'. Time report (beta 2). Time report (beta). Added time aggregates (alpha). Playing with time aggregates. Added journal entries and the ability to toggle their display.
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz4-16/+15
block). Uncomment some commented out LICENSE lines while here.
2009-05-17PkgSrc changes:sno2-7/+10
- Updating package for p5 module DateTime::Format::Strptime from 1.0900 to 1.0901 - Adjusting dependencies Upstream changes: 1.0900_01 2009-04-18 -- DEVELOPER RELEASE ONLY - Makefile.PL changes for Windows users as per issue #16 1.0901 2009-05-16 -- Official release of above
2009-05-17PkgSrc changes:sno2-6/+6
- Updating package for p5 DateTime modules from 0.49 to 0.50 Upstream changes: 0.50 2009-05-11 - Tests were failing on Win32 because they attempted to use a negative epoch. Fixed so that these tests are skipped. Fixes RT #45966.
2009-05-13Fix typo.wiz1-1/+1
2009-05-13Set LICENSE=gnu-gpl-v2 (OR any later version) as documented atdsainty1-1/+2
http://live.gnome.org/Planner/About (and possibly nowhere else!)
2009-05-13Don't try and deal with directories managed by graphics/hicolor-icon-theme.dsainty2-4/+3
(thanks pkglint!)
2009-05-13Update planner from 0.14.3 to 0.14.4.dsainty3-7/+11
New in the v0.14.4 Release - 15 April 2009 * Rewrote printing to use the GTK printing API, fixing most problems with printing on Windows (thanks to Francisco Moraes) * Added display of minutes to duration format * Added creation of Windows installer to Makefiles * Dropped support for libgda < 3.0 * Added proper quoting to SQL code (168147, 571801) * Fixed alignment problems in HTML export (471218, 478027) * Fixed a crash in UNDO/REDO code (420443) * Fixed several issues with the build (528582, 528971, 529045, 539993) * New and updated translations
2009-05-10Update to 221:wiz2-6/+6
Added force_start for etm.warn. Separated prompt from entry textpad in get_response and added a second line for possible wrapped overflow. Removed any spurious line-ends before writing to file.
2009-05-07Update to 220:wiz3-17/+6
Found and fixed check_update bug. More check_update tweaks. Another check_updates bug. Fixed check_update bug and improved prompt. Fixed unscheduled time bug in starting and ending minutes. Made unscheduled time view adjust to window width and wrap time entries when necessary. Added graphical display to unscheduled time view. Reduced context, project and id column widths and widened title column. Abbreviated the date display when grouping by contexts, projects and keywords. Changed date format for freetime and fixed typo /usr/bin/evn -> /usr/bin/env.
2009-05-06Update to 212, based on patch by agc.wiz4-8/+22
Fixed another bug in check_updates. Fixed bug in check_updates. Fixed bug in setting default startdate and stopdate for the unscheduled view. Documentation tweaks. Bug fixes. Unscheduled now treated as a view parallel to agenda and list. Added 'e' column to display. Tweaks. Unscheduled time support. Added earliest, latest, minimum, extent (default event length) to rc.py. Use -u for the command line or u for the gui. Entering '.' now cancels any operation which calls for a response to a prompt. ? brings up the help screen in non-editing mode. Added column for 'e'. Gui entry for @e now supports entering either a time or an integer number of minutes. Added freetime.py. About to fiddle with adding a column for 'e'.
2009-05-06PkgSrc changes:sno2-10/+7
- Updating package for p5 DateTime modules from 0.47 to 0.49 - Setting License to gnu-gpl-v2 - Removing unused / perl core dependencies Upstream changes: 0.49 2009-05-04 - A bug in the test code for handling overloaded objects in from_epoch resulted in a test failure on Perl 5.8.x. This release contains no changes besides a test code fix. 0.48 2009-05-04 - Some of the accessors (the "main" ones like year(), month(), day(), etc) now warn if they are passed a value. Patch from Shawn Moore. Fixes RT #6979. - DateTime::Duration expected DateTime to be loaded and used some constants from it, but did not explicitly "use DateTime". Reported by Jeff Kubina. RT #44740. - The CLDR formatting for "c" and "cc" was incorrectly using the local day of the week. This meant that it gave the wrong result for locales where Monday is not considered the first day of the week. Reported by Maros Kollar. RT #45007. - DateTime->from_epoch did not allow an object which overloaded numification as the epoch value. Patch by Michael Schwern. RT #45653. - Fixed how datetime subtraction is handled for some cases around DST changes. This had been improved back in 0.30, but there were still bugs. RT #45235.
2009-05-05+etmwiz1-1/+2
2009-05-05Initial import of etm-203.wiz4-0/+93
etm is an acronym for Event and Task Manager. It provides a format for using simple text files to store event and task information, a command line interface for viewing tasks and events in a variety of convenient ways and a curses-based GUI for creating and modifying events and tasks as well as viewing them. Alarms are supported for events and repetition for both events and tasks in a powerful and flexible manner. Compared to the combination of wxRemind and yeaGTD, etm provides the following advantages: * an agenda view that shows events and tasks together for the next few days rather than one day at a time in separate task and event windows. * a quick and simple way to enter events and tasks on a single line. * support for remind but also an independent way of entering events with contexts, notes and optional alarms. * an interactive GUI that uses curses and thus requires nothing more than a terminal window.
2009-05-04Use time_t to fix output on i386. From Gergely Gábor in private mail.wiz3-3/+17
Bump PKGREVISION.
2009-05-03Update p5-DateTime-Set from version 0.25 to version 0.27.seb2-8/+7
Approved by MAINTAINER. Pkgsrc changes: - set MAINTAINER to pkgsrc-users@ on (previous) MAINTAINER's request Upstream changes: 0.27 2009-04-02 - fixed DateTime::Spanset duration() method. Reported by Anton Berezin <tobez@tobez.org> 0.26 2008-12-25 - fixed DateTime::Spanset current() and set_time_zone() methods. Report and tests by Elliot Shank.
2009-05-02PkgSrc changes:sno2-6/+9
- Updating package for p5 module DateTime::Format::Natural from 0.74 to 0.76 - Setting license to gnu-gpl-v2 - Adjusting dependencies Upstream changes: 0.76 Thu Apr 9 12:08:32 CEST 2009 - Merged development version to stable. 0.75_05 Mon Apr 6 12:42:26 CEST 2009 - New supported format: final <weekday> in <month>. [rt #44810 - Christian Brink] - Wrap Days_in_Month() in Compat.pm. 0.75_04 Fri Apr 3 15:13:36 CEST 2009 - New supported formats: some suggested by [rt #44067 - Michael Reddick], while others have been independently added. - Fix a regression [rt #44691 - Jason May]. - Shift common conversion logic within base calculation methods to the grammar class. - Introduce a helper class for handling actions related to metadata flags and to serve as container for setter/checker methods. - Wrap Decode_Month() in Compat.pm. - Test both implementations within each method in Compat.pm. - Preserve order of tests. - Add a test-file for regressions. - Remove the obsoleted internal use of a total-modified counter. 0.75_03 Wed Mar 4 13:39:08 CET 2009 - Enhance the extended checks mechanism further to have it set an error message when a check fails. - Run tests without sorting the input strings first. - Test compile-time loading of Compat.pm. 0.75_02 Thu Feb 26 11:01:11 CET 2009 - Date::Calc is no longer a prerequisite; use it when available for calculations, otherwise fall back to using DateTime. [rt #43521 - Jesse Vincent <jesse@bestpractical.com>] 0.75_01 Sun Feb 22 12:09:32 CET 2009 - When prefer_future is set: Advance the day if the time specified is noticeable in the past. [rt #43417 - Jason May] - New supported format: <month> <monthday> <year>. [rt #43467 - Clayton L. Scott <clscott@cpan.org>] 0.75 Thu Feb 19 16:50:19 CET 2009 - Merged development version to stable. 0.74_04 Son Feb 15 20:59:28 CET 2009 - Refrain from adding leading zeros to unit values via sprintf() when constructing the final DateTime object. - Do not import Date_to_Days(), it's no longer required. 0.74_03 Fri Feb 13 13:15:11 CET 2009 - Guard against invalid expressions with a 's' suffix, but no multiple unit count. - Work around the segmentation fault taking place in 0.74_02 on perl 5.8.9 and 5.10.0. 0.74_02 Sun Feb 8 11:47:50 CET 2009 - New supported format: <count> <weekday>(s) from now. [rt #43088 - Anirvan Chatterjee] - Add a new field to the language grammar entries to handle extended checks of captured regex data. 0.74_01 Thu Jan 8 16:06:17 CET 2009 - When a four digit year is found, also allow for mm/dd/yyyy kind of formats. [Elliot Shank <perl@galumph.com>]
2009-05-02Added time/p5-Test-MockTime version 0.12sno1-1/+2
2009-05-02Importing package for p5 module Test::MockTime version 0.12 as dependencysno3-0/+29
of upcoming DateTime::Format::Natural update. This module was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and time at compile time and then relies on the user supplying a mock time via set_relative_time, set_absolute_time or set_fixed_time to alter future calls to gmtime,time or localtime.
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed1-1/+3
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-05-02Don't try to link against libc_r on DragonFly.hasso2-13/+23
2009-05-01PkgSrc changes:sno2-7/+7
- Updating package for various p5 time related module from 2003.1126 to 2006.0814 - Setting license to public-domain Upstream changes: 2006.0814: A bugfix for negative offsets that overflowed (from Vernon Lyon <vlyon at uk.yahoo-inc.com>) Add a few more timezones (from Peter Ludemann <ludemann at yahoo-inc.com> and Alex Bowley <kilinrax at cpan.org>) Recognize fractional times counts like "1.5 minutes ago" (from Simon Wistow <simon@thegestalt.org>) Recognize Dow "before last" (from Ole Craig <ocraig at stillsecure.com>) Change various __DATA__ to __END__ (from Nick Ing-Simmons <nick at ing-simmons.net>)
2009-05-01PkgSrc changes:sno2-6/+7
- Updating package for p5 module of DateTime::Format::HTTP from 0.37 to 0.38 - Setting license to gnu-gpl-v2 Upstream changes: 0.38 2009-04-05 - No code changes from previous versions. - Shut up the verbose diagnostic output from the tests. - Fixed various bugs in the Build.PL, and generally modernized the distro tarball. Hopefully this will fix problems some cpan testers were seeing.
2009-05-01PkgSrc changes:sno2-8/+10
- Updating package for p5 module of DateTime::Format::Flexible from 0.05 to 0.08 - Setting license to gnu-gpl-v2 - Adjusting dependencies Upstream changes: 0.08 Wed Apr 22 14:00:00 2009 - fix some pod errors, give an example for european hinting 0.07 Tue Apr 22 03:00:00 2009 - add ability to strip strings from the date string - can now parse timezones - rudimentary support for european dates (dd-mm-yyyy) - can now parse epoch times 0.06 Mon Apr 20 15:06:00 2009 - Fix parsing bug with dd-(oct|nov|dec)-yyyy (thanks Phil Brass)
2009-05-01replace dead mirror with working one.zafer1-2/+2
2009-04-30PkgSrc changes:sno2-8/+8
- Updating package for p5 module of DateTime::Format::Pg from 1.6002 to 1.6003 - Setting license to gnu-gpl-v2 Upstream changes: 0.16003 Fri Mar 27 09:30:00 2009 - Fix handling of BC (rt #44594). Patch by Jonas Lijegren.
2009-04-29PkgSrc changes:sno2-6/+6
- Updating package for p5 module DateTime::TimeZone to 0.90 Upstream changes since 0.89: - This release is based on version 2009g of the Olson database. This release has changes for Egypt.
2009-04-24Modify dependencies to perl-modules which are deployed with the perl-core,sno1-2/+2
mainly Scalar::Util and List::Util
2009-04-21Update to 1.4.1:wiz3-9/+9
- Updated timezone information.
2009-04-20Update to 1.4:wiz3-11/+15
Version 1.4 ----------- - Fixed another parser precision problem on conversion of decimal seconds to microseconds, as reported by Erik Brown. Now these issues are gone for real since it's not using floating point arithmetic anymore. - Fixed case where tzrange.utcoffset and tzrange.dst() might fail due to a date being used where a datetime was expected (reported and fixed by Lennart Regebro). - Prevent tzstr from introducing daylight timings in strings that didn't specify them (reported by Lennart Regebro). - Calls like gettz("GMT+3") and gettz("UTC-2") will now return the expected values, instead of the TZ variable behavior. - Fixed DST signal handling in zoneinfo files. Reported by Nicholas F. Fabry and John-Mark Gurney. Version 1.3 ----------- - Fixed precision problem on conversion of decimal seconds to microseconds, as reported by Skip Montanaro. - Fixed bug in constructor of parser, and converted parser classes to new-style classes. Original report and patch by Michael Elsd - Initialize tzid and comps in tz.py, to prevent the code from ever raising a NameError (even with broken files). Johan Dahlin suggested the fix after a pyflakes run. - Version is now published in dateutil.__version__, as requested by Darren Dale. - All code is compatible with new-style division.
2009-04-16Update from version 1.98nb3 to 1.98nb4.he3-3/+53
Pkgsrc changes: o Add a fix to ensure this operates with week numbers in accordance with ISO 8601.
2009-04-15PkgSrc changes:sno2-6/+6
- Updating package for p5 module DateTime::TimeZone to 0.89 Upstream changes: 0.89 2009-04-13 - This release is based on version 2009f of the Olson database. This release has changes for Pakistan.
2009-04-12PkgSrc changes:sno2-6/+7
- updating package for p5 module DateTime::TimeZone to 0.88 - set license to artistic-2.0 Upstream changes: 0.88 2009-04-06 - This release is based on version 2009e of the Olson database. This release has changes for Jordan and Palestine. 0.87 2009-04-05 - The DateTime::TimeZone::Local module will now try to load a subclass of the form DateTime::TimeZone::Local::$^O before falling back to the Unix subclass. This allows you to provide a new subclass on systems where the existing subclasses (Unix, Win32, and VMS) don't get the right answer. Based on a patch from Olivier Mengu~A(c). 0.86 2009-03-23 - This release is based on version 2009d of the Olson database. This release has changes for Morocco, Tunisia, Syria, and Argentina. 0.85 2009-03-16 - This release is based on version 2009c of the Olson database. The only changes in this release are for Cuba. - Fixes for Win32 with Microsoft's December time zone update. This updated added a zone for Mauritius that wasn't accounted for in the DateTime::TimeZone::Local::Win32 module. Reported by David Pinkowitz. RT #43535. - Added a hack to fix some brokenness with Module::Build::Compat that causes the compatibility Makefile.PL to fail on really old ExtUtils::MakeMaker versions (6.17 and older). RT #43605.
2009-04-12PkgSrc changes:sno2-8/+9
- Updating package for p5 module DateTime::Format::Strptime to 1.0900 - set license to artistic-2.0 Upstream changes: 1.0701 2007-09-18 - The revised locale tests releasese - Many people pointed out that while this module hadn't broken the tests for the French locale had. This is due to a new source for the data in DateTime::Locale. - This version ONLY changes the tests and so it not a required update. 1.0702 2007-09-19 - YAML and POD - Updated the META.yml file to have the correct 'resources' and match the latest spec - Updated the docus with a 'resources' section that has the same information in it for readers of POD. - This version ONLY changes the documentation and so it not a required update. 1.0800 2008-08-07 - Pile-o-bugs - It seems that I wasn't getting notifications from Google when people had reported bugs, so there's a pile of fixes in this release. Hopefully that fixes everyone's issues. 1.0900 2009-02-22 - Another pile-o-bugs - It seems that I also wasn't seeing notifications from RT (please don't use it, use the Gooogle project) so all the following are fixed: 36672 Started failing mid May 23313 Bug handling time zones like America/New_York 25555 Module dies even when on_error is 'undef' 23768 Olson timezone handling incorrect 22450 locale test failing with bleadperl 20487 nmake test_more fail (with patch); incorrect META.yml 12071 format_datetime uses datetime locale rather than format locale 11863 bug in DateTime::Format::Strptime 1.0601 when using %s - And a couple from Google: #8 Add DateTime::Locale to documentation
2009-04-12PkgSrc changes:sno2-8/+9
- Updating package for p5 module DateTime to 0.47 - set license to artistic-2.0 Upstream changes: 0.47 2009-03-01 - The handling of CLDR format 'j' and 'jj' was backwards, using 24 hour time for locales that wanted 12 hour, and vice versa. Reported by Maros Kollar. - The CLDR formatting was missing support for lower-case "q" patterns. Reported by Maros Kollar. 0.46 2009-02-28 - Added a duration_class method for the benefit of DateTime.pm subclasses. Patch by Shawn Moore.
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-04-07Make it compile on DragonFly master.hasso2-7/+19
2009-04-02always use the system's timezone files (previously it did sodrochner2-416/+4
only on Linux) -- the bundled ones are not consistent wrt some prefix (freeassociation.sourceforge.net vs citadel.org) which triggers a runtime check when imported ical files are used, bump PKGREVISION
2009-03-22Update to 2.26.0:wiz4-15/+39
=============== Version 2.26.0 =============== Applet - changes * Final fixes to utf-8 and Python 2.6 sqlite Updated translations * as (Amitakhya Phukan) * ca (David Planella) * de (Hendrik Richter) * el (Jennie Petoumenou) * gu (Ankit Patel) * ja (Takeshi AIHANA) * lt (Gintautas Miliauskas) * mr (Sandeep Shedmake) * pa (Amanpreet Singh Alam) * ro (Adi Roiban) * ru (Yuriy Penkin) * ta (I. Felix) * te (Krishna Babu K) =============== Version 2.25.92 =============== Applet - changes * Fixed problems with utf-8 and Python 2.6 sqlite * Escaping user input so they don't break UI where pango is used * Stop tracking on shutdown was ignoring user preference Updated translations * cs (Adrian Gunis) * en_GB (Philip Withnall) * fi (Timo Jyrinki) * fr (Claude Paroz) * he (Yair Hershkovitz) * it (Milo Casagrande) * ko (Changwoo Ryu) * or (Arun Mohapatra) * pt (Duarte Loreto) * pt_BR (Vladimir Melo) * sl (Matej Urbančič) * tr (Baris Cicek) =============== Version 2.25.91 =============== Applet - changes * Show day totals in statistics (patch by Daniel Watkins) * Better keyboard support (Enter / Escape, patch by Daniel Watkins) * Fixes to detect alternative pygtk (Frederic Peters) * Fixes to support Japanese better (Takao Fujiwara) * Python 2.6 support (Patryk Zawadzki) * Better duplicate entry checks in activities / categories Updated translations * bg (Alexander Shopov) * ca (Gil Forcada) * da (Kenneth Nielsen) * es (Juanje Ojeda Croissier) * eu (Inaki Larranaga Murgoitio) * fi (Ilkka Tuohela) * he (Yair Hershkovitz) * ko (Changwoo Ryu) * nb (Kjartan Maraas) * nl (Wouter Bolsterlee) * pl (Tomasz Dominikowski) * pt_BR (Henrique P. Machado) * sl (Matej Urbančič) * sv (Daniel Nylander) * th (Theppitak Karoonboonyanan) * zh_cn (甘露(Gan Lu)) * zh_HK (Chao-Hsiung Liao) * zh_TW (Chao-Hsiung Liao) =============== Version 2.25.3 =============== We were late for 2.25.1 and 2.25.2, so here we go - changes since 2.24.0! Applet - changes * Now it is possible to add description after activity, delimiting with comma: "watering flowers, begonias" will add activity "watering flowers" with description "begonias". Likewise you can go for cacti, and forgetmenots * Task category can be seen in dropdown and can be specified on fly to autocreate: working@new project - will create category "new project" and add activity "working" to it * Hamster now can remind of itself every once in a while, interval is set in preferences (George Logiotatidis) * Sending dbus signals on activity change (Juanje Croissier) Applet - love * Applet now again can be found in applet list by searching for 'hamster' * Get instant totals per category for today, in applet dropdown * Improvements in report - somewhat nicer look and there are also totals (Giorgos Logiotatidis) * Use vertical space if we have some on panel and show applet in two lines Updated translations * bg.po (Alexander Shopov) * el (Nick Agianniotis) * he (Yair Hershkovitz) * ku (Erdal Ronahi) * lv (Toms Bauģis) * sv (Daniel Nylander) * zh_CN (Ray Wang)
2009-03-22Update to 2.26.0:wiz3-9/+9
2009-03-16 Rodney Dawes <dobey@gnome.org> * configure.ac: Up version to 2.26.0 for release 2009-02-17 Rodney Dawes <dobey@gnome.org> * configure.ac: Up version to 2.25.91 for release 2009-02-14 Rodney Dawes <dobey@gnome.org> * src/Makefile.am: * src/*.[ch]: Remove dependency on bonobo Fix GtkAdjustment page size deprecation warning Fixes #571752 2009-02-13 Rodney Dawes <dobey@gnome.org> * configure.ac: Up version to 2.25.90 for release 2009-02-13 Rodney Dawes <dobey@gnome.org> * src/evolution-webcal-main.[ch]: * src/evolution-webcal-notify.h: Update some includes and macros to not require libgnomeui 2009-02-13 Rodney Dawes <dobey@gnome.org> * configure.ac: * src/evolution-webcal-notify.h: Remove libgnomeui dependency 2009-02-12 Rodney Dawes <dobey@gnome.org> * src/evolution-webcal-notify.c: Replace GnomeIconTheme usage with GtkIconTheme Fixes #571499 2009-02-09 Andre Klapper <a9016009@gmx.de> * src/evolution-webcal-notify.c: Remove deprecated #include. Patch by Tal Benavidor. Fixes bug #564354.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg5-65/+30
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg1-3/+3
files, not over and over again.
2009-03-19update to 0.43drochner3-6/+53
changes: fixes from evolution pkgsrc change: pull in a portability patch from evolution-data-server, depend on zone.tab
2009-03-18Unify all the mozilla projects into using a single Makefile.common andabs2-12/+5
INSTALL, and put it in seamonkey. Ensure all build with USE_DESTDIR. Bump PKGREVISIONs
2009-03-17Correct email address for generic MAINTAINER.darcy1-2/+2
2009-03-13Make it compile on DragonFly.hasso2-1/+26
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz2-4/+4
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-03-05Added hebcal 3.7smb1-1/+2
2009-03-05Initial version of a perpetual Hebrew calendarsmb4-0/+41