summaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-06-26Add back -N to FETCH_BEFORE_ARGS (it used to be in NCFTPFLAGS). -N isGary Palmer1-2/+2
a no-op for fetch (and hence harmless), but this'll make it easier for those that want to use NCFTP to do so. Notes: svn path=/head/; revision=3289
1996-06-26NCFTPFLAGS -> FETCH_BEFORE_ARGSGary Palmer1-2/+2
Notes: svn path=/head/; revision=3285
1996-06-25Convert to a fill file list for lib/uemacs, rather than just theGary Palmer1-1/+19
directory, to try and keep the pkg tools happy Notes: svn path=/head/; revision=3277
1996-06-25Update to 6.0Gary Palmer3-7/+7
Submitted By: Paul Fox <pgf@American.COM> Notes: svn path=/head/; revision=3276
1996-06-25Update to 6.0Gary Palmer3-6/+6
Submitted by: Paul Fox <pgf@American.COM> Notes: svn path=/head/; revision=3275
1996-06-12Upgrade, 1.2r5X -> 1.2r6X.Satoshi Asami2-1/+2
Pick up PREFIX and X11BASE from the environment if it is set there. (That way you can build it correctly with a different PREFIX/X11BASE from the top, or you can go in there and do a "make" too.) Remove RESTRICTED, but this one IS_INTERACTIVE now. We decided to shove the license in the user's face and ask them if they will promise to read it first. :) Notes: svn path=/head/; revision=3198
1996-06-12Upgrade, 1.2r5X -> 1.2r6X.Satoshi Asami1-6/+10
Pick up PREFIX and X11BASE from the environment if it is set there. (That way you can build it correctly with a different PREFIX/X11BASE from the top, or you can go in there and do a "make" too.) Remove RESTRICTED, but this one IS_INTERACTIVE now. We decided to shove the license in the user's face and ask them if they will promise to read it first. :) Notes: svn path=/head/; revision=3197
1996-06-11Remove NO_PACKAGE, since this is what the source says:Satoshi Asami3-15/+15
=== JOE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. === ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Since it's not (only) under GPL1, there shouldn't be any problem with us distributing it in any medium. Notes: svn path=/head/; revision=3195
1996-06-11Change NO_PACKAGE to RESTRICTED.Satoshi Asami2-6/+4
Notes: svn path=/head/; revision=3193
1996-06-10Fix what I broke in upgrading.Jordan K. Hubbard5-4380/+15
Notes: svn path=/head/; revision=3192
1996-06-07Upgrade to 19.31Jordan K. Hubbard15-4405/+4405
Notes: svn path=/head/; revision=3177
1996-04-12Move nedit from RESTRICTED to SUBDIR. Requiring Motif is not bad anymore.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=2981
1996-04-11Change this to conform to our new Motif standards.Satoshi Asami2-2/+3
(1) Add REQUIRES_MOTIF=yes. (2) Use ${MOTIFLIB} wherever libXm is required. Notes: svn path=/head/; revision=2968
1996-04-09A fancy-looking editor that's smaller than emacs (surprise!).Satoshi Asami6-0/+180
Note this port requires Motif, and is patched to build with libXm static (to change this, just go hack in patches/patch-aa, it's only two lines). Some time later, I will make some changes to the ports framework to make this configurable, but for now, it's "the way thud wants it". :> Submitted by: "Daniel M. Eischen" <deischen@iworks.InterWorks.org> Notes: svn path=/head/; revision=2963
1996-04-09Add nedit as RESTRICTED (requires motif).Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=2962
1996-04-09pkg/COMMENT files for use by ports READMEs.Satoshi Asami1-0/+1
Notes: svn path=/head/; revision=2959
1996-03-25':' was missing from constructed PATHAdam David1-1/+1
Notes: svn path=/head/; revision=2891
1996-03-22No package name necessary, also "hex" doesn't start with a vowel (unlessSatoshi Asami1-1/+1
it is intended to be pronounced "eych ee ecks" :> ). Notes: svn path=/head/; revision=2876
1996-03-22Just a little newline to make the maintainer line stand out, so thatSatoshi Asami1-1/+2
people can blame Joerg if it doesn't work. :) Notes: svn path=/head/; revision=2875
1996-03-18Add bpatch.Joerg Wunsch1-1/+2
Notes: svn path=/head/; revision=2854
1996-03-18bpatch -- yet another hex editor.Joerg Wunsch7-0/+229
This one is unique in that it doesn't load the entire file at once, hence you could use it for large files or even whole disks. Notes: svn path=/head/; revision=2853
1996-03-03install beav.txtAdam David2-1/+19
Notes: svn path=/head/; revision=2765
1996-02-23previous version was NUL-padded.Adam David1-0/+0
this commit restores the next previous version. should I rewind by 2 versions? (how?) Notes: svn path=/head/; revision=2745
1996-02-23distfile moved/changed on master sitesAdam David3-9/+9
Notes: svn path=/head/; revision=2744
1995-12-04Add vim.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=2523
1995-12-01Upgrade from 19.29 to 19.30. One of the patches, which we got fromSatoshi Asami25-4105/+4515
rms, is no longer necessary (naturally). Notes: svn path=/head/; revision=2508
1995-11-26Add beav (moved from utils/), removed ashe and tkHTML (moved to www/).Satoshi Asami1-3/+2
Notes: svn path=/head/; revision=2476
1995-11-26Change "utilities" category to "misc" in preparation for move to misc.Satoshi Asami1-2/+1
Notes: svn path=/head/; revision=2466
1995-11-13Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami2-12/+2
Reported by: jkh Notes: svn path=/head/; revision=2415
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami3-3/+3
lot of ports or what! ;> Notes: svn path=/head/; revision=2402
1995-11-02Change ashe from NOBUILD to RESTRICTED, that's what we use elsewhereSatoshi Asami1-3/+2
for things that require Motif (like Mosaic). Move ashe into alphabetically correct position. Notes: svn path=/head/; revision=2385
1995-10-30Add ashe & gnats (ashe=nobuild due to motif)Paul Traina1-1/+3
Notes: svn path=/head/; revision=2379
1995-10-28shortened COMMENTSEric L. Hernes1-1/+1
Notes: svn path=/head/; revision=2375
1995-10-28shortened COMMENTEric L. Hernes1-1/+1
Notes: svn path=/head/; revision=2373
1995-10-28added myself as MAINTAINEREric L. Hernes1-1/+3
Notes: svn path=/head/; revision=2372
1995-10-25Shorten one-line comments.Satoshi Asami1-1/+1
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2363
1995-10-04Various EXEC_DEPENDS fixes.Satoshi Asami1-2/+2
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2244
1995-10-03Convert all makefiles to new formats.Satoshi Asami1-2/+13
Notes: svn path=/head/; revision=2233
1995-10-02added xcoralEric L. Hernes1-2/+2
Notes: svn path=/head/; revision=2215
1995-10-02created port for xcoralEric L. Hernes5-0/+67
Reviewed by: asami Notes: svn path=/head/; revision=2214
1995-09-15Upgrade, 2.2.2 -> 2.3.Satoshi Asami9-37/+23
Notes: svn path=/head/; revision=2153
1995-09-12Upgrade, 1.1r4X -> 1.2r5X.Satoshi Asami3-3/+3
Notes: svn path=/head/; revision=2145
1995-09-12Upgrade, 1.1r4X -> 1.2r5X.Satoshi Asami1-4/+5
Notes: svn path=/head/; revision=2144
1995-08-14Various plan9 utilities. It's such a complete collection, I'm goingSatoshi Asami10-0/+301
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com> Notes: svn path=/head/; revision=2055
1995-08-09Change -lgcc to /usr/lib/libgcc.a so that the shared libgcc won't getSatoshi Asami1-4/+8
picked up. Submitted by: NIIMI Satoshi <sa2c@and.or.jp> Notes: svn path=/head/; revision=2046
1995-07-23Remove redundant mkdir of share/emacs/site-lisp from post-install.Satoshi Asami2-8/+2
The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!) Notes: svn path=/head/; revision=2003
1995-07-20Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theSatoshi Asami4-6/+12
order of the search for site-lisp (lib/mule is searched before share/emacs now). Notes: svn path=/head/; revision=1998
1995-07-18Upgrade, 1.0r3X -> 1.1r4X. No, I don't know what happened to 1.1r[0-3]X.Satoshi Asami4-7/+7
Notes: svn path=/head/; revision=1991
1995-07-06beav (binary editor and viewer)Satoshi Asami6-0/+113
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=1929
1995-07-05joe - joe's own editorTorsten Blum18-0/+453
Notes: svn path=/head/; revision=1926