aboutsummaryrefslogtreecommitdiffstats
path: root/russian
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.2.9.Raphael Kubo da Costa2013-12-301-3/+0
| | | | | | | | - Support staging. - Fix the DB option. PR: ports/185220 Submitted by: Takefu <takefu@airport.fm> (maintainer)
* - Update to 3.8Sunpoet Po-Chuan Hsieh2013-12-272-3/+3
| | | | | | Changes: http://ru.wordpress.org/2013/12/parker/ PR: ports/185205 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* Update to version 4.5.17.Boris Samorodov2013-12-251-2/+2
|
* Master site does not allow anon ftp access for the reason unknown,Andrey A. Chernov2013-12-201-1/+2
| | | | add working mirror.
* - Update Calligra Suite to 2.7.5.Alberto Villa2013-12-172-3/+2
| | | | | | | | | | | | - 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
* - update/add russian bugzilla templatesOlli Hauer2013-12-1410-8/+341
|
* - Add LICENSESunpoet Po-Chuan Hsieh2013-12-061-0/+2
|
* - Fix index spam and bmake warningBryan Drewery2013-11-241-1/+1
| | | | | | | | "Makefile", line 23: warning: "/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned non-zero status WARNING (russian/koi8r-ps): GhostScript not found in PATH WARNING (russian/koi8r-ps): "Makefile", line 23: warning: "/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned non-zero status With hat: portmgr
* . USE_GMAKE -> USES=gmake;Boris Samorodov2013-11-181-3/+2
| | | | . remove unneeded trailing "/" from target directory while install.
* - Update to 20131101Sunpoet Po-Chuan Hsieh2013-11-183-6/+8
| | | | | | - Add LICENSE - Move EXTRACT_SUFX upward - Use single space after WWW:
* Fix stagingBaptiste Daroussin2013-11-151-1/+1
| | | | Reported by: marino
* . Improve spelling a little.Mikhail Teterin2013-11-144-19/+26
| | | | | | | | . Use GhostScript itself to find the Fontmap.GS -- instead of trying to parse the output of `gs -h' . Other minor improvements to scripts. Submitted by: pkg-fallout@
* - Update to 3.7.1Veniamin Gvozdikov2013-11-122-3/+3
| | | | | | | Full list changes: http://codex.wordpress.org/Version_3.7.1 PR: ports/183471 Submitted by: maintainer
* Update to version 4.5.15.Boris Samorodov2013-11-111-2/+2
|
* - Update MASTER_SITES, WWWMax Brazhnikov2013-11-1016-32/+32
| | | | | - Bring stage support - Sort list of dictionary programs in pkg-messge
* . remove a standard option description (MOTIF);Boris Samorodov2013-11-071-3/+2
| | | | . use lowercase characters for variable values (YES -> yes).
* StagifyBaptiste Daroussin2013-11-041-5/+4
| | | | Use bsdtar to extract
* StagifyBaptiste Daroussin2013-11-041-6/+5
| | | | Use bsdtar to extract
* Support stage, use bsdtar to extractBaptiste Daroussin2013-11-041-4/+3
|
* 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.
* - Add stage supportSteve Wills2013-10-302-2/+0
|
* - Update to 3.7Sunpoet Po-Chuan Hsieh2013-10-262-3/+3
| | | | | | Changes: http://ru.wordpress.org/2013/10/wordpress-3-7/ PR: ports/183320 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* - Update to 4.0.6.Jung-uk Kim2013-10-262-5/+4
| | | | - Support staging.
* multimedia/xmms:Tijl Coosemans2013-10-222-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add zh-xmms to CONFLICTS. - Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES. - Make USE_GL conditional on the SPEC option. - Make gettext conditional on new NLS option. - Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option. - Remove LIBS from CONFIGURE_ENV. Set LDFLAGS instead. - Add missing xorg dependencies. - Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS. The configure test fails on recent version of FreeBSD but the code it enables is still relevant. Without it you cannot select a different output device. - Remove SUB_FILES. None of the files require substitutions. - Remove IPV6 from OPTIONS_DEFAULT. It's implicit. - Don't exclude SIMD option from amd64. - Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc. - Install stripped libraries when !defined(WITH_DEBUG). - Use new style LIB_DEPENDS. - Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully regenerate the build infrastructure. This fixes a lot of warnings and allows some patches to be removed. - Add USE_OPENSSL for RUSXMMS_PATCHES option. - Fix the SIMD option on all architectures by removing the post-extract target. - Remove the message about the RUSXMMS_PATCHES option. This is from before there were option dialogs. - Use the same cp command as in the script included with rusxmms instead of INSTALL_DATA. - Remove the ALSA test from configure with REINPLACE_CMD instead of a patch (RUSXMMS_PATCHES case). - Remove old libtool macros from acinclude.m4. Libtoolize adds new macros. - Remove MKDIR_P patching. No longer needed after running aclocal. - Patch configure to disable ALSA (not RUSXMMS_PATCHES case). - Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch. - Fix assembly source code files to support clang: * Remove comments that begin with a single slash. * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'. * Append '.section ".note.GNU-stack","",@progbits' to every file to say they don't require an executable stack. These files are compiled with -Wa,--noexecstack which clang supports but the ancient binutils in FreeBSD base does not so without this change xmms runs with an executable stack when compiled with base gcc. - Support staging. - Remove extra-patch-Visualization_Makefile.am. It's not needed when passing VISUALIZATION_PLUGINS to configure. - Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the variables static, but mark keepGoing volatile. - Remove patch-aclocal.m4. Not needed when running aclocal. - Remove patch-configure.in. The PTHREAD_LIBS related changes are no longer needed and ALSA change is handled in the Makefile. - Remove patch-ltmain.sh. Not needed with staging. - Remove patch-po-Makefile.in.in. Handled in Makefile. - Remove patch-xmms-config.in. Not 100% sure about this. It doesn't affect xmms itself. Perhaps some plugins need it but I'd rather fix those plugins then. - Add patch-xmms-i18n.h.in. It's needed when NLS option is disabled. - Remove pkg-message.in. All supported versions of FreeBSD have unzip in base. - Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't require substitutions. - Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and USES=desktop-file-utils. chinese/xmms, russian/xmms: - Minor cleanups. PR: ports/183165 Approved by: "Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer)
* - adjust include pathOlli Hauer2013-10-181-1/+1
|
* - update to latest release [1]Olli Hauer2013-10-187-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use PKGNAMESUFFIX instead LATEST_LINK - whitespace cleanup - svn mv */bugzilla to */bugzilla40 - add vuxml entry 4.4.1, 4.2.7, and 4.0.11 Security Advisory Wednesday Oct 16th, 2013 Summary ======= Bugzilla is a Web-based bug-tracking system used by a large number of software projects. The following security issues have been discovered in Bugzilla: * A CSRF vulnerability in process_bug.cgi affecting Bugzilla 4.4 only can lead to a bug being edited without the user consent. * A CSRF vulnerability in attachment.cgi can lead to an attachment being edited without the user consent. * Several unfiltered parameters when editing flagtypes can lead to XSS. * Due to an incomplete fix for CVE-2012-4189, some incorrectly filtered field values in tabular reports can lead to XSS. All affected installations are encouraged to upgrade as soon as possible. [1] even bugzilla40 gets upstream fixes an upgrade to bugzilla42/44 is recommend Security: vid e135f0c9-375f-11e3-80b7-20cf30e32f6d CVE-2013-1733 CVE-2013-1734 CVE-2013-1742 CVE-2013-1743
* Fix at cross-device build (use "ln -sf" rather "ln -f"):Boris Samorodov2013-10-161-3/+3
| | | | | | | | ----- ln: /usr/ports/russian/d1489/work/stage/usr/local/bin/fromdos: Cross-device link ----- Pointed out by: marino (via e-mail)
* Update to version 4.5.15.Boris Samorodov2013-10-091-2/+2
|
* . support staging;Boris Samorodov2013-10-061-1/+0
| | | | . remove well-known license file (GPLv3).
* Support staging.Boris Samorodov2013-09-302-2/+30
|
* Support stage.Boris Samorodov2013-09-302-15/+11
|
* . support stage;Boris Samorodov2013-09-302-21/+11
| | | | . create pkg-message based on post-install target.
* Support staging.Boris Samorodov2013-09-292-50/+6
|
* - add STAGE support to bugzilla portsOlli Hauer2013-09-272-16/+4
| | | | - remove bugzilla3 CONFLICTS
* - Add p5-Text-Hyphen-RUSunpoet Po-Chuan Hsieh2013-09-235-0/+38
| | | | | | | | | | | - While I'm here, add LICENSE and NO_STAGE Determine positions for hyphens inside words based on Text::Hyphen WWW: http://search.cpan.org/dist/Text-Hyphen-RU/ PR: ports/180317 Submitted by: Anes Mukhametov <anes@anes.su>
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-2150-124/+69
| | | | russian)
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-171-6/+2
| | | | - Cleanup Makefile header
* - Fix build with clang [1]Roman Bogorodskiy2013-09-122-6/+14
| | | | | | | | - Improve CXX respect (some makefiles had g++ hardcoded before) - Convert to new header format - Drop maintainership Reported by: pkg-fallout [1]
* - Update to 3.6.1Sunpoet Po-Chuan Hsieh2013-09-122-5/+4
| | | | | | | | | | - While I'm here: - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/ PR: ports/182026 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-113-18/+9
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - remove expired bugzilla3 portsOlli Hauer2013-08-306-342/+0
|
* Update to version 4.5.14.Boris Samorodov2013-08-231-2/+2
|
* Update to 4.0.5.Jung-uk Kim2013-08-231-4/+4
|
* - Update to 3.6Wen Heping2013-08-062-3/+3
| | | | | PR: 181015 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* Missed that one.Mathieu Arnold2013-08-031-1/+1
|
* - Convert to new perl frameworkAndrej Zverev2013-08-031-1/+2
|
* Fix build with clangBaptiste Daroussin2013-08-011-5/+2
|
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-2710-1996/+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
* - Changed my emailVeniamin Gvozdikov2013-07-223-3/+3
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* - Update to 3.5.2Martin Wilke2013-07-112-3/+3
| | | | | PR: 179831 Submitted by: maintainer
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-13/+6
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* Fix INDEX by really fixing the kde4-l10n portsBaptiste Daroussin2013-07-101-0/+1
|
* KDE4 l10n fixes.Raphael Kubo da Costa2013-07-102-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]
* Update to version 4.5.13.Boris Samorodov2013-07-081-2/+2
|
* Mark IGNORE after www/MT update.Wesley Shields2013-07-071-0/+2
| | | | | PR: ports/180252 Submitted by: Takefu <takefu@airport.fm>
* Update the KDE Software Compilation to 4.10.5.Raphael Kubo da Costa2013-07-052-2/+16
| | | | | | | | | | | | | | | | | | | 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.
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.Raphael Kubo da Costa2013-07-032-2/+10
| | | | | | | | | | | | | | | 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.
* - use OPTION_GROUP in all devel/bugzilla portsOlli Hauer2013-06-212-4/+4
| | | | | | | - s/CONFLICTS/CONFLICTS_INSTALL/ - use easier CONFLICT notation (future proof) - trim Makefile.common header - update russian/bugzilla42 language template to version 4.2.6
* Update to 4.0.4.Jung-uk Kim2013-06-201-4/+4
|
* . pet portlint: squeeze COMMENT a little;Boris Samorodov2013-06-141-6/+2
| | | | . trim Makefile headers.
* . NOPORTDOCS -> PORT_OPTIONS:MDOCS;Boris Samorodov2013-06-141-13/+8
| | | | | | . simplify install (use 1 line instead of 6); . trim Makefile headers; . add tab space to WRKSRC.
* . pet portlint: squeeze COMMENT a little;Boris Samorodov2013-06-142-11/+3
| | | | | . use PLIST_FILES and remove pkg-plist (5 lines); . trim Makefile headers.
* . simplify install (use 2 lines instead of 8);Boris Samorodov2013-06-141-13/+3
| | | | . trim Makefile headers.
* - Don't remove directories not created by this portMartin Wilke2013-06-141-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Update to version 4.5.12.Boris Samorodov2013-06-101-2/+2
|
* Fix executing pkg-install script during do-installBaptiste Daroussin2013-05-241-6/+2
|
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!Max Brazhnikov2013-05-192-4/+9
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-121-1/+1
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* Update to 4.0.3.Jung-uk Kim2013-05-101-4/+4
|
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-3/+1
| | | | instead to make migration to TeXLive easier.
* Please bmake(1)Baptiste Daroussin2013-05-031-1/+1
|
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-281-1/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* - Convert USE_GETTEXT to USES (part 2)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* Update to version 4.5.10.Boris Samorodov2013-04-231-2/+2
|
* Update to 4.0.2.Jung-uk Kim2013-04-171-4/+4
| | | | Feature safe: yes
* - Update Calligra and l10n ports to 2.6.2:Alberto Villa2013-03-302-5/+4
| | | | | | | | | | * 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
* For perl@ owned ports:Eitan Adler2013-03-291-5/+1
| | | | | - Fix COMMENT - Trim header
* Style: tab -> space.Eitan Adler2013-03-292-2/+2
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!Max Brazhnikov2013-03-273-17/+35
| | | | | | | | | | | | | | | | | | | | | | | - 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
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-171-1/+0
| | | | trailing slashes) from pkg-plist.
* Update to version 4.5.9.Boris Samorodov2013-03-112-3/+2
|
* Update to 4.0.1.Jung-uk Kim2013-03-091-4/+4
|
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* - update to 5.2.3Ruslan Makhmatkhanov2013-02-242-11/+3
| | | | | | | | - bump PORTEPOCH - convert to optionsng PR: 172319 Submitted by: Takefu <takefu@airport.fm> (maintainer)
* - update russian bugzilla templatesOlli Hauer2013-02-236-12/+12
|
* Merge from area51 repository:Max Brazhnikov2013-02-053-7/+3
| | | | | | | | - Update to 2.5.5 - Convert to new options framework - minor cleanups Courtesy of: avilla
* Update to 3.6.5.Jung-uk Kim2013-02-051-4/+4
|
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!Max Brazhnikov2013-02-043-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-041-1/+1
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* Update to 3.5.1. While I'm there, also change russian to use gzipped tarball,Xin LI2013-01-303-8/+27
| | | | | | | | | | | make the port to use OptionsNG and fix installation permissions. PR: ports/175525 [1], ports/175632 [2], ports/175679 [3] Submitted by: Takefu <takefu airport fm> [1], Mihail Timofeev <miha_hard mail ru> [2], delphij [3] Approved by: maintainer, 9267096@gmail.com [1][2], ychsiao [1][3] Security: 559e00b7-6a4d-11e2-b6b0-10bf48230856
* . ruUpdate to version 20120501;Boris Samorodov2013-01-282-10/+6
| | | | | | | | | . use GOOGLE_CODE master site; . trim Makefile headers. PR: ports/173658 Submitted by: clutton <mbsd@isgroup.com.ua> Approved by: maintainer timeout (2 months+)
* - 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
* - update russian [1], chinese_zh_TW [2] and chinese_zh_CN [3]Ruslan Makhmatkhanov2012-12-173-13/+7
| | | | | | | | | | | | | | | | | | | | versions of wordpress to 3.5 while here, make changes common for all of this ports: - trim Makefile header - remove indefinite article from COMMENT - do not define LICENSE_FILE for standard license - remove license.txt from PORTDOCS - tab -> space change in pkg-descr:WWW - trailing whitespace fixes PR: 174399 [1] PR: 174452 [2] PR: 174400 [3] Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) [1], Bo-Yi Wu <appleboy.tw@gmail.com> [2], Joe Horn <joehorn@gmail.com> (maintainer) [3] Approved by: Joe Horn <joehorn@gmail.com> (maintainer) [2]
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵Eitan Adler2012-12-101-1/+1
| | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik
* - update german and russian bugzilla templates to official new versionsOlli Hauer2012-11-166-26/+12
| | | | | | - remove hotfixes from german templates Feature safe: yes
* - Update to 3.5.7.Jung-uk Kim2012-10-272-9/+4
| | | | | | - Trim Makefile headers. Feature safe: yes
* 2012-10-20 security/sscep: No more public distfilesBaptiste Daroussin2012-10-2610-183/+0
| | | | | | | | | | | | | | | | 2012-10-20 security/py-rijndael: No more public distfiles 2012-10-20 security/pam_af: No more public distfiles 2012-10-20 security/its4: No more public distfiles 2012-10-20 russian/xcyrBGR: No more public distfiles 2012-10-20 russian/wmcyrx: No more public distfiles 2012-10-20 print/advi: No more public distfiles 2012-10-20 palm/plucker: No more public distfiles 2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4 2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4 2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles 2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles Feature safe: yes
* Update to version 4.5.7. This along with fixing other bugs shouldBoris Samorodov2012-10-152-2/+3
| | | | | | restore working i18n. Feature safe: yes
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | Feature safe: yes
* - Reset maintainer to Chris Petrik, who is active and the current maintainer ↵Ryan Steinmetz2012-10-101-1/+1
| | | | | | of multimedia/xmms. Approved by: maintainer timeout (4+ years)
* . update to version 4.5.6;Boris Samorodov2012-10-032-7/+3
| | | | . convert headers to the new style.
* - Reassign to the heap at the maintainer's requestThomas Abthorpe2012-09-251-6/+2
|
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵Baptiste Daroussin2012-09-212-0/+6
| | | | distilator)
* - Update Calligra Suite to 2.5.2.Alberto Villa2012-09-171-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
* - Update to 3.4.2Steve Wills2012-09-092-3/+3
| | | | | PR: ports/171432 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* - update bugzilla language tempatesOlli Hauer2012-09-062-4/+4
|
* - move to bugzilla@Olli Hauer2012-09-021-1/+1
|
* - update bugzilla bugzilla3 and bugzilla42Olli Hauer2012-09-023-17/+16
| | | | | | | | | | | | | | - use new bugzilla@ address (members skv@, tota@, ohauer@) - patch russian/japanese/german bugzilla and bugzilla templates so the reflect the security updates in the original templates - patch german/bugzilla42 templates - adopt new Makefile header vuxml: 6ad18fe5-f469-11e1-920d-20cf30e32f6d CVE: CVE-2012-3981 https://bugzilla.mozilla.org/show_bug.cgi?id=785470 https://bugzilla.mozilla.org/show_bug.cgi?id=785522 https://bugzilla.mozilla.org/show_bug.cgi?id=785511
* - 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
* The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,Alberto Villa2012-08-262-11/+2
| | | | | | | | | | | | | | | | | | | 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)
* - Update to 3.5.6.Jung-uk Kim2012-08-241-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).
* - connect bugzilla42Olli Hauer2012-08-101-0/+1
|
* - russian language template for bugzilla 4.2Olli Hauer2012-08-105-0/+347
| | | | Approved by: skv (implicit)
* - update russian bugzilla templates to current versionOlli Hauer2012-08-1015-76/+92
| | | | | | | | | | | | | | | | - remove redundand PKGNAMESUFFIX (-ru) since we have already PKGNAMEPREFIX?=ru- - use PORTVERSION and DISTNAME instead DISTVERSION so we end up with a pretty PKGNAME and INDEX entry Example output for bugzilla: make -V PKGNAME ru-bugzilla-4.0.7 (now) ru-bugzilla-ru-4.0.7.r.201200809 (before) The changes where done with the view to pkgNG, so users can do an easy install/update of the package. Approved by: skv (impicit)
* - Fix typos in COMMENTCarlo Strub2012-08-026-6/+6
| | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
* Update to version 4.5.5.Boris Samorodov2012-07-311-2/+2
|
* Fix typos in COMMENTCarlo Strub2012-07-255-5/+5
|
* Convert to new options frameworkBaptiste Daroussin2012-07-211-3/+4
|
* - Update LibreOffice and the language packs to 3.5.5.Jung-uk Kim2012-07-181-4/+4
| | | | - Add new language packs, i.e., ast, bo, kn, lb, and ug.
* Fix build with clangPawel Pekala2012-07-121-0/+2
|
* - 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
* - 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
* - Update to 3.4.1Sunpoet Po-Chuan Hsieh2012-06-292-3/+3
| | | | | PR: ports/169533 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* - Update russian/MT to 5.14Sunpoet Po-Chuan Hsieh2012-06-281-2/+3
| | | | | | Changes: http://movable-type.ru/2012/05/movable-type-438-514.php PR: ports/169504 Submitted by: Takefu <takefu@airport.fm> (maintainer)
* Update to version 4.5.4.Boris Samorodov2012-06-192-3/+2
|
* - Update to 3.4Sunpoet Po-Chuan Hsieh2012-06-172-6/+6
| | | | | | | | | - Remove PKGNAMESUFFIX: language identifier is already in PKGNAMEPREFIX - Update CONFLICTS_INSTALL PR: ports/169117 Submitted by: sunpoet (myself) Approved by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵Max Brazhnikov2012-06-152-3/+2
| | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Remove SITE_PERL from *_DEPENDSFrederic Culot2012-06-081-2/+2
| | | | Submitted by: az@
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-1/+1
| | | | Approved by: maintainer (via IRC)
* - update png to 1.5.10Dirk Meyer2012-06-013-2/+3
|
* - Remove koffice-i18n ports, as they are not very useful withoutAlberto Villa2012-05-315-168/+0
| | | | editors/koffice-kde3.
* The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEAlberto Villa2012-05-319-159/+67
| | | | | | | | | | | | | | | graphic art and office suite. Information on this release can be found here: http://www.calligra.org/news/calligra-2-4-2-released Information on Calligra Project can be found in its first ever release announcement: http://www.calligra.org/news/calligra-2-4-released Consequently, KOffice 2 has been removed from the ports collection. As usual, we would like to thank all testers and contributors.
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!Max Brazhnikov2012-05-253-13/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke
* Chase PyQT updateMax Brazhnikov2012-05-251-0/+1
|
* Update to version 4.5.3.Boris Samorodov2012-05-091-2/+2
| | | | Tested at: redports
* Pass maintainership of almost of my "p5-*" ports to "perl@".Sergey Skvortsov2012-05-071-1/+1
| | | | (I hope updating of them will be improved).
* - upgrade to 3.5.2Baptiste Daroussin2012-04-234-0/+22
| | | | | | | | | | | | | | | | - switch and force compiler to clang using the one from base on 9 and CURRENT, the one from ports if not found in base - now only build en_US version, all localisation are available through separated ports. - Graphite smart font is now used by default - Rebundle boost to easier upgrading boost - Rebundle mdds the one from the ports seems incompatible with clang - Unbundle all the fonts Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and feedback Thank you to iXsystems for providing resources to build/test libreoffice
* - Update to 3.3.2Sunpoet Po-Chuan Hsieh2012-04-222-3/+3
| | | | | | Changes: http://ru.wordpress.org/2012/04/wordpress-3-3-2/ PR: ports/167147 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* - security update to bugzilla 3.0.9 and 4.0.6Olli Hauer2012-04-222-4/+5
| | | | | | | | | | | | - update russian/bugzilla3-ru template - patch german templates so revision match and no warning is displayed - add vuxml entry Approved by: skv (implicit) Security: https://bugzilla.mozilla.org/show_bug.cgi?id=728639 https://bugzilla.mozilla.org/show_bug.cgi?id=745397 CVE-2012-0465 CVE-2012-0466
* - update to 4.0.5Olli Hauer2012-04-103-5/+5
| | | | | | | | | | | | | | | | | | | | | | | Vulnerability Details ===================== Class: Cross-Site Request Forgery Versions: 4.0.2 to 4.0.4, 4.1.1 to 4.2rc2 Fixed In: 4.0.5, 4.2 Description: Due to a lack of validation of the enctype form attribute when making POST requests to xmlrpc.cgi, a possible CSRF vulnerability was discovered. If a user visits an HTML page with some malicious HTML code in it, an attacker could make changes to a remote Bugzilla installation on behalf of the victim's account by using the XML-RPC API on a site running mod_perl. Sites running under mod_cgi are not affected. Also the user would have had to be already logged in to the target site for the vulnerability to work. References: https://bugzilla.mozilla.org/show_bug.cgi?id=725663 CVE Number: CVE-2012-0453 Approved by: skv (implicit)
* Update to version 4.5.2.Boris Samorodov2012-04-031-2/+2
| | | | Feature safe: yes
* - Update to 5.13Michael Scheidell2012-03-161-0/+2
| | | | | | | | | - Update master sites - Mark russian/MT IGNORE=source file not found PR: ports/165409 Submitted by: Takefu <takefu@airport.fm> (maintainer) Feature safe: yes
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-162-0/+2
|
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichAlberto Villa2012-01-252-11/+29
| | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662
* Update to version 4.4.20.Boris Samorodov2012-01-161-2/+2
|
* - Add wordpress 3.3.1 [1][2]Sunpoet Po-Chuan Hsieh2012-01-065-0/+72
| | | | | | | | | - Add USE_PHP=curl [2] - Use files/pkg-message.in: show value of WWWDIR [2] PR: ports/163644 [1] Submitted by: Mihail Timofeev <9267096@gmail.com> [1] Takefu <takefu@airport.fm> [2]
* End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1
|
* - Update to 0.6.0Alexander Logvinov2011-12-072-3/+5
| | | | Feature safe: yes
* Update to version 4.4.19.Boris Samorodov2011-12-061-2/+2
| | | | Feature safe: yes
* - Pass maintainership to office@FreeBSD.orgSunpoet Po-Chuan Hsieh2011-11-292-2/+2
| | | | | Discussed with: bapt Feature safe: yes
* - remove portsOlli Hauer2011-11-1637-3099/+0
| | | | | | | | | | | | | | * russian/apache13 * russian/apache13-modssl Ports have reached EXPIRATION_DATE Approved by lev@ (maintainer) via PM. with hat apache@ Approved by: lev@ (maintainer) via PM Feature safe: yes
* - mark apache13 FORBIDDEN (CVE-2011-3368)Olli Hauer2011-11-152-8/+10
| | | | | | | | | | | | * There are no patches from upstream and already existing exploids in the wild. - ru-apache13 ports have long outstanding issues and are far behind last apache13 patches. with hat apache@ Feature safe: yes
* - add FETCH_DEPENDSDirk Meyer2011-11-141-0/+1
| | | | Feature safe: yes
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.Raphael Kubo da Costa2011-11-141-2/+2
| | | | | | | | | | | This is an incremental update and should be much easier to handle than the transition from 4.6.5 to 4.7.2 in the ports tree. The official release notes can be found at http://www.kde.org/announcements/announce-4.7.3.php. Approved by: avilla (mentor), makc (mentor), portmgr (miwi) Feature safe: yes
* Remove ports@ ports that have been DEPRECATED for at least 1 monthDoug Barton2011-11-0213-351/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-242-4/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-244-11/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
* The KDE/FreeBSD team is pleased to announce KDE Software CompilationAlberto Villa2011-10-172-7/+59
| | | | | | | | | | | | | | | | | | 4.7.2. The official release notes can be found at: http://kde.org/announcements/announce-4.7.2.php This release ships with many improvements. Read more about them here: http://FreeBSD.kde.org/news.php#itemKDESC472availableinports We'd like to say thanks to all testers and contributors, especially to lwhsu@ for his effort on hosting our test packages. PR: 156293 [1] 159219 [2] 160164 [3] Submitted by: Oleg Sidorkin <osidorkin@gmail.com> [1] Alvaro Castillo <gobledb@gmail.com> [2] dkeav04@gmail.com [3] Tested by: exp-run via pav
* - Update to 20111003Sunpoet Po-Chuan Hsieh2011-10-102-3/+3
|
* Un-break by fix fetching.Roman Bogorodskiy2011-10-051-3/+1
| | | | | PR: 161284 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
* Update to version 4.4.18.Boris Samorodov2011-10-031-2/+2
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-242-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months ↵Philip M. Gollucci2011-09-072-2/+2
| | | | | | | | | | from now). - This can be changed later as needed, if at all, either way we won't remove them until after 9.0 is released. With Hat: apache@ Reported by: dvl via freshports
* . update to version 4.4.17;Boris Samorodov2011-09-071-2/+2
| | | | . add dependency upon misc/shared-mime-info and devel/desktop-file-utils.
* Remove myself from MAINTAINERAndrey A. Chernov2011-08-302-2/+2
|
* - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"Olli Hauer2011-08-272-0/+6
| | | | with hat apache@
* Update to latest 20110808 translation.Sergey Skvortsov2011-08-214-8/+8
|
* - Set DIST_SUBDIR: move dist files to DISTDIR/mythesSunpoet Po-Chuan Hsieh2011-08-182-2/+3
|
* - Set DIST_SUBDIR: move dist files to DISTDIR/hyphenSunpoet Po-Chuan Hsieh2011-08-182-2/+3
|
* - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellSunpoet Po-Chuan Hsieh2011-08-182-2/+3
|
* - Change MASTER_SITES to my LOCAL to avoid implicit change of non-versionedSunpoet Po-Chuan Hsieh2011-08-186-12/+12
| | | | dist files
* - Set WRKSRCSunpoet Po-Chuan Hsieh2011-08-131-1/+2
|
* - Unify COMMENT and pkg-descrSunpoet Po-Chuan Hsieh2011-08-132-2/+2
| | | | | | - Set WRKSRC - Fix typo - Add trailing slash of WWW
* - Update to 20110801Sunpoet Po-Chuan Hsieh2011-08-073-6/+6
| | | | | - Set WRKSRC - Fix typo
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-031-2/+0
| | | | disappeared.
* Bye bye abandonwares (part 5)Baptiste Daroussin2011-08-0114-216/+0
| | | | | | | | | | | | | | | | | | | | | 2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 sysutils/Tee: Has expired: No more public distfile 2011-08-08 sysutils/curly: Has expired: No more public distfiles 2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles 2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream 2011-08-08 sysutils/xapply: Has expired: No more public distfiles 2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 www/campsite: Has expired: Does not work 2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware 2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more public distfiles
* - Move language prefix to PKGNAMEPREFIXSunpoet Po-Chuan Hsieh2011-07-293-25/+25
| | | | | | | | | - Use DATADIR - Use PLIST_DIRSTRY for DATADIR - Explicitly list installing filenames - Bump PORTREVISION for PORTNAME and PLIST change - Sort PLIST - Cosmetic change
* - Fix typoSunpoet Po-Chuan Hsieh2011-07-251-1/+1
|
* Pass matainership to the new office teamBaptiste Daroussin2011-07-223-3/+3
|
* Add some locales thesaurusBaptiste Daroussin2011-07-214-0/+40
|
* Add Russian hyphenation rulesBaptiste Daroussin2011-07-214-0/+35
|
* Update to 5.12Julien Laffaye2011-07-201-5/+3
| | | | | PR: ports/158427 Submitted by: Takefu <takefu@airport.fm> (maintainer)
* Add russian dictionnaries for hunspellBaptiste Daroussin2011-07-204-0/+37
|
* - create missing (empty) directory (bugzilla) so checksetup does not failOlli Hauer2011-07-192-4/+4
| | | | | | | | | | - use DIST_SUBDIR for bugzilla and all translations - sort pkg-plist (genplist) OK from bugzilla maintainers per PM. PR: ports/158766 Submitted by: ohauer
* Reset maintainership de jure. In fact KDE 3 has not been maintained by our teamMax Brazhnikov2011-07-082-2/+2
| | | | | | for a long time, not to mention upstream. Discussed a while ago among the KDE/FreeBSD team.
* Update KDE Software Compilation ports to 4.6.5Max Brazhnikov2011-07-082-14/+71
| | | | | Official announcement: http://www.kde.org/announcements/announce-4.6.5.php Changelog: http://www.kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php
* Update to version 4.4.16.Boris Samorodov2011-07-041-2/+2
|
* - remove MD5Olli Hauer2011-07-031-2/+0
|
* - Add p5-Lingua-DetectCyrillic 0.02Sunpoet Po-Chuan Hsieh2011-06-285-0/+42
| | | | | | | | | | | Lingua::DetectCyrillic. The package detects 7 Cyrillic codings as well as the language - Russian or Ukrainian. Uses embedded frequency dictionaries; usually one word is enough for correct detection. WWW: http://search.cpan.org/dist/Lingua-DetectCyrillic/ PR: ports/157941 Submitted by: Dmitry Liakh <dliakh@ukr.net>
* - Cannoicalize the WWW: [again],Philip M. Gollucci2011-06-241-1/+1
| | | | - Save redirects s/http/https/ for github
* Last bunch of deprecation: no more public distfiles and/or abandonware... ↵Baptiste Daroussin2011-06-172-0/+6
| | | | last one for now
* Mark broken some ports with unfetchable distfilesBaptiste Daroussin2011-06-172-0/+4
|
* Update www/MT, japanese/MT, french/MT, german/MT and russian/MT to 5.11Julien Laffaye2011-06-161-2/+2
| | | | | | PR: ports/157889 Submitted by: Takefu <takefu@airport.fm> (maintainer) Approved by: bapt (mentor)
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullAlberto Villa2011-06-141-2/+2
| | | | announcement here: http://kde.org/announcements/announce-4.6.4.php
* Set LATEST_LINK.Sergey Skvortsov2011-06-091-0/+2
| | | | Pointed by: erwin
* - Copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to ↵Sergey Skvortsov2011-06-076-17/+15
| | | | | | | | | | russian/bugzilla3-ru - Update devel/bugzilla, russian/bugzilla-ru to 4.0.1 - Update devel/bugzilla3, russian/bugzilla3-ru to 3.6.5 Changes: http://www.bugzilla.org/releases/4.0.1/release-notes.html http://www.bugzilla.org/releases/3.6.5/release-notes.html
* Update to version 4.4.15.Boris Samorodov2011-06-021-2/+2
|
* Update KDE Software Compilation ports to 4.6.3Max Brazhnikov2011-05-172-2/+51
| | | | Special thanks to Raphael Kubo da Costa for his work on this update.
* - Set CONFLICTS with unzip-iconv upcoming as a new portTAKATSU Tomonari2011-05-051-1/+1
| | | | | PR: ports/152006 Submitted by: KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org>
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
|
* - Update KOffice to 2.3.3.Alberto Villa2011-04-132-4/+4
|
* Clean up in preparation for open-motif update (ports/154044):Max Brazhnikov2011-04-092-10/+8
| | | | | | - add MOTIF option - utilize USE_MOTIF - remove $FreeBSD$ tag from plist
* The FreeBSD KDE Team is pleased to announce April updates for KDEAlberto Villa2011-04-073-2/+126
| | | | | | | Software Compilation: 4.6.2, codename "Congrats". Read the full announcement here: http://kde.org/announcements/announce-4.6.2.php. Special thanks to Raphael Kubo da Costa who ported the release.
* Update to version 4.4.13.Boris Samorodov2011-04-031-2/+2
|
* I forgot the fix on WRKSRC. Now should be cleanBaptiste Daroussin2011-03-311-1/+1
| | | | Reported by: pointy hat (pav)
* - change the package name to avoid redundancyBaptiste Daroussin2011-03-302-1/+2
| | | | | | - branch to the russian category Reported by: danfe
* Rename russian/ircd-hybrid-ru to russian/ircd-hybrid to avoid redudancy in ↵Baptiste Daroussin2011-03-3011-612/+0
| | | | | | package name. Point the previous MOVED entry to this new location
* branch ircd-hybrid-ru to russian categoryBaptiste Daroussin2011-03-271-0/+1
|
* - update to 7.2.4Baptiste Daroussin2011-03-2710-278/+358
| | | | | | | | | - add licenses - change to USER/GROUP macros - maintainership passed to new volunteer PR: ports/155756 Submitted by: Evgueni V. Gavrilov <aquatique _at_ rusunix.org> and Rodrigo OSORIO <rodrigo _at_ bebik.net>
* - Update Russian translations for KOffice.Alberto Villa2011-03-254-38/+34
|
* The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMAlberto Villa2011-03-252-23/+147
| | | | | | | | | 4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi
* - Get Rid MD5 supportMartin Wilke2011-03-192-2/+0
|
* - Get Rid MD5 supportMartin Wilke2011-03-1939-48/+0
| | | | With hat: portmgr (myself)
* Update to version 4.4.12.Boris Samorodov2011-02-071-2/+2
| | | | Feature safe: yes
* NO_CDROM and NO_PACKAGE are redundant when RESTRICTED is specified.Mark Linimon2011-01-241-3/+1
| | | | | | While here, pet portlint. Feature safe: yes
* Update MASTER_SITESMax Brazhnikov2011-01-164-4/+4
| | | | Feature safe: yes
* Update MASTER_SITESMax Brazhnikov2011-01-163-3/+3
| | | | | Feature safe: yes Approved by: maintainer (implicit)
* - Update to 5.04Sunpoet Po-Chuan Hsieh2011-01-131-3/+2
| | | | | | | | | | - Cleanup CONFLICTS and DISTINFO_FILE: remove es-MT and nl-MT - Space/Tab twiddle Changes: http://www.movabletype.org/2010/12/movable_type_504_and_435_security_update.html PR: ports/152913 Submitted by: Takefu <takefu@airport.fm> (maintainer) Feature safe: yes
* - Remove unnecessary PKGNAMEPREFIX declarationSunpoet Po-Chuan Hsieh2011-01-095-5/+0
| | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/153634 Submitted by: sunpoet (myself) Approved by: pav (with portmgr hat)
* - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5Dima Panov2011-01-082-2/+4
| | | | | | for FreeBSD. It's a bugfix-only release, January 2011 set.
* Update to version 4.4.11.Boris Samorodov2011-01-031-2/+2
|
* - Update to 3.6.3-ru-20101117TAKATSU Tomonari2010-12-126-620/+606
| | | | Submitted by: ohauer (via private e-mail)
* - Updated to 2.6.1.Philip M. Gollucci2010-12-121-1/+1
| | | | | PR: ports/152989 Submitted by: "SimaMoto, RyoTa" <liangtai.s4@gmail.com> (maintainer)
* Update to version 4.4.10.Boris Samorodov2010-12-121-3/+2
|
* - Re-assign all my ruby* ports to ruby@Alexander Logvinov2010-12-092-2/+2
| | | | Discussed with: pgollucci, stas
* Remove encodings "koi8-r" and "windows-1251" becauseSergey Skvortsov2010-12-052-16/+8
| | | | they are shipped with XML-Parser since 2.40
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* KDE FreeBSD team presents KDE SC 4.5.4.Max Brazhnikov2010-12-032-6/+118
|
* - github is redirecting all these to https nowPhilip M. Gollucci2010-11-111-1/+1
|
* KDE FreeBSD team presents KDE SC 4.5.3.Max Brazhnikov2010-11-046-34/+29
|
* Update to 3.6.2-ru-20100809Sergey Skvortsov2010-10-236-16/+22
|
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-202-2/+2
| | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Mark BROKEN: bad plistPav Lucistnik2010-10-201-0/+2
| | | | Reported by: pointyhat
* Update translation ports for devel/eric4 to version 4.4.9.Boris Samorodov2010-10-151-3/+3
|
* - Update MT (Moveable Type) to 5.0.31 and all language packsPhilip M. Gollucci2010-10-081-1/+1
| | | | | PR: ports/151278 Submitted by: Takefu <takefu@airport.fm>
* KDE FreeBSD team presents KDE SC 4.5.2.Max Brazhnikov2010-10-062-3/+31
| | | | | | | | kdebase4-workspace is now shipped with FreeBSD-branded wallpapers [1] (set by default for new accounts). Thanks to Ivan Cukic from KDE for making the wallpapers! [1] http://ivan.fomentgroup.org/blog/2010/09/05/stripes-kde-be-free-freebsd/
* Update to version 4.4.8.Boris Samorodov2010-09-181-3/+3
|
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-162-4/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Remove ports with EXPIRATION_DATE setRenato Botelho2010-09-143-31/+0
| | | | | | | | | | | | | | | | | | 2010-08-31 multimedia/vlconwooztalk: wooztalk website not responding as of 20100731 2010-08-31 net-im/wooztalk: wooztalk website not responding as of 20100731 2009-12-31 russian/php_doc: Support for the Russian translation of the PHP manual seems to have stopped 2010-01-15 sysutils/ipmi-kmod: in base system since 6.2-RELEASE 2010-08-31 www/p5-Plack-Server-AnyEvent: yes 2010-08-31 www/xpi-dailymotiononwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-deezeronwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-firefoxonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-googlevideoonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-imeemonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-jiwaonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-lastfmonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-vimeoonwooztalk: wooztalk website not responding as of 20100731 2010-08-31 www/xpi-youtubeonwooztalk: wooztalk website not responding as of 20100731 2010-07-01 x11/chameleon: No longer under development, master site disappeared years ago
* KDE FreeBSD team presents KDE SC 4.5.1.Max Brazhnikov2010-09-036-593/+172
| | | | | New ports added: misc/kde4-l10n-ia - Interlingua localization for KDE
* Connect koffice-kde4-l10nMax Brazhnikov2010-08-281-0/+1
|
* Update to 2.2.2 for KDE4 after repocopy.Max Brazhnikov2010-08-288-198/+64
|
* Reset dindin@dindin.ru due to maintainer-timeout and no response to email.Mark Linimon2010-08-232-2/+2
| | | | Hat: portmgr
* Update to version 4.4.7.Boris Samorodov2010-08-131-3/+3
|
* . update to version 4.4.6;Boris Samorodov2010-07-051-3/+3
| | | | | | . use LICENSE infrastructure. Feature safe: yes
* Add MT , russian localization of the MovableType publishing system.Sergey Skvortsov2010-07-023-0/+31
| | | | Feature safe: yes