Commit Graph

93362 Commits

Author SHA1 Message Date
giovanni
c1fa87162f Do not segfault while doing remote printing
rdp printng support has been rewritten in 1.1beta
and this bug has been fixed as well
ok sthen@ jasper@
2014-07-10 13:25:46 +00:00
giovanni
ab9d404dc2 regen patches, no pkg change 2014-07-10 13:20:46 +00:00
sthen
42c6117463 include errno.h 2014-07-10 13:15:22 +00:00
bentley
6b3bc7b7ef +dateutils 2014-07-10 13:11:11 +00:00
bentley
bee4caa98f Import dateutils-0.2.7.
Dateutils are a bunch of tools that revolve around fiddling with dates
and times in the command line with a strong focus on use cases that
arise when dealing with large amounts of financial data.

ok sthen@
2014-07-10 13:09:53 +00:00
ajacoutot
497984ddf0 rc.conf.local is in man(1) section 8, at least for now. 2014-07-10 13:09:06 +00:00
pirofti
90c360c0e2 Update to youtube-dl 2014.07.10
Adds support for:
	- allocine
	- drtv
	- motherless
	- npo
2014-07-10 13:04:28 +00:00
sthen
db27a034ac include errno.h 2014-07-10 13:01:57 +00:00
pirofti
6a667d4969 Update to youtube-dl to 2014.06.26.
This version also adds soundgasm extractor support.
2014-07-10 13:01:13 +00:00
espie
2d485753e3 bump 2014-07-10 13:00:13 +00:00
ajacoutot
5ecbbd0b5d rc.conf.local is always under /etc. 2014-07-10 12:58:31 +00:00
landry
6657fa2fd7 Unlink mozilla-sync. This allowed you to run your own Sync 1.1 server,
but the API has been deprecated since Gecko 29, and will completely stop
working with Gecko 31, due in some weeks.

Sync 1.5 is the new API, but requires 14 new python ports for the sync
server only, and also two new node.js daemons for Firefox Accounts,
requiring themselves bazillions of node.js modules, including the
monster phantomjs. Porting all this is a bit dauting. One can still try
fetching all the bits and run them locally, but i give up on porting
this. If you want to work on the port, contact me and i'll give you my WIP.

If you feel brave, here's the doc:
https://docs.services.mozilla.com/howtos/run-fxa.html
https://docs.services.mozilla.com/howtos/run-sync-1.5.html
2014-07-10 12:37:06 +00:00
sthen
01036bde53 mention that DISTNAME is still needed for github 2014-07-10 12:33:17 +00:00
sthen
a5ae46c1a7 add sample lines for fetching from github, ok rpe@ 2014-07-10 12:31:20 +00:00
ajacoutot
8976fa9085 Update to ski-6.8. 2014-07-10 12:07:06 +00:00
ajacoutot
f8135902b4 Update to singularity-0.30c. 2014-07-10 11:17:31 +00:00
rpe
36ac6aba66 Add commit id to ensure to fetch the exact same distfile even upstream
commits to the tag after the initial release.

OK sthen@
2014-07-10 11:14:20 +00:00
rpe
b0fefb1d19 Move ports that used filename{url}sufx to fetch DISTFILES from
Github to GH_ACCOUNT, GH_PROJECT, GH_TAGNAME, GH_COMMIT.

OK sthen@ jasper@ aja@
2014-07-10 11:06:37 +00:00
rpe
f2487b3796 Move ports that used filename{url}sufx to fetch DISTFILES from
Github to GH_ACCOUNT, GH_PROJECT, GH_TAGNAME, GH_COMMIT.

OK sthen@ jasper@ aja@
2014-07-10 11:06:15 +00:00
espie
1fea0013e2 ignore timestamp differences 2014-07-10 10:31:02 +00:00
sthen
386cce839c #include <sys/mutex.h>
typedef int boolean_t;
2014-07-10 10:26:47 +00:00
zhuk
d0790a8e9c Update HOMEPAGE of libktorrent and ktorrent-kde4. Remove stray stdc++ from
libktorrent while there.

