Commit graph

4731 commits

Author SHA1 Message Date
markd
a9e173ccc2 Add kig. Part of KDE SC 4.8.0
KDE interactive geometry
2012-03-20 08:38:38 +00:00
markd
9fa3af1d1b Add kiten. Part of KDE SC 4.8.0
KDE Japanese reference/learning tool
2012-03-20 08:37:24 +00:00
markd
7a8e0e8ddd Add klettres. part of KDE SC 4.8.0
KDE app to help learn the alphabet and read some syllables in languages
2012-03-20 08:36:30 +00:00
markd
51ea3815a4 Add kstars. Part of KDE SC 4.8.0
KDE desktop planetarium
2012-03-20 08:35:30 +00:00
markd
eb2d22883c Add ktouch. Part of KDE SC 4.8.0
KDE touch typing tutor
2012-03-20 08:34:41 +00:00
markd
b050639eaf Add kturtle. Part of KDE SC 4.8.0
KDE educational programming environment
2012-03-20 08:33:33 +00:00
markd
8c713af99c Add kwordquiz. Part of KDE SC 4.8.0
KDE flash card trainer
2012-03-20 08:32:16 +00:00
markd
692e1c73eb Add parley. Part of KDE SC 4.8.0
KDE vocabulary trainer
2012-03-20 08:31:05 +00:00
markd
31680cfc03 Add rocs. Part of KDE SC 4.8.0
KDE graph theory IDE
2012-03-20 08:29:32 +00:00
markd
a2b2b7f180 Add step. Part of KDE SC 4.8.0 2012-03-20 08:27:54 +00:00
markd
2a50546182 add kaccessible, kmag, kmouth, kmousetool
remove kdeaccessibilty4
2012-03-20 06:55:57 +00:00
markd
cae36cc85e Update to KDE SC 4.8.0
remove kdeaccessibility4
add kaccessible, kmag, kmouth, kmousetool
2012-03-20 06:53:23 +00:00
markd
3d4e44b4a9 add kcharselect, kremotecontrol, superkaramba, sweeper
remove kdeutils4
2012-03-20 06:39:17 +00:00
markd
af9b7c8859 Update to KDE SC 4.8.0
remove kdeutils4
add kcharselect, kremotecontrol, superkaramba, sweeper
2012-03-20 06:35:25 +00:00
markd
8a1f5b1f7a Add kde-wallpapers4 2012-03-20 00:29:27 +00:00
markd
6ee0e6e5da Import kde-wallpapers4, part of KDE SC 4.8.0 2012-03-20 00:28:08 +00:00
markd
a717b0dfc8 Update to 4.4.11.1 (to use with KDE SC 4.8.0) 2012-03-19 21:01:28 +00:00
markd
5376544c86 Update to KDE SC 4.8.0 2012-03-19 20:50:24 +00:00
markd
5e25d46fa1 Update to KDE SC 4.8.0 2012-03-19 11:46:44 +00:00
taca
149ce64105 Update ruby-sprockets to 2.3.1.
**2.3.1** (February 11, 2012)

* Added bytesize to manifest
* Added Asset#bytesize alias
* Security: Check path for forbidden access after unescaping

**2.3.0** (January 16, 2012)

* Added special Sass importer that automatically tracks any `@import`ed files.

**2.2.0** (January 10, 2012)

