summaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-01Update to 0.7.6Chris Piazza28-636/+728
PR: 14627 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=22760
1999-10-27update to 2.1.4Michael Haro3-7/+34
PR: 14543 Submitted by: KATO Tsuguru tkato@promtomail.ne.jp Notes: svn path=/head/; revision=22661
1999-10-27update mastersiteMichael Haro1-1/+2
PR: 14484 Submitted by: Chris D. Faulhaber jedgar@fxp.org Notes: svn path=/head/; revision=22659
1999-10-26Update emacs-dl patches.Shigeyuki Fukushima5-5/+29
Fix broken internal DOC-string. PR: ports/14513 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=22653
1999-10-26Update xemacs-mule-sumo-packages and xemacs-sumo-packages to lastest versionSatoshi Taoka1-4/+2
Remove xemacs-mule-base-packages from DEPENDS of xemacs-mule/Makefile because bugs in the previous version xemacs{,-mule}-sumo-packages were fixed. Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Obtained from: ports-jp@jp.freebsd.org Notes: svn path=/head/; revision=22639
1999-10-25Update version 5.5 to Patchlevel 33.David E. O'Brien6-6/+111
Notes: svn path=/head/; revision=22636
1999-10-25Update to 0.5.5.Yukihiro Nakai6-28/+10
PR: ports/14481 Submitted by: rod@oscentral.org Notes: svn path=/head/; revision=22624
1999-10-25Add GTK support. Set "HAVE_GTK" to invoke it.David E. O'Brien6-15/+66
Submitted by: Yuan-Chen Cheng <ycheng@ycheng.wsl.sinica.edu.tw> Notes: svn path=/head/; revision=22618
1999-10-22Update to 7.19.07.Shigeyuki Fukushima6-6/+6
Notes: svn path=/head/; revision=22586
1999-10-21Fix PLIST and PLIST.mule to make the lock directory correctly. It shouldGary Jennejohn2-2/+2
be /var/run/emacs/lock and not /var/run/xemacs/lock ! Wonder how this went unnoticed for so long ? Notes: svn path=/head/; revision=22569
1999-10-21Make the lock directory, /var/run/emacs/lock, in PLIST.Gary Jennejohn3-0/+3
Noticed by: Sheldon Hearn <sheldonh@uunet.co.za> Notes: svn path=/head/; revision=22568
1999-10-21Fix too bad dependency.Shigeyuki Fukushima3-5/+6
before: ${PREFIX}/lib/xemacs/site-packages/../xemacs-packages (If site-packages directory does not exist, this dependency is broken.) new: ${PREFIX}/lib/xemacs/xemacs-packages Notes: svn path=/head/; revision=22556
1999-10-20Update this puppy to 21.1.7.Gary Jennejohn12-72/+351
Modified PLIST to make empty directories which are installed by the port. These empty directories are also removed in PLIST. Tested install/deinstall and pkg_add/pkg_delete. mail/mew/Makefile should be updated to reflect this change. PR: 14329 Requested by: the maintainer Notes: svn path=/head/; revision=22540
1999-10-18s/Transitioal/Transitional/Jun Kuriyama2-2/+2
Notes: svn path=/head/; revision=22509
1999-10-18Install to ${PREFIX}/lib/xemacs/site-packages as XEmacs packages.Shigeyuki Fukushima26-17/+190
(apel is RUN_DEPENDS on xemacs-sumo-packages. some PLIST are fixed.) Pointed out by: HASEGAWA Tomoki <thasegawa@mta.biglobe.ne.jp> Notes: svn path=/head/; revision=22506
1999-10-18Install to ${PREFIX}/lib/xemacs/site-packages as XEmacs packages.Shigeyuki Fukushima3-3/+39
RUN_DEPENDS on xemacs-sumo-packages. Pointed out by: HASEGAWA Tomoki <thasegawa@mta.biglobe.ne.jp> Notes: svn path=/head/; revision=22505
1999-10-18Fix typos.Jun Kuriyama1-2/+2
Pointed out by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=22502
1999-10-18Use updated gnomelibs.Yukihiro Nakai2-2/+2
PR: ports/14374 Submitted by: rod@oscentral.org Notes: svn path=/head/; revision=22498
1999-10-16Update to 1.2.0.Shigeyuki Fukushima22-80/+257
Notes: svn path=/head/; revision=22487
1999-10-16If editors/xemacs-mule-base-packages is installed thenSatoshi Taoka1-4/+4
XEmacs-mule cannot run. So this fix is to avoid it. Approved by: maintainer Obtained from: Kazuyuki IENAGA ienaga@jsys.co.jp Notes: svn path=/head/; revision=22485
1999-10-16Update to 1.13.6.Shigeyuki Fukushima13-42/+97
Notes: svn path=/head/; revision=22476
1999-10-16Update to 1.13.4.Shigeyuki Fukushima15-58/+119
Notes: svn path=/head/; revision=22475
1999-10-16Install semi-cookie for FreeBSD packages.Shigeyuki Fukushima32-6/+70
Notes: svn path=/head/; revision=22474
1999-10-16Add flim-cookie to PLIST.Shigeyuki Fukushima18-0/+36
Notes: svn path=/head/; revision=22473
1999-10-14Keep up with the Joneses and update this port to version 21.1.6.Gary Jennejohn12-72/+327
Delete the MULE support and refer the user to the xemacs-mule port. Add --with-png=yes to the list of CONFIGURE_ARGS. The port now creates scads of empty directories which, hopefully, can be deleted if the package gets deleted. Tested install/deinstall and packaging. Requested by: the maintainer Notes: svn path=/head/; revision=22459
1999-10-14Add mime-bbdb.elc and mime-w3.elc to the PLIST.Shigeyuki Fukushima4-12/+8
But, these files exist when xemacs-sumo-* package is installed. (It is not neccesary that we must install xemacs-sumo-* package, since this is *BUILD*_DEPENDS on semi-package.) Therefore, it is neccesary that we use @unexec rm -f in the PLIST. Notes: svn path=/head/; revision=22454
1999-10-14Fix unfetchable problem.Shigeyuki Fukushima5-20/+20
Notes: svn path=/head/; revision=22453
1999-10-14Fix semi-elisp compile problem.Shigeyuki Fukushima1-4/+15
Notes: svn path=/head/; revision=22452
1999-10-14Fix texinfo.el(BUILD_DEPENDS) path.Shigeyuki Fukushima6-6/+6
Notes: svn path=/head/; revision=22450
1999-10-14Fix an unfetchable problem.Shigeyuki Fukushima5-20/+20
Notes: svn path=/head/; revision=22448
1999-10-14Fix flim-elisp compile problem.Shigeyuki Fukushima2-3/+11
Fix `@unexec rmdir' command in PLIST. Pkg_delete does not return an error, even if there is other FLIM_COOKIEs in the cookies directory. Notes: svn path=/head/; revision=22447
1999-10-13PR: 13680Gary Jennejohn21-4319/+4571
Submitted by: max Requested by: the maintainer Update the xemacs-packages port to use the latest tar balls. Add a hint to use the xemacs-sumo-packages and xemacs-mule-sumo-packages ports if the user wants to install all packages. Notes: svn path=/head/; revision=22412
1999-10-11Update to 1.13.6.Shigeyuki Fukushima30-159/+319
Notes: svn path=/head/; revision=22348
1999-10-11Update to 1.13.4.Shigeyuki Fukushima12-46/+77
Notes: svn path=/head/; revision=22347
1999-10-11Update to 7.19.04.Shigeyuki Fukushima16-85/+138
Notes: svn path=/head/; revision=22346
1999-10-11Update to 1.13.2.Shigeyuki Fukushima41-246/+442
Notes: svn path=/head/; revision=22345
1999-10-11Update to 1.12.7.Shigeyuki Fukushima13-47/+154
Notes: svn path=/head/; revision=22344
1999-10-10Update to 9.22.Shigeyuki Fukushima20-27/+27
Notes: svn path=/head/; revision=22304
1999-10-09Bump glib12 's share library version to 3,Vanilla I. Shu2-34/+2
and portlint. Notes: svn path=/head/; revision=22283
1999-10-08Use updated imlib library.Yukihiro Nakai2-4/+4
Notes: svn path=/head/; revision=22244
1999-10-07Add color-mateSatoshi Taoka1-0/+1
Notes: svn path=/head/; revision=22227
1999-10-07Color customizing module for EmacsenSatoshi Taoka6-0/+242
Notes: svn path=/head/; revision=22226
1999-10-07Fix MASTER_SITES, don't hardcode /usr/local.Thomas Gellekum2-6/+6
PR: 14064 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=22222
1999-10-04Oops, fix a path goof in the man page installation.Chuck Robey1-1/+1
Notes: svn path=/head/; revision=22156
1999-10-04fixed the MOTIFLIB support, and added the manpages for cextract.Chuck Robey3-2/+17
If you install thoteditor, and you write C codee, make a point of reading the cextract man page. Pointed out by: Satoshi Notes: svn path=/head/; revision=22155
1999-09-28Added "%%LOCALBASE%%/share/mule/info" into site-start.elSatoshi Taoka1-0/+1
Reported by: Inagaki Kentaro <inagaki@tg.rim.or.jp> Obtained from: ports-jp@jp.freebsd.org Notes: svn path=/head/; revision=22056
1999-09-27I forgot the shell wrapper.Chuck Robey1-0/+4
Notes: svn path=/head/; revision=22006
1999-09-27Finally fix all parts of thoteditor.Chuck Robey5-5/+63
Notes: svn path=/head/; revision=22005
1999-09-27Update to version 2.8.Steve Price5-55/+84
PR: 13601 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21987
1999-09-25Just noticed it's not initializing right, I set it BROKEN again, sorry.Chuck Robey1-0/+2
Notes: svn path=/head/; revision=21951