Initial prodding from espie@
2014-07-10 10:24:59 +00:00
sthen
2b30b2337b include vmmeter.h 2014-07-10 10:21:41 +00:00
robert
deee1dcd29 unbreak after boehm-gc update 2014-07-10 10:19:45 +00:00
zhuk
1d94173ce6 Add a test for stdc++ and gcc4. 2014-07-10 10:04:34 +00:00
zhuk
e799c83cc1 Catch situations with both stdc++ in WANTLIB and gcc4 in MODULES, and give
clues what could be wrong. Inspired by recent switch of KDE4 to GCC 4.8.
2014-07-10 09:57:13 +00:00
ajacoutot
00b79d4125 Update to foo2zjs-20140627. 2014-07-10 09:47:21 +00:00
zhuk
4efd051c1a Yakuake is a drop-down terminal emulator based on Konsole technology.
Features:
  * Smoothly rolls down from the top of your screen
  * Tabbed interface
  * Configurable dimensions and animation speed
  * Skinnable
  * Sophisticated DCOP / D-Bus interface

This is a KDE4 version.

Okay landry@
2014-07-10 09:44:57 +00:00
zhuk
5d58c2b5e2 Sync KDcraw workaround patches with Digikam, allowing to use the former
on non-i386.
2014-07-10 09:10:13 +00:00
zhuk
0eca4da31c Link up eigen3. 2014-07-10 09:02:33 +00:00
zhuk
9082676804 Link up libkscreen and libqaccessibilityclient. 2014-07-10 09:02:07 +00:00
zhuk
568b949f0e Helper to make writing accessibility tools easier. Used by screen
readers for example.

Used at least by Artikulate from KDE 4.13.

okay landry@
2014-07-10 09:01:22 +00:00
zhuk
5d3208ad2f KDE's screen management library.
Used by Okular.

okay landry@
2014-07-10 09:00:47 +00:00
zhuk
064217f74c Eigen is a C++ template library for vector and matrix math.
Unlike most other linear algebra libraries, Eigen focuses on the
simple mathematical needs of applications: games and other OpenGL
apps, spreadsheets and other office apps, etc. Eigen is dedicated
to providing optimal speed with GCC.

This is used by some KDE applications. Probably some other ports will
pick up Eigen3, too, this will be dealt soon.

okay landry@
2014-07-10 08:59:52 +00:00
zhuk
e9881e9552 A slightly more correct define, removes unnecessary complilation warnings. 2014-07-10 08:53:36 +00:00
bentley
3f38538cd4 +cellwriter 2014-07-10 08:30:33 +00:00
zhuk
7f7e7c87b1 Actually, Artikulate is a edu application, not an accessiblity one. 2014-07-10 08:30:33 +00:00
bentley
fe872b259b Import cellwriter-1.3.5.
CellWriter is a grid-entry natural handwriting input panel. As you write
characters into the cells, your writing is instantly recognized at the
character level. When you press 'Enter' on the panel, the input you
entered is sent to the currently focused application as if typed on the
keyboard.

From Vasily Mikhaylichenko; ok sthen@
2014-07-10 08:30:01 +00:00
kirby
e3a4abefd0 Update to rawtherapee-4.1 with lots of new features and bugfixes.
With some help and testing from zhuk@, thanks!
2014-07-10 08:27:49 +00:00
zhuk
06095d9e9a Update this together with KDE, too.
Noticed by espie@
2014-07-10 08:23:34 +00:00
zhuk
29ddbc42bb Bump after switching KDE4 stuff to gcc4 module.
Noticed by espie@
2014-07-10 08:21:42 +00:00
zhuk
0041966013 Fix meta ports, noticed by espie@.
Since there was enough time, do not REVISION markers but bump them instead.
2014-07-10 08:19:47 +00:00
giovanni
fffc589434 bugfix update to 2.2.1 2014-07-10 08:18:37 +00:00
espie
4d5fd76109 bump 2014-07-10 08:18:35 +00:00
zhuk
6476a69b65 Add back patches that disable KDcraw usage on i386 until issues with ld.so
are resolved.
2014-07-10 08:06:40 +00:00
espie
496abda896 bump 2014-07-10 08:06:04 +00:00
ajacoutot
dc835a3ccc Update to xscreensaver-5.29. 2014-07-10 07:40:35 +00:00
espie
b21869cf20 bump 2014-07-10 07:39:40 +00:00
espie
2afcd4e344 bumpity bump 2014-07-10 07:38:23 +00:00
zhuk
f00f14b52d Link up ktoreent-kde4. 2014-07-10 07:37:46 +00:00