aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libart_lgpl
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-02-01 12:27:17 +0800
committermezz <mezz@FreeBSD.org>2008-02-01 12:27:17 +0800
commit0098aeb4cb30336f6bea4be7dae070ca30a05c53 (patch)
tree87bdd689b973d6442a475832f660906e6d3d0818 /graphics/libart_lgpl
parentfc98837b82060ca89857a0b4895e31dd2ac4cfb9 (diff)
downloadfreebsd-ports-gnome-0098aeb4cb30336f6bea4be7dae070ca30a05c53.tar.gz
freebsd-ports-gnome-0098aeb4cb30336f6bea4be7dae070ca30a05c53.tar.zst
freebsd-ports-gnome-0098aeb4cb30336f6bea4be7dae070ca30a05c53.zip
Update to 2.3.20.
Diffstat (limited to 'graphics/libart_lgpl')
-rw-r--r--graphics/libart_lgpl/Makefile2
-rw-r--r--graphics/libart_lgpl/distinfo6
-rw-r--r--graphics/libart_lgpl/files/patch-art_misc.h18
3 files changed, 4 insertions, 22 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile
index add8e9c9633a..2a0de0f75549 100644
--- a/graphics/libart_lgpl/Makefile
+++ b/graphics/libart_lgpl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libart_lgpl
-PORTVERSION= 2.3.19
+PORTVERSION= 2.3.20
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME}
diff --git a/graphics/libart_lgpl/distinfo b/graphics/libart_lgpl/distinfo
index e2ca083bf3f1..7f5c15fc3d66 100644
--- a/graphics/libart_lgpl/distinfo
+++ b/graphics/libart_lgpl/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libart_lgpl-2.3.19.tar.bz2) = ac885805d1918026a18b560f4015bc66
-SHA256 (gnome2/libart_lgpl-2.3.19.tar.bz2) = 46d66be76f962cd6f921011c60409c1d5070db4b01619e6d3e5093705665e7a7
-SIZE (gnome2/libart_lgpl-2.3.19.tar.bz2) = 302540
+MD5 (gnome2/libart_lgpl-2.3.20.tar.bz2) = d0ce67f2ebcef1e51a83136c69242a73
+SHA256 (gnome2/libart_lgpl-2.3.20.tar.bz2) = d5531ae3a206a9b5cc74e9a20d89d61b2ba3ba03d342d6a2ed48d2130ad3d847
+SIZE (gnome2/libart_lgpl-2.3.20.tar.bz2) = 302903
diff --git a/graphics/libart_lgpl/files/patch-art_misc.h b/graphics/libart_lgpl/files/patch-art_misc.h
deleted file mode 100644
index e13e950c6784..000000000000
--- a/graphics/libart_lgpl/files/patch-art_misc.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- art_misc.h 2005/10/06 02:19:12 267
-+++ art_misc.h 2007/03/01 16:18:41 278
-@@ -34,9 +34,15 @@
- #include <libart_lgpl/art_config.h>
- #endif
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
- void *art_alloc(size_t size);
- void art_free(void *ptr);
- void *art_realloc(void *ptr, size_t size);
-+#ifdef __cplusplus
-+}
-+#endif /* __cplusplus */
-
- /* These aren't, strictly speaking, configuration macros, but they're
- damn handy to have around, and may be worth playing with for
... .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.bsam2013-07-081-2/+2 | * Mark IGNORE after www/MT update.wxs2013-07-071-0/+2 | | | | | PR: ports/180252 Submitted by: Takefu <takefu@airport.fm> * Update the KDE Software Compilation to 4.10.5.rakuco2013-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.rakuco2013-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 portsohauer2013-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.jkim2013-06-201-4/+4 | * . pet portlint: squeeze COMMENT a little;bsam2013-06-141-6/+2 | | | | . trim Makefile headers. * . NOPORTDOCS -> PORT_OPTIONS:MDOCS;bsam2013-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;bsam2013-06-142-11/+3 | | | | | . use PLIST_FILES and remove pkg-plist (5 lines); . trim Makefile headers. * . simplify install (use 2 lines instead of 8);bsam2013-06-141-13/+3 | | | | . trim Makefile headers. * - Don't remove directories not created by this portmiwi2013-06-141-2/+0 | | | | Reported by: pkg (DEVELOPER_MODE) * Update to version 4.5.12.bsam2013-06-101-2/+2 | * Fix executing pkg-install script during do-installbapt2013-05-241-6/+2 | * KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-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.hrs2013-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.jkim2013-05-101-4/+4 | * Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-3/+1 | | | | instead to make migration to TeXLive easier. * Please bmake(1)bapt2013-05-031-1/+1 | * - Convert USE_ICONV=yes to USES=iconvmva2013-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)ak2013-04-241-1/+1 | | | | Approved by: portmgr (bapt) * Update to version 4.5.10.bsam2013-04-231-2/+2 | * Update to 4.0.2.jkim2013-04-171-4/+4 | | | | Feature safe: yes * - Update Calligra and l10n ports to 2.6.2:avilla2013-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:eadler2013-03-291-5/+1 | | | | | - Fix COMMENT - Trim header * Style: tab -> space.eadler2013-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!makc2013-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 ofdanfe2013-03-171-1/+0 | | | | trailing slashes) from pkg-plist. * Update to version 4.5.9.bsam2013-03-112-3/+2 | * Update to 4.0.1.jkim2013-03-091-4/+4 | * Convert USE_BISON to USES= bisonbapt2013-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.3rm2013-02-242-11/+3 | | | | | | | | - bump PORTEPOCH - convert to optionsng PR: 172319 Submitted by: Takefu <takefu@airport.fm> (maintainer) * - update russian bugzilla templatesohauer2013-02-236-12/+12 | * Merge from area51 repository:makc2013-02-053-7/+3 | | | | | | | | - Update to 2.5.5 - Convert to new options framework - minor cleanups Courtesy of: avilla * Update to 3.6.5.jkim2013-02-051-4/+4 | * KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-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.makc2013-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 treeak2013-02-011-1/+1 | | | | Approved by: portmgr (bapt) * Update to 3.5.1. While I'm there, also change russian to use gzipped tarball,delphij2013-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;bsam2013-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.8beat2012-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]rm2012-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 ↵eadler2012-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 versionsohauer2012-11-166-26/+12 | | | | | | - remove hotfixes from german templates Feature safe: yes * - Update to 3.5.7.jkim2012-10-272-9/+4 | | | | | | - Trim Makefile headers. Feature safe: yes * 2012-10-20 security/sscep: No more public distfilesbapt2012-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 shouldbsam2012-10-152-2/+3 | | | | | | restore working i18n. Feature safe: yes * - cleanup commentsdinoex2012-10-131-5/+0 | | | | Feature safe: yes * - Reset maintainer to Chris Petrik, who is active and the current maintainer ↵zi2012-10-101-1/+1 | | | | | | of multimedia/xmms. Approved by: maintainer timeout (4+ years) * . update to version 4.5.6;bsam2012-10-032-7/+3 | | | | . convert headers to the new style. * - Reassign to the heap at the maintainer's requesttabthorpe2012-09-251-6/+2 | * Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵bapt2012-09-212-0/+6 | | | | distilator) * - Update Calligra Suite to 2.5.2.avilla2012-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.2swills2012-09-092-3/+3 | | | | | PR: ports/171432 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) * - update bugzilla language tempatesohauer2012-09-062-4/+4 | * - move to bugzilla@ohauer2012-09-021-1/+1 | * - update bugzilla bugzilla3 and bugzilla42ohauer2012-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.avilla2012-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,avilla2012-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.jkim2012-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 bugzilla42ohauer2012-08-101-0/+1 | * - russian language template for bugzilla 4.2ohauer2012-08-105-0/+347 | | | | Approved by: skv (implicit) * - update russian bugzilla templates to current versionohauer2012-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 COMMENTcs2012-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.bsam2012-07-311-2/+2 | * Fix typos in COMMENTcs2012-07-255-5/+5 | * Convert to new options frameworkbapt2012-07-211-3/+4 | * - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4 | | | | - Add new language packs, i.e., ast, bo, kn, lb, and ug. * Fix build with clangpawel2012-07-121-0/+2 | * - Update Calligra to 2.4.3.avilla2012-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 releasefluffy2012-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.1sunpoet2012-06-292-3/+3 | | | | | PR: ports/169533 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) * - Update russian/MT to 5.14sunpoet2012-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.bsam2012-06-192-3/+2 | * - Update to 3.4sunpoet2012-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 ↵makc2012-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} orswills2012-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 *_DEPENDSculot2012-06-081-2/+2 | | | | Submitted by: az@ * - Remove SITE_PERL from *_DEPENDSaz2012-06-041-1/+1 | | | | Approved by: maintainer (via IRC) * - update png to 1.5.10dinoex2012-06-013-2/+3 | * - Remove koffice-i18n ports, as they are not very useful withoutavilla2012-05-315-168/+0 | | | | editors/koffice-kde3. * The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEavilla2012-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!makc2012-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 updatemakc2012-05-251-0/+1 | * Update to version 4.5.3.bsam2012-05-091-2/+2 | | | | Tested at: redports * Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-071-1/+1 | | | | (I hope updating of them will be improved). * - upgrade to 3.5.2bapt2012-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.2sunpoet2012-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.6ohauer2012-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.5ohauer2012-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.bsam2012-04-031-2/+2 | | | | Feature safe: yes * - Update to 5.13scheidell2012-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/libvpxashish2012-02-162-0/+2 | * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-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.bsam2012-01-161-2/+2 | * - Add wordpress 3.3.1 [1][2]sunpoet2012-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 "/"ehaupt2011-12-281-1/+1 | * - Update to 0.6.0avl2011-12-072-3/+5 | | | | Feature safe: yes * Update to version 4.4.19.bsam2011-12-061-2/+2 | | | | Feature safe: yes * - Pass maintainership to office@FreeBSD.orgsunpoet2011-11-292-2/+2 | | | | | Discussed with: bapt Feature safe: yes * - remove portsohauer2011-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)ohauer2011-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_DEPENDSdinoex2011-11-141-0/+1 | | | | Feature safe: yes * The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-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 monthdougb2011-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 theydougb2011-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:dougb2011-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 tostas2011-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 Compilationavilla2011-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 20111003sunpoet2011-10-102-3/+3 | * Un-break by fix fetching.novel2011-10-051-3/+1 | | | | | PR: 161284 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> * Update to version 4.4.18.bsam2011-10-031-2/+2 | * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-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 ↵pgollucci2011-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;bsam2011-09-071-2/+2 | | | | . add dependency upon misc/shared-mime-info and devel/desktop-file-utils. * Remove myself from MAINTAINERache2011-08-302-2/+2 | * - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"ohauer2011-08-272-0/+6 | | | | with hat apache@ * Update to latest 20110808 translation.skv2011-08-214-8/+8 | * - Set DIST_SUBDIR: move dist files to DISTDIR/mythessunpoet2011-08-182-2/+3 | * - Set DIST_SUBDIR: move dist files to DISTDIR/hyphensunpoet2011-08-182-2/+3 | * - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellsunpoet2011-08-182-2/+3 | * - Change MASTER_SITES to my LOCAL to avoid implicit change of non-versionedsunpoet2011-08-186-12/+12 | | | | dist files * - Set WRKSRCsunpoet2011-08-131-1/+2 | * - Unify COMMENT and pkg-descrsunpoet2011-08-132-2/+2 | | | | | | - Set WRKSRC - Fix typo - Add trailing slash of WWW * - Update to 20110801sunpoet2011-08-073-6/+6 | | | | | - Set WRKSRC - Fix typo * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0 | | | | disappeared. * Bye bye abandonwares (part 5)bapt2011-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 PKGNAMEPREFIXsunpoet2011-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 typosunpoet2011-07-251-1/+1 | * Pass matainership to the new office teambapt2011-07-223-3/+3 | * Add some locales thesaurusbapt2011-07-214-0/+40 | * Add Russian hyphenation rulesbapt2011-07-214-0/+35 | * Update to 5.12jlaffaye2011-07-201-5/+3 | | | | | PR: ports/158427 Submitted by: Takefu <takefu@airport.fm> (maintainer) * Add russian dictionnaries for hunspellbapt2011-07-204-0/+37 | * - create missing (empty) directory (bugzilla) so checksetup does not failohauer2011-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 teammakc2011-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.5makc2011-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.bsam2011-07-041-2/+2 | * - remove MD5ohauer2011-07-031-2/+0 | * - Add p5-Lingua-DetectCyrillic 0.02sunpoet2011-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],pgollucci2011-06-241-1/+1 | | | | - Save redirects s/http/https/ for github * Last bunch of deprecation: no more public distfiles and/or abandonware... ↵bapt2011-06-172-0/+6 | | | | last one for now * Mark broken some ports with unfetchable distfilesbapt2011-06-172-0/+4 | * Update www/MT, japanese/MT, french/MT, german/MT and russian/MT to 5.11jlaffaye2011-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 fullavilla2011-06-141-2/+2 | | | | announcement here: http://kde.org/announcements/announce-4.6.4.php * Set LATEST_LINK.skv2011-06-091-0/+2 | | | | Pointed by: erwin * - Copy devel/bugzilla to devel/bugzilla3; russian/bugzilla-ru to ↵skv2011-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.bsam2011-06-021-2/+2 | * Update KDE Software Compilation ports to 4.6.3makc2011-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 porttota2011-05-051-1/+1 | | | | | PR: ports/152006 Submitted by: KOMATSU Shinichiro <koma2_AT_lovepeers_DOT_org> * Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1 | * - Update KOffice to 2.3.3.avilla2011-04-132-4/+4 | * Clean up in preparation for open-motif update (ports/154044):makc2011-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 KDEavilla2011-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.bsam2011-04-031-2/+2 | * I forgot the fix on WRKSRC. Now should be cleanbapt2011-03-311-1/+1 | | | | Reported by: pointy hat (pav) * - change the package name to avoid redundancybapt2011-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 ↵bapt2011-03-3011-612/+0 | | | | | | package name. Point the previous MOVED entry to this new location * branch ircd-hybrid-ru to russian categorybapt2011-03-271-0/+1 | * - update to 7.2.4bapt2011-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.avilla2011-03-254-38/+34 | * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-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 supportmiwi2011-03-192-2/+0 | * - Get Rid MD5 supportmiwi2011-03-1939-48/+0 | | | | With hat: portmgr (myself) * Update to version 4.4.12.bsam2011-02-071-2/+2 | | | | Feature safe: yes * NO_CDROM and NO_PACKAGE are redundant when RESTRICTED is specified.linimon2011-01-241-3/+1 | | | | | | While here, pet portlint. Feature safe: yes * Update MASTER_SITESmakc2011-01-164-4/+4 | | | | Feature safe: yes * Update MASTER_SITESmakc2011-01-163-3/+3 | | | | | Feature safe: yes Approved by: maintainer (implicit) * - Update to 5.04sunpoet2011-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 declarationsunpoet2011-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.5fluffy2011-01-082-2/+4 | | | | | | for FreeBSD. It's a bugfix-only release, January 2011 set. * Update to version 4.4.11.bsam2011-01-031-2/+2 | * - Update to 3.6.3-ru-20101117tota2010-12-126-620/+606 | | | | Submitted by: ohauer (via private e-mail) * - Updated to 2.6.1.pgollucci2010-12-121-1/+1 | | | | | PR: ports/152989 Submitted by: "SimaMoto, RyoTa" <liangtai.s4@gmail.com> (maintainer) * Update to version 4.4.10.bsam2010-12-121-3/+2 | * - Re-assign all my ruby* ports to ruby@avl2010-12-092-2/+2 | | | | Discussed with: pgollucci, stas * Remove encodings "koi8-r" and "windows-1251" becauseskv2010-12-052-16/+8 | | | | they are shipped with XML-Parser since 2.40 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 | * KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-032-6/+118 | * - github is redirecting all these to https nowpgollucci2010-11-111-1/+1 | * KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-046-34/+29 | * Update to 3.6.2-ru-20100809skv2010-10-236-16/+22 | * - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infopgollucci2010-10-202-2/+2 | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic * - Mark BROKEN: bad plistpav2010-10-201-0/+2 | | | | Reported by: pointyhat * Update translation ports for devel/eric4 to version 4.4.9.bsam2010-10-151-3/+3 | * - Update MT (Moveable Type) to 5.0.31 and all language packspgollucci2010-10-081-1/+1 | | | | | PR: ports/151278 Submitted by: Takefu <takefu@airport.fm> * KDE FreeBSD team presents KDE SC 4.5.2.makc2010-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.bsam2010-09-181-3/+3 | * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-4/+2 | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs * Remove ports with EXPIRATION_DATE setgarga2010-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.makc2010-09-036-593/+172 | | | | | New ports added: misc/kde4-l10n-ia - Interlingua localization for KDE * Connect koffice-kde4-l10nmakc2010-08-281-0/+1 | * Update to 2.2.2 for KDE4 after repocopy.makc2010-08-288-198/+64 | * Reset dindin@dindin.ru due to maintainer-timeout and no response to email.linimon2010-08-232-2/+2 | | | | Hat: portmgr * Update to version 4.4.7.bsam2010-08-131-3/+3 | * . update to version 4.4.6;bsam2010-07-051-3/+3 | | | | | | . use LICENSE infrastructure. Feature safe: yes * Add MT , russian localization of the MovableType publishing system.skv2010-07-023-0/+31 | | | | Feature safe: yes * Present KDE SC 4.4.5 for FreeBSD.makc2010-06-301-3/+3 | | | | Feature safe: yes * Connect gimp-help portsmakc2010-06-151-0/+1 | * Add new ports for GIMP Manual:makc2010-06-151-0/+18 | | | | | | | | | | The GIMP User Manual is distributed as a set of HTML pages for use with the internal GIMP help browser or any web browser. WWW: http://docs.gimp.org/ PR: ports/145650, ports/145652 Submitted by: SimaMoto, RyoTa <liangtai.s4 at gmail.com> * Update to version 4.4.5.bsam2010-06-121-3/+3 | * - Update to 1.0.3avl2010-06-032-4/+4 | * - Update to 0.2.7avl2010-06-032-4/+4 | | | | | PR: ports/147109 Submitted by: pgollucci * Present KDE SC 4.4.4 for FreeBSD.makc2010-06-021-3/+3 | * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-314-4/+4 | * - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portspgollucci2010-05-272-2/+2 | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ * Update to version 4.4.4.bsam2010-05-131-3/+3 | * - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-114-134/+103 | | | | With hat on: kde@ * Mark as broken on powerpc.linimon2010-04-011-1/+7 | | | | Hat: portmgr * - update to 1.4.1dinoex2010-03-289-6/+9 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * - Update to 3.4.6 [1]tota2010-03-252-2/+2 | | | | | | | | | | | | | | | | | - Remove ja-bugzilla-2.* from CONFLICT entries of devel/bugzilla, devel/bugzilla2 and russian/bugzilla-ru [2] - Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org [1] This port has been updated from the bugzilla Japanized patch to bugzilla Japanese language pack installation, both of which are maintained differently. * Japanized patch is not actively maintained anymore. * More sophisticated language pack framework has been introduced since Bugzilla 3.0. [2] This port no longer conflicts with those ports due to the new language pack framework. Approved by: maho (mentor) * Connect stardict-computer, stardict-engcommakc2010-03-251-0/+3 | | | | and stardict-pc to build. * Add new port:makc2010-03-254-0/+29 | | | | | | | | | English-Russian PC-user dictionary. WWW: http://stardict.sourceforge.net/Dictionaries_ru.php PR: based on ports/143266 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> * Add new port:makc2010-03-254-0/+29 | | | | | | | | | The Open English-Russian Dictionary of Computer Terms. WWW: http://stardict.sourceforge.net/Dictionaries_ru.php PR: based on ports/143266 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> * Add new port:makc2010-03-254-0/+29 | | | | | | | | | English-Russian Computer dictionary. WWW: http://stardict.sourceforge.net/Dictionaries_ru.php PR: based on ports/143266 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> * Update to version 4.4.2.bsam2010-03-141-3/+3 | * Connect stardict-bars, stardict-dal, stardict-mueller7makc2010-03-011-0/+4 | | | | | | and stardict-mueller7accent to build Feature safe: yes * Add new port:makc2010-03-014-0/+29 | | | | | | | | New Comprehensive English-Russian dictionary. WWW: http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php Feature safe: yes * Add new port:makc2010-03-014-0/+29 | | | | | | | | V.I. Dal's Explanatory Dictionary of the Live Great Russian language. WWW: http://stardict.sourceforge.net/Dictionaries_ru.php Feature safe: yes * Add new port:makc2010-03-014-0/+29 | | | | | | | | The 7th edition of Mueller English-Russian dictionary with accents. WWW: http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php Feature safe: yes * Add new port:makc2010-03-016-0/+55 | | | | | | | | The 7th edition of Mueller English-Russian dictionary. WWW: http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php Feature safe: yes * The port failed to build under ru_RU.UTF-8 locale.ru2010-02-261-0/+2 | | | | | | | Fixed it by enforcing a locale to be ru_RU.KOI8-R. Approved by: maintainer timeout (11 days) Feature safe: yes * Update to 3.4.3-ru-20091115skv2010-02-124-12/+10 | * Update to version 4.4.1.bsam2010-02-081-3/+3 | * Presenting KDE 4.3.5 for FreeBSD. The official release notes for thismiwi2010-02-07