Commit Graph

93418 Commits

Author SHA1 Message Date
naddy
6e2c6ec44a maintenance update to 0.6; tested by bcallah@, ok maintainer 2014-07-09 14:55:24 +00:00
robert
84b0c4e96d remove old bogous patches 2014-07-09 14:43:34 +00:00
robert
b7ff8f2a83 update to 0.9.5 using the github repository which includes many fixes
including continuous segmentation faults
2014-07-09 14:34:54 +00:00
robert
b13d4fd0f1 update to boehm-gc 7.4.2 and libatomic_ops 7.4.0 and remove all
the patches that got integrated upstream
2014-07-09 14:31:10 +00:00
jasper
06e3a48bac set daemon_timeout a reasonble enough value to give this beast time to
shutdown cleanly.
2014-07-09 14:24:38 +00:00
ajacoutot
bd5a8990d9 Drop local shutdown patch and set daemon_timeout="31".
prodded by sthen@
2014-07-09 14:19:58 +00:00
benno
6654e09ed7 hook up sysutils/relayd-updateconf
ok sthen@
2014-07-09 14:01:13 +00:00
ajacoutot
263e87081e These need textproc/intltool in MODULES since they are not GNOME_PROJECT
ports.
2014-07-09 13:55:59 +00:00
ajacoutot
df6d7b8f81 Only add the textproc/intltool to MODULES for GNOME_PROJECT ports.
discussed with jasper@ and landry@
2014-07-09 13:55:19 +00:00
benno
ce6cd04280 import new port for relayd-updateconf, a utility to help to convert
relayd config files across a major configuration syntax change, in its
current version from OpenBSD 5.5 to OpenBSD 5.6 syntax. 
relayd-updateconf was written by Andre de Oliveira.
ok sthen@
2014-07-09 13:54:42 +00:00
robert
bdb50a0af5 unbreak after mono update 2014-07-09 13:51:33 +00:00
ajacoutot
c5e05e414c Update to gbrainy-2.2.3. 2014-07-09 13:51:16 +00:00
robert
728021efd0 update to 1.1 to unbreak after the mono update 2014-07-09 13:46:35 +00:00
bcallah
079f08b740 Update to 2.3.1 and fix the MODPY_ADJ_FILE line.
ok aja@
2014-07-09 13:36:24 +00:00
zhuk
03f26bc045 libalkimia is a library with common classes and functionality used
by finance applications for the KDE SC. Currently it supports a
common class to represent monetary values with arbitrary precision.

This is a KMyMoney requirement.

Reviewed by landry@, also tested by nigel@ some time ago.
2014-07-09 13:07:23 +00:00
zhuk
596a20fa1d LibRCPS is a library for calculating resource constrained project
scheduling problems using genetic algorithms.

This is a requirement for modern Digikam.

Reviewed by landry@.
2014-07-09 12:57:57 +00:00
zhuk
73d1281aa1 Link in kile-kde4, reminded by sthen@. 2014-07-09 12:42:30 +00:00
zhuk
05dfe064b9 Kile is a user-friendly TeX/LaTeX editor for KDE. The main features are:
* Auto-completion of (La)TeX commands.
  * Templates and wizards make starting a new document very little work.
  * Easy insertion of many standard tags and symbols and the option to
    define (an arbitrary number of) user defined tags.
  * Easy finding chapter or sections.
  * Collecting documents that belong together into a project.
  * Easy insertion of citations and references when using projects.
  * Flexible and smart build system to compile your LaTeX documents.
  * QuickPreview, preview a selected part of your document.
  * Easy access to various help sources.
  * Advanced editing commands.

Initial port by Amit Kulkarni, reviewed by landry@.
2014-07-09 12:13:54 +00:00
espie
6fdf593e02 much simpler reorder packages fix 2014-07-09 11:39:24 +00:00
robert
82213749fe update to mono-3.4.0 2014-07-09 11:39:16 +00:00
ajacoutot
18301898d3 One MODULES line is enough. 2014-07-09 11:32:09 +00:00
zhuk
a46962af89 Link in kdevplatform and kdevelop. 2014-07-09 11:31:31 +00:00
zhuk
d4f823bd59 KDevelop is a free, open source cross-platform IDE. It is a
feature-full, plugin extensible IDE for C/C++ and other programming
languages. It is based on KDevPlatform, and the KDE and Qt libraries
and is under development since 1998.

This and previous (devel/kdevplatform) were okay landry@.
2014-07-09 11:30:28 +00:00
zhuk
4e69ae413d KDevPlatform is a free, open source set of libraries that can be
used as a foundation for IDE-like programs. It is programing-language
independent, and is planned to be used by programs like: KDevelop,
Quanta, Kile, KTechLab ... etc.
2014-07-09 11:29:15 +00:00
espie
5ce51d54dd add glue necessary for check-lib-depends to scan out-of-order packages
problem noticed by Giovanni Bechis
2014-07-09 11:26:11 +00:00
sthen
619a23f37c add these so uvm.h can be included.
#include <sys/mutex.h>
typedef int boolean_t;
2014-07-09 11:23:34 +00:00
zhuk
deb2801fdf Link in qt-gstreamer. 2014-07-09 10:55:12 +00:00
zhuk
606c656533 Link in akonadi-googledata and libgcal. 2014-07-09 10:54:38 +00:00
zhuk
e51a1fd07a Akonadi-googledata allows you to syncronize Akonadi with your Google
calendar and contacts.

