aboutsummaryrefslogtreecommitdiff
path: root/hebrew
Commit message (Collapse)AuthorAgeFilesLines
* The KDE FreeBSD team is proud to announce the releaseMartin Wilke2008-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) Notes: svn path=/head/; revision=219410
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* The KDE FreeBSD team is proud to announce the releaseMartin Wilke2008-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. Notes: svn path=/head/; revision=218752
* - Reset maintainer address:Pav Lucistnik2008-06-181-1/+1
| | | | | | | | 5.1.0 - Unknown address error 550-'<nadav@cs.technion.ac.il>: Recipient address rejected: User unknown in local recipient table' Notes: svn path=/head/; revision=215091
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* Unbreak by fixing some old code. Fix a typo in pkg-descr.Mikhail Teterin2008-05-223-8/+13
| | | | | | | | | Large number of compiler warnings remain... While here -- enable parallel build on systems with multiple CPUs. Notes: svn path=/head/; revision=213490
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-193-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) Notes: svn path=/head/; revision=211584
* Fix distfile location for outdated koffice-l10ns.Michael Nottebrock2007-11-081-1/+1
| | | | | | | Approved by: portmgr (mcl, pav) Notes: svn path=/head/; revision=202596
* Update to KDE 3.5.8Michael Nottebrock2007-10-294-8/+6
| | | | Notes: svn path=/head/; revision=202377
* Revert more PORTREVISION accidentsMichael Nottebrock2007-07-051-0/+1
| | | | Notes: svn path=/head/; revision=195010
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-045-9/+6
| | | | Notes: svn path=/head/; revision=194883
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-196-1/+6
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to KDE 3.5.6 / KOffice 1.6.2Michael Nottebrock2007-03-134-6/+10
| | | | Notes: svn path=/head/; revision=187334
* Really normalize Aspell dictionaries ports PKGVERSION...Thierry Thomas2007-02-141-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 Notes: svn path=/head/; revision=185199
* Upgrade to 1.0-0.Thierry Thomas2007-02-122-4/+4
| | | | Notes: svn path=/head/; revision=185051
* Normalize Aspell dictionaries PKGNAMEs.Thierry Thomas2007-01-141-0/+1
| | | | | | | | | PR: ports/106573, ports/107399, ports/107448 Submitted by: Marcin Wisnicki <mwisnicki+freebsd (at) gmail.com> Approved by: farrokhi, obrien Notes: svn path=/head/; revision=182356
* Update to KDE 3.5.5 / KOffice 1.6.1Michael Nottebrock2006-12-194-6/+122
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=180198
* KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-126-10/+12
| | | | Notes: svn path=/head/; revision=172898
* All dictionaries can be installed separately:Thierry Thomas2006-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> Notes: svn path=/head/; revision=167900
* Update to KDE 3.5.3Michael Nottebrock2006-06-054-22/+20
| | | | Notes: svn path=/head/; revision=164487
* Update to KOffice 1.5.1Michael Nottebrock2006-05-272-4/+4
| | | | Notes: svn path=/head/; revision=163607
* Update to KOffice 1.5.0Michael Nottebrock2006-04-293-22/+8
| | | | | | | | Approved by: portmgr (kris) cVS: arabic/koffice-i18n/distinfo arabic/koffice-i18n/pkg-descr Notes: svn path=/head/; revision=160797
* Update to KDE 3.5.2Michael Nottebrock2006-03-304-128/+22
| | | | Notes: svn path=/head/; revision=158431
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to KDE 3.5.1.Michael Nottebrock2006-02-014-8/+18
| | | | Notes: svn path=/head/; revision=154984
* SHA256ifyEdwin Groothuis2006-01-224-0/+4
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update to KDE 3.5.0Michael Nottebrock2006-01-084-74/+82
| | | | Notes: svn path=/head/; revision=153084
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149333
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Update to 0.101Marcus Alves Grando2005-11-062-3/+3
| | | | | | | | PR: 88571 Submitted by: Jonathan <afarsec@012.net.il> (maintainer) Notes: svn path=/head/; revision=147470
* Update to KDE 3.4.3 / KOffice 1.4.2Michael Nottebrock2005-11-054-6/+34
| | | | Notes: svn path=/head/; revision=147365
* Remove all the secondary port of editors/ooodict-allMaho Nakata2005-11-012-20/+0
| | | | | | | | | localized ones should be activated via knob like: % cd ports/editors/ooodict-all % make LOCALIZED_LANG=ABC Notes: svn path=/head/; revision=146878
* Fix index build by moving openoffice.org-1.1 ports.Maho Nakata2005-08-291-1/+1
| | | | | | | Submitted by: krion via krisautomail Notes: svn path=/head/; revision=141243
* Update to KDE 3.4.2 / KOffice 1.4.1Michael Nottebrock2005-07-312-4/+4
| | | | Notes: svn path=/head/; revision=140588
* Update to KDE 3.4.1Michael Nottebrock2005-06-264-22/+30
| | | | Notes: svn path=/head/; revision=138043
* - Fix categoriesPav Lucistnik2005-06-061-0/+1
| | | | | | | | Pointy hat to: pav Reported by: kris' chkversion Notes: svn path=/head/; revision=136890
* - Unbreak and general updatePav Lucistnik2005-06-052-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) Notes: svn path=/head/; revision=136875
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-021-1/+1
| | | | Notes: svn path=/head/; revision=136688
* Update to KDE 3.4Michael Nottebrock2005-03-204-78/+34
| | | | Notes: svn path=/head/; revision=131766
* Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.Michael Nottebrock2004-12-222-2/+0
| | | | Notes: svn path=/head/; revision=124856
* Fix kde3-i18n ports.Michael Nottebrock2004-12-162-4/+4
| | | | Notes: svn path=/head/; revision=124205
* Update to KDE 3.3.2Michael Nottebrock2004-12-138-12/+12
| | | | Notes: svn path=/head/; revision=123951
* Update to 0.8Tilman Keskinoz2004-12-015-30/+12
| | | | | | | | PR: 74579 Submitted by: Yonatan <onatan@gmail.com> Notes: svn path=/head/; revision=122920
* - Update maintainer's email addressPav Lucistnik2004-11-142-4/+4
| | | | | | | | PR: ports/73939 Submitted by: Yonatan <onatan@gmail.com> (maintainer) Notes: svn path=/head/; revision=121613
* Update to KDE 3.3.1Michael Nottebrock2004-11-086-7/+35
| | | | Notes: svn path=/head/; revision=121092
* As previously announced, remove hebrew/pine due to security problems.Mark Linimon2004-10-2326-924/+0
| | | | Notes: svn path=/head/; revision=120010
* Update to KDE 3.3Michael Nottebrock2004-08-307-7/+93
| | | | Notes: svn path=/head/; revision=117701
* Add slaves ports for Aspell's new dictionaries.Thierry Thomas2004-08-283-0/+22
| | | | Notes: svn path=/head/; revision=117537
* Fix build with gcc 3.4Tilman Keskinoz2004-08-172-0/+22
| | | | Notes: svn path=/head/; revision=116508