summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove EXTRACT_BEFORE_ARGS, the distfile is a standard gzipped tarball now.Satoshi Asami1997-02-181-2/+2
| | | | Notes: svn path=/head/; revision=5675
* The tarball is compressed now (used to be an uncompressed .tar).Satoshi Asami1997-02-181-1/+1
| | | | Notes: svn path=/head/; revision=5674
* Upgrade to 4.0.3.David E. O'Brien1997-02-051-7/+7
| | | | | | | | | Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Closes PRs: ports/1752, ports/2548 Notes: svn path=/head/; revision=5539
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Updated to version 6.3David E. O'Brien1996-12-034-15/+17
| | | | | | | | | Closes PR: ports/2109 Submitted by: Paul Fox <pgf@american.com> Notes: svn path=/head/; revision=4766
* Install emacsclient et al., which were not included previously becauseSatoshi Asami1996-11-304-4/+122
| | | | | | | | | | | | they might overwrite emacs' versions. The more I think about this, the less sense this makes, as we pratcically mandate emacs to be installed as well for this mule to work. Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Notes: svn path=/head/; revision=4730
* Add scitext. Sort.Satoshi Asami1996-11-261-2/+3
| | | | Notes: svn path=/head/; revision=4675
* 19.34 -> 19.34b. It seems like this release was replaced on the GNU masterSatoshi Asami1996-11-1910-20/+25
| | | | | | | site 2 months ago and nobody noticed! Notes: svn path=/head/; revision=4594
* Yipes, another typo ("MASTER_SITE_CONTRIB").Satoshi Asami1996-11-191-2/+2
| | | | Notes: svn path=/head/; revision=4593
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-1810-20/+13
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4575
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-185-10/+10
| | | | Notes: svn path=/head/; revision=4571
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-184-9/+12
| | | | Notes: svn path=/head/; revision=4570
* Converted to MAN[1-9NL]David E. O'Brien1996-11-1713-77/+29
| | | | Notes: svn path=/head/; revision=4534
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-1118-38/+43
| | | | | | | Minor variable reordering where needed. Notes: svn path=/head/; revision=4383
* Turned on gvimDavid E. O'Brien1996-11-071-1/+2
| | | | Notes: svn path=/head/; revision=4341
* Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=Masafumi Max NAKANE1996-10-185-10/+10
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=4038
* Removed unnecessary @* directives.Masafumi Max NAKANE1996-10-181-4/+0
| | | | Notes: svn path=/head/; revision=4030
* Honor NOMANCOMPRESS.Masafumi Max NAKANE1996-10-181-1/+3
| | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=4029
* Removed unnecessary @cwd directive.Masafumi Max NAKANE1996-10-185-5/+0
| | | | Notes: svn path=/head/; revision=4028
* Take NOMANCOMPRESS setting into account.Masafumi Max NAKANE1996-10-185-15/+25
| | | | | | | | | Reminded by: "Philippe Charnier" <charnier@xp11.frmug.org> Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes. Notes: svn path=/head/; revision=4027
* Trim DESCR to less than a screenful.Thomas Gellekum1996-10-161-12/+0
| | | | Notes: svn path=/head/; revision=3999
* Add joe. Don't know why it was missing.Satoshi Asami1996-10-151-1/+2
| | | | Notes: svn path=/head/; revision=3985