aboutsummaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Move nedit from RESTRICTED to SUBDIR. Requiring Motif is not bad anymore.asami1996-04-121-2/+2
|
* Change this to conform to our new Motif standards.asami1996-04-112-2/+3
| | | | | | (1) Add REQUIRES_MOTIF=yes. (2) Use ${MOTIFLIB} wherever libXm is required.
* A fancy-looking editor that's smaller than emacs (surprise!).asami1996-04-096-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>
* Add nedit as RESTRICTED (requires motif).asami1996-04-091-1/+2
|
* pkg/COMMENT files for use by ports READMEs.asami1996-04-091-0/+1
|
* ':' was missing from constructed PATHadam1996-03-261-1/+1
|
* No package name necessary, also "hex" doesn't start with a vowel (unlessasami1996-03-221-1/+1
| | | | it is intended to be pronounced "eych ee ecks" :> ).
* Just a little newline to make the maintainer line stand out, so thatasami1996-03-221-1/+2
| | | | people can blame Joerg if it doesn't work. :)
* Add bpatch.joerg1996-03-191-1/+2
|
* bpatch -- yet another hex editor.joerg1996-03-197-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.
* install beav.txtadam1996-03-032-1/+19
|
* previous version was NUL-padded.adam1996-02-231-0/+0
| | | | | this commit restores the next previous version. should I rewind by 2 versions? (how?)
* distfile moved/changed on master sitesadam1996-02-233-9/+9
|
* Add vim.asami1995-12-041-1/+2
|
* Upgrade from 19.29 to 19.30. One of the patches, which we got fromasami1995-12-0125-4105/+4515
| | | | rms, is no longer necessary (naturally).
* Add beav (moved from utils/), removed ashe and tkHTML (moved to www/).asami1995-11-271-3/+2
|
* Change "utilities" category to "misc" in preparation for move to misc.asami1995-11-261-2/+1
|
* Delete @cwd, @mode, @owner and @group from these packing lists.asami1995-11-132-12/+2
| | | | Reported by: jkh
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-093-3/+3
| | | | lot of ports or what! ;>
* Change ashe from NOBUILD to RESTRICTED, that's what we use elsewhereasami1995-11-021-3/+2
| | | | | | for things that require Motif (like Mosaic). Move ashe into alphabetically correct position.
* Add ashe & gnats (ashe=nobuild due to motif)pst1995-10-311-1/+3
|
* shortened COMMENTSerich1995-10-291-1/+1
|
* shortened COMMENTerich1995-10-291-1/+1
|
* added myself as MAINTAINERerich1995-10-291-1/+3
|
* Shorten one-line comments.asami1995-10-251-1/+1
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Various EXEC_DEPENDS fixes.asami1995-10-041-2/+2
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Convert all makefiles to new formats.asami1995-10-031-2/+13
|
* added xcoralerich1995-10-031-2/+2
|
* created port for xcoralerich1995-10-035-0/+67
| | | | Reviewed by: asami
* Upgrade, 2.2.2 -> 2.3.asami1995-09-159-37/+23
|
* Upgrade, 1.1r4X -> 1.2r5X.asami1995-09-133-3/+3
|
* Upgrade, 1.1r4X -> 1.2r5X.asami1995-09-131-4/+5
|
* Various plan9 utilities. It's such a complete collection, I'm goingasami1995-08-1410-0/+301
| | | | | | to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com>
* Change -lgcc to /usr/lib/libgcc.a so that the shared libgcc won't getasami1995-08-091-4/+8
| | | | | | picked up. Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* Remove redundant mkdir of share/emacs/site-lisp from post-install.asami1995-07-242-8/+2
| | | | | | The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!)
* Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theasami1995-07-204-6/+12
| | | | | order of the search for site-lisp (lib/mule is searched before share/emacs now).
* Upgrade, 1.0r3X -> 1.1r4X. No, I don't know what happened to 1.1r[0-3]X.asami1995-07-194-7/+7
|
* beav (binary editor and viewer)asami1995-07-066-0/+113
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* joe - joe's own editortorstenb1995-07-0518-0/+453
|
* Upgrade, 1.0r2X -> 1.0r3X.asami1995-07-034-7/+7
|
* Useasami1995-06-272-4/+6
| | | | | | | | | | | | | | | /usr/local/share/emacs/site-lisp /usr/local/lib/mule-site-lisp as the "site-lisp" directories. Basically all I did was tuck --locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp to the end of CONFIGURE_ARGS. Also, all the patch-aa's are unnecessary because bsd.port.mk now will take ${CFLAGS} from /etc/make.conf and put it in the environment before calling configure.
* Oops, forgot the stuff in /usr/local/libexec/emacs/19.29.asami1995-06-275-0/+65
| | | | Submitted by: roberto@blaise.ibp.fr (Ollivier Robert)
* While I'm at it, add "--with-x-toolkit" to the configure args. Itasami1995-06-265-10/+10
| | | | looks much nicer that way.
* Strip binaries.asami1995-06-265-5/+20
|
* Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is nowasami1995-06-2620-40/+4050
| | | | /usr/local/share/emacs!
* Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is nowasami1995-06-265-15/+40
| | | | /usr/local/share/emacs!
* Include uzap. (It's protected by a NO_PACKAGE though.)joerg1995-06-231-2/+2
|
* uzap - a small & nice hex editorjoerg1995-06-237-0/+110
| | | | | | | Unfortunately, the copyright is somewhat restrictive, so we cannot make a package out of it. The author seem no longer to be reachable under the provided mail address.
* ...but it still goes into SUBDIR here, 'cause NO_PACKAGE in its ownasami1995-06-211-2/+2
| | | | Makefile should safeguard us.
* A Tcl/Tk-based editor. The license agreement looks a little scary,asami1995-06-215-0/+39
| | | | | so it's NO_PACKAGE for now. Someone with a little better legal mind than me please check it.
* Delete BROKEN: none (or what are we going to do if someone writes an editorasami1995-05-141-3/+1
| | | | called "No One's Nice Editor"?!? :p)
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-2/+3
| | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
* Put back the longer PLISTs, now that pkg_create can take them. Thanks,asami1995-05-122-4/+1776
| | | | Jordan!
* Another PLIST hack to shrink it.asami1995-05-062-1776/+4
|
* Move uemacs back into SUBDIR, tg found a reachable master site.asami1995-05-021-4/+4
|
* Update.asami1995-05-024-19/+19
| | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
* Add tkHTML.jkh1995-04-291-2/+2
|
* Compress manpages.asami1995-04-244-4/+10
|
* Since thud was down all day (no offense Gary :), I finally had time toasami1995-04-237-60/+1841
| | | | | | | | | | | | | | | split mule into three ports: editors/mule: no language-specific support japanese/mule-canna: Japanese support, Canna library built-in japanese/mule-wnn: Japanese support, Wnn library built-in Note that the two ports under japanese/ will overwrite some of the emacs support files. Although this itself isn't a problem, if you pkg_delete it, you will lose some files needed for emacs. (This is explained in DESCR, although god knows who reads them.) Also I've listed every single file in the PLIST.
* Update Makefile.canna to work with bsd.port.mk.asami1995-04-222-2/+16
| | | | | Also, strip the installed binaries. Aren't you glad I invented post-install? :)
* Update of editors Makefiles!asami1995-04-213-20/+6
|
* Put mule back, with apologies.jkh1995-04-111-4/+3
|
* Remove mule - it's a bit broken right now, and probably misfiled anyway.jkh1995-04-101-3/+4
|
* DEPENDS= ${PORTSDIR}/japanese/Wnnjkh1995-04-102-4/+4
| | | | | Not: DEPENDS= ${PORTSDIR}/utils/Wnn
* Another round of Makefile updates, editors version.asami1995-04-0912-68/+95
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-0112-11/+23
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Put the uemacs port into the broken category. The mastersite was neverats1995-03-301-2/+4
| | | | reachable in the last three weeks. It is also not on freefall yet.
* Reviewed by:asami1995-03-283-56/+15
| | | | | Submitted by: Obtained from:
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-242-2/+4
| | | | and some other minor cleanup.
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.ats1995-03-201-1/+1
|
* Change references to Wnn/Canna to point to ports/japanese instead ofasami1995-03-162-4/+4
| | | | ports/utils.
* Forgot to change these when upgraded from 2.2 -> 2.2.2.asami1995-03-074-4/+4
|
* Upgrade, 2.2 -> 2.2.2 (2.2 PL02).asami1995-03-043-6/+14
| | | | | | Note: post-build and cannainfo.el are necessary only for reformatting one of the info files whose source was patched, and can go away when the next minor release (i.e., 2.3) comes out.
* Also add uemacs while we're at it.jkh1995-03-031-2/+2
|
* Add vile and xvile portsjkh1995-03-031-2/+2
|
* Add proper trailing slashes to MASTER_SITESjkh1995-02-282-4/+4
|
* Bring in xvile port from the author, Paul Fox, and Gary Jennejohn.jkh1995-02-285-0/+50
| | | | Submitted by: gj
* Bring in vile port (from the author, Paul Fox, and FreeBSD memberjkh1995-02-285-0/+45
| | | | | Gary Jennejohn). Submitted by: gj
* MicroEmacs-3.12jmz1995-02-247-0/+1888
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Add mule to the SUBDIR target.ats1995-02-191-2/+2
|
* Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.asami1995-02-172-2/+6
|
* Add an empty STRIP= line to the toplevel Makefile to get all shell-scriptsats1995-02-142-2/+4
| | | | installed.
* Correct the packing list. It referenced a man page under man/cat1/jove.0.ats1995-02-131-1/+4
| | | | | | This does no longer exists. The man page are in man/man1. Also some were missing in the packing lis ( teachjove.1, xjove.1, jovetool.1 ) that are installed from the make install.
* Correct the packing list. The texi.info* and some of the info files areats1995-02-135-80/+0
| | | | not in the source of emacs.
* Add a "STRIP= " to the Makefile to prevent a problem that install will beats1995-02-135-5/+10
| | | | | | | | | | | called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't install them. We have a serious problem with name overloading here. The bsd.port.mk file uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure script. If configure detects them it uses it happily with sometimes surprising results. Normally configure know that shell scripts doesn't need the "-s" flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides configure's autodetection of the correct install and the installflags.
* Update to version 19.28jkh1995-01-0920-35/+35
|
* Remove mule, since it depends on Wnn. When Satoshi can figure out how tojkh1995-01-061-2/+2
| | | | make this stop wanting to always build, we can put it back.
* Simplify - don't need to put gmake in DEPENDS ifjkh1995-01-055-10/+5
| | | | USES_GMAKE is set.
* Add the checksum for axe. I assume we're checking these in, yes?jkh1995-01-041-0/+1
|
* Add axe.jkh1995-01-041-2/+2
|
* John Capo <jc@irbs.com>'s port of the axe editor. Thanks, John!jkh1995-01-044-0/+73
| | | | Submitted by: jc
* Version up to 2.2 (now based on emacs-19.28).asami1995-01-0310-31/+44
| | | | | | | | | | @ Don't need freebsd.h and unexsunos4.c anymore (these were taken from 19.28, with a minor modification, which is now known as patch-ac). @ Tweaked lib-src/Makefile.in.in so that it won't clobber existing emacs installation (patch-ab). @ Taken out -g from configure per someone's suggestion (patch-aa). @ Changed patch site to one in US. @ New md5 checksums.
* Put the names into alphabetical order. Make it much simpler for checkingats1994-12-251-2/+2
| | | | missing names.
* Fetch patch file into $DISTDIR directly instead of current dir.asami1994-12-232-12/+12
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-187-0/+7
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Add cookies to pre-patch to pre-build targets so that this suckerasami1994-11-272-6/+22
| | | | won't do the same thing twice.
* Add a missing minus-sign to the jove name.ats1994-11-271-2/+2
|
* Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.ats1994-11-272-2/+10
|
* Added ln -s/rm trick taken from emacs port to maintain different versions.asami1994-11-252-2/+6
|
* Make the message align with those from bsd.port.mk.asami1994-11-242-4/+4
|
* Added mule.asami1994-11-231-2/+2
|
* mule, multilingual extension to emacs (based on 19.27)asami1994-11-239-0/+227
|
* Make jove work again (4.16beta)gpalmer1994-11-231-6/+5
|
* Try to get Jove working again :-(gpalmer1994-11-232-66/+25
|
* Make this depend on gmake. I could do this automagically for USE_GMAKE,jkh1994-11-225-5/+10
| | | | but I think perhaps that's just a little TOO automagic.
* Satoshi correctly points out that the info/ line in this is bogus.jkh1994-11-225-5/+325
| | | | | Fix it. Also try out an interesting and possibly even functional hack to preserve the dir file. I'm scared to try it, personally! :-)
* The jove tar file that came from the master site doesn't have a subdirats1994-11-211-1/+2
| | | | in it, so use the NO_WRKSUBDIR makro for it.
* Add a patch file to generate a correct Makefile for jove and commentats1994-11-211-0/+97
| | | | out the function ntohl in macvert.c.
* Fix a wee typo in here that stoped the fetch from workinggpalmer1994-11-151-2/+2
|
* Add the correct extract suffix and correct the filenamegpalmer1994-11-111-2/+3
|
* Update MASTER_SITES and go to version 4.14.10jkh1994-11-111-2/+3
|
* Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.pst1994-10-3015-35/+35
|
* Add prefix argument.jkh1994-10-045-10/+10
|
* Add xemacs to targets.jkh1994-09-301-2/+2
|
* Several changes across all ports:jkh1994-09-145-10/+10
| | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
* Update this port to emacs 19.26. This took about 15 seconds. I *like*jkh1994-09-1315-35/+35
| | | | this new ports system! :-)
* Make the required changes to make all existing ports use MASTER_SITESjkh1994-09-136-12/+11
| | | | correctly.
* Change all the HOME_LOCATION records to HTML spec. Now if someonejkh1994-09-016-12/+12
| | | | | | | can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
* Add $Id$ lines to all the directory level Makefiles.jkh1994-08-231-0/+2
| | | | Submitted by: jkh
* Update this for 19.25; no lib/emacs/lisp dir now.jkh1994-08-225-5/+0
| | | | Submitted by: jkh
* Add package files to jove.jkh1994-08-223-0/+21
| | | | Submitted by: jkh
* Add package files.jkh1994-08-2215-0/+150
| | | | Submitted by: jkh
* Change ports Makefiles to use bsd.port.subdir.mkjkh1994-08-221-1/+1
| | | | Submitted by: jkh
* Adjust to new bsd.port.mk conventions for configuration.jkh1994-08-215-10/+15
| | | | Submitted by: jkh
* The start of the 2.0 ports collection. No sup repository yet, but I'lljkh1994-08-217-0/+85
make one when I wake up again.. :) Submitted by: jkh