* Added `sprockets` command line utility.
* Added rake/sprocketstask.
* Added json manifest log of compiled assets.
* Added `stub` directive that allows you to exclude files from the bundle.
* Added per environment external encoding
  (Environment#default_external_encoding). Defaults to UTF-8. Fixes issues
  where LANG is not set correctly and Rubys default external is set to ASCII.

**2.1.2** (November 20, 2011)

* Disabled If-Modified-Since server checks. Fixes some browser caching issues
  when serving the asset body only. If-None-Match caching is sufficent.

**2.1.1** (November 18, 2011)

* Fix windows absolute path check bug.

**2.1.0** (November 11, 2011)

* Directive comment lines are now turned into empty lines instead of
  removed. This way line numbers in
  CoffeeScript syntax errors are correct.
* Performance and caching bug fixes.
2012-03-18 09:15:36 +00:00
taca
0e4cba32d2 Update ruby-sprockets to 2.3.1.
Exact changes are unknown.
2012-03-17 16:42:41 +00:00
taca
0d842cb0b6 Add and enable ruby-sprockets20 and ruby-sprockets21. 2012-03-17 16:30:47 +00:00
taca
e1a495c739 Importing ruby-sprockets version 2.1.2 as misc/ruby-sprockets21.
This isn't latest version  but this is compatible with Ruby on Rails 3.2.
Changes from 2.0.3 is unknown.
2012-03-17 16:29:43 +00:00
taca
33b770de49 Importing current ruby-sprockets version 2.0.3nb1 as misc/ruby-sprockets20.
This isn't latest version  but this is compatible with Ruby on Rails 3.1.
2012-03-17 16:27:40 +00:00
taca
c53029f8c0 Update ruby-daemons to 1.1.8.
= Daemons Release History

== Release 1.1.8: February 7, 2012

* rename to daemonization.rb to daemonize.rb (and Daemonization to Daemonize) to
  ensure compatibility.

== Release 1.1.7: February 6, 2012

* start_proc: Write out the PID file in the newly created proc to avoid race conditions.
* daemonize.rb: remove to simplify licensing (replaced by daemonization.rb).

== Release 1.1.6: January 18, 2012

* Add the :app_name option for the "call" daemonization mode.

== Release 1.1.5: December 19, 2011

* Catch the case where the pidfile is empty but not deleted
  and restart the app (thanks to Rich Healey)
2012-03-17 16:18:12 +00:00
taca
f18913506f Update ruby-commander to 4.1.2.
=== 4.1.2 / 2012-02-17

* Improvement to `ask_editor` to be more portable across *nix
  variants. (thanks to Federico Galassi)

=== 4.1.1 / 2012-02-16

* Update `ask_editor` to work with any *nix editor - emacs, vim, etc. (thanks
  to Federico Galassi)

=== 4.1.0 / 2012-02-12

* Update highline dependency.
* Make optional arguments true when present (issue #2).

=== 4.0.7 / 2012-01-23

* Improved support for JRuby and Windows (and any other platforms that don't support Kernel.fork).
* Fixed bug #33 - support `--help` after commands.
* Reorganized help output to display synopsis before description (issue #12).
2012-03-17 16:17:22 +00:00
taca
a3fc32575a Update ruby-columnize to 0.3.6.
0.3.6 Dec 17, 2011
- rename version.rb columnize/version.rb so as not to conflict with
  another package called version
- Administrivia - shorten gemcutter description
2012-03-17 16:16:32 +00:00
taca
e198ea3cdc Update ruby-bundler to 1.1.1.
Changes are too many to write here, please refer CHANGELOG.md.
2012-03-17 16:13:32 +00:00
plunky
a681615c29 fix build for proj-4.8.0 2012-03-15 22:46:01 +00:00
ryoon
c30cba7256 Update to 3.5.1
Changelog:
* Many bugfixes
* Many improvements
* Less Java dependency

In detail see:
http://wiki.documentfoundation.org/Releases/3.5.1/RC1
http://wiki.documentfoundation.org/Releases/3.5.1/RC2
2012-03-15 21:57:34 +00:00
obache
34a560cbb0 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
plunky
644fbc38a5 2012-03-11 : zyGrib Version 5.1.3
New translation: Brazilian Portuguese (muito obrigado Leomar Nunes de Souza).
    New option : thinner wind arrows without point, for those who prefer (menu Data->Options), from an idea of zebul666.
    Blue color for current arrows to limit confusion with wind arrows.
2012-03-14 14:49:06 +00:00
gson
e320e1c13a Update misc/py-anita to 1.25. Changes from 1.24:
Before running a shell command on the system under test, change the
shell prompt to a more distinctive one to reduce the risk of command
output being mistaken for a prompt.

Support installing SPARC ISOs having a non-numeric suffix following
the version number, such as NetBSD-6.0_BETA-sparc.iso.

Added experimental support for using Xen instead of qemu as the
virtual machine monitor.  This is enabled by specifying "--vmm xen" on
the anita command line while running as root in a Xen dom0.

New command line option "--persist".
2012-03-13 09:21:33 +00:00
taca
1fdf3b7d7c Reset MAINTAINER since jmcneill@ resinged. 2012-03-13 03:13:48 +00:00
fhajny
bc74e5e0a3 Remove stale C++ conditionals to fix build on SunOS/GCC.
Add LICENSE information.
2012-03-12 13:29:20 +00:00
markd
38aca9df9f Update to 2.4.9
2.4.9
=====
 *) Fixed help window (corrects problem related to tooltip api changes)
 *) Fixed regex reference guide (missing exit icon)

2.4.8
=====
 *) Uses the new logo/icons contributed by Konstantin Ryabitsev
 *) Fixed reportBug bug-- dialog would not load due to attribute error

