Commit graph

1329 commits

Author SHA1 Message Date
markd
01fee8eef8 Update to KDE SC 4.10.3
bugfixes.
2013-05-21 12:49:28 +00:00
shattered
af8056b1f8 Update to 3.1.13. Changes:
- BUG FIX: Sunrise/Sunset calculations greatly improved
- BUG FIX: Allow specification of margins as low as 0 points in rem2ps
2013-05-19 08:14:05 +00:00
adam
2459ac824e Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
wiz
fe34294969 Update to 3.4:
3.4 (2013-04-24)
----------------

- Switch to unicode internally. This should fix all en/decoding errors.
  [thet]

- Support for non-ascii parameter values. Fixes #88.
  [warvariuc]

- Added functions to transform chars in string with '\\' + any of r'\,;:' chars
  into '%{:02X}' form to avoid splitting on chars escaped with '\\'.
  [warvariuc]

- Allow seconds in vUTCOffset properties. Fixes #55.
  [thet]

- Let ``Component.decode`` better handle vRecur and vDDDLists properties.
  Fixes #70.
  [thet]

- Don't let ``Component.add`` re-encode already encoded values. This simplifies
  the API, since there is no need explicitly pass ``encode=False``. Fixes #82.
  [thet]

- Rename tzinfo_from_dt to tzid_from_dt, which is what it does.
  [thet]

- More support for dateutil parsed tzinfo objects. Fixes #89.
  [leo-naeka]

- Remove python-dateutil version fix at all. Current python-dateutil has Py3
  and Py2 compatibility.
  [thet]

- Declare the required python-dateutil dependency in setup.py. Fixes #90.
  [kleink]

- Raise test coverage.
  [thet]

- Remove interfaces module, as it is unused.
  [thet]

- Remove ``test_doctests.py``, test suite already created properly in
  ``test_icalendar.py``.
  [rnix]

- Transformed doctests into unittests, Test fixes and cleanup.
  [warvariuc]
2013-05-04 23:48:02 +00:00
wen
0c767665e6 Update to 1.02
Upstream changlog is too long, please visit:
http://cpansearch.perl.org/src/SCHUBIGER/DateTime-Format-Natural-1.02/Changes
2013-05-02 02:20:31 +00:00
wen
8ece0dfe91 Update to 1.59
Upstream changes:
1.59    2013-04-20

- This release is based on version 2013c of the Olson database. This release
  includes contemporary changes for Palestine and Paraguay. It also includes a
  number of historical changes.
2013-04-22 15:00:25 +00:00
ryoon
8c6fe4ba43 Update to 0.19
* New dependency.

Changelog:
0.19
    * Always output the VERSION property first

0.18
    * Spelling fixes from Debian (Salvatore Bonaccorso)

0.17
    * Allow chaining of methods (H.Merijn Brand)
    * Allow properties and entries in constructor (H.Merijn Brand)
2013-04-21 12:34:14 +00:00
rodent
56d0e89eec Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
rodent
f565a1af87 ".for variable names should not contain uppercase letters" 2013-04-06 13:24:18 +00:00
rodent
c7bcd8cac1 'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
2013-04-06 13:01:26 +00:00
rodent
509f50ade4 "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
2013-04-06 12:03:59 +00:00
rodent
b0587df2a1 Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
markd
8a704957fe Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03 10:51:43 +00:00
wen
72dabe83a5 Update to 1.54
Upstream changes:
1.54     2013-04-02

- Require DateTime.pm 1.00 because without it tests will break.


1.53     2013-04-02

- A fix in DateTime.pm 1.00 broke a test in this distro. Reported by Anthony J
  Lucas. RT #84371.
2013-04-03 07:17:48 +00:00
wen
a666c93f62 Update to 0.81
Upstream changes:
0.81     2013-04-02

- Fixes to pass tests with DateTime 1.00.
2013-04-03 07:11:36 +00:00
wen
b41e499c69 Update to 1.01
Upstream changes:
1.01   2013-04-01

