aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Announcing GNOME 2.4.2 for FreeBSD. For a list of all the changes, see:Joe Marcus Clarke2004-02-051-2/+1
| | | | | | | http://lists.gnome.org/archives/desktop-devel-list/2004-February/msg00109.html Notes: svn path=/head/; revision=100032
* Update to KDE 3.2.0Michael Nottebrock2004-02-05145-346/+11426
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add koffice-i18n-ca. This port is set to IGNORE,Michael Nottebrock2004-02-0412-0/+105
| | | | | | | | it will be activated once the rest of KDE 3.2 is committed. Notes: svn path=/head/; revision=99974
* Add koffice-i18n-sr. This port is set to IGNORE,Michael Nottebrock2004-02-044-0/+159
| | | | | | | | it will be activated once the rest of KDE 3.2 is committed. Notes: svn path=/head/; revision=99972
* Add koffice-i18n-se. This port is set to IGNORE,Michael Nottebrock2004-02-044-0/+159
| | | | | | | | it will be activated once the rest of KDE 3.2 is committed. Notes: svn path=/head/; revision=99970
* Add koffice-i18n-lo. This port is set to IGNORE,Michael Nottebrock2004-02-044-0/+159
| | | | | | | | it will be activated once the rest of KDE 3.2 is committed. Notes: svn path=/head/; revision=99968
* Add koffice-i18n-fi. This port is set to IGNORE,Michael Nottebrock2004-02-044-0/+159
| | | | | | | | it will be activated once the rest of KDE 3.2 is committed. Notes: svn path=/head/; revision=99966
* Add koffice-i18n-fa. This port is set to IGNORE,Michael Nottebrock2004-02-044-0/+159
| | | | | | | | it will be activated once the rest of KDE 3.2 is committed. Notes: svn path=/head/; revision=99963
* Set {WANT,USE}_GNOME correctly to make these ports compatible with the newJoe Marcus Clarke2004-02-047-6/+14
| | | | | | | | | bsd.port.mk. Submitted by: kris Notes: svn path=/head/; revision=99921
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-0469-27/+69
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-0452-107/+109
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Fetch the .tar.gz files for this port since the .tar.bz2 distributionsJoseph Koshy2004-02-042-2/+2
| | | | | | | | | are not mirrored widely. Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Notes: svn path=/head/; revision=99911
* - Update to 0.3.6Pav Lucistnik2004-02-024-5/+28
| | | | | | | | PR: ports/62261 Submitted by: Ports Fury Notes: svn path=/head/; revision=99848
* Update to Vim 6.2 patchlevel 221David E. O'Brien2004-02-022-2/+55
| | | | Notes: svn path=/head/; revision=99780
* - Update to version 2.05aKirill Ponomarev2004-01-313-5/+5
| | | | | | | | PR: ports/62157 Submitted by: Ports Fury Notes: svn path=/head/; revision=99621
* - Update to version 1.40.16Kirill Ponomarev2004-01-313-5/+5
| | | | | | | | PR: ports/62156 Submitted by: Ports Fury Notes: svn path=/head/; revision=99620
* - Update to 0.7.11Pav Lucistnik2004-01-316-66/+60
| | | | Notes: svn path=/head/; revision=99602
* Fix build on AMD64Tilman Keskinoz2004-01-311-1/+6
| | | | Notes: svn path=/head/; revision=99574
* - Add missing man page and bump PORTREVISIONKirill Ponomarev2004-01-301-0/+3
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=99554
* . Fix the build on alpha by not assuming that you can cast a va_listGreg Lewis2004-01-304-2/+107
| | | | | | | | | | | | | | | to a char **. Instead, iterate the va_list and create the char ** to pass to execvp. . Don't allow -O3 to be hardwired into CFLAGS, just use what is set. In particular, the 4.x/alpha system gcc produces many warnings about why using -O3 with it is bad. . Bump PORTREVISION since although these fixes wre motivated to fix the alpha build, they have non-alpha implications too. Submitted by: bento Notes: svn path=/head/; revision=99539
* - Update to 1.2Pav Lucistnik2004-01-303-3/+10
| | | | | | | | PR: ports/62100 Submitted by: Antonio Bonifati <ant@venus.deis.unical.it> (maintainer) Notes: svn path=/head/; revision=99537
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* Add NO_LATEST_LINK to avoid link stompingKris Kennaway2004-01-292-0/+3
| | | | Notes: svn path=/head/; revision=99397
* . Don't allow -O3 to be hardwired into CFLAGS, just use what is set. InGreg Lewis2004-01-291-0/+15
| | | | | | | | | | particular, the 4.x/alpha system gcc produces many warnings about why using -O3 with it is bad. Submitted by: bento Notes: svn path=/head/; revision=99361
* SIZEify.Trevor Johnson2004-01-2951-0/+58
| | | | Notes: svn path=/head/; revision=99360
* Use lthack, and install translations.Adam Weinberger2004-01-253-12/+55
| | | | Notes: svn path=/head/; revision=99074
* Update to 2.0.3.Joe Marcus Clarke2004-01-249-6/+9
| | | | Notes: svn path=/head/; revision=98946
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-2352-52/+52
| | | | Notes: svn path=/head/; revision=98909
* . If PACKAGE_BUILDING is set, then set WITHOUT_X11 as we can't guaranteeGreg Lewis2004-01-227-9/+285
| | | | | | | | | | | | | | | that we have an appropriate rxvt. . Make rxvt a PATCH_DEPENDS as it is tested in pre-configure (there is no CONFIGURE_DEPENDS). . Fix packing list and unbreak. . Fix some minor whitespace bogons in Makefile. . Add patches which hopefully fix the build on 5.x. . Add a patch to stop the port installing stuff outside of ${PREFIX}. Some of this could be added back in with a better patch that installed it in the right place. Notes: svn path=/head/; revision=98812
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-2223-28/+13
| | | | Notes: svn path=/head/; revision=98788
* Remove dasher after a repocopy to accessibility/dasher.Joe Marcus Clarke2004-01-226-94/+0
| | | | Notes: svn path=/head/; revision=98763
* Update to 1.6Tilman Keskinoz2004-01-198-134/+202
| | | | | | | | | PR: 60708 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Approved by: maintainer timeout Notes: svn path=/head/; revision=98572
* Fix dependecy list. MrProject renamed to Planner.Alexander Nedotsukov2004-01-161-1/+2
| | | | | | | Noticed by: Erwin Lansing <erwin@FreeBSD.org> Notes: svn path=/head/; revision=98292
* Patch is not longer required. scandir() filter function now properlyAlexander Nedotsukov2004-01-163-42/+0
| | | | | | | declared. Notes: svn path=/head/; revision=98271
* [REPOCOPY WAITING] editors/ooodict-hu_HU port can moved to hungarian categoryEdwin Groothuis2004-01-162-19/+0
| | | | | | | | | | | | There is hungarian category in the port collection. The hungarian OpenOffice dictionary can be moved to hungarian similarly to the german dictionary. PR: ports/50996 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=98266
* Update to 3.2.2.Joe Marcus Clarke2004-01-154-14/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=98221
* OBE by REINPLACE action in pre-configure.David E. O'Brien2004-01-131-8/+0
| | | | | | | | PR: ports/46317 Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=98088
* - Update to version 1.58Kirill Ponomarev2004-01-123-16/+13
| | | | | | | | PR: 61245 Submitted by: Ports Fury Notes: svn path=/head/; revision=98002
* update to 0.8Yoichi NAKAYAMA2004-01-112-2/+2
| | | | Notes: svn path=/head/; revision=97899
* setup -dontdeletetemp has the same effect as this patch.Martin Blapp2004-01-104-84/+0
| | | | Notes: svn path=/head/; revision=97821
* $OOHOME/user/config/soffice.cfg is a directory, not a file.Martin Blapp2004-01-104-8/+8
| | | | Notes: svn path=/head/; revision=97820
* - Set QTMAKESPEC and fix the buildKirill Ponomarev2004-01-091-1/+4
| | | | | | | | PR: 61018 61111 Submitted by: Kay Lehmann <kay_lehmann@web.de>, Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=97756
* Fix Makefile comment in port.Martin Blapp2004-01-091-2/+2
| | | | Notes: svn path=/head/; revision=97755
* Fix USE_CDROM option in comment.Martin Blapp2004-01-091-1/+1
| | | | Notes: svn path=/head/; revision=97753
* Add staroffice7.0 port. This product is commercial and needs to be boughtMartin Blapp2004-01-098-3680/+4925
| | | | | | | from sun. Notes: svn path=/head/; revision=97750
* Update port: editors/tpad fixed some bugs and added new featuresEdwin Groothuis2004-01-084-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes in 1.1 (7 Gen 2004) - I forgot to catch the kill of the window manager! Now it's fixed. - Fixed a bug which caused an extra newline to be added to the end of the text. - Added a facility to produce log files with tpad (see help for details). - Get tpad to produce an appicon for WindowMaker. - Now you can configure the color of the selection and the date/time format. - Added a simple print option which uses lpr(1). - Added a global configuration file tpad.conf, separated from the main program code. Also supports per-user configuration files (named ~/.tpadrc). - Added HTML 2.0 help files and the Help option under the Help menu. PR: ports/61023 Submitted by: Antonio Bonifati <ant@venus.deis.unical.it> Notes: svn path=/head/; revision=97629
* - Update to 0.7.10Pav Lucistnik2004-01-073-2/+3
| | | | Notes: svn path=/head/; revision=97580
* Add gnome2-office, a meta-port of office/productivity applications forJoe Marcus Clarke2004-01-074-0/+40
| | | | | | | | | | | | the GNOME 2 Desktop. This is being done as part of the GNOME meta-port restructuring effort. The end goal is to provide GNOME users with a few meta-ports that offer more pointed sets of applications to enhance their GNOME 2 experience. Discussed on: gnome@ Notes: svn path=/head/; revision=97536
* Add another MASTERSITE.David E. O'Brien2004-01-051-1/+2
| | | | Notes: svn path=/head/; revision=97331
* Remove junk files (ie, .orig) before installing all files in supportDavid E. O'Brien2004-01-051-0/+4
| | | | | | | | | directories. Submitted by: Mike Hunter <mhunter@ack.Berkeley.EDU> Notes: svn path=/head/; revision=97330