aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 3.2.1 / QT 3.3.1Michael Nottebrock2004-03-0949-4/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove master sites which are offline, have a very different versionTrevor Johnson2004-03-091-5/+1
| | | | | | | of the distfile, or do not have the distfile. Notes: svn path=/head/; revision=103438
* Add vimpart, a KDE wrapper for (g)vim.Michael Nottebrock2004-03-095-0/+66
| | | | Notes: svn path=/head/; revision=103393
* Add kate-plugins, additional plugins and features for kate (part of kdebase).Michael Nottebrock2004-03-095-0/+123
| | | | Notes: svn path=/head/; revision=103391
* Update to 2.0.5 now with the Word doc crash fixed.Joe Marcus Clarke2004-03-096-9/+9
| | | | Notes: svn path=/head/; revision=103365
* Add missing language slave ports.Michael Nottebrock2004-03-083-6/+6
| | | | Notes: svn path=/head/; revision=103324
* Fix plists.Michael Nottebrock2004-03-084-124/+216
| | | | Notes: svn path=/head/; revision=103323
* Add mirror site.Christian Weisgerber2004-03-071-1/+2
| | | | Notes: svn path=/head/; revision=103227
* Add -se.Michael Nottebrock2004-03-073-3/+3
| | | | Notes: svn path=/head/; revision=103184
* Fix plist.Michael Nottebrock2004-03-071-124/+50
| | | | Notes: svn path=/head/; revision=103183
* Add -lo to the metaport.Michael Nottebrock2004-03-073-3/+3
| | | | Notes: svn path=/head/; revision=103157
* Fix plist.Michael Nottebrock2004-03-071-124/+38
| | | | Notes: svn path=/head/; revision=103156
* Update to 2.0.4. Note: opening Word document is still broken, but a bug hasJoe Marcus Clarke2004-03-069-33/+42
| | | | | | | | | | | | | been filed: http://bugzilla.abisource.com/show_bug.cgi?id=6466 For a list of what's new, checkout: http://www.abisource.com/changelogs/2.0.4.phtml Notes: svn path=/head/; revision=103154
* - Really fix gxedit...Clement Laforet2004-03-032-12/+13
| | | | | | | - use %%DOCSDIR%% and %%DATADIR%% Notes: svn path=/head/; revision=102825
* Fix build.Clement Laforet2004-03-031-1/+1
| | | | | | | | Reported by: kris Another pointy hat to: me Notes: svn path=/head/; revision=102813
* This is actually broken on all 5.x platforms.Kris Kennaway2004-03-031-2/+2
| | | | Notes: svn path=/head/; revision=102795
* AbiWord2 will prefer enchant over aspell if it's installed. So, registerAdam Weinberger2004-02-283-6/+30
| | | | | | | | | | | a dependency on it if it exists. Furthermore, modify the default behaviour to install enchant if no dictionary backend is installed. Also introduced is a WITH_ENCHANT option. Noticed by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=102436
* - Fix crash on startup bug for locales with mb acceleratos in menu.Alexander Nedotsukov2004-02-276-6/+147
| | | | | | | - Utilize USE_ICONV Notes: svn path=/head/; revision=102300
* - Fix build on 5.xKirill Ponomarev2004-02-272-7/+15
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=102279
* Adjust the AbiWord dependency for i386 only.Joe Marcus Clarke2004-02-261-1/+1
| | | | Notes: svn path=/head/; revision=102218
* Looks like there are no 64-bit platforms on which AbiWord builds at this time.Joe Marcus Clarke2004-02-263-12/+6
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=102217
* BROKEN on alpha: Does not compileKris Kennaway2004-02-261-1/+7
| | | | Notes: svn path=/head/; revision=102172
* BROKEN on !i386 5.x: Does not compileKris Kennaway2004-02-254-4/+28
| | | | Notes: svn path=/head/; revision=102069
* BROKEN on !i386: Does not compileKris Kennaway2004-02-251-0/+4
| | | | Notes: svn path=/head/; revision=102065
* BROKEN on alpha 5.x: Does not compileKris Kennaway2004-02-251-1/+7
| | | | Notes: svn path=/head/; revision=102061
* - Update to 1.6.1Markus Brueffer2004-02-248-90/+120
| | | | | | | | | | | - Use SIZE in distinfo - Change mastersite (old one doesn't carry the new version) PR: 62132 Approved by: arved (mentor) Notes: svn path=/head/; revision=102007
* Add GNU_CONFIGURE, which make respect for CC/CFLAGS flags.Sergey A. Osokin2004-02-241-0/+1
| | | | | | | Approved by: obrien (maintainer) Notes: svn path=/head/; revision=101958
* BROKEN on !i386 and !amd64: Does not compileKris Kennaway2004-02-231-0/+4
| | | | Notes: svn path=/head/; revision=101825
* - Fix MASTER_SITESClement Laforet2004-02-222-4/+4
| | | | | | | | PR: 63235 Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer) Notes: svn path=/head/; revision=101754
* Remove 'unset noclobber' which has been accidently committed.Martin Blapp2004-02-224-16/+16
| | | | | | | Noticed by: Adam Weinberger <adamw@magnesium.net> Notes: svn path=/head/; revision=101734
* Update to 1.59.Joe Marcus Clarke2004-02-223-4/+4
| | | | Notes: svn path=/head/; revision=101691
* Add fpc-ide, a Turbo Pascal-like IDE/compiler/debugger for the Free PascalJoe Marcus Clarke2004-02-226-0/+124
| | | | | | | | | | project. PR: 62574 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> Notes: svn path=/head/; revision=101657
* Bump portrevision.Martin Blapp2004-02-214-20/+20
| | | | Notes: svn path=/head/; revision=101570
* Resolve crash in autopilot for forms.Martin Blapp2004-02-218-0/+600
| | | | Notes: svn path=/head/; revision=101569
* Adjust PTHREAD_CFLAGS and THREAD_CFLAGS for ports and standaloneMartin Blapp2004-02-214-56/+112
| | | | | | | builds. Use the correct values according to bsd.port.mk. Notes: svn path=/head/; revision=101568
* Update to 1.2.3.Christian Weisgerber2004-02-203-3/+4
| | | | | | | | | This release includes many fixes, including converting file formats, the suspend handler, and the ever popular replace function. New features include more Pico compatibility in the file browser. Notes: svn path=/head/; revision=101541
* This port doesn't work on any version of Alpha.Joe Marcus Clarke2004-02-204-4/+4
| | | | Notes: svn path=/head/; revision=101526
* Fix build on AMD64Tilman Keskinoz2004-02-201-0/+4
| | | | Notes: svn path=/head/; revision=101510
* Fix distinfo (previously had the distinfo for koffice-i18n-fi).Michael Nottebrock2004-02-202-2/+2
| | | | | | | Noticed by: Bento Notes: svn path=/head/; revision=101468
* Correct distinfo - previously had the distinfo for koffice-i18n-fi.Michael Nottebrock2004-02-201-1/+1
| | | | | | | Noticed by: Bento Notes: svn path=/head/; revision=101466
* Correct pkg-plist.Michael Nottebrock2004-02-202-248/+97
| | | | | | | Noticed by: Bento. Notes: svn path=/head/; revision=101465
* - Update to 0.7.12Pav Lucistnik2004-02-184-4/+20
| | | | Notes: svn path=/head/; revision=101309
* Update to version 9.4d.Gary Jennejohn2004-02-174-4/+18
| | | | Notes: svn path=/head/; revision=101238
* Add NO_LATEST_LINK flag.Shigeyuki Fukushima2004-02-171-0/+2
| | | | Notes: svn path=/head/; revision=101212
* Port was broken if you WITH_GTK=1. The USE_GTK needs to be modified toDavid E. O'Brien2004-02-151-12/+12
| | | | | | | | | occur before the .include <bsd.port.pre.mk>. Submitted by: kris Notes: svn path=/head/; revision=100994
* Update to Vim 6.2 patchlevel 263David E. O'Brien2004-02-152-3/+239
| | | | Notes: svn path=/head/; revision=100993
* Fix build.Mark Linimon2004-02-121-1/+1
| | | | | | | | PR: ports/62562 Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=100737
* Use MASTER_SITE_VIM so people don't waste time with dead sites.David E. O'Brien2004-02-092-7/+11
| | | | | | | Update sizes. Notes: svn path=/head/; revision=100502
* Add patch-src:process.c.MANTANI Nobutaka2004-02-082-1/+92
| | | | | | | | | | | | Due to the change in src/sys/kern/uipc_syscalls.c between rev. 1.153 and 1.154, connectiton attempt fails with EALREADY after connect (2) is interrupted. The patch fixes this problem. Obtained from: http://www.init-main.com/d/resource/process.c.diff Patch author: takawata Notes: svn path=/head/; revision=100388
* BROKEN on 5.x: does not compileKris Kennaway2004-02-081-1/+7
| | | | Notes: svn path=/head/; revision=100328