- Fixed test failures on older Perls.


1.00   2013-03-31

- Bumped the version to 1.00. This is mostly because my prior use of both X.YY
  and X.YYYY versions causes trouble for some packaging systems. Plus after 10
  years it's probably ready to be called 1.00. Requested by Adam. RT #82800.

- The %j specifier for strftime was not zero-padding 1 and 2 digit
  numbers. Fixed by Christian Hansen. RT #84310.

- The truncate method was sloppy about validating its "to" parameter, so you
  could pass things like "years" or "month whatever anything goes". The method
  would accept the parameter but then not actually truncate the object. RT
  #84229.

- Previously, if a call to $dt->set_time_zone() failed it would still change
  the time zone of the object, leaving it in a broken state. Reported by Bill
  Moseley. RT #83940.

- DateTime::Infinite objects should no longer die when methods that require a
  locale are called. Instead, these methods return undef for names and
  Inf/-Inf for numbers. This affects methods such as day_name() as well as
  CLDR and strftime formats. When a locale-specific format is used (like the
  "full" datetime format) it uses the en_US format. Reported by Paul
  Boldra. RT #67550.
2013-04-03 07:09:08 +00:00
wiz
ae565a329b Update to 2013b, the usual changes +
Asia/Khandyga
Asia/Ust-Nera
Europe/Busingen
2013-04-01 16:18:40 +00:00
obache
e4dd4cf082 Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
kim
61acf2d702 Revive MASTER_SITES.
Fix DESTDIR build.
2013-03-14 12:32:51 +00:00
wen
02950e76cf Update to 1.58
Upstream changes:
1.58    2013-03-11

- This release is based on version 2013b of the Olson database. This release
  includes contemporary changes for Haiti, Paraguay, and Morocca. See
  http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html for more
  details.
2013-03-13 14:11:50 +00:00
wen
3a93dc24fc Update to 1.57
Upstream changes:
1.57    2013-03-02

- This release is based on version 2013a of the Olson database. This release
  includes contemporary changes for Chile as well as several new zones -
  Asia/Khandyga, Asia/Ust-Nera, and Europe/Busingen. It also includes a number
  of historical changes.
2013-03-08 13:55:00 +00:00
tron
d8972f7297 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
dholland
98e69edc18 Update emacs DEPENDS. 2013-02-17 18:55:44 +00:00
wiz
7ab6e71ec0 Bump PKGREVISION for readded py-pytz dependency. 2013-02-17 16:10:04 +00:00
kleink
64ee1cb80c Put back the dependency on py-pytz which is still used by py-icalendar;
apparently the previous tests-only dependency on py-dateutil has
crept into the library sources but install_requires wasn't updated
to reflect this.

Per discussion with wiz.
2013-02-17 15:58:56 +00:00
wiz
706a039305 This now needs py-dateutil instead of py-pytz. Bump PKGREVISION. 2013-02-16 18:08:48 +00:00
schmonz
9e67bb1da4 Update to 3.1.12. From the changelog:
* Version 3.1 Patch 12 - 2012-01-23

- NEW FEATURE: Many substitution sequences "%x" have an alternate mode
  denoted by "%*x".  This alternate mode leaves out prepositions.  For
  example, in English "%i" might yield "on 01-25" while "%*i" yields only
  "01-25".
- BUG FIX: The "dusk" and "dawn" calculations were completely wrong.  They
  have been fixed.  Also, sunrise/sunset calculations have been tweaked,
  so the results may be off by a minute or two compared to previous versions
  of Remind.

* Version 3.1 Patch 11 - 2011-12-16

- BUG FIX: For some inexplicable reason, dawn was considered to happen when
  the sun was 14 degrees below the horizon instead of the standard 6
  degrees for Civil Dawn.  This has been fixed.
