aboutsummaryrefslogtreecommitdiffstats
path: root/lang/mmix
ModeNameSize
-rw-r--r--Makefile1108logstatsplainblame
-rw-r--r--distinfo134logstatsplainblame
-rw-r--r--pkg-descr644logstatsplainblame
-rw-r--r--pkg-plist1854logstatsplainblame
itgraph'>| | | | starting with H,I,J,K,L * clean upmakc2009-08-081-3/+0 | * The KDE FreeBSD team is proud to announce the release of KDE 4.3.0miwi2009-08-053-14/+14 | | | | | | | | | | for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release notes can be found at: http://kde.org/announcements/4.3/index.php. We'd like to say thanks to all helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi) * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-313-1/+3 | | | | | | bumped or updated Requested by: edwin * The KDE FreeBSD team is pleased to announce KDE 4.2.4, the last bugfixmiwi2009-06-032-6/+6 | | | | | | release in 4.2.x series. The official KDE 4.2.4 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_3to4_2_4.php. * Update KDE ports to 4.2.3makc2009-05-102-3/+8 | | | | | | | | | | | | | | | | | | | | | | | | See original release announcement for details: http://kde.org/announcements/announce-4.2.3.php New ports: devel/kdebindings4: Meta port of KDE bindings for C#, Java, PHP, Python and Ruby. Currently only Python bindings are supported. devel/kdebindings4-python, devel/kdebindings4-python-krosspython, devel/kdebindings4-python-pykde4: Python bindings for KDE. print/kdeutils4-printer-applet: printer-applet is a system tray utility. It shows current print jobs, shows printer warnings and errors and shows when printers that have been plugged in for the first time are being auto-configured by hal-cups-utils. It replaces kjobviewer in KDE 3. print/system-config-printer-kde A port of Gnome system-config-printer to KDE. * The KDE FreeBSD team is proud to announce the release of KDE 4.2.2miwi2009-04-022-4/+4 | | | | | | | | | | for FreeBSD. The official KDE 4.2.2 release changelog can be found at: http://www.kde.org/announcements/changelogs/changelog4_2_1to4_2_2.php. Also mark some ports MAKE_JOBS_SAFE. New Ports: misc/kde4-l10n-sk - Slovak * Update KDE to 4.2.1.makc2009-03-092-4/+3 | | | | | | | multimedia/phonon port has been split into phonon itself, phonon-xine and phono-gstreamer backends. After updating phonon port you have to install at least one backend. phonon-xine backend is recommended for KDE. * Geresh is a multi lingual text editor, but there are a few featurestabthorpe2009-02-246-0/+105 | | | | | | | | | | | for the benefit of users of Hebrew and Arabic, such as: the ability to display the signs point the Hebrew / Arabic (dash Hebrew) as an alternative, convenient editing of characters in the format of the BiDi (such as RLM, LRM), an alternative algorithm Greek paragraphs to set the emulation of the Hebrew keyboard. PR: ports/130087 Submitted by: Eitan Adler <EitanAdlerList at gmail.com> * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-095-330/+157 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for FreeBSD. The official KDE 4.2.0 (Codename: "The Answer") release notes can be found at: http://kde.org/announcements/4.2/index.php. New supported languages include Arabic, Icelandic, Basque, Hebrew, Romanian, Tajik and several Indian languages (Bengali India, Gujarati, Kannada, Maithili, Marathi) indicating a rise in popularity in this part of Asia. New ports for KDE 4.2.0: arabic/kde4-l10n Arabic hebrew/kde4-l10n Hebrew misc/kde4-l10n-bn_IN Bengali (India) misc/kde4-l10n-eu Basque misc/kde4-l10n-gu Gujarati misc/kde4-l10n-is Icelandic misc/kde4-l10n-kn Kannada misc/kde4-l10n-mai Maithili misc/kde4-l10n-mr Marathi misc/kde4-l10n-ro Romanian misc/kde4-l10n-tg Tajik math/eigen2 Lightweight library for vector and matrix math graphics/kipi-plugins-kde4 KDE4 kipi graphics plugins sysutils/policykit-kde PolicyKit manager for KDE Unfortunately FreeBSD 6.4 support is dropped. We'd like to say thanks for feedback and help to: Matt Tosto, Kris Moore, stickibit, David Johnson, Markus Brueffer, David Naylor, Thomas Schlesinger, Warren Liddell, Thomas Abthorpe, Diego Depaoli, Mats Andreassen, portmgr for exp-run and repocopies. * Update to 1.0,makc2009-01-253-8/+10 | | | | | | | | | sort plist, add -fPIC flag to fix linking with hspell library. PR: ports/130353 Submitted by: self Approved by: Jonatan B (maintainer), miwi (implicit) * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-292-6/+6 | | | | | | | | | | | | | | | | | | | of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release notes can be found at: http://www.kde.org/announcements/announce-3.5.10.php While not a very exciting release in terms of features, 3.5.10 brings a couple of nice bugfixes and translation updates to those who choose to stay with KDE 3.5. The fixes are thinly spread across KPDF with a number of crash fixes, KGPG and probably most interesting various fixes in kicker, KDE3's panel: * Improved visibility on transparent backgrounds * Themed arrow buttons in applets that were missing them * Layout and antialiasing fixes in various applets Approved by: portmgr (erwin/pav) * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) * The KDE FreeBSD team is proud to announce the releasemiwi2008-08-184-20/+128 | | | | | | | | | | | | | | | | of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release notes can be found at: http://www.kde.org/announcements/announce-3.5.9.php After the KDE 4.1.0 import the team found time to make KDE 3.5.9 ready for the Ports tree. KDE 3.5.9 was released six months ago and 3.5.10 is coming soon. We are not sure we have time to get 3.5.10 for FreeBSD 7.1/6.4 release, but we would have minimum 3.5.9 for those people who prefer to stay with KDE3. Of course Thanks to all Testers. * - Reset maintainer address:pav2008-06-191-1/+1 | | | | | 5.1.0 - Unknown address error 550-'<nadav@cs.technion.ac.il>: Recipient address rejected: User unknown in local recipient table' * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-062-1/+2 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) * Unbreak by fixing some old code. Fix a typo in pkg-descr.mi2008-05-223-8/+13 | | | | | | Large number of compiler warnings remain... While here -- enable parallel build on systems with multiple CPUs. * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-203-13/+11 | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) * Fix distfile location for outdated koffice-l10ns.lofi2007-11-091-1/+1 | | | | Approved by: portmgr (mcl, pav) * Update to KDE 3.5.8lofi2007-10-304-8/+6 | * Revert more PORTREVISION accidentslofi2007-07-051-0/+1 | * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-045-9/+6 | * BROKEN with gcc 4.2kris2007-05-271-1/+7 | * - Welcome X.org 7.2 \o/.flz2007-05-206-1/+6 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-144-6/+10 | * Really normalize Aspell dictionaries ports PKGVERSION...thierry2007-02-151-1/+1 | | | | | | | | | textproc/aspell/Makefile.inc had been forgotten in the previous commit. PR: ports/106573 Submitted by: Marcin Wisnicki <mwisnicki+freebsd (at) gmail.com> Reported by: Michel TALON <talon (at) lpthe.jussieu.fr> Pointyhat to: /me * Upgrade to 1.0-0.thierry2007-02-132-4/+4 | * Normalize Aspell dictionaries PKGNAMEs.thierry2007-01-141-0/+1 | | | | | | PR: ports/106573, ports/107399, ports/107448 Submitted by: Marcin Wisnicki <mwisnicki+freebsd (at) gmail.com> Approved by: farrokhi, obrien * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-204-6/+122 | | | | Approved by: portmgr * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-136-10/+12 | * All dictionaries can be installed separately:thierry2006-07-154-7/+17 | | | | | | | | | | | | | | | | | | - by default, textproc/aspell installs the English dictionaries (no change); - thereafter you can install any foreign dictionary; - when you install a foreign dictionary, i.e. french/aspell or textproc/da-aspell, it installs only the dictionaries, and depends upon textproc/aspell for the programs; - if you don't need the English dictionaries, you can define WITHOUT_DICTEN or install textproc/aspell-without-dicten; - add a new port for textproc/en-aspell: if aspell had been installed without the English dictionaries, they can be added thereafter; - add a missing port for german/alt-aspell; - foreign dictionaries are almost independent from textproc/aspell, and their maintainership is available. Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca> * Update to KDE 3.5.3lofi2006-06-064-22/+20 | * Update to KOffice 1.5.1lofi2006-05-272-4/+4 | * Update to KOffice 1.5.0lofi2006-04-293-22/+8 | | | | | Approved by: portmgr (kris) cVS: arabic/koffice-i18n/distinfo arabic/koffice-i18n/pkg-descr * Update to KDE 3.5.2lofi2006-03-314-128/+22 | * Conversion to a single libtool environment.ade2006-02-231-1/+1 | | | | Approved by: portmgr (kris) * Update to KDE 3.5.1.lofi2006-02-014-8/+18 | * SHA256ifyedwin2006-01-224-0/+4 | | | | Approved by: krion@ * Update to KDE 3.5.0lofi2006-01-094-74/+82 | * - Add SHA256pav2005-11-251-0/+1 | * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. * Update to 0.101mnag2005-11-072-3/+3 | | | | | PR: 88571 Submitted by: Jonathan <afarsec@012.net.il> (maintainer) * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-054-6/+34 | * Remove all the secondary port of editors/ooodict-allmaho2005-11-012-20/+0 | | | | | | localized ones should be activated via knob like: % cd ports/editors/ooodict-all % make LOCALIZED_LANG=ABC * Fix index build by moving openoffice.org-1.1 ports.maho2005-08-291-1/+1 | | | | Submitted by: krion via krisautomail * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-012-4/+4 | * Update to KDE 3.4.1lofi2005-06-264-22/+30 | * - Fix categoriespav2005-06-061-0/+1 | | | | | Pointy hat to: pav Reported by: kris' chkversion * - Unbreak and general updatepav2005-06-062-0/+19 | | | | | | | | | | | | | | | - Add thesaureses - Add new dictionaries for Afrikaans, Welsh, English (Australia), English (New Zealand), Spanish (Mexico), Faroese, Irish, Gaelic, Galician, Indonesian, Kurdish, Lithuanian, Malagasy (Madagascar), Maori (New Zealand), Malay, Norwegian, Chichewi (Malawi), Romanian, Kinyarwanda (Rwanda), Slovenian, Kishahili, Tagalog (Philippines), Hebrew (Israel), German (Austria), French (Belgium) PR: ports/78492, ports/81196 Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>, Nicholas Kirby <nkirby@dagr.net> Approved by: maintainer (in general; too busy to work on ooodict) * change the libtool version to use from 1.3 to 1.5oliver2005-06-031-1/+1 | * Update to KDE 3.4lofi2005-03-214-78/+34 | * Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-232-2/+0 | * Fix kde3-i18n ports.lofi2004-12-162-4/+4 | * Update to KDE 3.3.2lofi2004-12-148-12/+12 | * Update to 0.8arved2004-12-025-30/+12 | | | | | PR: 74579 Submitted by: Yonatan <onatan@gmail.com> * - Update maintainer's email addresspav2004-11-152-4/+4 | | | | | PR: ports/73939 Submitted by: Yonatan <onatan@gmail.com> (maintainer) * Update to KDE 3.3.1lofi2004-11-086-7/+35 | * As previously announced, remove hebrew/pine due to security problems.linimon2004-10-2326-924/+0 | * Update to KDE 3.3lofi2004-08-317-7/+93 | * Add slaves ports for Aspell's new dictionaries.thierry2004-08-293-0/+22 | * Fix build with gcc 3.4arved2004-08-172-0/+22 | * Factor out all but one of the build switches of the KDE main module portslofi2004-08-112-3/+3 | | | | | | | | | | | | | | | into separate ports. The OPTIONS will remain as of yet and trigger dependencies now, for easy transition. Update KOffice to version 1.3.2. Add patches to fix a number of issues, including: - fix kxkb on Xorg - fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2 with optimizations greater than -O Add security related patches and entries to portaudit.txt. * - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-1/+1 | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) * Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-221-0/+2 | | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS. * - Update to 0.100pav2004-06-173-60/+64 | | | | | PR: ports/67905 Submitted by: Yonatan Bokovza <Yonatan@xpert.com> (maintainer) * Unbreak.thierry2004-06-113-8/+26 | * Update to version 3.2.3lofi2004-06-104-4/+24 | * Oops. Forgot the language categories.lofi2004-05-072-3/+3 | | | | Update to 1.3.1 * Update to KDE 3.2.2lofi2004-04-204-36/+4 | * Trim whitespace.trevor2004-04-111-52/+52 | * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2 | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 * SIZEify (maintainer timeout)trevor2004-03-313-0/+3 | * SIZEify.trevor2004-03-181-0/+1 | * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-105-4/+7 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== KDE: - Audio/arts does not install artswrapper anymore, instead it is provided by audio/artswrapper. See UPDATING. - misc/kdeaddons3 is now a metaport with editors/kate-plugins editors/vimpart games/atlantikdesigner misc/kaddressbook-plugins misc/kfile-plugins misc/kicker-applets misc/knewsticker-scripts misc/konq-plugins misc/ksig misc/renamedlgplugins multimedia/noatun-plugins net/kontact-plugins as slave ports. - A number of KDE ports now uses OPTIONS do make various WITH_* options more visible. - Plist fixes - devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for newly created projects. - kdebase will no longer remove previous KDM configurations. This won't take effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still remove the configuration), but subsequent updates will merge old configs. QT: - Previous versions of QT could be compiled with debugging-support enabled by defining DEBUG. This switch has been renamed to the more unambiguous WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports). * Pine versions before 4.58 contain remotely exploitable vulnerabilities.nectar2004-02-131-0/+2 | * Update to version 0.93.linimon2004-02-112-5/+6 | | | | | | | | | | | | | | | | | | | This is a minor release that focuses primarily on improving the on-screen presentation and readability. Changes: 1. Frank Ruehl family redrawn, together with punctuation and numerals. 2. Nachlieli family hinted to enhance the on-screen look. 3. Slash in David family was redrawn. 4. Missing "ayin" in Drugulin Bold was fixed. 5. ".notdef" character added to all the above fonts, to improve compliance with standards. Also, while here, add size to distinfo and silence portlint (although this committer has been using the variable "filename" instead of "i".) PR: ports/62579 Submitted by: Yonatan Bokovza <Yonatan@Xpert.com> (maintainer) * Reset bouncing maintainer addresskris2004-02-081-1/+1 | * Update to KDE 3.2.0lofi2004-02-059-22/+81 | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-042-0/+2 | | | | (Part 2) * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-043-6/+6 | | | | | Submitted by: trevor Tested by: bento * Now gettext 0.12.1 is gettext-old.trevor2004-01-243-3/+3 | * Mark as broken on recent versions of 5.x due to the gcc3.3 import.linimon2003-12-221-1/+7 | | | | | In this case, it is due to some kind of error in the preprocessor. Notified maintainer. * Translation update: fix checksum.will2003-09-222-2/+2 | * Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-182-2/+2 | * Update hebrew/culmusedwin2003-09-045-34/+40 | | | | | | | | | This updates version 0.8 to a rerelease of version 0.90. The original release of 0.90 included more fonts, and the rerelease fixed a problem with the new fonts and OpenOffice. PR: ports/56375 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> * Moved to a C frontend, instead of perl.leeym2003-08-074-34/+13 | | | | | | | | Lost Verbosity option on the way, making the Makefile and pkg-plist simpler, and perl not required to run anymore. PR: 55303 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> * Update KDE to the latest official release, KDE 3.1.3lofi2003-07-294-2/+6 | | | | | | | | | | | | | | | | | | Official KDE 3.1.3 announcement: http://www.kde.org/announcements/announce-3.1.3.php (may not work until a few hours after this commit - we jumped the gun a little in order to have the update in place at the time the security notifications for KDE 3.1.2 will be released together with the announcement of KDE 3.1.3). Changelog from 3.1.2 to 3.1.3 release: http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php Thanks and credits need to go to the whole KDE-FreeBSD team, as well as everyone on kde@freebsd.org for providing feedback, reporting bugs and just using the KDE ports. Approved by: will (real mentor asleep) * Update to KDE 3.1.2lioux2003-05-206-8/+12 | * New port: localized messages and documentation for kofficelioux2003-05-205-0/+71 | * upgrade to 0.5ijliao2003-05-095-16/+40 | | | | | PR: 51960 Submitted by: maintainer * Repo-move KDE I18N hebrew, hungarian, & vietnamese messages to theirwill2003-04-147-4/+13 | | | | | | | respective I18N directories. Adjust the main kde3-i18n port for this. Also sort the dependencies (by language code) in that port. Submitted by: Lauri Watts <lauri@kde.org> Repocopied by: joe * new port: Hebrew Type1 fontsedwin2003-04-146-0/+109 | | | | | | | More hebrew fonts. Yay! PR: ports/47515 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> * typo USE_PERL -> USE_PERL5edwin2003-04-051-1/+1 | | | | Noticed by: kento/bris :-) * new port: Hebrew spellchecker and morphology engineedwin2003-04-027-0/+83 | | | | | | | | A new and innovative spell checker for hebrew. portlint is happy about this. PR: ports/47265 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> * Clear moonlight beckons.ade2003-03-074-2/+2 | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. * De-pkg-comment.knu2003-02-216-3/+3 | * Upgrade kde-i18n to 3.1. Note that the following modules did not get awill2003-01-29