Passwords will be stored in KWallet, for while only 1 account is
allowed. For hosted accounts (i.e. joe.bar@whatever.com), just input
the whole username plus server name in configuration dialog (i.e.
joe.bar@whatever.com). For normal google accounts (i.e. joe@gmail.com),
just the username is required (i.e. joe).

Only the main calendar is supported.

Recurrent events are not supported, the reason: Google uses an
invalid iCal inside of the XML to represent recurrence).

okay landry@
2014-07-09 10:52:54 +00:00
zhuk
0875024119 libgcal is an ANSI C library that does allow communication with
google calendar and contacts, useful if you need to support this
in a C or C++ application.

Currently, libgcal implements:

 - authentication
 - get all events/contacts
 - atom stream parsing
 - access to individual events/contacts
 - add/delete/edit using gcal objects
 - add/delete/edit using raw XML
 - query for updated events/contacts
 - timezone
 - contact photo download/upload

What is missing: batch commit, calendar (creation of recurrent
events), support other calendars (only the main calendar is currently
supported).

This is a hard dependency for upcoming akonadi-googledata port.

okay landry@
2014-07-09 10:51:26 +00:00
sthen
0dafbc2209 fix following header changes, drop USE_GROFF while there 2014-07-09 10:45:16 +00:00
zhuk
d9006c6f32 QtGStreamer is a set of libraries providing C++ bindings for GStreamer
with a Qt-style API, plus some helper classes and elements for
integrating GStreamer better in Qt applications. The goal of this
module is to allow easy use of GStreamer for applications targetting
MeeGo Mobile or the KDE desktop.

This will be used by KDE4 soon. Note that (sadly) the ported version uses
GStreamer 0.10 still because KDE4 Phonon GStreamer backend still relies on
it, too. Things would change at the next KDE major release, hopefully.

okay landry@
2014-07-09 10:41:13 +00:00
sthen
83f752bd84 update to OpenConnect 6.00 2014-07-09 10:28:49 +00:00
robert
09ffc3e0bc trailing whitespace cleanup 2014-07-09 10:28:42 +00:00
robert
5e974ec283 add support for fetching distfiles from github
the following variables can be used, all of them besides
GH_TAGNAME is mandatory

GH_TAGNAME ?=
GH_COMMIT ?=
GH_ACCOUNT ?=
GH_PROJECT ?=

ok espie@
2014-07-09 10:27:11 +00:00
ajacoutot
60303ef823 Update to p5-Locale-Hebrew-1.05. 2014-07-09 09:54:13 +00:00
ajacoutot
e70c3524bd Update to p5-MARC-Record-2.0.6. 2014-07-09 09:52:54 +00:00
ajacoutot
2a744345d2 Update to vms-empire-1.12. 2014-07-09 09:50:22 +00:00
ajacoutot
69973a92fe Update to pokerth-1.1.1. 2014-07-09 09:40:49 +00:00
kirby
d5b7649053 - Berlios is almost dead, so update homepage url
- regen distinfo while here
2014-07-09 09:24:47 +00:00
ajacoutot
8a200afb89 Update to libircclient-1.8. 2014-07-09 09:16:20 +00:00
ajacoutot
05b3b0edee No need for gettext. 2014-07-09 09:16:05 +00:00
jasper
f200ad7e86 - update to puppetdb-2.1.0
* http://docs.puppetlabs.com/puppetdb/latest/release_notes.html#section
2014-07-09 08:31:51 +00:00
pascal
01cc70a862 Add patch in attempt to fix an occasionally unmet dependency on buildinfo.h
problem reported by naddy@ sthen@ espie@, let's see if this fixes things.
2014-07-08 23:17:47 +00:00
jca
18fd7693f9 Kill mailcrypt, PGP interface for old emacsen. The packaging is broken.
ok sthen@
2014-07-08 20:23:28 +00:00
ajacoutot
1630677003 Update to trytond-module-stock_forecast-3.2.1. 2014-07-08 20:13:45 +00:00
ajacoutot
16bbfe4e9b Update to trytond-module-stock-3.2.1. 2014-07-08 20:13:31 +00:00
ajacoutot
c18ee33455 Update to trytond-module-sale_shipment_grouping-3.2.1. 2014-07-08 20:13:14 +00:00
ajacoutot
295e401d08 Update to trytond-module-sale_invoice_grouping-3.2.1. 2014-07-08 20:12:58 +00:00
ajacoutot
8dca178aab Update to trytond-module-party_relationship-3.2.1. 2014-07-08 20:12:43 +00:00