Commit graph

186027 commits

Author SHA1 Message Date
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
wiz
9cbd2a6c1a Remove $NetBSD$ from inside patch to make it more likely this will apply. 2012-05-06 21:43:12 +00:00
wiz
33f3ea76e1 pkglint cleanup. 2012-05-06 21:42:35 +00:00
dholland
895db69525 Build fixes for glib2. Due to volume, use SUBST instead of patches,
and also due to volume, put it in its own file.
2012-05-06 21:12:04 +00:00
wiz
8df60521b7 Updated x11/xf86-input-mouse to 1.7.2 2012-05-06 20:51:33 +00:00
wiz
85afcc90d8 Update to 1.7.2, provided by Francois Tigeot in private mail.
1.7.2

Return proper default for unknown values in pInfo->device_control
No need to merge NULL options list with existing options
sun_mouse.c: Ensure vuidMouse setup routines are called for protocol "Auto"
Fix wrong read Protocol and Device from xorg.conf
Avoid NULL pointer dereference in autoProbeMouse if proto == PROT_UNSUP
Mark symtab_t.name in pnp.c as const to fix gcc -Wwrite-strings warnings
sun_mouse.c: remove unused variables

1.7.1:

Fix OSMouse OS-defined protocol support
Fix Hurd mouse driver with XInput ABI before 12
Fix Solaris issues with new ABI12 init process

1.7.0:

Fix BSD issues with new ABI12 init process

1.6.99.901:

Replace libc wrappers to xcalloc and friends with libc calls
Remove unused declaration of MouseUnInit
Remove out-of-date comment
XI86_POINTER_CAPABLE is gone from the server
Replace LocalDevicePtr with InputInfoPtr
Don't try to call conversion_proc anymore
Remove refcnt field from InputDriverRec
Assume ABI_XINPUT_VERSION 4 or higher
Remove unused define NEED_X86_TYPES
Remove includes for protocol headers
Remove if 0'd out model
Remove a bunch of unnecessary log prints
Remove unused branch from if 1 condition
De-duplicate Option "Device" handling
Use single exit path for PreInit
Move protocol ID detection into a separate function
Remove convoluted do { } while loop
Move a statement down to have all allocations close together
Remove a bunch of unused fields from the MouseRec
Rename xf86OSmouse.h to mouse.h
Remove random History comment
Rename xf86OSMouseInit to OSMouseInit
Remove write-only field mouseFlags
Use pInfo->options instead of conf-idev
ABI 12 requires per-valuator modes
Adjust to new Input ABI 12
Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInits
Various manpage fixes

1.6.0:

Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Plug minor memory leak
Silence sed substitutions in make output
configure.ac: remove unused sdkdir=$(pkg-config...) statement
Update Sun license notices to current X.Org standard form
config: remove unused -I$(top_srcdir)/src directive
Solaris: Handle ENODEV & other errors from VUID protocol mice
Bug 10866 - serial Genius NetScroll+ autodetection
README: fix linuxdoc content
README: update text content from sgml content
Remove unused SCO driver files
Various config fixes
config: Upgrade X.Org macros to 1.4 for INSTALL file copying
config: update AC_PREREQ statement to 2.60
README: keep the text version of README, discard the sgml version
config: upgrade to util-macros 1.8 for additional man page support
Purge macro NEED_EVENTS
xf86-input-mouse: Update sun_mouse devPrivates code #29049
Do not return the address of a local buffer
Check for NULL currentMode in vuidMouseSendScreenSize()
Sun's copyrights belong to Oracle now
MouseCtrl doesn't need to save values we never use
Fix mouse data buffering
Fix build warning
Bring README a little closer to the current state of reality

1.5.0:

Fix crashes due to MouseBlockHandler/MouseWakeupHandler with invalid devices
Require macros 1.3 for XORG_DEFAULT_OPTIONS

1.4.99.1:

Require xorg-server 1.5.99.901 or higher
Remove xf86-misc extension related code
Remove ModuleInfoRec and associated bits
Protect against ABI_XINPUT_VERSION 7
Conditionally declare some variables that are only used conditionally
Allow 0 as wheel emulation button for unconditional scrolling (#20529)
Restrict wheel emulation to a single axis at a time
sun_mouse: Check if streams module is already on the stack before pushing it
Remove check for OS/2
sun_mouse: Don't try calling ioctls if mouse fd wasn't opened
signed/unsigned fixes for delta x,y movement
2012-05-06 20:51:24 +00:00
wiz
62f09e9605 Updated devel/mercurial to 2.2.1 2012-05-06 20:47:32 +00:00
wiz
b25d22c787 Update to 2.2.1:
This is an unscheduled bugfix release to fix a signficant memory leak in hgweb.

    bookmarks: catch the proper exception for missing revisions
    help: add reference to template help (issue3413)
    help: added description for the web.collapse setting
    largefiles: fix commit of both largefiles and non-largefiles (issue3354)
    parsers: fix refcount leak, simplify init of index (issue3417)
2012-05-06 20:47:24 +00:00
christos
a9dc037085 regen 2012-05-06 20:38:52 +00:00
christos
04cb07010a we are not arla 2012-05-06 20:37:47 +00:00
christos
549493d151 fix obvious mistake. 2012-05-06 20:37:16 +00:00
dholland
63a78dfbe7 Build fix for latest glib2. 2012-05-06 20:25:02 +00:00
wiz
5dbe0dd010 + ImageMagick-6.7.6.9, diffpdf-2.0.0, fftw-3.3.2, gmp-5.0.5,
mercurial-2.2.1, sfxr-1.2.1.
2012-05-06 20:21:13 +00:00
dholland
5007cc5528 Build fix for latest glib2. 2012-05-06 20:15:36 +00:00
dholland
af3f9e2d2a Build fixes for latest glib2. 2012-05-06 20:12:35 +00:00
dholland
559fc9f1ea Build fix for latest glib2. 2012-05-06 20:08:43 +00:00
dholland
56294d7a7a Set both BUILDLINK_ABI_DEPENDS and BUILDLINK_API_DEPENDS correctly
(with +=, not ?=)
caught by pkglint
2012-05-06 20:08:32 +00:00
dholland
c2d0236712 Build fix for new glib2. 2012-05-06 20:04:50 +00:00
dholland
78dd824868 Build fixes for new glib2. 2012-05-06 20:03:03 +00:00
dholland
3bb7326a7f Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
caught by pkglint
2012-05-06 20:02:42 +00:00
wiz
f3fb56f354 Updated x11/xf86-input-keyboard to 1.6.1 2012-05-06 20:00:34 +00:00
wiz
d30e8598cc Update to 1.6.1, provided by Francois Tigeot in PR 46416.
1.6.1:

Remove calls to xf86IsPc98
Return proper default for unknown values in pInfo->device_control
Man page fixes

1.6.0:

Various manual page fixes

1.5.99.901:

Adjust to input ABI 12
Require server 1.4 or later
Remove paranoia about event processing during suspend
Remove unused code and variables
bsd: Include fix
linux: warning fixes
Remove unused OpenBSD PCCONS code
Make key codes for Sun Japanese keyboard match xkb-config mappings
Fix default options for PC98
bsd: Fix print wscons type keyboard for Sun5
Do not print values of variables XkbRules etc. twice
Remove random History comment and OS_KBD_VERSION_CURRENT
Replace deprecated xfree/xcalloc with free & calloc
Remove unused PROT_XQUEUE and PROT_USB
Remove unused bell_pitch and bell_duration
lnx: Fix detect CustomKeycodes for __powerpc__
Do not print values of Protocol twice
Cleanup set the value of CustomKeycodes
Removed unnecessary code, since ABI_XINPUT_VERSION >= 2

1.5.0:

Various documentation and configuration fixes
Silence sed substitutions in make output
Various configure and pkg-config fixes
Missing #ifdef for PCCONS
Remove unused SCO driver files
upgrade to util-macros 1.8 for additional man page support
sun_kbd: Add mappings for Hangul and Hanja keys on Korean keyboard
Remove unused keyboardOptions
Various code cleanups
Sun's copyrights now belong to Oracle

1.4.0:

Require macros 1.3 for XORG_DEFAULT_OPTIONS
Don't use XKB_DFLT_RULES from the server
Remove now un-used autorepeat field

1.3.99.1:

Fix return type issues, remove unused variables, clear compiler warnings
Add note on hal-based configuration to man page
Add README with pointers to mailing list, bugzilla & git repos
Switch to new XKB API, remove all "noXkb" handling
Use XKB_DFLT_RULES from xorg-server.h for default xkb rules filename
Remove SpecialKey handling
Remove leftover ifdef XINPUT
Remove special support for Panix106 (SVR4 derivative)
Remove ModuleInfoRec
Remove autorepeat
nec/jp layout is just "jp" these days.
No more special sun keyboards anymore.
Fix xf86-input-keyboard build on Linux/sparc
Return BadValue if the server failed to init the keyboard. (#21278)
Assume Solaris is at least Solaris 8
Solaris keyboard fixes for HAL hotplugging support
Override HKTG & BSlash2 keycodes on Solaris
Sun bug 6852921: Recycling Xorg runs out of file descriptors in kbd driver
sun_kbd: re-open keyboard if needed in KbdOn
sun_kbd: Use HID ioctl variants to get/set direct mode on usbhid devices
sun_kbd: Check if streams module is already on the stack before pushing it
2012-05-06 20:00:23 +00:00
dholland
4b12d7e390 Build fixes for new glib2. 2012-05-06 19:57:27 +00:00
dholland
3e2eae557a glib2 build fixes for gnome-speech-espeak. 2012-05-06 19:49:36 +00:00
marino
8198b63e23 sysutils/gkrellm: Fix indirect linking on DragonFly again 2012-05-06 19:45:03 +00:00
dholland
10eed3c019 bmpx 2012-05-06 19:38:32 +00:00
dholland
3dcea60336 Needs desktopdb.mk. Fix some other pkglint. PKGREVISION -> 17. 2012-05-06 19:38:04 +00:00
dholland
437a658837 More fixes for the new glib2. 2012-05-06 19:35:57 +00:00
dholland
5c9487e5fa Build fix for new glib2. 2012-05-06 19:27:12 +00:00
dholland
6a1b98d5f7 Build fixes for new glib2. 2012-05-06 19:06:21 +00:00
dholland
95f51a2f22 qwt*-qt4 2012-05-06 18:59:11 +00:00