- BUG FIXES: Clarified the man pages and fixed some typos.
- BUG FIX: Add THROUGH to the remind.vim syntax highlighting file.
- ENHANCEMENT (?): Allow SPECIAL COLOR to be spelled SPECIAL COLOUR.
- BUG FIX: Apply minor Debian cleanups reported by Kurt B. Kaiser.

* Version 3.1 Patch 10 - 2010-11-01

- NOTE: This is the 20th anniversary of Remind's first public release.
- ENHANCEMENT: Add the THROUGH keyword.  You can omit blocks of dates with:
  OMIT start THROUGH end
  and the syntax REM start THROUGH end is equivalent to REM start *1 UNTIL end
- ENHANCEMENT: Add support for multibyte characters (eg, UTF-8) in calendar
  output.  Note that UTF-8 strings are still not supported in PostScript
  output.
- ENHANCEMENT: Add support for UTF-8 line-drawing characters in calendar
  output.
- ENHANCEMENT: You can have multiple TAG clauses in a REM statement.
- BUG FIX: Avoid spawning long-running background processes in "make test".
- BUG FIX: Don't declare variables in the middle of statements (old C
  compilers choke.)

pkgsrc changes:

* Don't heap punishment on Apple and Microsoft users.
2013-02-16 13:34:59 +00:00
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
ab373a817a Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
ryoon
5482a9caec Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
kleink
6eed2a43a3 Missed in previous: Define empty USE_LANGUAGES. 2013-02-09 17:02:26 +00:00
kleink
82047bf5e8 Update py-icalendar to 3.3.
3.3 (2013-02-08)
----------------

* Drop support for Python < 2.6.
  [thet]

* Allow vGeo to be instantiated with list and not only tuples of geo
  coordinates. Fixes #83.
  [thet]

* Don't force to pass a list to vDDDLists and allow setting individual RDATE
  and EXDATE values without having to wrap them in a list.
  [thet]

* Fix encoding function to allow setting RDATE and EXDATE values and not to
  have bypass encoding with an icalendar property.
  [thet]

* Allow setting of timezone for vDDDLists and support timezone properties for
  RDATE and EXDATE component properties.
  [thet]

* Move setting of TZID properties to vDDDTypes, where it belongs to.
  [thet]

* Use @staticmethod decorator instead of wrapper function.
  [warvariuc, thet]

* Extend quoting of parameter values to all of those characters: ",;: ’'".
  This fixes an outlook incompatibility with some characters. Fixes: #79,
  Fixes: #81.
  [warvariuc]

* Define VTIMETZONE subcomponents STANDARD and DAYLIGHT for RFC5545 compliance.
  [thet]
2013-02-09 16:55:33 +00:00
kleink
f952dcf222 LICENSE changed to 2-clause-bsd back in in 3.0.1b2. 2013-02-09 16:36:12 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
wen
9b4224b92f Update to 1.232
Add LICENSE

Upstream changes:
1.232		Thu Jan 31 21:41:40 CST 2013
		those damn ._* files os x kindly inserted into the distribution
		I have removed them. sorry everyone.

1.231	        Wed Jan 30 07:58:21 CST 2013
		forgot to add LICENSE to manifest.
		incremented version for CPAN upload

1.23		Tue Jan 29 10:13:54 CST 2013
		updated LICENSE.
		this perl module is released under the same license
		as perl itself
2013-02-01 04:57:13 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
jakllsch
6365c99312 obliterate addition of time/py-radicale, it already existed as net/Radicale 2013-01-22 15:02:44 +00:00
jakllsch
32f9c964f0 Adjust categories to match the reality of where in pkgsrc I ended up adding
this package.
2013-01-22 04:15:18 +00:00
jakllsch
3cf57b4587 +py-radicale 2013-01-22 04:10:04 +00:00
jakllsch
eed17345b8 Add Radicale 0.7.1.
The Radicale Project is a CalDAV (calendar) and CardDAV (contact)
server. It aims to be a light solution, easy to use, easy to install,
easy to configure. As a consequence, it requires few software
dependances and is pre-configured to work out-of-the-box.

