aboutsummaryrefslogtreecommitdiff
path: root/russian
Commit message (Collapse)AuthorAgeFilesLines
* Update "BSD" licenseMark Felder2015-03-241-1/+1
| | | | | | | Source: private email with author Notes: svn path=/head/; revision=382104
* Make fonts repecting XDGBaptiste Daroussin2015-03-213-37/+28
| | | | | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports Notes: svn path=/head/; revision=381876
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-3/+3
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* russian/wordpress: update 4.1 -> 4.1.1Bartek Rutkowski2015-03-132-3/+3
| | | | | | | | PR: 197826 Submitted by: Mihail Timofeev <9267096@gmail.com> Notes: svn path=/head/; revision=381170
* Update KDE SC to 4.14.3Alonso Schaich2015-03-111-2/+2
| | | | | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950 Notes: svn path=/head/; revision=381052
* Eric6 localization files.Boris Samorodov2015-03-083-0/+9
| | | | Notes: svn path=/head/; revision=380765
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-023-4/+0
| | | | Notes: svn path=/head/; revision=380309
* - Update to 4.3.6.Jung-uk Kim2015-02-201-4/+4
| | | | | | | | | - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1] Notes: svn path=/head/; revision=379468
* Unbreak on headAntoine Brodin2015-02-154-46/+13
| | | | Notes: svn path=/head/; revision=379034
* - Bump PORTREVISION. lzarus has been updatedJose Alonso Cardenas Marquez2015-01-111-5/+28
| | | | | | | - Add QT/GTK OPTIONS like another lazarus app port Notes: svn path=/head/; revision=376735
* - Update to 5.2.11Sunpoet Po-Chuan Hsieh2015-01-0117-199/+1
| | | | | | | | | | | - While I'm here, add NO_ARCH and use @dir Changes: http://www.sixapart.jp/movabletype/news/2014/12/24-1300.html PR: ports/196406 Submitted by: Takefu <takefu@airport.fm> (maintainer) Notes: svn path=/head/; revision=375997
* - Update to 4.1Wen Heping2014-12-212-4/+3
| | | | | | | | PR: 196153 Submitted by: 9267096@gmail.com(maintainer) Notes: svn path=/head/; revision=375151
* cleanup plistBaptiste Daroussin2014-12-203-3/+0
| | | | Notes: svn path=/head/; revision=375109
* Update to 4.3.5.Jung-uk Kim2014-12-181-4/+4
| | | | Notes: svn path=/head/; revision=374930
* Update to 4.3.4.Jung-uk Kim2014-11-271-4/+4
| | | | Notes: svn path=/head/; revision=373473
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2612-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Drop dirrm* from plistsDmitry Marakasov2014-11-217-24/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=373009
* Upgrade to 4.0.1.Vanilla I. Shu2014-11-212-4/+4
| | | | | | | | PR: ports/195248 Submitted by: maintainer Notes: svn path=/head/; revision=373000
* Fix the generation of Fontmap.diff, which I broke earlier, when trying toMikhail Teterin2014-11-191-11/+10
| | | | | | | support staging... Notes: svn path=/head/; revision=372758
* Cleanup plistAntoine Brodin2014-11-1217-87/+3
| | | | Notes: svn path=/head/; revision=372495
* Update to 4.3.3.Jung-uk Kim2014-10-311-4/+4
| | | | Notes: svn path=/head/; revision=371880
* Cross-platform emulator of Elektronika RPN programmable calculatorDmitry Marakasov2014-10-284-0/+51
| | | | | | | | | | | | | | series (MK-152, MK-152M, MK-1152, MK-161). Only supports cyrillic user interface. WWW: http://sourceforge.net/projects/emkatic/ PR: 194459 Submitted by: f0andrey@gmail.com Notes: svn path=/head/; revision=371643
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-193-172/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine Notes: svn path=/head/; revision=371193
* Update to 4.3.2.Jung-uk Kim2014-10-162-5/+4
| | | | Notes: svn path=/head/; revision=371023
* Add missing dependencies and CPE data.Dag-Erling Smørgrav2014-10-151-1/+8
| | | | | | | Approved by: maintainer silence Notes: svn path=/head/; revision=370894
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-104-2/+4
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* eric4 ports: update to version 4.5.24.Boris Samorodov2014-09-101-2/+2
| | | | Notes: svn path=/head/; revision=367812
* - Update to 4.0Sunpoet Po-Chuan Hsieh2014-09-062-3/+3
| | | | | | | | | Changes: http://wordpress.org/news/2014/09/benny/ PR: ports/193385 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Notes: svn path=/head/; revision=367435
* Change MAINTAINER to bz-ports@ as discussed with bugzilla@ (now bz-ports@)Florian Smeets2014-09-051-1/+1
| | | | | | | | | | | and bugmeister@. bugzilla@ will be used by bugmeister@ from now on. Submitted by: bugzilla (ohauer) Approved by: bugzilla (ohauer) Hat: postmaster Notes: svn path=/head/; revision=367398
* Allow staging as a regular userAntoine Brodin2014-09-051-0/+1
| | | | Notes: svn path=/head/; revision=367355
* Remove non staged ports without pending PR from russianBaptiste Daroussin2014-09-0232-1215/+0
| | | | | | | While here commit the MOVED entries from last cleanup pass Notes: svn path=/head/; revision=366976
* More unzip removalAntoine Brodin2014-08-171-1/+0
| | | | Notes: svn path=/head/; revision=365245
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-152-1/+2
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* Merge 4 unzip slave ports into archivers/unzip as non-default optionsJohn Marino2014-08-152-93/+0
| | | | | | | | | | | | | | | | | | | | | | | | | It is practically impossible to use any of the unzip slave ports. This is because archivers/unzip is used by the ports infrastruction (via USES=zip, USES=zip:infozip) and each slave port conflicts with it. If you install the slave port first, then the port infrastructure can't install archivers/unzip (although if attempted, the extracts dependency might be satisfied by the slave port so it might actually work). In any case, this change: * Adds "iconv" support as an non-default option * Add a localization group that can have zero or one selection * That group contains Chinese, Korean, or Russian support * WITH_UNZIP_UNREDUCE support was removed (I'm not sure it even worked) * Makefile was simplified (several loops removed) * Removes unzip-iconv, Chinese, Korean, Russian slave ports PR: 190349 Reported by: Mikhail Rokhin Unzip overhaul: marino Approved by: maintainer (ehaupt@) Notes: svn path=/head/; revision=364956
* russian/wordpress: update to 3.9.2William Grzybowski2014-08-092-3/+3
| | | | | | | | PR: 192499 Submitted by: maintainer Notes: svn path=/head/; revision=364444
* Mark BROKEN: fails to installAntoine Brodin2014-08-091-0/+2
| | | | | | | | | | Error log: http://beefy2.isc.freebsd.org/data/10amd64-default/2014-08-06_15h34m43s/logs/errors/ru-PSCyr-0.4c2_4.log Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=364414
* www/MT, russian/MT: Upgrade version 5.2.9 => 5.2.10John Marino2014-08-0317-1/+200
| | | | | | | | PR: 188684 Submitted by: maintainer: takefu (airport.fm) Notes: svn path=/head/; revision=363930
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-295-5/+5
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* russian/xcode:Max Brazhnikov2014-07-291-3/+4
| | | | | | | | - Add stage support - Respect CC/CFLAGS Notes: svn path=/head/; revision=363302
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-244-4/+4
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362828
* Fix build with texliveBaptiste Daroussin2014-07-211-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362509
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-172-2/+2
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=362126
* remove NO_STAGE.Vanilla I. Shu2014-07-071-1/+0
| | | | Notes: svn path=/head/; revision=361071
* Update to version 4.5.23.Boris Samorodov2014-06-301-2/+2
| | | | Notes: svn path=/head/; revision=359833
* - Stage supportMartin Wilke2014-06-281-4/+3
| | | | | | | PR: 191299 Notes: svn path=/head/; revision=359647
* Update to 4.2.5.Jung-uk Kim2014-06-241-4/+4
| | | | Notes: svn path=/head/; revision=359029
* Remove localized bugzilla ports for which the master port expired:Rene Ladan2014-06-2111-667/+0
| | | | | | | | | | | | german/bugzilla40 german/bugzilla42 japanese/bugzilla40 japanese/bugzilla42 russian/bugzilla40 russian/bugzilla42 Notes: svn path=/head/; revision=358683
* Update distinfo after 4.2.4 updateAntoine Brodin2014-06-131-4/+4
| | | | Notes: svn path=/head/; revision=357708
* - stagify the portRodrigo Osorio2014-06-1311-33/+205
| | | | | | | | | | - fix clang issues - fix plist issues Approved by: bapt (mentor) Notes: svn path=/head/; revision=357671
* Support staging.Mikhail Teterin2014-06-091-2/+1
| | | | Notes: svn path=/head/; revision=357220