Commit graph

186057 commits

Author SHA1 Message Date
dholland
b2d8a2c500 Build fix for latest glib2. 2012-05-07 18:20:33 +00:00
dholland
559aaf5000 Sort. 2012-05-07 18:15:59 +00:00
dholland
5783c7b511 Whitespace. 2012-05-07 18:15:11 +00:00
dholland
2af23393e3 Build fix for new glib2. 2012-05-07 18:14:15 +00:00
dholland
8fd11d8539 glib2 build fixes for gst-plugins0.10-spc. 2012-05-07 18:10:13 +00:00
christos
02445156ff handle sys_nomodule too 2012-05-07 17:54:44 +00:00
taca
b4dc26ed12 Note update of www/fengoffice package to 2.0.0nb1. 2012-05-07 15:21:11 +00:00
taca
3d0833a5d9 Add a patch forgot to commit.
Bump PKGREVISION.
2012-05-07 15:20:32 +00:00
shattered
9d18b8ffab Proofread apccontrol's messages. Raise syslog severity for 'emergency'
message to 'crit'.
2012-05-07 12:55:23 +00:00
adam
61bf5ac321 Updated graphics/babl,gegl,gimp 2012-05-07 08:42:00 +00:00
adam
2ebda8d551 Changes 2.8.0:
Core:
- Add our own GimpOperationBrightnessContrast because GEGL one is different
Plug-ins:
- Fix some GFig rendering issues
Source and build system:
- Depend on Babl 0.1.10, GEGL 0.2.0 and some other new library versions
General:
- Bug fixes
- Translation updates
2012-05-07 08:40:07 +00:00
adam
d67c492fa9 Changes 0.2.0:
* OpenCL support
* build improvements.
* High level API to apply ops directly to buffers with arguments.
* Final bits of translation infrastructure.
* Invalidate regions when disconnecting input pads.
* Operations:
  * New operation: global-matting
  * Allow transform core to do perspective transforms.
  * Added string based key/value pairs to operations.
  * Added arguments for dealing with scaled down preview rendering.
* Added human interaction ranges and non-linear mapping to properties.
* Buffer:
  * Removed broken lanczos sampler.
  * Add gegl_buffer_set_color and gegl_buffer_set_pattern
  * Added ability to drop cached tiles.
  * Added API for handling abyss policy (not implemented yet)
  * Avoid iterating global tile cache when flushing/destroying buffers
    that have no tiles in the cache.
