[kde-freebsd] [SVN Commit] branches/plasma5/CALLIGRA/editors/calligra-l10n

2016-03-20 Thread Tobias Berner
SVN commit 12156 by tcberner:

Fix USES lines... well that's embarassing...

 M  +1 -2  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/net/kio-upnp-ms

2016-03-20 Thread Tobias Berner
SVN commit 12153 by tcberner:

Fix build.
1) make cmake happy
2) fix hupnp detection



 M  +1 -1  Makefile  
 A files (directory)  
 AMfiles/patch-CMakeLists.txt  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/KDE/sysutils/kdeadmin

2016-03-20 Thread Tobias Berner
SVN commit 12152 by tcberner:

In r12049 the makefile was simplified and kde:5 was dropped from the USES line. 
This in turn made KDE_APPLICATIONS_VERSION, and therefore PORTVERSION 
undefined. Readd it.

 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] Qt documentation generation

2016-03-20 Thread Ralf Nolden

Hi,

after some discussion on IRC, here's two links to a proof of concept of an 
alternative way how we can get the qt docs generated and packaged:

qt5-doc.tar

https://share.kde.org/index.php/s/pQqSl2roFbYsrws

qt5-qdoc.tar

https://share.kde.org/index.php/s/vTqDTyIyRCxdZnj

1. the qdoc binary is needed to generate the html docs and has the least 
dependencies (qtcore and qtxml only).

2. the qch files for creator and assistant are generated with qhelpgenerator 
which is part of qt5-help, so a lot further down the dependency line

The idea is a two step approach:

1. when building qdoc, in one go also generate the html docs with it out of 
the qtbase sources for:

-qdoc itself
-qmake (which is at the beginning of the dependency line)
-qtcore
-qtxml

All other html docs generation can be placed into their respecitve ports 
(qtconcurrent, qtsql etc.) with a copy+paste from the qdoc port's makefile.

This also generates and installs a qhp file for each library that gets 
installed and which can be used by qhelpgenerator in step 2.

2. in the qt5-doc port, generate the html docs of the qtdoc source submodule 
(which is in qt5/distinfo already) and generate the qch file as well by calling 
qhelpgenerator implicitely through "make docs" (see makefile)

Then, for all installed qhp files of the qt ports, generate the qch files:

${QT_BINDIR}/qhelpgenerator ${QT_DOCDIR}/qmake/qmake.qhp -o 
${STAGEDIR}/${QT_DOCDIR}/qmake.qch

(as an example)

So, the qt5-doc package generates the html doc of the topmost html qt docs 
(that require all other ports being installed with their html docs to create 
the links), plus generates the qtcreator/assistant readable qch files.

The plus side of this approach compared to the previous attempt (extracting 
all submodule sources and re-combine them to a whole sourcetree, then generate 
the stuff) is:
- we have html docs already in place with each submodule except qtcore and 
qtxml (which are required for qdoc, but get generated there)
- easy to maintain the doc files generated when we switch from version to 
version of qt

What is currently left out are the examples that are build in the previous 
older port I mailed IIRC last year also. An idea to those could be to build 
and install them with each port (or build them optionally)

Any feedback welcome.
-- 
Kind regards,

Ralf Nolden

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/devel/kdevplatform-kf5

2016-03-20 Thread Tobias Berner
SVN commit 12151 by tcberner:

Drop unnecessary dependeny on QT5 'declarative'

 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/qt-5.6/QT/devel/qtcreator

2016-03-20 Thread Tobias Berner
SVN commit 12150 by tcberner:

Merge ^/trunk/area51 12129

 M  +9 -3  Makefile  
 M  +2 -2  distinfo  
 M  +4 -2  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/QT/devel/qtcreator

2016-03-20 Thread Tobias Berner
SVN commit 12149 by tcberner:

Merge ^/trunk/area51 12129

 M  +9 -3  Makefile  
 M  +2 -2  distinfo  
 M  +4 -2  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/KDE/math/kalgebra

2016-03-20 Thread Tobias Berner
SVN commit 12148 by tcberner:

Drop unnecessary dependency on QT5 'declarative'. 

While doing that, also update QT5/KDE dependencies from the current cmake file.



 M  +3 -3  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/KDE/print/kde-print-manager

2016-03-20 Thread Tobias Berner
SVN commit 12147 by tcberner:

Import r410825 from ports:
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.



 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/KDE/deskutils/kdepim-runtime-kf5

2016-03-20 Thread Tobias Berner
SVN commit 12146 by tcberner:

Drop unnecessary dependeny on QT5 'declarative'

 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5

2016-03-20 Thread Tobias Berner
SVN commit 12145 by tcberner:

