Commit graph

1348 commits

Author SHA1 Message Date
shattered
70ac1c487b lib/charset.alias is skipped by check-files.mk 2013-07-21 09:11:43 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
schmonz
2b4a706d75 Update to 2.30. From the changelog:
* Syncing distribution version number with Date::Parse, not functional changes
2013-07-10 03:01:57 +00:00
wiz
1df1256a25 Update to 3.5:
3.5 (2013-07-03)
----------------

- Let to_unicode be more graceful for non-unicode strings, as like CMFPlone's
  safe_unicode does it.
  [thet]
2013-07-08 08:49:16 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
rodent
691fd50466 +libgcal; Set MAINTAINER=me. 2013-07-02 11:39:17 +00:00
rodent
62f7b26f79 Import libgcal-0.9.6 as time/libgcal.
Its an ANSI C library that does allow communication with google calendar and
contacts, useful if you need to support this in a C or C++ application.

Currently, libgcal implements:

 - authentication
 - get all events/contacts
 - atom stream parsing
 - access to individual events/contacts
 - add/delete/edit using gcal objects
 - add/delete/edit using raw XML
 - query for updated events/contacts
 - use of http proxy
 - timezone
 - contact photo download/upload
 - google data protocol GCalendar 2.0 and Contacts 3.0
 - can be used with a C++ application
 - google hosted accounts (i.e. joe@foobar.com)
2013-07-02 11:37:34 +00:00
richard
72edd8d027 fix evolution-webcal build for SunOS 2013-06-23 15:42:25 +00:00
ryoon
681e30fd54 Update to 3.6.3
Changelog:
Major changes in release 3.6.3

* Remove duplicate for All Saints Day for DE_BY.
* Inherit some portability fixes from gnulib.
2013-06-11 11:54:47 +00:00
rodent
4d19d2ea15 Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so package
works with native xorg.
2013-06-09 12:12:26 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
rodent
d401dcfb18 Set PREV_PKGPATH. 2013-05-30 11:41:42 +00:00
rodent
40a6031639 +oclock +xclock (moved from x11/) 2013-05-27 10:52:14 +00:00
rodent
7bb33aafe1 Import xclock-1.0.6 as time/xclock.
This package provides xclock, an analog / digital clock for X.

This is from the modular X.org X11 project.
2013-05-27 10:51:01 +00:00
rodent
fe8a1176b5 Import oclock-1.0.3 as time/oclock.
oclock is a simple analog clock using the SHAPE extension to make a round
(possibly transparent) window.
2013-05-27 10:48:59 +00:00
wiz
b96a5e5ce3 Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
markd
597b18e07e Update to KDE SC 4.10.3
bugfixes.
2013-05-21 12:49:28 +00:00
shattered
1cac602f25 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
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
wiz
940416a1e0 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
3f2a53283d 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
a4c968c6c4 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
b957834771 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
6b46c62d2e 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
dea2f05b46 ".for variable names should not contain uppercase letters" 2013-04-06 13:24:18 +00:00
rodent
44c94b38c6 '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
28c976145a "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
2013-04-06 12:03:59 +00:00
rodent
a0a1f2e57c 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
ea97be746d 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
39b8d7563f 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
aae6a15df1 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
58119fa884 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
c32ff804c8 Update to 2013b, the usual changes +
Asia/Khandyga
Asia/Ust-Nera
Europe/Busingen
2013-04-01 16:18:40 +00:00
obache
778bed8bfb Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
kim
7ec19119ce Revive MASTER_SITES.
Fix DESTDIR build.
2013-03-14 12:32:51 +00:00
wen
50fc04ec1f 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
49038126ab 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
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
dholland
387496c689 Update emacs DEPENDS. 2013-02-17 18:55:44 +00:00
wiz
a15adf1ba3 Bump PKGREVISION for readded py-pytz dependency. 2013-02-17 16:10:04 +00:00
kleink
b3e3eddcf4 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
651893c40a This now needs py-dateutil instead of py-pytz. Bump PKGREVISION. 2013-02-16 18:08:48 +00:00
schmonz
f1bb0acdc8 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
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
ryoon
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
kleink
fbce6feeb6 Missed in previous: Define empty USE_LANGUAGES. 2013-02-09 17:02:26 +00:00