aboutsummaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.mbr2002-03-10123-1276/+1543
| | | | Requested by: cvs-comitters
* Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions withmbr2002-03-1040-440/+7960
| | | | | | -pthread, add JAVA_RUNTIME definition, change the optimization from 02 to -O and from -O to -O0. Add -lXaw -lXt to link for GUI part, and reorder the librarys the correct way.
* Move the s|<malloc.h>|<stdlib.h>|g after the patch section.mbr2002-03-0920-0/+40
|
* Updated to 3.1.8.markp2002-03-092-2/+2
|
* Patch got accidently comitted twice.mbr2002-03-0920-460/+0
|
* STABLE does not have langinfo.h yet.mbr2002-03-0940-400/+800
|
* Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.mbr2002-03-0983-3975/+785
|
* This patch accidently got the second part dublicatedmbr2002-03-0920-180/+0
|
* Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themmbr2002-03-09103-25655/+4884
| | | | | | while we are here (AWK had an endless loop), add a FreeBSD configure variable called with-os-version, so we can check the OSVERSION in the build to support both STABLE and CURRENT (there are different patches needed)
* Add missing typedef and macros. Patch from Carlos F. A. Paniagombr2002-03-0920-0/+580
| | | | <pan@cnpm.embrapa.br>
* We do not have alloca.hmbr2002-03-0840-0/+480
|
* Substitute .cxx files too in the nas-patch. Also add a missing backslash,mbr2002-03-0860-60/+60
| | | | since we do not want to scan dirs.
* Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSDmbr2002-03-0820-0/+460
|
* Add -Wl,-export-dynamic for the SHLGUI build toombr2002-03-0840-0/+720
|
* Add missing $mbr2002-03-0820-20/+20
|
* Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSDmbr2002-03-0840-0/+920
|
* Add missing SHL1STDLIBS reorderingmbr2002-03-0740-80/+520
|
* Add include path $STLPORT_inc_stlport for FreeBSD too and remove a secondmbr2002-03-0723-46/+736
| | | | instance of this include path.
* Byte-compile only patched elisp files.nobutaka2002-03-072-1/+24
| | | | | Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc before install.
* *.cxx also needs <malloc.h>|<stdlib.h>mbr2002-03-0720-0/+40
|
* Add two patches which did not made it in the previous commitmbr2002-03-0760-0/+880
| | | | Reorder the SHL1STDLIBS librarys
* Reorder the SHL1STDLIBS librarysmbr2002-03-07880-0/+12760
|
* Pre-compile python objects, so that package deinstalls cleanly.sobomax2002-03-062-2/+193
|
* Bison > 1.3 fixes, sync with NetBSD port sourcembr2002-03-0660-440/+300
|
* Openoffice needs x11mbr2002-03-0620-20/+20
|
* s|<malloc.h>|<stdlib.h> for the nas buildmbr2002-03-0640-0/+680
|
* Exclude three additional map buildings which are breaking the buildmbr2002-03-0660-0/+700
|
* Fix patch pathsmbr2002-03-0640-80/+80
|
* Add missing #ifdef for FREEBSDmbr2002-03-0640-680/+320
|
* minormkchanged.flg is not a target. This solves the breakage in solenvmbr2002-03-0623-0/+253
|
* Change PATH from /usr/bin/X11 -> /usr/X11R6/binmbr2002-03-0623-23/+23
|
* Bring the FreeBSD (NetBSD) mozilla zip files into placembr2002-03-0620-0/+60
|
* timeb -> time fixesmbr2002-03-0640-0/+960
|
* timeb > time fixesmbr2002-03-0640-0/+1440
|
* Fix malformed patchmbr2002-03-0640-160/+160
|
* Build berkeleydb with freebsd include dir and optionsmbr2002-03-0640-0/+1680
|
* Modified to fit our requirementsmbr2002-03-0520-0/+3780
|
* Fix for newer bison with .h filesmbr2002-03-0520-0/+240
|
* Fix file extractionmbr2002-03-0520-0/+220
|
* libfreetype.so.6 > libfreetype.so.7mbr2002-03-0540-0/+440
|
* Fix tar.gz extraction. Our tar seems not to like the included tar files and ↵mbr2002-03-0540-0/+360
| | | | | | | exits with error value 141. But only if the gunzip stream is redirected from STDIN. If our tar is used with -z, everything works. Looks like a BSD tar bug.
* We do not have SYS_TIMEB_H. Instead use SYS_TIME_Hmbr2002-03-0540-160/+360
|
* Update to 3.0.2.sobomax2002-03-054-100/+263
|
* Update to 0.5.5.sobomax2002-03-052-2/+2
|
* Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbinmbr2002-03-0523-0/+782
|
* Update to 641c source buildmbr2002-03-0540-260/+280
|
* Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_unombr2002-03-05420-2760/+102700
| | | | source
* Update to Vim 6.1 Beta 'A' patchlevel 23obrien2002-03-052-1/+14
|
* Our patch(1) does treat -b differently than Linux. This should fix the build.mbr2002-03-0440-0/+560
|
* Update to 0.14.b3pat2002-03-032-2/+2
| | | | | PR: 35503 Submitted by: maintainer
* Add texmacs 0.3.5.8, a free WYSIWYG scientific text editor.petef2002-03-036-0/+896
| | | | | PR: 32434 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
* Another 7 patches from Carlosmbr2002-03-03260-0/+3560
|
* Fix dependency of pth and fix jdk pathsmbr2002-03-0320-40/+80
|
* The second part was inverted toombr2002-03-0323-46/+46
|
* Fix inverted diffmbr2002-03-0323-46/+46
|
* Another patchset from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>mbr2002-03-03203-0/+3073
|
* Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>mbr2002-03-03418-0/+4927
| | | | More will follow
* Add patches merged from NetBSD and from other sourcesmbr2002-03-03243-280/+11393
|
* First step towards a working port.mbr2002-03-01240-61740/+62660
|
* Update to Vim 6.1 Beta 'A' patchlevel 10obrien2002-03-012-5/+5
|
* Update to Vim 6.1 Beta `A' patchlevel 6.obrien2002-02-272-246/+23
| | | | | | | | Note that due to limitations with our package versioning, I have decided to call this version `6.0.270.PL'. This allows me to move back to 6.0.PL if using the beta causes problems. I may later change the package version number to 6.0.10PL if people do not object to the beta being used here.
* upgrade to 1.1.6ijliao2002-02-265-21/+24
| | | | drop maintainership
* With jot(1) we can start at 001 and not have to remove the bogus 000 patch.obrien2002-02-261-2/+2
| | | | Submitted by: Esa Karkkainen <ejk@iki.fi>
* Update to 0.99.2.sobomax2002-02-2516-112/+124
| | | | | PR: 35254 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* jot(1) is cool!obrien2002-02-251-5/+2
| | | | Submitted by: alfred
* Make USE_GTK work properly on 5-CURRENT.obrien2002-02-251-0/+9
|
* Update to Vim 6.0 patchlevel 270obrien2002-02-252-1/+2
|
* Update to Vim 6.0 patchlevel 269obrien2002-02-242-2/+25
|
* Link libncurses to avoid segfaults when emacs is executed with -nw optionnobutaka2002-02-232-1/+15
| | | | | | and TERM=kterm-color. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
* Chase psiconv shared library version bump.sobomax2002-02-234-4/+4
|
* Replace RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig with USE_LINUXijliao2002-02-221-2/+1
| | | | | PR: 35194 Submitted by: maintainer
* Update to Vim 6.0 patchlevel 238obrien2002-02-202-3/+17
|
* Use Tcl 8.3 instead of 8.0.obrien2002-02-201-3/+4
| | | | | Submitted by: Alan Eldridge <ports@geeksrus.net> PR: 35134
* Update to patch level y.gj2002-02-204-4/+12
|
* Update port to 1.3.1.jedgar2002-02-194-22/+16
| | | | Submitted by: naddy
* Fix build on -CURRENTpat2002-02-1810-12/+148
| | | | | PR: 34802 Submitted by: maintainer
* Fixed MASTER_SITES.markp2002-02-172-3/+3
| | | | Updated to 3.1.7.
* Update to Vim 6.0 patchlevel 223obrien2002-02-172-2/+19
|
* - Update to 3.17.5pat2002-02-163-6/+7
| | | | | | | | - Add missing dependency PR: 34564 Submitted by: Adam Weinberger <monkey@crackula.com>, maintainer Approved by: maintainer
* Port should not be packaged due to legal issues.kevlo2002-02-151-0/+1
| | | | | PR: 34930 Submitted by: MAINTAINER
* Users running AbiWord on a local X server don't need to set FontPath manually,sobomax2002-02-134-28/+36
| | | | so that adjust instructions accordingly.
* Add verbiage to pkg-message giving better instructions on how to enableade2002-02-134-32/+64
| | | | | | | the AbiWord fonts and have a much more pleasant experience. PR: 30912 Submitted by: Marco Molteni <molter@tin.it>
* Fix build error on the Alpha platform.nobutaka2002-02-131-0/+11
| | | | | PR: 34888 Submitted by: Matthew Luckie <kluckie@ihug.co.nz>
* Add optional GNOME support (forcefully turned on on bento). This adds moresobomax2002-02-138-8/+112
| | | | | | GNOMish look-n-feel, gnomeprint support and other goodies. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 0.7.7.sobomax2002-02-114-6/+7
|
* Update to 1.44.sobomax2002-02-115-19/+23
|
* Belatedly upgrade to 1.81.5. Notes: (a) patch-vi-relative has beendd2002-02-116-91/+79
| | | | | | incorporated; (b) this now compiles on -current after libdb from databases/db3 was renamed to libdb3; (c) this now compiles on -stable (removed BROKEN since -stable has wchar.h now); and (d) fixed plist.
* Initial import of edith 1.58kevlo2002-02-106-0/+142
| | | | | | | Edith is a X11 GUI editor for binary and plain text files. PR: 34762 Submitted by: Christian Brueffer <cray@unixpages.org>
* Update to Vim 6.0 patchlevel 204obrien2002-02-102-2/+20
|
* Update to 1.2.1.sobomax2002-02-074-6/+90
| | | | | PR: 34573 Submitted by: Joe Clarke <marcus@marcuscom.com>
* Update to 0.99.1.sobomax2002-02-0720-5232/+68
|
* Add the ability to select any of the interpreters and the GNOME GUI.obrien2002-02-061-12/+34
| | | | | | | | This adds the knobs WITH_PYTHON, WITH_PERL, WITH_TCL, WITH_RUBY, and WITH_GNOME :-( Submitted by: Matthew Hawkins <matthew@topic.com.au> (reworked by me)
* Update to Vim 6.0 patchlevel 185obrien2002-02-052-2/+17
|
* Update to Vim 6.0 patchlevel 169obrien2002-02-052-2/+7
|
* Update to patch level w.gj2002-02-044-4/+8
|
* Update to Vim 6.0 patchlevel 160obrien2002-02-032-1/+3
|
* Bump PORTREVISION from last buffer overflow patch commit.pat2002-02-022-2/+2
| | | | Reminded by: Dan Peterson <danp@danp.net>
* Fix buffer overflowpat2002-02-022-0/+24
| | | | | PR: 34540 Submitted by: maintainer
* Update to Vim 6.0 patchlevel 158obrien2002-01-312-1/+9
|
* Don't try to use ${ECHO_CMD} in a != before including bsd.port.pre.mkfenner2002-01-301-1/+4
| | | | Submitted by: distfile survey
* Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before includingfenner2002-01-302-4/+4
| | | | | | bsd.port.pre.mk . Submitted by: distfile survey
* Don't try to use ${AWK} and ${TAIL} in != commands before includingfenner2002-01-301-2/+3
| | | | | | bsd.port.pre.mk Submitted by: distfile survey
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-2918-86/+86
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Add WITHOUT_X11 to allow making these ports without X11 support.gj2002-01-293-14/+58
| | | | | | Add WITH_XAW3D for those who like a 3D look. Otherwise no changes were made to the contents of the ports.
* Update to patch level v.gj2002-01-298-8/+13
| | | | For xvile add a LIB_DEPENDS on Xaw3d if WITH_XAW3D is defined.
* Since I'm the maintainer of other vaporware already like staroffice,mbr2002-01-2720-20/+20
| | | | it makes sense that I maintain this too ;)
* I do not want to the maintainer of this piece of vaporware.obrien2002-01-2720-20/+20
|
* Use printf(1) to reduce the logic speggetti here.obrien2002-01-241-19/+7
| | | | Submitted by: alfred (the basic idea)
* Update to Vim 6.0 patchlevel 150obrien2002-01-242-13/+26
|
* upgrade to 1.22ijliao2002-01-242-3/+3
| | | | drop maintainership
* update to 0.6.2.3.sf2002-01-234-29/+25
| | | | | PR: 34182 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Mark port broken (until April when 6.0 get's released :-)mbr2002-01-232-0/+2
| | | | Submitted by: Joachim Strömbergson <watchman@ludd.luth.se>
* Add elisp-info.el, provide functions for Emacs to findyoichi2002-01-237-0/+69
| | | | description of function or variable from Emacs-Lisp Reference Manual.
* update, version 6.0.101 -> 6.0.143.alfred2002-01-222-4/+44
|
* Stop pkg_delete time messages caused by uneraseable directories.sada2002-01-213-168/+168
| | | | Approved by: Maintainer
* Rename symbols from sgml-* to psgml-* to avoid conflict with stockkuriyama2002-01-203-2/+11
| | | | | | | | sgml-mode. PR: ports/32391 Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> Dirty hacked by: kuriyama
* Update to 1.0.8. Changes in this version include:naddy2002-01-173-2/+3
| | | | | | * various minor bug fixes * updated translations and a new Polish one * Meta-A as an alternate key for the marker key (^^)
* After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, becausesobomax2002-01-154-0/+12
| | | | otherwise those files are installed along with all others.
* Use correct encoding for Russian and Ukrainian messages (KOI8-R and KOI8-U)sobomax2002-01-1512-0/+5208
| | | | | | | | | respectively. Before this patch Russian translation was a mess - part of it was in CP1251, while part in KOI8-R. *brr* PR: 33875 Reported by: Nevermind <never@nevermind.kiev.ua> Fixed by: sobomax
* Update to patch level u and bump PORTVERSION.gj2002-01-144-7/+23
| | | | | | | Fix Makefile so that portlint doesn't complain. Add a WITH_ALL variable to make it easier to install the port with all options set.
* Update to 1.2.0.sobomax2002-01-114-14/+17
|
* Bring in a few changes to the KDE ports infrastructure, and some fixes.will2002-01-114-40/+12
| | | | | | | | | | | | | | | | | | | | - Move all stuff specific to kde core ports to x11/kde2/Makefile.kde. + Default to compile optimized for speed, not debugging, in ports builds, not just packages. We don't really get that many backtraces or debugging information, and there's a better way to provide these things to people willing to spend some time working on KDE. It's at (as announced before): http://freebsd.kde.org/. - Remove teTeX dependency for kdegraphics2 upon request, and being unable to find any reason not to. Apparently, kdegraphics still compiles libkdvi and kdvi -- I guess dvips is merely a runtime dependency. Therefore to enable its use one just needs to add the teTeX package. Bump PORTREVISION to reflect dependency change. - Fix koffice port by removing PYTHON_VERSION, which is unnecessary. PR: 33650 (part of) Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net> Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and optimizing for speed, not debugging capability)
* Update to version 21.4.6.gj2002-01-106-10/+12
| | | | Submitted by: Jerry A! <jerry@thehutt.org>
* Add xml-mode to auto-mode-alist.shige2002-01-091-2/+4
| | | | | PR: ports/33573 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Update to patch level t and bump PORTVERSION.gj2002-01-084-4/+8
|
* If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also addwill2002-01-084-0/+12
| | | | | | | --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge <alane@geeksrus.net>
* Update to 0.14beta2.yoichi2002-01-074-16/+19
| | | | | PR: ports/33531 Submitted by: MAINTAINER
* First round of auto* cleanups:will2002-01-065-5/+5
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Coomment outed finder-inf.elc in pkg-plist because ofkiri2002-01-051-1/+1
| | | | rack of files in package buillding.
* XEmacs development version(gamma 21.4.6) with mule. This iskiri2002-01-0512-0/+2134
| | | | the mule version of editors/xemacs-devel.
* Upgrade 1.2.4.kuriyama2002-01-053-41/+2
|
* Update to 1.42.sobomax2002-01-044-2/+18
|
* The previous maintainer wishes to give up his maintainership.yoichi2002-01-042-2/+2
| | | | Submitted by: Ilya Martynov <ilya@martynov.org>
* Add stub port for speedbar (supports emacs20).yoichi2002-01-022-0/+13
| | | | | PR: ports/33465 Submitted by: maintainer
* Fix for -CURRENT, malloc.h->stdlib.hpat2002-01-021-0/+4
| | | | Spotted by: Bento
* Update to 8.5.shige2002-01-012-5/+5
|
* Fix dir entry to refer one installed by speedbar port.yoichi2001-12-302-1/+3
| | | | | | Put back old speedbar entry on info/dir after deinstalling speedbar port. Approved by: maintainer
* Updated to 3.1.5.markp2001-12-302-2/+2
|
* Add speedbar, which enable quick access to files and tags in an Emacs frame.yoichi2001-12-298-0/+126
| | | | | | | This port is for emacs21 and newer than that distributed with emacs21. PR: ports/33297 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Remove RUN_DEPENDS editors/xemacs-mule-packages according tokiri2001-12-291-9/+3
| | | | | | xemacs-*packages rearrangement. And also remove RUN_DEPENDS editors/xemacs-additional-packages because of prevent multi- installation of existing xemacs-*-packages.
* Change (RUN|BUILD)_DEPENDS from editors/xemacs-basic-mule-packageskiri2001-12-291-2/+2
| | | | | to editors/xemacs-mule-packages according to xemacs-*packages rearrangement.
* PORTVERSION was descreted. 2.3 -> 2.1kiri2001-12-291-1/+1
|
* Update 1.11 -> 2.1. This update will be changed xemacs-*packageskiri2001-12-294-32/+146
| | | | | arrangement and xemacs21* ports dependencies. All related works will be done after this commit.
* Update 1.3 -> 2.3. This update will be change xemacs-*packageskiri2001-12-294-13/+22
| | | | | arrangement and xemacs21* ports dependencies. All related works will be done after this commit.
* Hardcode another /cdrom, since the define is not overwritten by thembr2001-12-281-3/+1
| | | | | | PRE section. Install the patches too for a WITH_CDROM installation. Approved by: demon
* Update some packages which are no longer available on the variousgj2001-12-282-11/+11
| | | | | | | | | ftp servers. Also update PORTSVERSION. I'm doing this because kiri seems to be MIA and this is a long-standing problem. Submitted by: Ken McGlothlen <mcglk@artlogix.com>
* Update to patch level s, bump PORTVERSION accordingly.gj2001-12-284-4/+8
|
* Follow the update of tamago and fix dependences.yoichi2001-12-271-9/+6
| | | | | | It is regrettable to remove dependences on tamago and emacsen. Those dependences might be regenerated by some product of elisp ports issue now being discussed in ports-jp list.
* Update to 1.1.1demon2001-12-269-6/+228
| | | | | PR: 33193 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
* Hardcode the /cdrom path, until bsd.port.mk is fixed. I don't knowmbr2001-12-251-0/+1
| | | | | | | | if the fix (PR 30983) will make it into 4.5R. PR: ports 29843 (fixed), ports 30983 Approved by: demon,wca
* Update to version 2.0.steve2001-12-253-8/+8
|
* Update to 1.1.1.petef2001-12-2512-64/+12
| | | | | PR: 32961 Submitted by: Alan Eldridge <alane@geeksrus.net>
* Remove old port which is obsoleted by repocopy.kuriyama2001-12-2514-419/+0
| | | | Found by: will's commit
* Maintainer is now a committermbr2001-12-243-3/+3
| | | | Approved by: demon
* Add missing bitmap and psgml-emacs SUBDIRs.will2001-12-241-0/+2
| | | | Submitted by: bento
* - PORTDOCS policepat2001-12-242-463/+463
| | | | | - DOCSDIR support to some - Brush out some lint
* - update to 2.9.8p1petef2001-12-248-65/+64
| | | | | | - fix a bug with config file handling Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (partially)
* o Change maintainer to ryan@sasknow.comsobomax2001-12-218-50/+32
| | | | | | | | | | | | | | | | | o Update lpe from 1.2.5_2 to newest release, 1.2.6 o Update MASTER_SITES, WWW, and author's email to reflect new location o Update/delete patch files for new version: + Bug fix patches corrected by 1.2.6 removed + New bug fix to correct man page language (cz vs. cs) + New bug fix to correct syntax highlighting in some editing modes (New bug fixes have been sent to the author for inclusion in the next official release) PR: 32915 Submitted by: Ryan Thompson <ryan@sasknow.com> Approved by: old maintainer
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-203-51/+24
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* * Take maintainership. The original maintainer has disappeared.naddy2001-12-209-29/+83
| | | | | * Update to 1.0.7: lots of bugfixes, some new and updated translations. * Remove questionable LITE flavor.
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-203-24/+51
|
* Bump PORTREVISION due to recent update of sunsolve patch.demon2001-12-201-0/+1
| | | | Submitted by: MAINTAINER
* Update some packages to reflect newer vewrsions available on the variiousgj2001-12-192-13/+13
| | | | | | | | | | servers. Bumped version number. NOTE: kiri seems to be MIA. I sent hime a similar patch 2 months ago and he never responded. PR: 32705 Submitted by: Vivek Khera <khera@kciLink.com>
* Update to patch level r.gj2001-12-198-4/+20
|
* Sync pkg-plist with actual package files.olgeni2001-12-181-5/+4
|
* Do not leave a .orig file around after running the "post-install" target.olgeni2001-12-181-0/+1
|
* Sort pkg-plist (no content changes).olgeni2001-12-181-1760/+1760
|
* Update for new sunsolve patch.demon2001-12-183-5/+48
| | | | | PR: 32969 Submitted by: Martin Blapp <mb@imp.ch> (MAINTAINER)
* Fix pkg-plist.demon2001-12-182-7728/+6798
| | | | | PR: 32908 Submitted by: Martin Blapp <mb@imp.ch> (MAINTAINER)
* Localized messages for KOffice.demon2001-12-1818-0/+1857
| | | | | PR: 32932 Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
* - give maintainership to submitterpetef2001-12-182-6/+7
| | | | | | | - reformat pkg-descr PR: 32959 Submitted by: Ryan Thompson <ryan@sasknow.com>
* Update to 0.9.6.1.sobomax2001-12-1720-192/+172
|
* Disable menubar fontset support by default.nobutaka2001-12-172-2/+16
| | | | Add menubar fontset setting instructions to pkg-message.
* Update to Vim 6.0 patchlevel 101obrien2001-12-162-2/+9
|
* Update to Vim 6.0 patchlevel 97obrien2001-12-152-2/+3
|
* Update to Vim 6.0 patchlevel 96obrien2001-12-142-4/+5
|
* Update to 8.4.p200109201221.shige2001-12-1122-266/+128
| | | | | | | | | Apply new master/slave scheme. Update master port (editors/bitmap) for emacs21. Update slave ports (editors/bitmap-mule and editors/bitmap-emacs20) to stub ports. Install el/elc files to version specific site-lisp directory. Change some style.
* Since obrien deleted patch-aj from xemacs21, I guess it isn't neededgj2001-12-092-36/+0
| | | | here either.
* Remove -- all FreeBSD platforms link the same now.obrien2001-12-091-19/+0
|
* Fix a problem with auto{conf,make}: some build magic was introduced topetef2001-12-084-4/+4
| | | | | | | | | | | | make sure that the "autoconf" and "automake" binaries KDE looked for were found and were autoconf213 and automake14 (as there are issues with the latest versions), but the logic in setting $PATH was wrong. This puts ${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE auto* problems if automake14 and automake-1.5 are both installed. PR: 32512 Submitted by: Alan Eldridge <alane@geeksrus.net> Approved by: will
* Update to 2.4pat2001-12-087-90/+42
| | | | | PR: 32515 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Apply linespace patch (taoka).shige2001-12-073-3/+40
| | | | | | Apply dired.el patch (yoichi). Submitted by: taoka, yoichi
* Apply linespace patch (taoka).shige2001-12-073-3/+44
| | | | | | Apply dired.el patch (yoichi). Submitted by: taoka, yoichi
* Oops! PORTREVISION bump ;)shige2001-12-071-0/+1
|
* Byte-compile mule.el by mule-20.7 itself.shige2001-12-071-2/+13
| | | | And dump emacs(mule-20.7) with using new-byte-compiled mule.elc.
* Set ALL_TARGET=bootstrap to byte-compile patched elisp files.nobutaka2001-12-062-5/+30
| | | | | | | | Add WITHOUT_XIM and WITHOUT_MENUBAR_FONTSET switch. Make dired output in Japanese locale the same as FreeBSD ls. Submitted by: kuriyama, yoichi Reviewed by: knu
* Fix a minor quoting bug triggered by:obrien2001-12-061-1/+1
| | | | | | (cd /usr/ports/editors/vim ; make -DNO_GUI ) Submitted by: yjchou@linux.cis.nctu.edu.tw
* Upgrade KDE to 2.2.2:will2001-12-048-40/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd
* Inactivate:shige2001-12-041-8/+0
| | | | | | | | | | | wemi-emacs wemi-emacs-current wemi-emacs20 wemi-emacs20-current wemi-mule wemi-mule-current wemi-xemacs21-mule wemi-xemacs21-mule-current
* Stop to support wemi.shige2001-12-0446-1442/+0
|
* Remove: we don't need this port now, because there is a semi-emacs20 port.shige2001-12-049-310/+0
| | | | | | In the future when semi-1.14.x is old, if we still require this version of semi, we may need semi114 master port and its slave port, semi114-emacs20.
* Activate:shige2001-12-031-3/+5
| | | | | | | | | | semi semi-emacs20 (delete comment) semi-xemacs21-mule (delete comment) semi113 semi113-emacs19 Inactivate: semi113-emacs
* New master/slave scheme for flim-1.13.x(old version) ports.shige2001-12-0336-685/+145
| | | | | | | | | | | | Update master port to emacs21. Update slave ports to stub port: flim113-emacs20, flim113-mule, flim113-xemacs21-mule. Remove slave ports: flim113-emacs. Add slave stub ports: flim113-emacs19 for emacs-19.x ports. Install el/elc files to version specific site-lisp directory. Change some style.
* New master/slave scheme for semi-1.14.x ports.shige2001-12-0313-167/+114
| | | | | | | Update master port to emacs21. Update slave ports to stub port: semi-emacs20, semi-xemacs21-mule. Does not support semi-emacs(19) and semi-mule for semi-1.14.x or later. Change some style.
* Update distfilestaoka2001-12-033-25/+11
| | | | | | | | from emacs-19.34b.tar.gz + mule-23-1934-alpha01.diff.gz to mule-2.3-19.34.tar.gz Notice: the current distfile was modified slightly (in src/indent.c)
* Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)taoka2001-12-032-7/+10
| | | | | | Fix for mule*wnn7 ports Submitted by: motoyuki
* Add master port of psgml-* variant as editors/psgml (default is emacs21).kuriyama2001-12-0312-8/+76
| | | | | | | | Add editors/psgml-emacs19 stub for emacs19. Modify to use new location of master port on each variants. Approved by: maintainer Repocopied by: joe
* Add a Vietnamese VIQR input mapping.obrien2001-12-032-0/+288
|
* Upgrade to 1.2.3.kuriyama2001-12-036-26/+28
| | | | Approved by: maintainer
* Add ports and comment some out to get 'make index' working again.steve2001-12-031-8/+12
| | | | Reviewed by: portmgr
* Add eshell for emacs20, shell implemented in emacs lisp.yoichi2001-12-026-0/+135
| | | | Reviewed by: knu(mentor)
* Fix {apel,flim}-setupel.el.shige2001-12-024-11/+15
|
* Inactivate:shige2001-12-021-6/+0
| | | | | | | | | semi-emacs semi-emacs-current semi-emacs20-current semi-mule semi-mule-current semi-xemacs21-mule-current
* Remove semi-emacs, semi-mule ports.shige2001-12-0238-1088/+0
| | | | | | | Remove semi-*-current ports. PR: ports/32171 Submitted by: Vivek Khera <khera@kciLink.com>
* Add flim113-emacs19 stub slave port.shige2001-12-022-0/+19
|
* Add apel-emacs19 stub slave port.shige2001-12-022-0/+19
|
* Remove: we don't need this port now, because there is a flim-emacs20 port.shige2001-12-029-337/+0
| | | | | | In the future when flim-1.14.x is old, if we still require this version of flim, we may need flim114 master port and its slave port, flim114-emacs20.
* Inacrivate: flim113-emacs.shige2001-12-021-1/+4
| | | | Activate: flim, flim-emacs20, flim-xemacs21-mule, flim113.
* New master/slave scheme for flim-1.13.x(old version) ports.shige2001-12-0235-778/+198
| | | | | | | | | | Update master port to emacs21. Update slave ports to stub port: flim113-emacs20, flim113-mule, flim113-xemacs21-mule. Remove flim113-emacs. I'll addport flim113-emacs19 stub(slave) port as emacs19 ports. Install el/elc files to version specific site-lisp directory. Change some style.
* New master/slave scheme for flim-1.14.x ports.shige2001-12-0233-775/+188
| | | | | | | | Update master port to emacs21. Update slave ports to stub port: flim-emacs20. Newly support flim-xemacs21-mule stub port. Does not support flim-emacs and flim-mule for flim-1.14.x or later. Change some style.
* Remove flim-*-current ports.shige2001-12-0223-662/+0
| | | | | PR: ports/32171 Submitted by: Vivek Khera <khera@kciLink.com>
* Inactivate and Remove editors/apel-emacs.shige2001-12-0211-272/+1
| | | | Activate editors/apel.
* Oops. Change the position of PORTCLASS directive.shige2001-12-021-7/+7
|
* Update to stub(slave) port.shige2001-12-0212-317/+3
| | | | Remove pkg-* in the slave ports.
* New master/slave scheme.shige2001-12-0212-252/+252
| | | | | | Update to emacs21. Install el/elc files to version specific site-lisp directory. Change some style.
* Remove this port. Already inactivated.shige2001-12-011-21/+0
|
* oops... forget to add this file in the last commitijliao2001-11-291-0/+11
|
* upgrade to 1.1.5ijliao2001-11-294-16/+31
| | | | handle gnome correctly
* - Support CC/CFLAGS/PREFIX proeprlyijliao2001-11-242-5/+13
| | | | | | | | - Remove version string from pkg-comment bump port revision PR: 32217 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.9.5.sobomax2001-11-2336-184/+352
|
* Use ${MASTER_SITE_SOURCEFORGE} rather than a URL.jasone2001-11-211-2/+2
| | | | Submitted by: obrien
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-211-1/+1
| | | | the later case
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-216-6/+6
| | | | the later case
* WWW tag should contain a valid URI. Rewrite tag appropriatlylioux2001-11-212-2/+5
|
* Style police: remove trailing space in WWW taglioux2001-11-211-1/+1
|
* Update to 1.1.12.sobomax2001-11-198-219/+55
|
* Updated to 3.1.4.markp2001-11-182-2/+2
|
* upgrade to 5.3.0ijliao2001-11-177-68/+27
| | | | | PR: 32050 Submitted by: Ports Fury
* Fix to make vc-backup file only if vc-make-backup-files is t.kuriyama2001-11-172-1/+25
| | | | Use (make-backup-file-name-1) to reflect backup-directory-alist in vc-mode.
* upgrade to 0.5.0ijliao2001-11-152-3/+10
|
* Maintainer is now committer so change to new email address.pat2001-11-152-2/+2
| | | | Approved by: lioux
* Up to date pkg-descr.shige2001-11-147-7/+3
|
* Update fontset patch to 20011109.nobutaka2001-11-132-3/+3
| | | | Approved by: knu
* o Use sgml-mode for *.html files instead of html-mode.kuriyama2001-11-124-0/+92
| | | | | | o Turn on syntax highlighting by default. If you want to disable this, please add (setq sgml-set-face nil) after (require 'psgml-startup) line.
* Deal with a bad patch.obrien2001-11-101-1/+1
|
* Add Cscope support. Define WITH_CSCOPE to compile it in.obrien2001-11-101-1/+6
| | | | Submitted by: nectar
* Update to Vim 6.0 patchlevel 93obrien2001-11-102-2/+11
|
* Update to version 0.7.1kevlo2001-11-093-3/+7
|
* Update to 0.5.2.sobomax2001-11-082-2/+2
|
* Set LATEST_LINK=emacs21 to avoid "Latest" link name confliction.nobutaka2001-11-081-0/+2
| | | | Submitted by: knu
* Fix latest package symlink.shige2001-11-072-0/+4
| | | | Submitted by: knu
* Add a missing entry: staroffice60.knu2001-11-071-0/+1
| | | | | apel*, flim*, semi* ports are still not in the list, but I hope the MAINTAINER will take care soon.
* Better support for the vim-lite slave port. These bits are from theobrien2001-11-071-0/+3
| | | | vim5 port -- I thought the two were in sync lite-wise, but I guess not.
* Change LATEST_LINK so version 6 "comes out ahead".obrien2001-11-071-2/+1
|
* Update to Vim 6.0 patchlevel 84obrien2001-11-072-2/+10
|
* Add XHTML identifiers.kuriyama2001-11-062-0/+14
|
* Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.shige2001-11-061-8/+4
| | | | | | | | | | Inactivate flim-{emacs,mule,emacs20,xemacs21-mule}-current. Activate flim113-{emacs,mule,emacs20,xemacs21-mule}. Stop to support flim-{emacs,mule,emacs20,xemacs21-mule}. Synchronize the dependency with changing port name of flim/semi. Approved by: maintainers
* Update to Vim 6.0 patchlevel 76obrien2001-11-062-3/+22
|
* Maintainer is committer now.nobutaka2001-11-041-1/+1
| | | | Reviewed by: knu
* Add http site to master site. The ftp site was refusing passive mode ftpdeischen2001-11-022-4/+6
| | | | | | | connections and has been reported to the nedit developers. PR: ports/31700 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>