aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-118-8/+27
| | | | Notes: svn path=/head/; revision=17142
* Change the order of @exec and @unexec.Shigeyuki Fukushima1999-03-092-6/+6
| | | | Notes: svn path=/head/; revision=17104
* Use ${MV}, ${CAT} and ${ECHO_MSG}.Shigeyuki Fukushima1999-03-091-8/+4
| | | | Notes: svn path=/head/; revision=17103
* Update to 1.13.3.Shigeyuki Fukushima1999-03-098-55/+38
| | | | Notes: svn path=/head/; revision=17102
* Use ${ECHO_MSG}.Shigeyuki Fukushima1999-03-091-8/+4
| | | | Notes: svn path=/head/; revision=17101
* Update to 1.12.5.Shigeyuki Fukushima1999-03-095-25/+17
| | | | Notes: svn path=/head/; revision=17100
* Change the order of @exec and @unexec.Shigeyuki Fukushima1999-03-091-3/+3
| | | | Notes: svn path=/head/; revision=17099
* Use ${ECHO_MSG}.Shigeyuki Fukushima1999-03-091-6/+2
| | | | Notes: svn path=/head/; revision=17098
* Finish updating this port.Steve Price1999-03-081-7/+9
| | | | | | | Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=17081
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-0811-65/+65
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* ncurses in -current is no longer compatible with -ltermcap (sigh), useJoerg Wunsch1999-03-031-1/+1
| | | | | | | | | -lmytinfo instead. Bug reported by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=16988
* For 4.X and later releaseSatoshi Taoka1999-03-031-1/+1
| | | | Notes: svn path=/head/; revision=16986
* Changed my e-mail address.Shigeyuki Fukushima1999-03-0213-13/+13
| | | | Notes: svn path=/head/; revision=16980
* Update to 9.13.Shigeyuki Fukushima1999-03-022-10/+16
| | | | Notes: svn path=/head/; revision=16979
* Update to 9.13.Shigeyuki Fukushima1999-03-024-8/+8
| | | | Notes: svn path=/head/; revision=16978
* Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,Shigeyuki Fukushima1999-03-011-2/+2
| | | | | | | | because this port includes a long long patch for configure. And patches/patch-ce removed. Notes: svn path=/head/; revision=16966
* MAINTAINER changed, because I was a committer.Shigeyuki Fukushima1999-03-0115-30/+30
| | | | Notes: svn path=/head/; revision=16961
* Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,Shigeyuki Fukushima1999-03-012-6/+6
| | | | | | | | because this port includes a long long patch for configure. And patches/patch-ba removed. Notes: svn path=/head/; revision=16960
* Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,Shigeyuki Fukushima1999-03-011-3/+3
| | | | | | | | because this port includes a long long patch for configure. And patches/patch-ce removed. Notes: svn path=/head/; revision=16959
* Fix build error on 4.0-current by registering __FreeBSD__ == 4Shigeyuki Fukushima1999-02-281-1/+10
| | | | | | | | | | with src/s/freebsd.h. This change is by Takayuki TAMURA <ttathome@remus.dti.ne.jp>. PR: ports/10192 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16926
* Activate psgml-mule.Shigeyuki Fukushima1999-02-261-1/+2
| | | | Notes: svn path=/head/; revision=16909
* A major mode for editing SGML and XML documents for mule.Shigeyuki Fukushima1999-02-264-0/+74
| | | | | | | | PR: ports/9636 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16908
* Fix a problem of checking emacs in the configure phase.Shigeyuki Fukushima1999-02-262-4/+2
| | | | Notes: svn path=/head/; revision=16907
* Remove extra checksum entry.Steve Price1999-02-221-1/+0
| | | | Notes: svn path=/head/; revision=16823
* Use --no-validate instead of --force to make makeinfo behave.Steve Price1999-02-228-16/+16
| | | | Notes: svn path=/head/; revision=16820
* Category name of elisp ports is "elisp". (not "elisps")Jun Kuriyama1999-02-175-10/+10
| | | | Notes: svn path=/head/; revision=16746
* Unbreak for currentJustin M. Seger1999-02-161-1/+10
| | | | Notes: svn path=/head/; revision=16730
* upgrade to 2.1eDavid E. O'Brien1999-02-125-82/+213
| | | | | | | (with 7 min to spare. :-)) Notes: svn path=/head/; revision=16701
* Activate psgml-emacs20.Jun Kuriyama1999-02-121-1/+2
| | | | Notes: svn path=/head/; revision=16678
* A major mode for editing SGML and XML documents for emacs20.Jun Kuriyama1999-02-124-0/+67
| | | | | | | | PR: ports/9637 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16676
* A major mode for editing SGML and XML documents for emacs.Jun Kuriyama1999-02-1222-0/+590
| | | | | | | | PR: ports/9635 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16665
* Activate psgml-emacs.Jun Kuriyama1999-02-121-1/+2
| | | | Notes: svn path=/head/; revision=16662
* Add @direntry for info.info.Jun Kuriyama1999-02-091-0/+13
| | | | | | | | | | This fixes error at pkg_add. Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Modified by: kuriyama Notes: svn path=/head/; revision=16576
* Use XEMACS_ARCH and XEMACS_VER and cleanup PLIST.Steve Price1999-02-039-16642/+17003
| | | | Notes: svn path=/head/; revision=16527
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-034-10/+10
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Fix typo in previous commit.Satoshi Asami1999-02-031-2/+2
| | | | Notes: svn path=/head/; revision=16514
* Upgrade to 1.20.Vanilla I. Shu1999-02-023-18/+18
| | | | Notes: svn path=/head/; revision=16502
* Remove a couple of MASTER_SITES. This port still needs to be upgradedBill Fenner1999-01-301-6/+3
| | | | | | | | | | | from 2.1b to 2.1e. ftp.uni-paderborn.de - empty directory "thot" ftp.cs.itu.edu.tr - no such directory "Linux" ftp.cnti.chel.su - no such directory "pub" Notes: svn path=/head/; revision=16426
* Update to 3.8.3.Bill Fenner1999-01-302-4/+4
| | | | | | | | PR: ports/9735 Submitted by: brett@peloton.physics.montana.edu Notes: svn path=/head/; revision=16425
* Master site dirname has changed.Satoshi Asami1999-01-281-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=16405
* Fetch files from correct place.Satoshi Asami1999-01-282-4/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=16400
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-277-7/+14
| | | | Notes: svn path=/head/; revision=16378
* Update to version 3.2.Steve Price1999-01-263-327/+510
| | | | | | | | PR: 9624 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=16314
* Add --with-session=yes to the config options. This is slightly differentGary Jennejohn1999-01-254-4/+8
| | | | | | | | from the patch in the PR. PR: 9552 Notes: svn path=/head/; revision=16298
* o Fix for undesired error message in apel-emacs20.Jun Kuriyama1999-01-244-8/+18
| | | | | | | | | o Make more simple in Makefile by moving declaration of variables. Submitted by: maintainer Notes: svn path=/head/; revision=16280
* Add fix for Alpha.Hidetoshi Shimokawa1999-01-2343-137/+867
| | | | | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc. Notes: svn path=/head/; revision=16277
* Bump png's major number to 3.Vanilla I. Shu1999-01-236-12/+12
| | | | Notes: svn path=/head/; revision=16275
* Activate the following ports: semi-emacs20, semi-emacs20-current,Steve Price1999-01-181-1/+5
| | | | | | | wemi-emacs20, wemi-emacs20-current. Notes: svn path=/head/; revision=16156
* Initial import of wemi-emacs20-current version 1.12.0.Steve Price1999-01-184-0/+159
| | | | | | | | | | A library of MIME features for GNU Emacs (branch of SEMI kernel package). PR: 9205 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16155
* Initial import of wemi-emacs20 version 1.8.6.Steve Price1999-01-184-0/+160
| | | | | | | | | | A library of MIME features for GNU Emacs (branch of SEMI kernel package). PR: 9204 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Notes: svn path=/head/; revision=16154