summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Turn on xemacs20.Gary Jennejohn1997-09-031-1/+2
| | | | Notes: svn path=/head/; revision=7767
* Submitted by: me@freebsd.orgGary Jennejohn1997-09-0324-0/+14440
| | | | | | | | | | new import of xemacs 20.2, including MULE support. Note that I tested that I could build with mule support, but I couldn't actually check the functionality. "make package" and pkg_delete both tested (under -current). Notes: svn path=/head/; revision=7766
* Add another mirror site. Update my e-mail address.Thomas Gellekum1997-08-291-3/+4
| | | | Notes: svn path=/head/; revision=7725
* vim didn't find lesstif's libXm library, since lesstifAndreas Klemm1997-08-233-0/+33
| | | | | | | doesn't build and install a static library libXm.a. Notes: svn path=/head/; revision=7661
* Upgrade to the 5.0m betaDavid E. O'Brien1997-08-229-111/+45
| | | | Notes: svn path=/head/; revision=7658
* original distribution of nvi multilingual patch (nvi-m17n)Jun-ichiro itojun Hagino1997-08-218-20/+14
| | | | | | | updated to version 970820-1600. Notes: svn path=/head/; revision=7645
* upgrade to 3.1Eric L. Hernes1997-08-113-127/+165
| | | | Notes: svn path=/head/; revision=7535
* Upgrade to 1.40.7.Thomas Gellekum1997-08-115-14/+14
| | | | | | | Poked by: Bill "distfiles" Fenner Notes: svn path=/head/; revision=7529
* Upgrade to vim-5.0l (beta)David E. O'Brien1997-07-286-9/+9
| | | | Notes: svn path=/head/; revision=7429
* Update my e-mail address. Remove superfluous backslash.Thomas Gellekum1997-07-221-4/+4
| | | | Notes: svn path=/head/; revision=7406
* Make this port a little more portlint-clean.Satoshi Asami1997-07-175-10/+20
| | | | Notes: svn path=/head/; revision=7358
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
| | | | Notes: svn path=/head/; revision=7303
* Move aswedit from editors to www.Thomas Gellekum1997-07-101-2/+1
| | | | Notes: svn path=/head/; revision=7272
* Activate aswedit.Thomas Gellekum1997-07-091-1/+2
| | | | Notes: svn path=/head/; revision=7249
* Update the base version from 1.79-970408 -> 1.79-970617.Masafumi Max NAKANE1997-06-186-10/+10
| | | | | | | | PR: 3896 Submitted by: itojun@itojun.org Notes: svn path=/head/; revision=6994
* update xvile to version 7.1, make myself the maintainerGary Jennejohn1997-06-171-1/+1
| | | | | | | | new md5 for the vile-7.1 tarball. Submitted by: pgf@foxharp.boston.ma.us Notes: svn path=/head/; revision=6984
* update xvile to version 7.1, make myself the maintainerGary Jennejohn1997-06-171-5/+5
| | | | | | | Submitted by: pgf@foxharp.boston.ma.us Notes: svn path=/head/; revision=6983
* update vile to version 7.1, make myself the maintainer.Gary Jennejohn1997-06-171-1/+1
| | | | | | | | new md5 for the new tarball. Submitted by: pgf@foxharp.boston.ma.us Notes: svn path=/head/; revision=6982
* update vile to version 7.1, make myself the maintainer.Gary Jennejohn1997-06-171-4/+4
| | | | | | | Submitted by: pgf@foxharp.boston.ma.us Notes: svn path=/head/; revision=6981
* Upgrade to 5.0k betaDavid E. O'Brien1997-06-1212-276/+63
| | | | Notes: svn path=/head/; revision=6887
* Align all info entries at 4th tab stop (as in system info entries).Satoshi Asami1997-06-0812-114/+123
| | | | Notes: svn path=/head/; revision=6802
* Added jed.Satoshi Asami1997-06-041-1/+2
| | | | Notes: svn path=/head/; revision=6750
* The JED editor.Satoshi Asami1997-06-045-0/+198
| | | | | | | | PR: 3390 Submitted by: "Eric J. Schwertfeger" <eric@cybernut.com> Notes: svn path=/head/; revision=6749
* Upgrade to vim-5.0j betaDavid E. O'Brien1997-06-029-183/+9
| | | | | | | (configure works properly on FreeBSD-CURRENT now) Notes: svn path=/head/; revision=6672
* Link with force!David E. O'Brien1997-05-299-18/+276
| | | | | | | Don't install ``ex'' and ``view''. Notes: svn path=/head/; revision=6614
* Upgrade to 5.0i.David E. O'Brien1997-05-289-9/+183
| | | | | | | | | Castrate configure's checks for elf.h. Now that FreeBSD has an elf.h, Vim thought we were SysV! (yea, right, only when they pry this keyboard from my cold stiff dead hands!) Notes: svn path=/head/; revision=6590
* Align all info dir entries in the "emacs" section.Satoshi Asami1997-05-284-14/+14
| | | | Notes: svn path=/head/; revision=6583
* If compiling under native ncurses (instead of libcurses), we have toPeter Wemm1997-05-265-15/+105
| | | | | | | | | | use the terminfo version of tparam() since the termcap version supplies tgoto() which seriously screws up text display. ncurses-4.1 has both a termcap and terminfo internal interface and is quicker with the terminfo one even when it's read a termcap.db file. Notes: svn path=/head/; revision=6571
* share vim5beta with the world.David E. O'Brien1997-05-251-1/+2
| | | | Notes: svn path=/head/; revision=6550
* Beta version of Vim 5.0.David E. O'Brien1997-05-2518-0/+525
| | | | | | | | | | Vim 5.0 beta is still under development (hasn't really reached a final beta stage). Until that point, I don't want to change the stable vim-4.6 port. Note that Vim5.0 has syntax coloring and Perl 5.004 support. Notes: svn path=/head/; revision=6549
* Make the mule ports use install-info. Note that our makeinfo can'tSatoshi Asami1997-05-215-16/+259
| | | | | | | | handle sources with Japanese characters, so the dir entries for those are given explicitly in Makefile and pkg/PLIST. Notes: svn path=/head/; revision=6523
* Spread info dir entries into all relevant files. The previous versionSatoshi Asami1997-05-2015-85/+825
| | | | | | | | (with all entries listed in emacs.texi) deleted only the first entry when the user did a pkg_delete (a bug in install-info, maybe?). Notes: svn path=/head/; revision=6514
* Delete directories using @dirrm.Satoshi Asami1997-04-192-0/+8
| | | | | | | | PR: 3323 Submitted by: Jun-ichiro Itoh <itojun@itojun.org> Notes: svn path=/head/; revision=6244
* Hey guys, thanks for the number of comments on my install-info inquirySatoshi Asami1997-04-1815-25/+515
| | | | | | | | | (which was about equal to number of FreeBSD installations on Hale Bopp itself). Seems like I need to just go ahead and commit it so people can try out and scream! Notes: svn path=/head/; revision=6235
* Add starofficeMike Smith1997-04-111-1/+2
| | | | Notes: svn path=/head/; revision=6182
* Immediately update to April 8th version by author's request.Satoshi Asami1997-04-094-8/+8
| | | | Notes: svn path=/head/; revision=6166
* Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PRSatoshi Asami1997-04-096-0/+64
| | | | | | | ports/3175. Notes: svn path=/head/; revision=6165
* Update to April 3rd version of patch. Closes PR ports/3204.Satoshi Asami1997-04-096-16/+20
| | | | | | | Submitted by: Jun-ichiro ITOH <itojun@csl.sony.co.jp> Notes: svn path=/head/; revision=6163
* Back out previous commit; jmz confirmed his /etc/mtree was out of date.Satoshi Asami1997-04-091-4/+1
| | | | Notes: svn path=/head/; revision=6158
* Create ${PREFIX}/share/doc/ before installing.Jean-Marc Zucconi1997-04-061-1/+4
| | | | Notes: svn path=/head/; revision=6151
* Deactivate scitext port.Chuck Robey1997-04-031-2/+1
| | | | Notes: svn path=/head/; revision=6123
* Misc. cleanup. They've been in my tree for a while, I forgot to commit them.Satoshi Asami1997-03-152-2/+6
| | | | Notes: svn path=/head/; revision=5965
* Remove catpages. I don't know how this sneaked past me in the first place.Satoshi Asami1997-03-152-6/+0
| | | | Notes: svn path=/head/; revision=5964
* Install app-defaults as NEdit.ad rather than NEdit (so it won't overwriteDavid E. O'Brien1997-03-122-2/+2
| | | | | | | | | | any custom one). Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes-PR: ports/2914 Notes: svn path=/head/; revision=5953
* I know the ports freeze is 10 minutes past... but hopefully SatoshiDavid E. O'Brien1997-03-121-1/+1
| | | | | | | | | | | | will let me get away with this one... Here's the real justification for this commit... checksum was wrong. Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes-PR: ports/2914 Notes: svn path=/head/; revision=5952
* I know the ports freeze is 10 minutes past... but hopefully SatoshiDavid E. O'Brien1997-03-121-2/+2
| | | | | | | | | | | | | will let me get away with this one... Install app-defaults as NEdit.ad rather than NEdit (so it won't overwrite any custom one). Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes-PR: ports/2914 Notes: svn path=/head/; revision=5951
* Enable multilingual nvi ports. (Note the Korean versions were alreadySatoshi Asami1997-03-061-1/+2
| | | | | | | included in the port Makefile import.) Notes: svn path=/head/; revision=5884
* Attempt to import 8 ports at once. I sure hope this will work.Satoshi Asami1997-03-0614-0/+410
| | | | | | | | | | | | | | editors/nvi is a multi-byte extension of nvi-1.79; the rest are pretty much skeletons (even more so than regular ports) that use most files from editors/nvi and support for a particular encoding scheme. These ports were submitted by the author of multilingual nvi patches. Closes PR ports/2824. Submitted by: Jun-ichiro Itoh <itojun@csl.sony.co.jp> Notes: svn path=/head/; revision=5883
* Conditionalize the question asking to !defined(PACKAGE_BUILDING).Satoshi Asami1997-03-061-2/+6
| | | | Notes: svn path=/head/; revision=5867
* List all files in share/emacs/19.34 and libexec/emacs/19.34. CloseSatoshi Asami1997-03-045-10/+4705
| | | | | | | PR ports/2860. Notes: svn path=/head/; revision=5831