summaryrefslogtreecommitdiff
path: root/russian (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor clean.Sergey Skvortsov2002-06-072-4/+5
| | | | Notes: svn path=/head/; revision=60762
* Add p5-cyrillic 2.09, library for fast and easy cyrillic textAnton Berezin2002-06-056-0/+35
| | | | | | | | | | manipulation. PR: 38030 Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk> Notes: svn path=/head/; revision=60659
* - update to 0.2Pete Fritchman2002-06-026-27/+71
| | | | | | | | | | | | | | | | - instead of echoing instructions from the Makefile, use a pkg-message - re-do the install of this port (now has more than 3 fortunes) - don't check for the games distribution in the Makefile, check in a pkg-install script - install fortunes to ${PREFX}/share/games/fortune/rus, instead of just ${PREFIX}/share/games/fortune (this way other languages can have their own subdirectory). PR: 38489 Submitted by: Oleksandr Bezpalko <bestia@iptcom.net> (partially) Notes: svn path=/head/; revision=60445
* Allow to add custom args to configure.Dmitry Sivachenko2002-05-291-0/+4
| | | | | | | Submitted by: Vsevolod Volkov <vvv@lucky.net> Notes: svn path=/head/; revision=60260
* Unbreak on bento.Maxim Sobolev2002-05-231-0/+29
| | | | | | | | PR: 38437 Submitted by: maintainer Notes: svn path=/head/; revision=59783
* - Update MASTER_SITES (1)Patrick Li2002-05-221-3/+5
| | | | | | | | | | | - maintainer email changed - Dont use perl for patching PR: 38379 Submitted by: maintainer, Sergii Laskavyi <ls@gambit.com.ru>(1) Notes: svn path=/head/; revision=59726
* Update to 1.3.24David W. Chapman Jr.2002-05-083-4/+5
| | | | | | | | PR: 37025 Submitted by: maintainer Notes: svn path=/head/; revision=58705
* Update for new chown syntax in -current (U.G->U:G)Dmitry Sivachenko2002-05-031-2/+2
| | | | | | | Approved by: ache Notes: svn path=/head/; revision=58484
* Please welcome Qt3/KDE3 to our ports tree. This includes work since theWill Andrews2002-04-2111-144/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde Notes: svn path=/head/; revision=57964
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-126-6/+12
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* last commit markp changed the wrong lineYing-Chieh Liao2002-04-101-3/+2
| | | | Notes: svn path=/head/; revision=57526
* Drop maintainershipMark Pulford2002-04-041-1/+1
| | | | | | | | PR: 36730, 36731, 36732, 36733 Submitted by: maintainer Notes: svn path=/head/; revision=57315
* Update to 1.15.2Patrick Li2002-03-303-2/+10
| | | | | | | | PR: 36511 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=56969
* Stage 1 of gettext update.Ade Lovett2002-03-156-6/+6
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Copy dist to local master siteAndrey A. Chernov2002-03-071-1/+3
| | | | Notes: svn path=/head/; revision=55686
* Upgrade to 0.99e8Dmitry Sivachenko2002-02-282-2/+2
| | | | | | | Approved by: ache Notes: svn path=/head/; revision=55330
* Don't try to use ${ECHO_CMD} in a != before including bsd.port.pre.mkBill Fenner2002-01-291-1/+3
| | | | | | | Submitted by: distfile survey Notes: svn path=/head/; revision=53974
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-292-7/+7
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* Update to latest russian patch and include russian patch version inPatrick Li2002-01-282-5/+6
| | | | | | | | | | PORTVERSION. PR: 34380 Submitted by: maintainer Notes: svn path=/head/; revision=53931
* Update to 1.3.23Patrick Li2002-01-264-28/+12
| | | | | | | | PR: 34301 Submitted by: maintainer Notes: svn path=/head/; revision=53792
* Minor fixes.Sergey Skvortsov2002-01-211-4/+4
| | | | | | | | PR: 32871 Approved by: tobez Notes: svn path=/head/; revision=53445
* Add WWW.Dmitry Sivachenko2001-12-273-0/+6
| | | | Notes: svn path=/head/; revision=52268
* Update to 1.1.1.Dmitry Sivachenko2001-12-269-6/+24
| | | | Notes: svn path=/head/; revision=52191
* - PORTDOCS policePatrick Li2001-12-241-3/+3
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Localized messages for KOffice (Russian language).Dmitry Sivachenko2001-12-2216-0/+178
| | | | Notes: svn path=/head/; revision=51996
* Use separate distfile to download Russian messages only whenDmitry Sivachenko2001-12-2215-12/+1338
| | | | | | | | | building from ports. Requested by: many Notes: svn path=/head/; revision=51993
* add fortuneru 0.1Ying-Chieh Liao2001-12-216-0/+52
| | | | | | | | | | Fortune file in Russian PR: 30841 Submitted by: Oleksandr Bezpalko <bestia@iptcom.net> Notes: svn path=/head/; revision=51915
* Update to version 1.01.Steve Price2001-12-021-10/+11
| | | | | | | | PR: 32399 Submitted by: maintainer Notes: svn path=/head/; revision=50874
* Fix typo.Dmitry Sivachenko2001-11-081-1/+1
| | | | Notes: svn path=/head/; revision=49840
* Upgrade to Apache 1.3.22, RA 30.9 and mod_ssl 2.8.5.Dmitry Sivachenko2001-11-0812-416/+633
| | | | | | | | PR: 31797 Submitted by: Petr Rehor <petr.dehor@decros.cz> Notes: svn path=/head/; revision=49839
* - Update to 1.3.22 (PL30.9);Maxim Sobolev2001-11-057-45/+211
| | | | | | | | | | | - assign maintainership to Lev Serebryakov <lev@serebryakov.spb.ru> - previous maintainer doesn't answer to e-mails during extended period of time. PR: 31325 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=49612
* Add p5-XML-Parser-encodings 1.00, additional russian encodings forAnton Berezin2001-10-305-0/+67
| | | | | | | | | | XML::Parser. PR: 31292 Submitted by: Sergey Skvortsov <skv@protey.ru> Notes: svn path=/head/; revision=49396
* upgrade to -patch2Ying-Chieh Liao2001-10-143-7/+11
| | | | | | | | | | change maintainer's email PR: 31187 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48750
* Upgrade to Russian patch version 30.7Dmitry Sivachenko2001-10-042-2/+2
| | | | Notes: svn path=/head/; revision=48434
* Sort entries.Akinori MUSHA2001-09-211-1/+1
| | | | Notes: svn path=/head/; revision=48029
* - update to 0.4c1Pete Fritchman2001-09-183-10/+11
| | | | | | | | | | - fix pkg-plist (add missing file & sort @dirrms) PR: 30261 Submitted by: maintainer Notes: svn path=/head/; revision=47942
* New port: russian/tac+iaSADA Kenji2001-09-179-0/+167
| | | | | | | | | | | | tacacs+ is program that allow authorization and authentication via net on remote access servers. Authnticate users, authorize commands and log accounting information. PR: ports/26642 Submitted by: Anton Voronin <anton@urc.ac.ru> Notes: svn path=/head/; revision=47924
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47630
* Upgrade to 0.99e2Andrey A. Chernov2001-08-122-2/+2
| | | | | | | Submitted by: demon Notes: svn path=/head/; revision=46141
* Add missing files.Dmitry Sivachenko2001-08-041-0/+26
| | | | | | | Obtained from: bento logs Notes: svn path=/head/; revision=45806
* Change unsq to uniq as that is probably what the author intended to use.Steve Price2001-07-251-4/+7
| | | | Notes: svn path=/head/; revision=45487
* Remove one extra file.Dmitry Sivachenko2001-07-121-1/+0
| | | | Notes: svn path=/head/; revision=45083
* Remove extra files.Dmitry Sivachenko2001-07-061-6/+0
| | | | Notes: svn path=/head/; revision=44810
* Update: apache 1.3.20Dmitry Sivachenko2001-07-032-5/+5
| | | | | | | | Russian patch: 30.5 mod_ssl: 2.8.4 Notes: svn path=/head/; revision=44680
* New port: russian/pscyr.Dmitry Sivachenko2001-07-029-0/+441
| | | | | | | | | | | Collection of files providing support for Cyrillic PostScript Fonts in TeX documents. PR: 28535 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Notes: svn path=/head/; revision=44633
* Upgrade to 0.99e1Andrey A. Chernov2001-06-292-3/+2
| | | | Notes: svn path=/head/; revision=44555
* Update mod_ssl to 2.8.3Dmitry Sivachenko2001-06-222-2/+2
| | | | Notes: svn path=/head/; revision=44305
* Update to version 1.3.19.Steve Price2001-06-174-33/+85
| | | | | | | | PR: 28088 Submitted by: maintainer Notes: svn path=/head/; revision=44122
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=43378
* Make the wrapper script whitespace-safe: Change $* to "$@".Yaroslav Tykhiy2001-05-211-1/+1
| | | | | | | | | | Fixing by myself because there has been no responce from MAINTAINER for over two months. PR: ports/25880 Notes: svn path=/head/; revision=42846