The Radicale Project runs on most of the UNIX-like platforms (Linux,
BSD, MacOS X) and Windows. It is known to work with Evolution,
Lightning, iPhone and Android clients.
2013-01-22 04:09:22 +00:00
morr
190184702e Clean up libXaw handling. [1/2]
- remove LIBXAW variable. It is handled by buildlink3.mk now
- simplify patches and Makefile in packages using libXaw
- in some cases force use of Xaw3d (won't build with Xaw)
- replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk

In next part:
- replace more includes with mk/xaw.buildlink3.mk
2013-01-15 16:21:34 +00:00
is
22e0a3a878 Upgrade from the no-longer-maintained 2.x to 3.0.2. This fixes pkg/47421 2013-01-09 17:22:14 +00:00
wiz
8360e4f994 Comment out dead HOMEPAGE and MASTER_SITES. 2013-01-08 15:26:09 +00:00
joerg
44492c66e0 Add patchsum for patch-polsys.c 2012-12-20 22:12:59 +00:00
joerg
431bd1dc6b Consistently return a value in non-void functions. 2012-12-20 21:36:03 +00:00
markd
60d83c6a5d Drop maintainership of kde3 packages. Haven't had any systems running
kde3 for a while.
2012-12-17 18:37:06 +00:00
khorben
42900c1ffd Added time/deforaos-todo (version 0.1.2) 2012-12-17 02:05:48 +00:00
khorben
a5e08656c1 Imported wip/deforaos-todo, the DeforaOS todo list, under
time/deforaos-todo (version 0.1.2)
2012-12-17 02:05:05 +00:00
dholland
72469f8034 Not MAKE_JOBS_SAFE. 2012-12-16 21:23:51 +00:00
jaapb
9c06811b01 Updated time/wyrd to version 1.4.5 and added a patch to fix OCaml
version detection (thanks to John Marino for reporting this).
Changes from 1.4.1 include:

* Switched from personal fork of OCaml curses bindings to the
  community-maintained library from
  http://www.nongnu.org/ocaml-tmk/ .
* Fixed bug which prevented "quick add" feature from accepting
  UTF-8 encoded text.
* Implemented improved support for Remind's new "reminder
  directory" capability.
  Fixed an instance of insecure tempfile creation.  This
  addresses a security vulnerability that had the potential to
  cause data loss.
  Modified the configure script to support weird locations of
  ncurses term.h .
  Deprecated the 'calendar_selection' colorable object.  For
  consistency with the rest of the Wyrd interface, the selected
  calendar day is now rendered in reverse video.
  Added the 'untimed_bold' configuration variable for selecting
  between normal and boldface rendering of untimed reminders.
  Added support for remind's 'filedir()' function within INCLUDE
  directives, for those who like to
  "INCLUDE [filedir()]/some-extra-reminders".  Thanks to Stefan
  Wehr for the patch.
  Implemented more extensive shell-expansion of filenames specified
  within wyrdrc, enabling the use of idioms like
  'set reminders_file="$DOT_REMINDERS"'.
* Added support for Remind 3.1.0 advance warning of reminders
  throughout the Wyrd interface, enabled via the 'advance_warning'
  configuration variable.
* Support new Remind 3.1.0 date formatting.
* Added the untimed_window_width rcfile option, which lets the
  user set the width of the windows on the right side of the
  display.
  Tweaked the resize handler so Wyrd does not completely die
  when the terminal is resized too small.
  Made modifications to support rendering UTF-8 reminders
  (requires ncurses built with wide char support)
* Added the home_sticky option, allowing the cursor position
  to automatically track the current time.
  Added command-line option to append reminders using the
  natural language parser.
* Eliminated dependence on Bash-style tilde expansion.
2012-12-15 16:50:05 +00:00