summaryrefslogtreecommitdiff
path: root/arabic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-9/+3
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=114511
* Pet portlint.Michael Nottebrock2004-07-112-1/+3
| | | | Notes: svn path=/head/; revision=113380
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Update to version 3.2.3Michael Nottebrock2004-06-096-62/+210
| | | | Notes: svn path=/head/; revision=111165
* - Fix crash in search and replacePav Lucistnik2004-05-243-1/+25
| | | | | | | | | | - Fix crash on exit when permissions on configuration file were changed PR: ports/67126 Submitted by: Samy Al Bahra <samy@kerneled.org> (maintainer) Notes: svn path=/head/; revision=109909
* - Fix build with latest gtkKirill Ponomarev2004-05-212-3/+15
| | | | | | | | PR: ports/66969 Submitted by: maintainer Notes: svn path=/head/; revision=109626
* BROKEN: Does not compileKris Kennaway2004-04-191-0/+2
| | | | Notes: svn path=/head/; revision=107514
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-022-1/+3
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* Add size data, approved by maintainers.Trevor Johnson2004-03-204-0/+4
| | | | Notes: svn path=/head/; revision=104775
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-094-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=103453
* Depend on gettext instead of non-existent gettext-old.Michael Nottebrock2004-02-051-1/+2
| | | | | | | Do not clobber PORTREVISION. Notes: svn path=/head/; revision=100023
* Update to KDE 3.2.0Michael Nottebrock2004-02-058-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=100015
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-043-6/+6
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-233-3/+3
| | | | Notes: svn path=/head/; revision=98909
* Add the pkg directory with COMMENT for arabic.Joe Marcus Clarke2003-11-241-0/+1
| | | | | | | | Approved by: portmgr (implicit) Pointy hat to: me Notes: svn path=/head/; revision=94761
* Move these ports to the new arabic category after the repocopies. FixWill Andrews2003-11-168-10/+16
| | | | | | | | | | up dependencies and add this incident to MOVED. PR: (closed already) 57507, 57508, 57510, 57512, 57513, 57515 Submitted by: Samy Al Bahra <samy@kerneled.com> Notes: svn path=/head/; revision=94079
* Add katoob 0.3.5, a light-weight, bidirectional editor for arabicWill Andrews2003-11-096-0/+85
| | | | | | | | | | | texts. PR: 57511 Submitted by: Pav Lucistnik <pav@oook.cz> through Samy Al Bahra <samy@kerneled.com> (maintainer) Notes: svn path=/head/; revision=93558
* OpenOffice -> OpenOffice.orgMaho Nakata2003-11-091-1/+1
| | | | | | | Submitted by: Pavel@Janik.cz (Pavel Janik) Notes: svn path=/head/; revision=93539
* Add OpenOffice.org 1.1 of Arabic versionMaho Nakata2003-11-082-0/+16
| | | | Notes: svn path=/head/; revision=93423
* Add the new real category, arabic. This is not tied to the build as thereJoe Marcus Clarke2003-11-072-0/+8
| | | | | | | are no ports here yet. Genetlement, start your repo copies. Notes: svn path=/head/; revision=93311
* New arabic port: khototEdwin Groothuis2003-10-034-0/+83
| | | | | | | | | | | This port contains a collection of some of the most popular Arabic fonts created and used by the Arabic UNIX community. PR: ports/57512 Submitted by: Samy Al Bahra <samy@kerneled.com> Notes: svn path=/head/; revision=90100
* New arabic port: kacst_fontsEdwin Groothuis2003-10-035-0/+67
| | | | | | | | | | | | This port contains a collection of TrueType Arabic fonts created by the King Abdulaziz Scientific organization in Saudi Arabia. PR: ports/57510 Submitted by: Samy Al Bahra <samy@kerneled.com> Notes: svn path=/head/; revision=90098
* New arabic port: ae_fonts_ttfEdwin Groothuis2003-10-035-0/+153
| | | | | | | | | | | | This port contains a collection of some of the most popular Arabic fonts created and used by the Arabic UNIX community. This truetype font set was developed at Arabeyes. PR: ports/57508 Submitted by: Samy Al Bahra <samy@kerneled.com> Notes: svn path=/head/; revision=90096
* New arabic port: ae_fonts_monoEdwin Groothuis2003-10-035-0/+61
| | | | | | | | | | | Some popular PCF Arabic fonts created and used by the Arabic UNIX community. PR: ports/57507 Submitted by: Samy Al Bahra <samy@kerneled.com> Notes: svn path=/head/; revision=90094
* Catch up with a couple more doc updates.Will Andrews2003-09-202-2/+2
| | | | Notes: svn path=/head/; revision=89083
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.Will Andrews2003-09-182-2/+2
| | | | Notes: svn path=/head/; revision=89050
* Update KDE to the latest official release, KDE 3.1.3Michael Nottebrock2003-07-294-2/+72
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=85806
* Update to KDE 3.1.2Mario Sergio Fujikawa Ferreira2003-05-194-8/+8
| | | | Notes: svn path=/head/; revision=81484
* New port: localized messages and documentation for kofficeMario Sergio Fujikawa Ferreira2003-05-194-0/+69
| | | | Notes: svn path=/head/; revision=81423
* Rejoice, for the long awaited upgrade to kde 3.1.1 is here!Alan Eldridge2003-04-054-32/+76
| | | | Notes: svn path=/head/; revision=78353
* Clear moonlight beckons.Ade Lovett2003-03-074-2/+2
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Upgrade kde-i18n to 3.1. Note that the following modules did not get aWill Andrews2003-01-284-22/+192
| | | | | | | | | release for 3.1: az hr id is ko lv. These modules remain at their previous release (and still work), but may be incomplete or incorrect. However, their distfiles were moved to DIST_SUBDIR=KDE/kde-i18n anyway. Notes: svn path=/head/; revision=74162
* 1. Removed comments from pkg-plist files per will's request.Alan Eldridge2002-10-114-6/+2
| | | | | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)! Notes: svn path=/head/; revision=67803
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted toWill Andrews2002-08-254-8/+6
| | | | | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1] Notes: svn path=/head/; revision=64972
* 1. Changed the lib depends on gettext to a build depends. This will meanAlan Eldridge2002-08-032-4/+4
| | | | | | | | | | that the dependency is not stored in a package and so future gettext upgrades should not require a PORTREVISION bump to force the new builds. 2. Bumped PORTREVISION as this affects package contents. Hopefully this is the last time this happens for this reason. Notes: svn path=/head/; revision=63885
* Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'tAlan Eldridge2002-08-012-0/+2
| | | | | | | need bizarre gettext errors cropping up, too. Notes: svn path=/head/; revision=63861
* Chase shlib rev of devel/gettextAde Lovett2002-08-012-2/+2
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Fix MASTER_SITE_SUBDIR.Will Andrews2002-07-092-2/+2
| | | | | | | | PR: 40272 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=62713
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.Will Andrews2002-07-044-10/+10
| | | | Notes: svn path=/head/; revision=62445
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to theWill Andrews2002-06-156-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com> Notes: svn path=/head/; revision=61318
* Please welcome Qt3/KDE3 to our ports tree. This includes work since theWill Andrews2002-04-2114-256/+576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde Notes: svn path=/head/; revision=57964
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-122-2/+4
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-152-2/+2
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Add WWW.Dmitry Sivachenko2001-12-272-0/+4
| | | | Notes: svn path=/head/; revision=52268
* Update to 2.2.2.Dmitry Sivachenko2001-12-126-18/+32
| | | | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> Notes: svn path=/head/; revision=51403
* Upgrade to 2.2.1.Dmitry Sivachenko2001-10-2712-52/+46
| | | | | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications) Notes: svn path=/head/; revision=49256
* Set DIST_SUBDIR=KDEDmitry Sivachenko2001-09-104-2/+4
| | | | Notes: svn path=/head/; revision=47615