2.4.7
=====
 *) packaging now contains python2.3 and python2.4 specific rpms (rather
    than just an "rpm")
 *) Windows binary is now complied against python2.4 rather than 2.3

Earlier changes unknown.
2012-03-10 21:53:47 +00:00
obache
8a95af1ca9 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
wiz
7f6ca7040e Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
plunky
6cbaabd3da update to zyGrib 5.1.2
2012-02-26 : zyGrib Version 5.1.2

    Display data of GulfStream (RTOFS model, available from saildocs.com).
    Bug fixed: MAC version : jpeg images recording was broken.
    Dutch translation updated (thanksReinout de Groen).
    Some little bugs fixed, but it remains...

2011-12-22 : zyGrib Version 5.1.1

    Curve drawer from Polaris, the return.
    Bug fixed : random loss of characters in proxy parameters, sometimes.

2011-12-18 : zyGrib Version 5.1.0

    Optional download of files in strict HTTP mode.
    Only for zygrib's forum users (free).
    Limits :
    30 files max each 24h.
    250 MO max each 24h.
    At least 1 connection to zyGrib forum each 4 months.
    New altitude level : 925hPa (# 760m).
    Display sea currents, but zyGrib does not provide these data (thanks to Alain Coat from Actimar).
    Sample currents and weather forecast file (West of France) from Actimar wrf1.grb
    Arabic translation (thanks to Andreas Degwerth from Cassidian).
    Security: encrypted passwords in configuration file.
    Perhaps you have to reconfigure the proxy parameters.
    Bug fixed : date cursor was sometime misplaced in 'local hour' mode.
    Bug fixed : better bounding box for the selection of very small areas.'.
    Bug fixed : crash with grib file with only waves.
2012-03-09 10:22:33 +00:00
shattered
0b500291fd PR/40020 -- provide laptop_portable::has_software_suspend(). This stops
the crash in kcontrol and allows battery monitor to work.
2012-03-08 09:07:28 +00:00
he
8d1a7892c8 Remove patch-bo, which is indirectly responsible for placing
-R/usr/X11R7/lib early into the link line in extensions/source/plugin/unx/,
creating another instance of "the pixman problem" when trying to build
this package on NetBSD 5.1.  It appears that some other part of the
makefile setup for OpenOffice3 is now responsible for inserting the
appropriate -Wl,-R/usr/X11R7/lib into the linker line.
The resulting package has been verify to build and start up, and
fixes PR#46131.  Bump pkgrevision.
2012-03-07 15:07:23 +00:00
wiz
a75b8bab3f Update to 1.1.20120215:
2012/02/15
	+ modify menubox.c to use the same improvement as in checklist.c
	+ improve auto width computation for checklist widget by using
	  dlg_calc_list_width as in the non-auto case (Edho Arief).
	+ eliminate some bashisms in the sample scripts (Pedro Giffuni).
	+ makefile fixes from FreeBSD ports (Li-Wen Hsu):
	  + make --with-package option of configure script work.
	  + get LIBTOOL_VERSION from configure script, needed by
	    ${LIBTOOL_VERSION} in LIBTOOL_CREATE (LIB_CREATE in configure and
	    aclocal.m4)
	+ update cs.po and sr.po from
		http://translationproject.org/latest/dialog/
	+ updated configure script macros, improving CF_XOPEN_SOURCE among
	  other fixes.
2012-03-07 14:45:55 +00:00
ryoon
9c53210756 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
obache
347f0a1182 Remove RCS tags from patches. 2012-03-05 12:15:59 +00:00
hans
a7e03f9d17 Fix patch sums. 2012-03-05 08:43:37 +00:00
wiz
b630ed46ca More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
7bbbf4e624 Uses cdefs. 2012-03-02 16:21:32 +00:00
taca
18105de893 Tweak dependency to ruby-rack.
Bump PKGREVISION.
2012-03-02 03:01:28 +00:00
hans
2043a3325b Fix build on SunOS.
- no more __P, just use ansi prototypes
- use sigprocmask instead of sigsetmask
- use dirent.h instead of sys/dir.h
2012-03-01 22:00:44 +00:00