Merge ^/trunk/area51 12141-12142

 _M. (directory)  
 M  +55 -54CALLIGRA/chinese/calligra-l10n-zh_CN/pkg-plist  
 M  +53 -52CALLIGRA/chinese/calligra-l10n-zh_TW/pkg-plist  
 M  +71 -70CALLIGRA/editors/calligra-l10n-bs/pkg-plist  
 M  +92 -91CALLIGRA/editors/calligra-l10n-ca/pkg-plist  
 M  +71 -70CALLIGRA/editors/calligra-l10n-ca_valencia/pkg-plist  
 M  +71 -70CALLIGRA/editors/calligra-l10n-cs/pkg-plist  
 M  +71 -70CALLIGRA/editors/calligra-l10n-da/pkg-plist  
 M  +55 -54CALLIGRA/editors/calligra-l10n-el/pkg-plist  
 M  +71 -70CALLIGRA/editors/calligra-l10n-en_GB/pkg-plist  
 M  +121 -120  CALLIGRA/editors/calligra-l10n-es/pkg-plist  
 M  +95 -94CALLIGRA/editors/calligra-l10n-et/pkg-plist  
 M  +72 -71CALLIGRA/editors/calligra-l10n-fi/pkg-plist  
 M  +70 -57CALLIGRA/editors/calligra-l10n-gl/pkg-plist  
 M  +95 -94CALLIGRA/editors/calligra-l10n-it/pkg-plist  
 M  +58 -57CALLIGRA/editors/calligra-l10n-kk/pkg-plist  
 M  +62 -61CALLIGRA/editors/calligra-l10n-nb/pkg-plist  
 M  +167 -166  CALLIGRA/editors/calligra-l10n-nl/pkg-plist  
 M  +71 -70CALLIGRA/editors/calligra-l10n-sk/pkg-plist  
 M  +204 -203  CALLIGRA/editors/calligra-l10n-sv/pkg-plist  
 M  +71 -70CALLIGRA/editors/calligra-l10n-tr/pkg-plist  
 M  +6 -3  CALLIGRA/editors/calligra-l10n/files/bsd.l10n.mk  
 M  +103 -101  CALLIGRA/french/calligra-l10n/pkg-plist  
 M  +95 -94CALLIGRA/german/calligra-l10n/pkg-plist  
 M  +60 -59CALLIGRA/hungarian/calligra-l10n/pkg-plist  
 M  +71 -70CALLIGRA/japanese/calligra-l10n/pkg-plist  
 M  +71 -70CALLIGRA/polish/calligra-l10n/pkg-plist  
 M  +95 -94CALLIGRA/portuguese/calligra-l10n-pt_BR/pkg-plist  
 M  +95 -94CALLIGRA/portuguese/calligra-l10n/pkg-plist  
 M  +70 -69CALLIGRA/russian/calligra-l10n/pkg-plist  
 M  +160 -159  CALLIGRA/ukrainian/calligra-l10n/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/finance/skrooge

2016-03-20 Thread Tobias Berner
SVN commit 12144 by tcberner:

Update skrooge to 2.3.0 

While doing that, also make the dependency on databases/sqlcipher for 
encrypted databases optional.




 M  +15 -4 Makefile  
 M  +2 -2  distinfo  
 AMfiles/patch-CMakeLists.txt  
 AMfiles/patch-skrooge_CMakeLists.txt  
 D files/patch-skrooge__CMakeLists.txt  
 M  +35 -26pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/deskutils/zanshin

2016-03-20 Thread Tobias Berner
SVN commit 12143 by tcberner:

Update to 0.3.1

 M  +1 -1  Makefile  
 M  +2 -2  distinfo  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/CALLIGRA

2016-03-20 Thread Tobias Berner
SVN commit 12142 by tcberner:

Introduce a plist-sub "LANG". This simplifies modifying multiple l10n-plists 
at once, because on does not have to care about /lang/ anymore.



 M  +55 -55chinese/calligra-l10n-zh_CN/pkg-plist  
 M  +53 -53chinese/calligra-l10n-zh_TW/pkg-plist  
 M  +71 -71editors/calligra-l10n-bs/pkg-plist  
 M  +92 -92editors/calligra-l10n-ca/pkg-plist  
 M  +71 -71editors/calligra-l10n-ca_valencia/pkg-plist  
 M  +71 -71editors/calligra-l10n-cs/pkg-plist  
 M  +71 -71editors/calligra-l10n-da/pkg-plist  
 M  +55 -55editors/calligra-l10n-el/pkg-plist  
 M  +71 -71editors/calligra-l10n-en_GB/pkg-plist  
 M  +121 -121  editors/calligra-l10n-es/pkg-plist  
 M  +95 -95editors/calligra-l10n-et/pkg-plist  
 M  +72 -72editors/calligra-l10n-fi/pkg-plist  
 M  +70 -70editors/calligra-l10n-gl/pkg-plist  
 M  +95 -95editors/calligra-l10n-it/pkg-plist  
 M  +58 -58editors/calligra-l10n-kk/pkg-plist  
 M  +62 -62editors/calligra-l10n-nb/pkg-plist  
 M  +167 -167  editors/calligra-l10n-nl/pkg-plist  
 M  +71 -71editors/calligra-l10n-sk/pkg-plist  
 M  +204 -204  editors/calligra-l10n-sv/pkg-plist  
 M  +71 -71editors/calligra-l10n-tr/pkg-plist  
 M  +2 -0  editors/calligra-l10n/files/bsd.l10n.mk  
 M  +103 -103  french/calligra-l10n/pkg-plist  
 M  +95 -95german/calligra-l10n/pkg-plist  
 M  +60 -60hungarian/calligra-l10n/pkg-plist  
 M  +71 -71japanese/calligra-l10n/pkg-plist  
 M  +71 -71polish/calligra-l10n/pkg-plist  
 M  +95 -95portuguese/calligra-l10n-pt_BR/pkg-plist  
 M  +95 -95portuguese/calligra-l10n/pkg-plist  
 M  +70 -70russian/calligra-l10n/pkg-plist  
 M  +160 -160  ukrainian/calligra-l10n/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/CALLIGRA

2016-03-20 Thread Tobias Berner
SVN commit 12141 by tcberner:

Fix plists

 M  +1 -0  chinese/calligra-l10n-zh_CN/pkg-plist  
 M  +1 -0  chinese/calligra-l10n-zh_TW/pkg-plist  
 M  +1 -0  editors/calligra-l10n-bs/pkg-plist  
 M  +1 -0  editors/calligra-l10n-ca/pkg-plist  
 M  +1 -0  editors/calligra-l10n-ca_valencia/pkg-plist  
 M  +1 -0  editors/calligra-l10n-cs/pkg-plist  
 M  +1 -0  editors/calligra-l10n-da/pkg-plist  
 M  +1 -0  editors/calligra-l10n-el/pkg-plist  
 M  +1 -0  editors/calligra-l10n-en_GB/pkg-plist  
 M  +1 -0  editors/calligra-l10n-es/pkg-plist  
 M  +1 -0  editors/calligra-l10n-et/pkg-plist  
 M  +1 -0  editors/calligra-l10n-fi/pkg-plist  
 M  +13 -0 editors/calligra-l10n-gl/pkg-plist  
 M  +1 -0  editors/calligra-l10n-it/pkg-plist  
 M  +1 -0  editors/calligra-l10n-kk/pkg-plist  
 M  +1 -0  editors/calligra-l10n-nb/pkg-plist  
 M  +1 -0  editors/calligra-l10n-nl/pkg-plist  
 M  +1 -0  editors/calligra-l10n-sk/pkg-plist  
 M  +1 -0  editors/calligra-l10n-sv/pkg-plist  
 M  +1 -0  editors/calligra-l10n-tr/pkg-plist  
 M  +2 -0  french/calligra-l10n/pkg-plist  
 M  +1 -0  german/calligra-l10n/pkg-plist  
 M  +1 -0  hungarian/calligra-l10n/pkg-plist  
 M  +1 -0  japanese/calligra-l10n/pkg-plist  
 M  +1 -0  polish/calligra-l10n/pkg-plist  
 M  +1 -0  portuguese/calligra-l10n-pt_BR/pkg-plist  
 M  +1 -0  portuguese/calligra-l10n/pkg-plist  
 M  +1 -0  russian/calligra-l10n/pkg-plist  
 M  +1 -0  ukrainian/calligra-l10n/pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/graphics/okular-backend-mupdf

2016-03-20 Thread Tobias Berner
SVN commit 12140 by tcberner:

Linking failed since -L/usr/local/lib was no longer passed. Enforce this, by 
using 'localbase'.

 M  +1 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/plasma5/PORTS/graphics/okular-backend-mupdf

2016-03-20 Thread Tobias Berner
SVN commit 12139 by tcberner:

GH_PROJECT is redundant. Drop it.

 M  +0 -1  Makefile  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] branches/qt-5.6/QT/devel/dbus-qt5

2016-03-20 Thread Tobias Berner
SVN commit 12112 by tcberner:

Add the patches suggested in 
https://mail.kde.org/pipermail/kde-distro-packagers/2016-March/000138.html
so that plasma works with qt5-dbus-5.6.0



 A files (directory)  
 A files/patch-cr-151340  
 A files/patch-cr-151459  
 A files/patch-cr-151496  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information