Commit graph

5029 commits

Author SHA1 Message Date
joerg
45f542d3d0 Fix build with Clang. 2013-03-23 10:15:26 +00:00
jnemeth
2fd7b0e29b sort 2013-03-21 04:05:41 +00:00
drochner
463e433c13 fix MASTER_SITES 2013-03-19 12:15:24 +00:00
tsutsui
d2683301b4 Remove LINKFLAGSRUNPATH lines that specify -Wl,-rpath,${PREFIX}/lib.
These lines were changed as workaround of libcurl part of PR pkg/46567,
but the actual libcurl problem in curl-config is now fixed and
these unconditional -rpath flags seem to cause non-working binaries
as mentioned in PR pkg/46983.

Bump PKGREVISION.
2013-03-17 21:37:31 +00:00
markd
d1ee446700 Update to version 1.1.0rc1 (from 2010)
adds support for kde4 and lxde.
2013-03-17 19:56:43 +00:00
taca
993c88fcc4 Update ruby-bundler to 1.3.4.
## 1.3.4 (15 March 2103)

Bugfixes:

  - load YAML on Rubygems version that define module YAML
  - fix regression that broke --without on ruby 1.8.7

## 1.3.3

Features:

  - compatible with Rubygems 2.0.2 (higher and lower already work)
  - mention skipped groups in bundle install and bundle update output (@simi)
  - `gem` creates rake tasks for minitest (@coop) and rspec

Bugfixes:

  - require rbconfig for standalone mode
  - revert to working quoting of RUBYOPT on Windows (@ogra)
2013-03-17 16:04:37 +00:00
obache
c5b50f16c2 recursive bump from ffmpeg shlib major changes 2013-03-16 06:20:45 +00:00
drochner
697c8ccf72 add goffice0.10 for the latest stable branch of the gnumeric helper
library
2013-03-14 18:56:05 +00:00
taca
5da1c202d3 Update ruby-bundler to 1.3.2.
Changes are too many to write here, pease refer CHANGELOG.md file.
2013-03-11 15:12:45 +00:00
taca
770627de30 Make depends to www/ruby-rack14 instead of www/ruby-rack.
Bump PKGREVISION.
2013-03-10 09:15:19 +00:00
taca
a2ea83aa89 Remove ruby-sprockets21 package which was required by Ruby on Rails 3.1. 2013-03-10 08:12:39 +00:00
taca
bfae395b78 Remove ruby-sprockets21. 2013-03-10 08:11:26 +00:00
joerg
71ff69ce72 Build and use a libtool object for md5, not a static library of
position-independent code.
2013-03-07 22:03:41 +00:00
pettai
39de5c857d Added p5-Parse-Win32Registry 2013-03-06 21:58:29 +00:00
pettai
9aefcc174e Parse::Win32Registry is a module for parsing Windows Registry files,
allowing you to read the keys and values of a registry file without
going through the Windows API.

It provides an object-oriented interface to the keys and values in
a registry file. Registry files are structured as trees of keys,
with each key containing further subkeys or values.

The module is intended to be cross-platform, and run on those
platforms where Perl will run.

It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium).

It is intended to be used to parse offline registry files. If a registry
file is currently in use, you will not be able to open it. However,
you can save part or all of a currently loaded registry file using the
Windows reg command if you have the appropriate administrative access.
2013-03-06 21:56:18 +00:00
pettai
5537372b36 Added p5-Mac-PropertyList 2013-03-05 23:41:56 +00:00
pettai
a9f6bd4329 This module is a low-level interface to the Mac OS X Property List (plist)
format. You probably shouldn't use this in applications--build interfaces
on top of this so you don't have to put all the heinous multi-level object
stuff where people have to look at it.

You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)

You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.
2013-03-05 23:41:00 +00:00
shattered
d27d110213 Update to 0.2. No changelog. 2013-03-03 11:03:29 +00:00
wiz
e09b524d57 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
tron
d8972f7297 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
markd
fead99dc99 Work around moc inability to parse a boost macro 2013-02-27 19:29:33 +00:00
taca
d73175e36a Add correct dependency to ruby-rdoc.
Since dependency has also changed with ruby193, bump PKGREVISION.
2013-02-27 03:58:12 +00:00
joerg
26179a9c57 Require C++11 when building with Clang. Fix fallout of Boost update due
to MOC's limited C preprocessor. Derive template arguments of make_pair
automatically.
2013-02-26 23:37:32 +00:00
joerg
90aef21465 Use plain tar. 2013-02-26 11:07:06 +00:00
joerg
e8ebb587c3 Fix return types. 2013-02-26 11:06:52 +00:00
taca
ea5171715b Remove ruby-sprockets20 which was required only by www/ruby-actionpack31. 2013-02-24 14:48:28 +00:00
taca
08f1e1fd3c Remove ruby-sprockets20. 2013-02-24 14:47:05 +00:00
dholland
9570ccfb13 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
dholland
d4ea037c8d Fix build with png 1.6. 2013-02-17 09:39:09 +00:00
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
63be13c921 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
ab373a817a Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
shattered
bdd841d517 Update to 0.8. No change log. 2013-02-16 09:28:59 +00:00
obache
0d34aa549d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
taca
c8bf1a4ca2 Update ruby-launchy to 2.2.0.
= Launchy Changlog
== Version 2.2.0 - 2013-02-06

* Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 -
  thanks bogdan)
* Suppress forked process output (copiousfreetime/launchy#51)
* Display help/usage if no url is given (copiousfreetime/launchy#54)
* Detect the fluxbox environment (copiousfreetime/launchy#53)
* Automatically detect 'http' url's if they are missing the 'http://'
  (copiousfreetime/launchy#55)
* Update to latest project management rake tasks
2013-02-13 15:37:05 +00:00
wiz
a394eea232 Update to 2.0.8: bugfixes and localization updates. 2013-02-11 11:54:18 +00:00
ryoon
5482a9caec Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
drochner
fc37a78136 update to 0.12.0
from the announcement:
This release brings some interesting new features:
- New rendering engine (Now you can see shadows on planets surfaces).
- New key-binding engine (Now all key-bindings can be edited).
- Improvements to scripting engine.
- Improvements to DSO
- Improvements to search tool
- Improved accuracy for archaeo-astronomical events
There have also been a large number of bug fixes and GUI improvements.
We are strongly recommended resetting all Stellarium settings
if you upgrade your previous installation!
2013-02-05 17:45:05 +00:00
wiz
96a29bb21f Update to 2.0.7: bugfixes and translation updates. 2013-02-03 16:40:18 +00:00
taca
5f90ba4f0e Update rubygems to 1.8.25.
=== 1.8.25/ 2013-01-24

* 6 bug fixes:

  * Added 11627 to setup bin_file location to protect against errors.
    Fixes #328 by ConradIrwin
  * Specification#ruby_code didn't handle Requirement with multiple
  * Fix error on creating a Version object with a frozen string.
  * Fix incremental index updates
  * Fix missing load_yaml in YAML-related requirement.rb code.
  * Manually backport encoding-aware YAML gemspec
2013-02-03 16:04:04 +00:00
ryoon
7d4cde72b8 Update to 382.262.03 using less-382-iso262.ext03.patch.gz
from http://bogytech.blogspot.jp/2011/07/kterm-jless-screen.html .

This update is based on isaki@'s work.

* Set PATCH_SITES as my non-NetBSD web space.

Changelog:
* Add UTF-8 support (Japanese part only)
* Change japanese83 behavior
* Change G1 default
* Add ISO-8859-10,11,13,14,15 support
* Ignore case in JLESSCHARSET and LANG variables
* Fix bugs in search
* Add .xz support (not enabled on pkgsrc)
* Some packport from less-443
2013-02-02 13:59:57 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
reed
982d120109 increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.

The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt

I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
2013-01-25 19:18:08 +00:00
wiz
b9af31a90d Update to 2.0.6: Minor bugfixes and localization updates. 2013-01-25 10:34:44 +00:00
wiz
b416c16978 Update to 1.23:
Version 1.23 - 24 Jan 2013

* New message retrieval backend Locale::gettext_dumb(3pm) which produces
  translations even, when the corresponding locale is not present in
  the system.

* Fixed a bug where the Perl backend under certain circumstances clobbered
  the environment variable LC_ALL.

* Avoid test failures by skipping all tests that depend on the de_AT
  locale, when that locale is not installed.

* Bugs fixed:
  https://rt.cpan.org/Ticket/Display.html?id=82856

Version 1.22 - 24 Jan 2013

* Version 1.22 outsmarted PAUSE (the CPAN upload facility) and had to
  be removed.

Version 1.21 - 15 Jan 2013

* Environment variables LANGUAGE and LANG are interpreted in the same way
  in the XS and the pure Perl version.

* Package design closer to GNU standards.

* If present, File::ShareDir is used for searching message catalogs.

* Cleaned up distribution.

* Bugs fixed:
  https://rt.cpan.org/Ticket/Display.html?id=78341
  https://rt.cpan.org/Ticket/Display.html?id=81315
  https://rt.cpan.org/Ticket/Display.html?id=79461
  https://rt.cpan.org/Ticket/Display.html?id=71509
  https://rt.cpan.org/Ticket/Display.html?id=49744
  https://rt.cpan.org/Ticket/Display.html?id=49744
  https://rt.cpan.org/Ticket/Display.html?id=64284
2013-01-25 09:19:16 +00:00
wiz
fa9af69080 + labelnation. 2013-01-23 21:41:31 +00:00
wiz
ec4daef902 Remove straggler. 2013-01-23 21:41:13 +00:00
wiz
7f7a433b72 Import labelnation-1.212 as misc/labelnation.
Packaged for wip by solevis.

LabelNation is a command-line program for making labels: address labels,
business cards, or anything else involving regularly-arranged rectangles
on a printer-ready sheet. It is for users who are comfortable dealing with
text- and option-based configuration, as opposed to a graphical user interface.
2013-01-23 21:40:40 +00:00
wiz
dfec8edc72 Update to 2.0.5. No list of changes found. 2013-01-21 14:35:22 +00:00