summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't error out on ``make fetch'' if distfiles are not present.David E. O'Brien1999-01-041-16/+7
| | | | | | | This allows ``cd /usr/ports ; make fetch'' to work. Notes: svn path=/head/; revision=15824
* Add --with-clash-detection to CONFIGURE_ARGS so that the file lockingSteve Price1999-01-044-4/+8
| | | | | | | | | code is compiled in. Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=15811
* editors/apel-emacs:Jun Kuriyama1999-01-0233-0/+775
| | | | | | | | | | | | | | | | | A Portable Emacs Library for emacs. editors/apel-emacs20: A Portable Emacs Library for emacs20. editors/apel-mule: A Portable Emacs Library for mule. o Correct "Version required" header in apel-emacs/Makefile. o Fix virtual category "elisps" to "elisp". PR: ports/8831 Submitted: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15769
* Lock file correction and reflect change in /etc/mtree/BSD.local.dist.Jun Kuriyama1999-01-0212-16/+84
| | | | | | | | PR: ports/8289 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=15768
* Reflect change in 1.44 of src/etc/mtree/BSD.local.dist.Jun Kuriyama1999-01-021-2/+0
| | | | | | | (not to remove directory share/emacs/site-lisp.) Notes: svn path=/head/; revision=15767
* Change *_DEPENDS on lang/perl5 to USE_PERL5 so we won't have anySatoshi Asami1999-01-022-4/+4
| | | | | | | | | | dependencies to perl5 in -current. This might cause some unwanted perl5 installations on -stable (if it was originally RUN_DEPENDS, perl5 will now be installed during build too, etc.), but its lifetime is limited anyway. Notes: svn path=/head/; revision=15765
* Upgrade to v1.2.Jun Kuriyama1998-12-273-4/+19
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=15653
* (1) Fetch site correctedJun Kuriyama1998-12-262-15/+24
| | | | | | | | | | | (2) package-cookie correct reasonably (3) Use WRKDIRPREFIX PR: ports/8827 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=15615
* Add ${PREFIX}/share/thot/doc and add missing @dirrms to PLISTJustin M. Seger1998-12-212-6/+10
| | | | | | | PR: ports/5158 Notes: svn path=/head/; revision=15461
* Add WordperfectMike Smith1998-12-201-1/+2
| | | | Notes: svn path=/head/; revision=15445
* Port framework for installing Corel WordPerfect 8.0.Mike Smith1998-12-208-0/+790
| | | | | | | | | | | | Some shortcomings: - Corel's mirror license requires the fetch to be interactive - The variable install means that some files listed in the PLIS won't be there when the port is pkd_deleted Obtained from: Originally from OpenBSD, many local improvements Notes: svn path=/head/; revision=15444
* No need to use ${.CURDIR}/... trick in RUN_DEPENDS.Satoshi Asami1998-12-171-2/+2
| | | | Notes: svn path=/head/; revision=15393
* GNU editing macros with dynamic loading module function (binary only).Jun Kuriyama1998-12-1310-0/+140
| | | | | | | | PR: ports/8776 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15332
* Activate emacs20-dl.Jun Kuriyama1998-12-131-1/+2
| | | | Notes: svn path=/head/; revision=15331
* Add USE_XPGLIB extension (default OFF).Jun Kuriyama1998-12-134-1/+47
| | | | | | | | PR: ports/8775 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=15326
* Use libttf.3 of the new freetype 1.2Justin M. Seger1998-12-121-2/+2
| | | | Notes: svn path=/head/; revision=15309
* Multi-lingual unicode text editor with TTF support.Jun Kuriyama1998-12-075-0/+113
| | | | | | | | | | (with unicode converter and print utility) PR: ports/8136 Submitted by: Ricardas Cepas <rch@richard.eu.org> Notes: svn path=/head/; revision=15182
* Activate yudit.Jun Kuriyama1998-12-071-1/+2
| | | | Notes: svn path=/head/; revision=15181
* excape the chars properlyDavid E. O'Brien1998-12-023-6/+6
| | | | Notes: svn path=/head/; revision=15067
* Fix configure bug that caused use to be linked improperly on 3.0/ELF.David E. O'Brien1998-12-023-6/+6
| | | | Notes: svn path=/head/; revision=15066
* Force linking against termlib instead of ncurses. Obviously this is only aDavid E. O'Brien1998-12-023-12/+12
| | | | | | | | | | | | | workaround for a problem in the ncurses library. The vim5.3's "configure" script checks for tgetent() in ncurses. It's found in the 3.0 libncurses (so vim is linked with it), but this check fails under FreeBSD 2.2.x, so it's linked with libtermlib. Submitted by: "José Mª Alcaide" <jose@we.lc.ehu.es> Notes: svn path=/head/; revision=15063
* (Hopefully last) USE_XLIB.Satoshi Asami1998-12-021-1/+2
| | | | Notes: svn path=/head/; revision=15060
* Add little hack to make it build even if it's called before other xemacs's.Satoshi Asami1998-12-021-5/+17
| | | | | | | Add dependencies. Create lock dir before chmod'ing it. Notes: svn path=/head/; revision=15058
* An ugly hack to make it build when PACKAGE_BUILDING build comes hereSatoshi Asami1998-12-021-4/+50
| | | | | | | | | | | without building one of the other mule's first. Also, add USE_XLIB and fix stuff to synch it with ../mule. Submitted by: maintainer (last part) Notes: svn path=/head/; revision=15057
* More missing dependencies.Satoshi Asami1998-11-291-1/+3
| | | | Notes: svn path=/head/; revision=14954
* A few more USE_XLIBs.Satoshi Asami1998-11-282-3/+4
| | | | Notes: svn path=/head/; revision=14938
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-281-1/+2
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Upgrade to 1.17.Vanilla I. Shu1998-11-237-46/+55
| | | | Notes: svn path=/head/; revision=14831
* Change @mkdir to @exec mkdir so that it actually worksJustin M. Seger1998-11-231-1/+1
| | | | Notes: svn path=/head/; revision=14826
* Make the package properly create the leim dirJustin M. Seger1998-11-231-0/+1
| | | | | | | | Submitted by: joelh PR: 8815 Notes: svn path=/head/; revision=14819
* Fixup CATEGORIES list.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14737
* Remove extraneous x11 from CATEGORIES.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14734
* updated to use latest m17n patch (19981119).Jun-ichiro itojun Hagino1998-11-192-6/+5
| | | | Notes: svn path=/head/; revision=14662
* Adjust RUN_DEPENDS path (${PREFIX}/lib/xemacs-mule-20.4/etc/BABYL ->Satoshi Asami1998-11-111-2/+2
| | | | | | | .../xemacs-20.4/...) to match reality. Notes: svn path=/head/; revision=14468
* Upgrade to 1.16.Vanilla I. Shu1998-11-045-15/+33
| | | | Notes: svn path=/head/; revision=14348
* Don't warn before mv'ing.Justin M. Seger1998-10-311-1/+1
| | | | | | | | Submitted by: shige@kuis.kyoto-u.ac.jp PR: ports/8226 Notes: svn path=/head/; revision=14278
* Upgrade to 1.15.Vanilla I. Shu1998-10-242-5/+5
| | | | Notes: svn path=/head/; revision=14166
* Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing ontoSatoshi Asami1998-10-211-2/+2
| | | | | | | the "STRIP=". Notes: svn path=/head/; revision=14146
* Unbreak.Justin M. Seger1998-10-161-3/+2
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=14050
* Mark BROKEN for ELF:Justin M. Seger1998-10-141-1/+3
| | | | | | | | | | | cc -o wily env.o include.o label.o file.o msg.o data.o line.o vgeom.o vsearch.o vshow.o tagmatch.o place.o event.o exec.o dir.o point.o global.o cursor.o scroll.o path.o keyboard.o wily.o tag.o view.o grow.o adjust.o win.o list.o col.o undo.o builtins.o util.o select.o mouse.o regexp.o text2.o sam.o text.o click.o tile.o search.o ../libmsg/libmsg.a ../libframe/libframe.a ../libXg/libXg.a -L/usr/X11R6/lib -lXt -lSM -lICE -lX11 cc: ../libmsg/libmsg.a: No such file or directory cc: ../libframe/libframe.a: No such file or directory cc: ../libXg/libXg.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13999
* Unbreak.Justin M. Seger1998-10-142-3/+12
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13997
* Unbreak.Justin M. Seger1998-10-142-5/+5
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13995
* If you try to build Vim using Lesstif for Motif, the resulting GUIJustin M. Seger1998-10-143-6/+6
| | | | | | | | | | | version is unstable. Due to a minor bug in my Makefile, Vim will build for Motif even if you don't have HAVE_MOTIF defined, but do have Lesstif already installed. Submitted by: obrien Notes: svn path=/head/; revision=13973
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | | | | cd /usr/ports/editors/jed/work/jed/src/objs; cc vfile.o rgrep.o -o rgrep -L/usr/local/lib -lslang /usr/local/lib/libslang.so: undefined reference to `tgetnum' /usr/local/lib/libslang.so: undefined reference to `tgetflag' /usr/local/lib/libslang.so: undefined reference to `tgetent' /usr/local/lib/libslang.so: undefined reference to `tgetstr' *** Error code 1 Notes: svn path=/head/; revision=13924
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | | ===> Building package for cooledit-3.7.4 Creating package /usr/ports/packages/All/cooledit-3.7.4.tgz Registering depends: XFree86-3.3.2 xpm-3.4k. Creating gzip'd tar ball in '/usr/ports/packages/All/cooledit-3.7.4.tgz' tar: can't add file lib/libCw.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256 *** Error code 1 Notes: svn path=/head/; revision=13922
* Allow emacs to run stripped.Steve Price1998-10-104-12/+52
| | | | | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=13867
* ELFlization.Jun Kuriyama1998-10-104-3661/+3717
| | | | | | | | PR: ports/8232 (part of) Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=13863
* Convert to ELF.Steve Price1998-10-108-64/+256
| | | | | | | | PR: 8090 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=13832
* Fix the emacsclient bug.Motoyuki Konno1998-10-095-0/+110
| | | | | | | PR: ports/8208 Notes: svn path=/head/; revision=13788
* Remove all the remaining regexps from LIB_DEPENDS. There are someSatoshi Asami1998-10-091-2/+2
| | | | | | | | ports that are not ELFized yet but it's getting too late in the game and I need to commit the new bsd.port.mk that doesn't use regexps. Notes: svn path=/head/; revision=13784