aboutsummaryrefslogtreecommitdiff
path: root/german
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 4.5.14.Boris Samorodov2013-08-231-2/+2
| | | | Notes: svn path=/head/; revision=325254
* Update to 4.0.5.Jung-uk Kim2013-08-221-4/+4
| | | | Notes: svn path=/head/; revision=325230
* - Update to 2013.08.18Sunpoet Po-Chuan Hsieh2013-08-192-3/+3
| | | | Notes: svn path=/head/; revision=324961
* - Update to 2013.08.11Sunpoet Po-Chuan Hsieh2013-08-162-3/+3
| | | | Notes: svn path=/head/; revision=324794
* - Convert to new perl frameworkAndrej Zverev2013-08-041-2/+2
| | | | | | | Approved by: bapt@ (office@) Notes: svn path=/head/; revision=324225
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-2613-2937/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - fix buildOlli Hauer2013-07-201-1/+2
| | | | | | | Thanks to tijl@ Notes: svn path=/head/; revision=323350
* - Update to 3.5.2Martin Wilke2013-07-193-4/+4
| | | | | | | | - Pet portlint - While here trim header Notes: svn path=/head/; revision=323324
* Fix INDEX by really fixing the kde4-l10n portsBaptiste Daroussin2013-07-101-0/+1
| | | | Notes: svn path=/head/; revision=322618
* KDE4 l10n fixes.Raphael Kubo da Costa2013-07-092-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1] Notes: svn path=/head/; revision=322586
* - Convert USE_GMAKE to USES=gmakeEmanuel Haupt2013-07-081-5/+1
| | | | | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header Notes: svn path=/head/; revision=322530
* Update to version 4.5.13.Boris Samorodov2013-07-071-2/+2
| | | | Notes: svn path=/head/; revision=322455
* - Fix plistLars Engels2013-07-062-7/+3
| | | | | | | | | | - While here, use new Makefile header PR: ports/180281 Submitted by: maintainer Notes: svn path=/head/; revision=322373
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. Notes: svn path=/head/; revision=322300
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-021-2/+2
| | | | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. Notes: svn path=/head/; revision=322191
* New ports for bugzilla44Olli Hauer2013-06-206-0/+339
| | | | | | | | | | | | - devel/bugzilla44 - japanese/bugzilla44 - german/bugzilla44 Release Notes: http://www.bugzilla.org/releases/4.4/release-notes.html Notes: svn path=/head/; revision=321429
* Update to 4.0.4.Jung-uk Kim2013-06-191-4/+4
| | | | Notes: svn path=/head/; revision=321324
* Update to version 4.5.12.Boris Samorodov2013-06-101-2/+2
| | | | Notes: svn path=/head/; revision=320451
* - update bugzilla42 to version 4.2.6 (bugfix release)Olli Hauer2013-05-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | - remove RUN_DEPENDS for (already expired) perl 5.10 - update german/bugzilla42 - set expiration date for bugzilla3 The following important fixes/changes have been made in this release: o MySQL 5.6 is now supported. (Bug 852560) o A regression introduced in Bugzilla 4.2.4 made Oracle crash when installing Bugzilla for the first time. (Bug 858911) o If a custom field depends on a product, component or classification, the "mandatory" bit was ignored on bug creation. (Bug 782210) o Queries involving flags were broken in several ways. These queries have been fixed. (Bug 828344) o Tabular reports involving the empty resolution did not link bug counts correctly. (Bug 212471) o The Bug.search WebService method was returning all visible bugs when called with no arguments, ignoring the max_search_results and search_allow_no_criteria parameters. (Bug 859118) Release Notes: http://www.bugzilla.org/releases/4.2.6/release-notes.html Notes: svn path=/head/; revision=318912
* - Update MASTER_SITES and COMMENTWen Heping2013-05-191-3/+4
| | | | | | | | | | | - Add CONFLICTS - Trim Makefile headers PR: 178161 Submitted by: Matthias Petermann <matthias@petermann.it> (maintainer) Notes: svn path=/head/; revision=318479
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!Max Brazhnikov2013-05-182-4/+3
| | | | | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself. Notes: svn path=/head/; revision=318452
* Update to 4.0.3.Jung-uk Kim2013-05-091-4/+4
| | | | Notes: svn path=/head/; revision=317743
* - Update to 2013.05.05Sunpoet Po-Chuan Hsieh2013-05-082-3/+3
| | | | Notes: svn path=/head/; revision=317662
* Add some shebangfix to allow building most of the ports tree without ↵Baptiste Daroussin2013-05-071-5/+2
| | | | | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts Notes: svn path=/head/; revision=317605
* Chase textproc/libebml, multimedia/libmatroska update.Emanuel Haupt2013-05-061-1/+1
| | | | | | | Approved by: multimedia (bapt, kwm) Notes: svn path=/head/; revision=317561
* Update to 3.18.Stefan Walter2013-04-274-19/+78
| | | | | | | | PR: 177033 Submitted by: Slaven Rezic (maintainer) Notes: svn path=/head/; revision=316659
* - Convert USE_GETTEXT to USES (part 2)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316434
* Update to version 4.5.10.Boris Samorodov2013-04-231-2/+2
| | | | Notes: svn path=/head/; revision=316317
* Update to 4.0.2.Jung-uk Kim2013-04-161-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315901
* - Update Calligra and l10n ports to 2.6.2:Alberto Villa2013-03-292-7/+5
| | | | | | | | | | | | | * Japanese translation is stuck at 2.5.5; * Southern Catalan translation is now up to date; * Bosnian, Slovenian and Turkish translations were added. This update brings several new features and the new Calligra Author; for a full list, please read 2.6 release notes: http://www.calligra.org/news/calligra-2-6-released Notes: svn path=/head/; revision=315586
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!Max Brazhnikov2013-03-274-36/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner Notes: svn path=/head/; revision=315373
* Update to version 4.5.9.Boris Samorodov2013-03-102-3/+2
| | | | Notes: svn path=/head/; revision=313845
* Update to 4.0.1.Jung-uk Kim2013-03-081-4/+4
| | | | Notes: svn path=/head/; revision=313667
* - remove german, french and japanese localization of www/MT. They wereRuslan Makhmatkhanov2013-02-233-22/+0
| | | | | | | | | | merged into main port since version 5.2 (will go in it's own commit) PR: 172319 Submitted by: Submitted by: Takefu <takefu@airport.fm> (maintainer) Notes: svn path=/head/; revision=312841
* - update german bugzilla templatesOlli Hauer2013-02-216-9/+9
| | | | Notes: svn path=/head/; revision=312710
* Merge from area51 repository:Max Brazhnikov2013-02-052-3/+3
| | | | | | | | | | | - Update to 2.5.5 - Convert to new options framework - minor cleanups Courtesy of: avilla Notes: svn path=/head/; revision=311700
* Update to 3.6.5.Jung-uk Kim2013-02-041-4/+4
| | | | Notes: svn path=/head/; revision=311644
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!Max Brazhnikov2013-02-034-32/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger Notes: svn path=/head/; revision=311483
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-031-1/+1
| | | | | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip Notes: svn path=/head/; revision=311476
* Update to 3.5.1.Xin LI2013-01-302-5/+4
| | | | | | | | | PR: ports/175682 Approved by: miwi (maintainer) Security: 559e00b7-6a4d-11e2-b6b0-10bf48230856 Notes: svn path=/head/; revision=311193
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-0/+1
| | | | Notes: svn path=/head/; revision=310871
* - Update to 3.1.0Lars Engels2013-01-173-7/+13
| | | | | | | - Add a .desktop entry Notes: svn path=/head/; revision=310560
* - Change MAINTAINER addressThomas Abthorpe2013-01-092-10/+2
| | | | | | | | - Trim headers while I am here - Clean up some trailing whitespace Notes: svn path=/head/; revision=310162
* Fix pkg-descr, this is a KDE4 port, not a KDE3 one.Raphael Kubo da Costa2012-12-301-1/+1
| | | | | | | Submitted by: Tobias Berner on #kde-freebsd Notes: svn path=/head/; revision=309678
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8Beat Gaetzi2012-12-302-0/+6
| | | | | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe Notes: svn path=/head/; revision=309662
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-12-291-6/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=309602
* 2012-11-27 java/jmp: Java 1.5 is EOLedBaptiste Daroussin2012-11-285-71/+0
| | | | | | | | | | | | | | | | | | | 2012-11-26 irc/tr-ircd: No more public distfiles 2012-11-26 lang/imp-interpreter: No more public distfiles 2012-11-26 games/xquarto: No more public distfiles 2012-11-26 games/six: No more public distfiles 2012-11-26 finance/gfp: No more public distfiles 2012-11-26 games/44bsd-hunt: No more public distfiles 2012-11-26 graphics/ale: No more public distfiles 2012-11-26 german/digibux: No more public distfiles 2012-11-26 java/eclipse-clay-core: No more public distfiles 2012-11-26 games/xbloody: No more public distfiles 2012-11-26 dns/sqldjbdns: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=307898
* - update german and russian bugzilla templates to official new versionsOlli Hauer2012-11-169-240/+21
| | | | | | | | | - remove hotfixes from german templates Feature safe: yes Notes: svn path=/head/; revision=307474
* - fix german bugzilla templates (security fixes)Olli Hauer2012-11-146-13/+231
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307430
* Remove the patch to poll.C (note the uppercase .C extension). It is aNick Hibma2012-11-011-11/+0
| | | | | | | | | | duplicate of the patch to poll.c (lower case .c). Noted by: case insensitive file system Feature safe: yes Notes: svn path=/head/; revision=306783