2012-05-07 08:35:57 +00:00
adam
5c82670608 Changes 0.1.10:
* LUT based speedups for gamma correction / uncorrection.
2012-05-07 08:33:26 +00:00
taca
9350765427 Strict RUBY_VERSION_DEFAULT when RUBY_VERSION_SUPPORTED has one word.
Should be fix PR pkg/46420.
2012-05-07 07:53:28 +00:00
agc
50f1940517 Note addition of sfslite-1.2.7 into the packages collection 2012-05-07 07:28:37 +00:00
agc
0d102d2bd9 Add and enable sfslite 2012-05-07 07:26:56 +00:00
agc
b075c5a8e4 Import sfslite-1.2.7 into the Packages Collection:
The SFS toolkit was developed to support the SFS distributed file
	system (see http://www.fs.net).  But because others use the toolkit
	for other reasons, we're making SFS's libraries available as a
	separate, lightweight package.
2012-05-07 07:25:54 +00:00
obache
22d9f737d7 disable xxlimited module. 2012-05-07 05:52:02 +00:00
sbd
334ecb8609 Apply attachment 543716 from
https://bugzilla.mozilla.org/show_bug.cgi?id=661609
to fix building on Linux 3.0 and up.
2012-05-07 03:22:35 +00:00
dholland
1d8f45be1a Set BUILDLINK_API_DEPENDS correctly (with +=, not ?=) 2012-05-07 02:45:47 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
8d58647742 Build fixes for the new glib2. And, while here, fix incorrect time_t cast
in patch-aa.
2012-05-07 01:41:44 +00:00
dholland
55e863dc91 Build fixes for new glib2. 2012-05-07 01:34:55 +00:00
dholland
a037e6adde gnome-system-monitor 2.28.2 was done in 2010. 2012-05-07 01:29:33 +00:00
dholland
c90c2e794f Build fixes for new glib2. 2012-05-07 01:22:50 +00:00
dholland
5ff7a40dcf Fix build with latest glib2. (not the usual thing, either) 2012-05-07 01:14:14 +00:00
dholland
9e22fb8f5a Add more files. 2012-05-07 00:54:19 +00:00
dholland
61ba858ea6 More build fixes for new glib2. 2012-05-07 00:46:25 +00:00
dholland
bc86b00321 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
caught by pkglint
2012-05-07 00:32:54 +00:00
dholland
4e7931174a Build fixes for the new glib2. 2012-05-07 00:31:46 +00:00
dholland
51e41dd9c4 Fix build with latest glib2. 2012-05-07 00:26:48 +00:00
obache
f76bfcf936 Updated www/ruby-httpclient to 2.2.5 2012-05-07 00:21:15 +00:00
obache
df71de5407 Update ruby-httpclient to 2.2.5.
= Changes in 2.2.5 =

  May 06, 2012 - version 2.2.5

    * Bug fixes

      * Added Magic encoding comment to hexdump.rb to avoid encoding error.
      * Add workaround for JRuby issue on Windows (JRUBY-6136)
	On Windows, calling File#size fails with an Unknown error (20047).
	This workaround uses File#lstat instead.
      * Require open-uri only on ruby 1.9, since it is not needed on 1.8.

    * Features

      * Allow symbol Header name for HTTP request.
      * Dump more SSL certificate information under $DEBUG.
      * Add HTTPClient::SSLConfig#ssl_version property.
      * Add 'Accept: */*' header to request by default. Rails requies it.
	It doesn't override given Accept header from API.
      * Add HTTPClient::SSLConfig#set_default_paths. This method makes
	HTTPClient instance to use OpenSSL's default trusted CA certificates.
      * Allow to set Date header manually.
	ex. clent.get(uri, :header => {'Date' => Time.now.httpdate})
2012-05-07 00:20:47 +00:00
dholland
a8b5615b6a Fix build with latest glib2. 2012-05-07 00:20:34 +00:00
dholland
861a7a4555 Remove a piece of pkglint. 2012-05-07 00:10:58 +00:00
dholland
addd3fe6b6 Build fix for new glib2. 2012-05-07 00:10:24 +00:00
dholland
aeae03d690 Build fix for latest glib2. 2012-05-07 00:04:17 +00:00
jmmv
174d90d30f Note addition of google-authenticator. 2012-05-07 00:03:00 +00:00
jmmv
9426d775f8 Add and enable google-authenticator. 2012-05-07 00:02:33 +00:00
jmmv
5430cafef3 Initial import of google-authenticator, version 0.0.20120506:
The Google Authenticator includes implementations of one-time passcode
generators for several mobile platforms as well as a pluggable
authentication module (PAM).  One-time passcodes are generated using
open standards developed by the Initiative for Open Authentication
(OATH) (which is unrelated to OAuth).

These implementations support the HMAC-Based One-time Password (HOTP)
algorithm specified in RFC 4226 and the Time-based One-time Password
(TOTP) algorithm specified in RFC 6238.

Because upstream does not provide a distribution file (yet), I have
pre-packaged the sources myself as of today and uploaded them to
ftp.n.o under my own directory.  This explains the 0.0 prefix in the
version number, because if upstream starts providing distfiles with
proper versioning, we don't want our date stamp to be "above" all
official versions.
2012-05-07 00:01:48 +00:00
dholland
8615611a85 kmplayer 2012-05-06 23:22:11 +00:00
dholland
7fd5e61593 Needs desktopdb.mk. PKGREVISION -> 1 2012-05-06 23:21:44 +00:00
dholland
0b6caaa97a Build fix for newest glib2. 2012-05-06 23:21:20 +00:00
dholland
7b0c3d6ec4 Build fixes for new glib2. 2012-05-06 23:13:49 +00:00
dholland
fd9c8aaf99 gelemental 2012-05-06 23:07:53 +00:00
dholland
07cf8ba708 Needs desktopdb.mk. PKGREVISION -> 10 2012-05-06 23:07:24 +00:00
dholland
6265f67355 Build fixes for new glib2. 2012-05-06 23:07:05 +00:00
dholland
e045800968 Build fix for new glib2. 2012-05-06 23:02:30 +00:00
dholland
c4e0257a52 Fix build with new glib2. 2012-05-06 22:56:10 +00:00
dholland
6d0c5b6716 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
caught by pkglint
2012-05-06 22:56:00 +00:00