/x11/XFree86-4-documents/

cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/russian
Commit message (Collapse)AuthorAgeFilesLines
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* kde@freebsd team is pleased to announce KDE 4.1.4, the last bugfix release ↵makc2009-01-143-6/+8
| | | | | | | | | | | | | | in 4.1.x series. You have only two weeks to play with it -- KDE 4.2.0 is coming ;) Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age. For lists of bugfixes and improvements please see: http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php Approved by: miwi (mentor)
* - No need to define USE_REINPLACE these dayspav2009-01-092-2/+0
|
* Update to version 4.2.5.bsam2009-01-081-3/+3
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-7/+1
|
* A graphics library for fast image creation with KOI8-U supportdinoex2009-01-042-0/+23
|
* Update to version 4.2.4.bsam2008-12-081-3/+3
|
* - Update to 0.9.2miwi2008-12-073-106/+88
| | | | | PR: 129104 Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
* - Update to 20081201miwi2008-12-063-5/+7
| | | | | PR: 129365 Submitted by: Oleksandr Bezpalko <obezpalko@gmail.com> (maintainer)
* Update to 3.2rc2-ru-1.0skv2008-12-016-60/+50
|
* Update to version 4.2.3.bsam2008-11-101-3/+3
|
* Update to version 4.2.2a -- bug fix release.bsam2008-10-071-3/+3
|
* Update to version 4.2.2.bsam2008-10-061-3/+3
|
* Fix BUILD_DEPENDS and RUN_DEPENDS to closer match the needsache2008-09-261-2/+2
|
* Upgrade to 0.99g5ache2008-09-262-4/+5
| | | | Fix RUN_DEPENDS
* Update to version 4.2.1.bsam2008-09-241-3/+3
|
* - Fix depends list after devel/bugzilla updategahr2008-09-102-2/+2
| | | | | Reported by: QA Tindie Approved by: portmgr
* - Update to 20080903miwi2008-09-054-17/+30
| | | | | PR: 127065 Submitted by: maintainer
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.1miwi2008-09-032-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.1 release notes can be found at http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php. KDE Community ships sirst translation and service release of the 4.1 dree desktop, containing numerous bugfixes, Performance Improvements and Translation Updates. Pretty much all applications have received the developers' attention, resulting in a long list of bugfixes and improvements. The most significant changes are: * Significant performance, interaction and rendering correctness improvements in KHTML and Konqueror, KDE's web browser * User interaction, rendering and stability fixes in Plasma, the KDE4 desktop shell * PDF backend fixes in the document viewer Okular * Fixes in Gwenview, the image viewer's thumbnailing, more robust retrieval and display of images with broken metadata * Stability and interaction fixes in KMail New Ports: - graphics/kcoloredit * KColorEdit is a palette files editor. It can be used for editing color palettes and for color choosing and naming. - graphics/kgraphviewer * KGraphViewer is a GraphViz DOT graph viewer for KDE. The GraphViz programs are free-software layout engines for graphs. KGraphViewer displays the graphs in a modern, user-friendly GUI with all the power of a well integrated KDE application. - graphics/kiconedit * KIconEdit is designed to help create icons for KDE using the standard icon palette. - graphics/skanlite * Skanlite is a simple image scanning application that does nothing more than scan and save images. Skanlite can open a save dialog for every image scanned or save the images immediately in a specified directory with auto-generated names and format. The user can also choose to show the scanned image before saving.
* * fix condition operation in RUN_DEPENDS from "=" to "=="skv2008-08-302-2/+6
| | | | * set PORTSCOUT variable
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-293-357/+71
| | | | | | | | | | | | | | | | | | | of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release notes can be found at: http://www.kde.org/announcements/announce-3.5.10.php While not a very exciting release in terms of features, 3.5.10 brings a couple of nice bugfixes and translation updates to those who choose to stay with KDE 3.5. The fixes are thinly spread across KPDF with a number of crash fixes, KGPG and probably most interesting various fixes in kicker, KDE3's panel: * Improved visibility on transparent backgrounds * Themed arrow buttons in applets that were missing them * Layout and antialiasing fixes in various applets Approved by: portmgr (erwin/pav)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-212-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-183-11/+92
| | | | | | | | | | | | | | | | of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release notes can be found at: http://www.kde.org/announcements/announce-3.5.9.php After the KDE 4.1.0 import the team found time to make KDE 3.5.9 ready for the Ports tree. KDE 3.5.9 was released six months ago and 3.5.10 is coming soon. We are not sure we have time to get 3.5.10 for FreeBSD 7.1/6.4 release, but we would have minimum 3.5.9 for those people who prefer to stay with KDE3. Of course Thanks to all Testers.
* Update to version 4.2.0.bsam2008-08-131-3/+3
|
* - Update to 0.2.5miwi2008-08-113-160/+15
| | | | | PR: 126405 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* The KDE FreeBSD team is proud to announce the release of KDE 4.1.0miwi2008-08-105-811/+149
| | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun!
* Add bugzilla-ru , russian localization for Bugzilla.skv2008-07-2811-0/+687
|
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-1/+1
| | | | MAKE_ENV
* Update to version 4.1.6 (bug fix release).bsam2008-07-181-3/+3
|
* - Drop maintainershipaz2008-06-241-1/+1
|
* Update to version 4.1.5.bsam2008-06-082-4/+3
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-065-2/+5
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Update to version 4.1.3 (bug fix release).bsam2008-05-051-3/+3
|
* Upgrade to 0.99g4ache2008-05-012-4/+4
|
* Second attempt at the upgrade to 7.2.2edwin2008-04-304-8/+8
|
* Update to 7.2.2edwin2008-04-302-4/+2
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-206-10/+10
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Update to version 20080411.bsam2008-04-183-11/+11
| | | | | PR: ports/122774 Submitted by: Oleksandr Bezpalko <obezpalko at gmail.com> (maintainer)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-172-4/+2
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - SHA256ify.lippe2008-04-071-4/+6
| | | | | | | | - Update distinfo since multimedia/xmms was updated to 1.2.11. PR: ports/121748 Submitted by: myself Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
* - Add ruby 1.9 supportstas2008-04-061-3/+2
| | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@
* Update eric4 and langpacks to 4.1.2 (bug fixes).bsam2008-04-061-3/+3
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-263-6/+6
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-252-4/+3
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-1/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* Update to 4.1.1:bsam2008-03-021-3/+3
| | | | | | . bug-fix release; . a patch from devel/eric4/files/ incorporated upstream; . fix configuration file (mdir is rather mainDir but not manDir).
* Update to 4.1.0.bsam2008-02-061-3/+3
|
* Reset maintainer: aquatique-ports@rambler.ru bounces.linimon2008-01-242-2/+2
|
* - Update russian patches to 1.2.11pav2008-01-211-1/+1
| | | | | | PR: ports/119187 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Approved by: maintainer timeout (2 weeks)
* - Update to 20080115miwi2008-01-213-6/+12
| | | | | PR: 119684 Submitted by: Oleksandr Bezpalko <obezpalko@gmail.com> (maintainer)
* Update to version 4.0.4.bsam2007-12-171-3/+3
|
* Update to KDE 3.5.8lofi2007-10-304-8/+6
|
* Migration from bison 1.x to 2.xade2007-10-172-2/+4
| | | | | PR: 117086 Tested by: -exp runs
* Reset .@babolo.ru due to maintainer-timeouts and no response to email.linimon2007-10-121-1/+1
| | | | Hat: portmgr
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-072-1/+3
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* Remove support for OSVERSION < 5edwin2007-10-041-7/+1
|
* Update to 4.0.3. This version fixes a bug, that could cause an endless loopbsam2007-10-041-3/+3
| | | | in the Python debugger backend.
* . update to 4.0.2;bsam2007-10-031-3/+3
| | | | | | | . remove stale DOCSDIR; . list all localized language packages at the port's Makefile.inc header (they all should be changed simultaneously along with the master port while updating to a new version).
* - Update to 0.2.3miwi2007-09-273-4/+6
| | | | | PR: 116617 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Update to 0.9rafan2007-09-163-4/+8
| | | | | PR: ports/116339 Submitted by: Oleksandr Bezpalko <obezpalko at gmail.com> (maintainer)
* - Update to 0.6.2sat2007-08-213-7/+8
| | | | | PR: ports/114704 Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
* - Update to 20070808 [1]rafan2007-08-135-15/+23
| | | | | | | | | - Extract messages from post-install into pkg-message [2] - Use EXAMPLESDIR [2] PR: ports/115295 [1] Submitted by: Denis Barov <dindin at dindin.ru> (maintainer) [1] Approved by: Denis Barov <dindin at dindin.ru> (maintainer) [2]
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Upstream distfile has been fixed.linimon2007-08-021-2/+0
| | | | Submitted by: maintainer
* BROKEN: Size mismatchkris2007-07-291-0/+2
|
* This port is a language translation file for devel/eric4.bsam2007-07-263-0/+14
|
* Those ports will be added soon to the ports tree with more adequate names.bsam2007-07-263-14/+0
| | | | | | | | There is no history for those porst, so no repocopy. . french/fr-py-qt4-eric4 . german/de-py-qt4-eric4 . russian/ru-py-qt4-eric4 . devel/py-qt4-eric4
* - Update to 20070723miwi2007-07-252-4/+4
| | | | | PR: 114823 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer)
* Fix building on FreeBSD-7, with gcc 4.2.0lev2007-07-182-1/+21
|
* Fix building on FreeBSD-7, with gcc 4.2.0lev2007-07-182-1/+21
|
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-0412-41/+18
|
* - Mark as BROKEN on FreeBSD 5.X: does not compilepav2007-06-281-1/+7
|
* - Update to 0.8miwi2007-06-223-13/+25
| | | | | PR: 113927 Submitted by: Oleksandr Bezpalko <obezpalko@gmail.com> (maintainer)
* - Update to 20070621miwi2007-06-212-4/+4
| | | | | PR: 113902 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer)
* - Attempt to fix build on 5.xsat2007-06-111-0/+10
| | | | | Reported by: pointyhat via kris Approved by: Alex Keda <admin@lissyara.su> (maintainer)
* - Update to 0.6.1sat2007-06-094-12/+58
| | | | Submited by: Alex Keda <admin@lissyara.su> (maintainer)
* - Update to 20070521miwi2007-06-052-4/+4
| | | | | PR: 112829 Submitted by: Denis Barov<dindin@dindin.ru> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-2014-4/+14
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Eric is a full featured Python and Ruby editor and IDE, written in python.bsam2007-04-243-0/+14
| | | | | | | | | | | | It is based on the cross platform Qt gui toolkit, integrating the highly flexible Scintilla editor control. It is designed to be usable as everdays' quick and dirty editor as well as being usable as a professional project management tool integrating many advanced features Python offers the professional coder. This is a port of eric4 (based on Qt4, development version). WWW: http://www.die-offenbachs.de/detlev/eric.html
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-202-11/+2
| | | | with letter r-s
* This package contains fortune files maked from popular russian site bash.org.ru.miwi2007-04-206-0/+62
| | | | | | | | | Also it contains example script to keep your bash.org.ru fortunes up to date. WWW: http://bash.org.ru PR: ports/111932 Submitted by: dindin at dindin.ru
* - Update to 0.7miwi2007-04-183-15/+27
| | | | | PR: 111500 Submitted by: Oleksandr Bezpalko <obezpalko@gmail.com> (maintainer)
* - Update to 0.2.1miwi2007-04-123-73/+73
| | | | | PR: 111206 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)