aboutsummaryrefslogtreecommitdiff
path: root/ukrainian
Commit message (Collapse)AuthorAgeFilesLines
* Remove ispell which is deprecated for long, consider using aspell instead or ↵Baptiste Daroussin2014-01-296-58/+0
| | | | | | | | | | | | | | | | | | | | | | | the aspell-ispell wrapper french/ispell german/ispell german/ispell-alt german/ispell-neu hungarian/ispell polish/ispell portuguese/ispell-pt_BR russian/rus-ispell textproc/british-ispell textproc/es-ispell textproc/ispell textproc/it-ispell textproc/nl-ispell textproc/sk-ispell ukrainian/ispell Notes: svn path=/head/; revision=341681
* - Update to 1.7.0Sunpoet Po-Chuan Hsieh2013-12-302-4/+3
| | | | Notes: svn path=/head/; revision=338075
* - Update to 1.7.0Sunpoet Po-Chuan Hsieh2013-12-302-4/+6
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=338074
* - Update Calligra Suite to 2.7.5.Alberto Villa2013-12-163-3/+8
| | | | | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released Notes: svn path=/head/; revision=336675
* - use STAGEDIRDirk Meyer2013-11-291-1/+0
| | | | Notes: svn path=/head/; revision=335144
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-11-172-2/+2
| | | | Notes: svn path=/head/; revision=334111
* StagifyBaptiste Daroussin2013-11-041-4/+3
| | | | | | | Use bsdtar to extract Notes: svn path=/head/; revision=332695
* StagifyBaptiste Daroussin2013-11-041-3/+2
| | | | | | | Use bsdtar to extract Notes: svn path=/head/; revision=332691
* Support stage, use bsdtar to extractBaptiste Daroussin2013-11-041-3/+2
| | | | Notes: svn path=/head/; revision=332687
* StagifyBaptiste Daroussin2013-11-041-1/+0
| | | | | | | | Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts) Always install manpages for aspell. Notes: svn path=/head/; revision=332672
* - Update to 4.0.6.Jung-uk Kim2013-10-252-5/+4
| | | | | | | - Support staging. Notes: svn path=/head/; revision=331614
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2012-30/+16
| | | | | | | ukrainian) Notes: svn path=/head/; revision=327774
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-161-2/+1
| | | | | | | - Cleanup Makefile header Notes: svn path=/head/; revision=327422
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+1
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327414
* 1. Introduce using iconv with arguments:Boris Samorodov2013-09-021-3/+1
| | | | | | | | | | | | | | | | | | | | . lib (default, implicit); . build, . patch. The default is the same, all existing ports stay valid. 2. Introduce variable ICONV_CMD with default to ${LOCALBASE}/bin/iconv. It is intended to get the value of /usr/bin/iconv at recent 10.x. 3. Adopt all ports to using USES+= icomv:build and iconv:patch and change iconv (executable) at Makefile commands to ${ICONV_CMD} at those ports. Submitted by: bsam (me, via e-mail) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325937
* Update to 4.0.5.Jung-uk Kim2013-08-221-4/+4
| | | | Notes: svn path=/head/; revision=325230
* ukrainian/webalizer: Fix gd dependencyJohn Marino2013-08-181-6/+2
| | | | | | | | | Also trim the header while here. Approved by: culot (mentor) Notes: svn path=/head/; revision=324897
* - Convert to new perl frameworkAndrej Zverev2013-08-042-3/+4
| | | | | | | Approved by: bapt@ (office@) Notes: svn path=/head/; revision=324225
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-265-674/+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
* Mark job unsafe and convert to USES=gmakeBaptiste Daroussin2013-07-101-6/+4
| | | | Notes: svn path=/head/; revision=322643
* 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
* 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
* Update to 4.0.4.Jung-uk Kim2013-06-191-4/+4
| | | | Notes: svn path=/head/; revision=321324
* - Don't remove directories not created by this portMartin Wilke2013-06-191-2/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321267
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!Max Brazhnikov2013-05-182-4/+2
| | | | | | | | | - 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
* 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
* - 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 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-5/+8
| | | | | | | | | | | | | * 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-43/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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 4.0.1.Jung-uk Kim2013-03-081-4/+4
| | | | Notes: svn path=/head/; revision=313667
* 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/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8Beat Gaetzi2012-12-301-0/+3
| | | | | | | | | | | 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
* - Update to 3.5.7.Jung-uk Kim2012-10-262-9/+4
| | | | | | | | | - Trim Makefile headers. Feature safe: yes Notes: svn path=/head/; revision=306473
* - Update Calligra Suite to 2.5.2.Alberto Villa2012-09-161-2/+2
| | | | | | | | | | This release contains a number of important bug fixes to 2.5.1 and we recommend everybody to update as soon as possible. An overview of the most important fixes can be found in the release notes: http://www.calligra.org/news/calligra-2-5-2-released Notes: svn path=/head/; revision=304374
* - Update Calligra to 2.5.1.Alberto Villa2012-09-012-7/+2
| | | | | | | | | | | | - Remove header from Makefiles. This release contains a number of important bug fixes to 2.5.0 and we recommend everybody to update. Release notes can be found in the official announcement: http://www.calligra.org/news/calligra-2-5-1-released Notes: svn path=/head/; revision=303464
* The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,Alberto Villa2012-08-252-15/+3
| | | | | | | | | | | | | | | | | | | | | | coming to the ports tree after a short testing period which showed it to be quite stable. For the productivity part of the suite (word processor, spreadsheet, and presentation program) the target user of version 2.5 is still the student or academic user. This version has a number of new features that will make it more suitable for these users. The artistic applications of the Calligra Suite are the most mature ones and are already used by professional users everywhere. As usual, detailed release notes can be found in the official announcement: http://www.calligra.org/news/calligra-2-5-released Meanwhile, new translations were added: - editors/calligra-l10n-gl (Gallegan) Notes: svn path=/head/; revision=303149
* - Update to 3.5.6.Jung-uk Kim2012-08-231-4/+4
| | | | | | | | | | - Use system mdds. - Fix build with the recent Clang (CURRENT). - Enable visibility for recent Clang (9.1 and CURRENT). - Attempt to fix build on 7.x and 8.x (not tested). Notes: svn path=/head/; revision=303028
* - Update LibreOffice and the language packs to 3.5.5.Jung-uk Kim2012-07-171-4/+4
| | | | | | | - Add new language packs, i.e., ast, bo, kn, lb, and ug. Notes: svn path=/head/; revision=301038
* - Update Calligra to 2.4.3.Alberto Villa2012-07-051-2/+2
| | | | | | | | | | - Add Japanese localization. This release contains a number of important bug fixes to 2.4.2: http://www.calligra.org/news/calligra-2-4-3-released Notes: svn path=/head/; revision=300506
* - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releaseDima Panov2012-07-011-4/+4
| | | | | | | | | | | for FreeBSD platform! Now with system boost-1.48 support and powered by clang-3.1 by default Dima, behalf of FreeBSD Office team Notes: svn path=/head/; revision=300307
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵Max Brazhnikov2012-06-143-3/+33
| | | | | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php Notes: svn path=/head/; revision=299269
* - update png to 1.5.10Dirk Meyer2012-06-012-1/+2
| | | | Notes: svn path=/head/; revision=297915
* - Remove koffice-i18n ports, as they are not very useful withoutAlberto Villa2012-05-315-64/+0
| | | | | | | editors/koffice-kde3. Notes: svn path=/head/; revision=297848