summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include uzap. (It's protected by a NO_PACKAGE though.)Joerg Wunsch1995-06-221-2/+2
| | | | Notes: svn path=/head/; revision=1860
* uzap - a small & nice hex editorJoerg Wunsch1995-06-227-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. Notes: svn path=/head/; revision=1859
* ...but it still goes into SUBDIR here, 'cause NO_PACKAGE in its ownSatoshi Asami1995-06-211-2/+2
| | | | | | | Makefile should safeguard us. Notes: svn path=/head/; revision=1849
* A Tcl/Tk-based editor. The license agreement looks a little scary,Satoshi Asami1995-06-215-0/+39
| | | | | | | | so it's NO_PACKAGE for now. Someone with a little better legal mind than me please check it. Notes: svn path=/head/; revision=1847
* Delete BROKEN: none (or what are we going to do if someone writes an editorSatoshi Asami1995-05-141-3/+1
| | | | | | | called "No One's Nice Editor"?!? :p) Notes: svn path=/head/; revision=1746
* Clean up subdir Makefiles. They now all look like this:Satoshi 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". Notes: svn path=/head/; revision=1740
* Put back the longer PLISTs, now that pkg_create can take them. Thanks,Satoshi Asami1995-05-122-4/+1776
| | | | | | | Jordan! Notes: svn path=/head/; revision=1688
* Another PLIST hack to shrink it.Satoshi Asami1995-05-062-1776/+4
| | | | Notes: svn path=/head/; revision=1650
* Move uemacs back into SUBDIR, tg found a reachable master site.Satoshi Asami1995-05-021-4/+4
| | | | Notes: svn path=/head/; revision=1576
* Update.Satoshi Asami1995-05-024-19/+19
| | | | | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de Notes: svn path=/head/; revision=1574
* Add tkHTML.Jordan K. Hubbard1995-04-291-2/+2
| | | | Notes: svn path=/head/; revision=1554
* Compress manpages.Satoshi Asami1995-04-244-4/+10
| | | | Notes: svn path=/head/; revision=1506
* Since thud was down all day (no offense Gary :), I finally had time toSatoshi Asami1995-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. Notes: svn path=/head/; revision=1500
* Update Makefile.canna to work with bsd.port.mk.Satoshi Asami1995-04-222-2/+16
| | | | | | | | Also, strip the installed binaries. Aren't you glad I invented post-install? :) Notes: svn path=/head/; revision=1491
* Update of editors Makefiles!Satoshi Asami1995-04-203-20/+6
| | | | Notes: svn path=/head/; revision=1473
* Put mule back, with apologies.Jordan K. Hubbard1995-04-111-4/+3
| | | | Notes: svn path=/head/; revision=1333
* Remove mule - it's a bit broken right now, and probably misfiled anyway.Jordan K. Hubbard1995-04-101-3/+4
| | | | Notes: svn path=/head/; revision=1320
* DEPENDS= ${PORTSDIR}/japanese/WnnJordan K. Hubbard1995-04-102-4/+4
| | | | | | | | Not: DEPENDS= ${PORTSDIR}/utils/Wnn Notes: svn path=/head/; revision=1319
* Another round of Makefile updates, editors version.Satoshi Asami1995-04-0912-68/+95
| | | | Notes: svn path=/head/; revision=1308
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-0112-11/+23
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Put the uemacs port into the broken category. The mastersite was neverAndreas Schulz1995-03-291-2/+4
| | | | | | | reachable in the last three weeks. It is also not on freefall yet. Notes: svn path=/head/; revision=1238
* Reviewed by:Satoshi Asami1995-03-283-56/+15
| | | | | | | | Submitted by: Obtained from: Notes: svn path=/head/; revision=1224
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-242-2/+4
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-201-1/+1
| | | | Notes: svn path=/head/; revision=1161
* Change references to Wnn/Canna to point to ports/japanese instead ofSatoshi Asami1995-03-162-4/+4
| | | | | | | ports/utils. Notes: svn path=/head/; revision=1135
* Forgot to change these when upgraded from 2.2 -> 2.2.2.Satoshi Asami1995-03-074-4/+4
| | | | Notes: svn path=/head/; revision=1106
* Upgrade, 2.2 -> 2.2.2 (2.2 PL02).Satoshi 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. Notes: svn path=/head/; revision=1085
* Also add uemacs while we're at it.Jordan K. Hubbard1995-03-031-2/+2
| | | | Notes: svn path=/head/; revision=1079
* Add vile and xvile portsJordan K. Hubbard1995-03-031-2/+2
| | | | Notes: svn path=/head/; revision=1078
* Add proper trailing slashes to MASTER_SITESJordan K. Hubbard1995-02-272-4/+4
| | | | Notes: svn path=/head/; revision=1061
* Bring in xvile port from the author, Paul Fox, and Gary Jennejohn.Jordan K. Hubbard1995-02-275-0/+50
| | | | | | | Submitted by: gj Notes: svn path=/head/; revision=1058
* Bring in vile port (from the author, Paul Fox, and FreeBSD memberJordan K. Hubbard1995-02-275-0/+45
| | | | | | | | Gary Jennejohn). Submitted by: gj Notes: svn path=/head/; revision=1057
* MicroEmacs-3.12Jean-Marc Zucconi1995-02-237-0/+1888
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=1023
* Add mule to the SUBDIR target.Andreas Schulz1995-02-181-2/+2
| | | | Notes: svn path=/head/; revision=1005
* Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.Satoshi Asami1995-02-172-2/+6
| | | | Notes: svn path=/head/; revision=995
* Add an empty STRIP= line to the toplevel Makefile to get all shell-scriptsAndreas Schulz1995-02-132-2/+4
| | | | | | | installed. Notes: svn path=/head/; revision=969
* Correct the packing list. It referenced a man page under man/cat1/jove.0.Andreas Schulz1995-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. Notes: svn path=/head/; revision=965
* Correct the packing list. The texi.info* and some of the info files areAndreas Schulz1995-02-135-80/+0
| | | | | | | not in the source of emacs. Notes: svn path=/head/; revision=964
* Add a "STRIP= " to the Makefile to prevent a problem that install will beAndreas Schulz1995-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. Notes: svn path=/head/; revision=963
* Update to version 19.28Jordan K. Hubbard1995-01-0920-35/+35
| | | | Notes: svn path=/head/; revision=739
* Remove mule, since it depends on Wnn. When Satoshi can figure out how toJordan K. Hubbard1995-01-051-2/+2
| | | | | | | make this stop wanting to always build, we can put it back. Notes: svn path=/head/; revision=720
* Simplify - don't need to put gmake in DEPENDS ifJordan K. Hubbard1995-01-055-10/+5
| | | | | | | USES_GMAKE is set. Notes: svn path=/head/; revision=718
* Add the checksum for axe. I assume we're checking these in, yes?Jordan K. Hubbard1995-01-041-0/+1
| | | | Notes: svn path=/head/; revision=695
* Add axe.Jordan K. Hubbard1995-01-041-2/+2
| | | | Notes: svn path=/head/; revision=689
* John Capo <jc@irbs.com>'s port of the axe editor. Thanks, John!Jordan K. Hubbard1995-01-044-0/+73
| | | | | | | Submitted by: jc Notes: svn path=/head/; revision=688
* Version up to 2.2 (now based on emacs-19.28).Satoshi 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. Notes: svn path=/head/; revision=676
* Put the names into alphabetical order. Make it much simpler for checkingAndreas Schulz1994-12-251-2/+2
| | | | | | | missing names. Notes: svn path=/head/; revision=608
* Fetch patch file into $DISTDIR directly instead of current dir.Satoshi Asami1994-12-232-12/+12
| | | | Notes: svn path=/head/; revision=603
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-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 Notes: svn path=/head/; revision=590
* Add cookies to pre-patch to pre-build targets so that this suckerSatoshi Asami1994-11-272-6/+22
| | | | | | | won't do the same thing twice. Notes: svn path=/head/; revision=516