summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-3/+4
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-06-30Enable "xemacs", remove "xemacs20".tron1-3/+2
1999-06-30Creating an empty directory "${PREFIX}/lib/xemacs" was all needed to gettron3-7/+11
it to work properly.
1999-06-29Mark this package as broken again because "xemacs" doesn't work aftertron1-1/+3
a "make clean".
1999-06-29Adapt this package to NetBSD.tron15-1078/+1630
XXX "xemacs" still complains about missing files during startup. This XXX should be fixed by the "xemacs-packages" package.
1999-06-29Mark this package as not ready yet.tron1-4/+6
1999-06-28Import FreeBSD's "xemacs" port: XEmacs text editor version 21tron8-0/+1119
1999-06-28On request by Hubert Feyrer and Jason Thorpe this should be importedtron8-1119/+0
into "pkgsrc/editors/xemacs".
1999-06-28Import FreeBSD's "xemacs21" port: XEmacs text editor version 21tron8-0/+1119
1999-06-26Update the vile package to version 8.3.agc4-14/+51
Changes since 8.2 include: + Add xpm support in xvile. + make C-style indent logic available as a mode 'cindent', so it can be assigned as part of a majormode. It is part of the builtin cmode. + added "-132" and "-80" command-line switches to set screen width from command line. + many other bug fixes, restructuring, and changes.
1999-06-22Remove redundant "--prefix=..." from ${CONFIGURE_ARGS}.tron1-2/+2
1999-06-22Update dependence on "libslang" package to version 1.3.7.tron1-2/+2
1999-06-15Make mipsel-*-netbsd* set $machine to pmax.bad1-2/+3
XXX I guess there is a cleaner way to do this.
1999-06-13When doing ELF, use ORDINARY_LINK instead of START_FILES+LIB_STANDARD.cgd1-3/+2
This works on e.g. NetBSD/i386 (and probably other new-to-ELF ports), as well as NetBSD/alpha. It also looks like it'll work on powerpc, though mips may have problems. If possible, this is probably the 'right' way to do this.
1999-06-12ElfW, not ElfW, in the new code being added by this patch. lets thiscgd1-3/+3
patched code compile on alpha again!
1999-06-04I don't pretend to understand the ELF crap either, but this makes Emacsthorpej1-0/+23
build/work on i386 ELF (and probably SPARC ELF, too).
1999-06-04NOT_FOR_PLATFORM= *-*-{alpha,mips} doesn't work.drochner1-2/+2
Worse - it matches (almost?) everything.
1999-06-04Must remember to get the paths right...mycroft3-7/+7
1999-06-04I'm not going to pretend to fully grok the ELF magick, but this makes Emacsmycroft4-126/+285
work on the macppc port.
1999-06-03On Solaris, find the -lcurses library instead of -ltermcap. Makes thisagc1-2/+19
package work on Solaris.
1999-06-03Add fix from the author to avoid an s-lang error with Emacs keybindings.agc1-0/+14
Pointed out by Jukka Marin.
1999-06-03Fix directory path on ftp master site.agc1-2/+2
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-39/+39
pattern match format. Minor pkglint along the way.
1999-05-08Works fine on alpha, kill NOT_FOR_ARCHS.ross1-3/+1
1999-05-02Update Pico to 3.5 and Pine to 4.10.tv6-50/+25
1999-04-30Enable beav.tv1-2/+2
1999-04-27This packages requires X11.tron1-3/+4
1999-04-26Enable pico.. why was this disabled?garbled1-2/+2
1999-04-24Fix run time library search path.tron1-0/+13
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-08Use the correct format for GNU machine-arch vendor and opsys filenames.agc2-64/+64
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc2-64/+64
1999-04-08Generalise this:agc1-13/+13
s/netbsd/${LOWER_OPSYS}/g and use the ${LOWER_VENDOR} definition on Solaris.
1999-04-04Back out last commit.hubertf1-2/+1
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-4/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-03-29add lib/X11/app-defaults/Samhubertf1-1/+2
1999-03-29Add site-init.el to PLISTsommerfe1-1/+2
1999-03-26Find send-pr.el in /usr/share/gnatssommerfe1-3/+8
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-03-10Backout change made for debugging purpose.tron1-2/+1
1999-03-10Make "xemacs" work on "arm32" port. Patches supplied by Richard Earnshawtron10-15/+167
in PR pkg/6295.
1999-03-08Upgrade to the latest stable version of wily. Changes since version 0.13.36agc2-4/+4
are unknown, but this version has been stable for me over the last month.
1999-03-08s/make/${MAKE}/gagc2-4/+4
1999-03-08Get rid of rubbish at the strat of the Makefile.agc1-6/+1
1999-03-06Enable jove.agc1-2/+2
1999-03-06Initial import of jove-4.16, "Jonathon's Own Version of EMACS", anagc6-0/+126
emacs-style editor but lacking the LISP engine. This package was constructed by James Graham (greywolf@starwolf.com), with minor cleanups by me.
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-03-02Update to vile 8.2. Mostly bug fixes since 8.1:agc4-9/+9
+ check for null top_widget in x_close; other xvile crashes on VMS. + modify glob-expansion to always recognize "~" as a synonym for $HOME if Unix-style passwd interface does not return anything useful (adapted from a patch by Ed Henderson). + rename vile.spec to vile-8.1.spec, change configure option to use Athena widgets so xvile is built with menu support (Radek Liboska). ** This is not an 8.3 filename, but is used only on Linux. + modify to use X11R6 input method and dead key support (patch by Stanislav Meduna <stano@trillian.eunet.sk>). + correct click-timeout value for xvile, overlooked in 8.1u (reported by Ryan Murray). + minor fixes to menu.c so that xvile builds on OpenVMS 7.2 with DEC C. > patches by Clark Morgan (mostly for visvile): + modified the w32 versions of vile so that during clipboard copy operations any character, c, in the following range: c > '~' && c >= val(printing-low) && c <= val(printing-high) is not translated to a hex representation (\xdd). (from report by Jukka Keto <Jukka.Keto@kati.fi>) + extended/updated README.PC + add explanation of filterregion() portability (spawn.c) + modify in conjunction with visvile, to have the ability to redirect user-specified keystrokes to DevStudio. + add a new file called visvile/visvile.dsm (a collection of DevStudio macros). + added an environment variable called $cfgopts to the editor. + add logic to ins_anytime() to prevent recursion or use in minibuffer, e.g., when pressing the insert-key. + correct an ifdef for SYS_VMS in main.c from 8.0s which left other platforms using vfork (reported by Ryan Murray and Billy Little).
1999-02-28-current has info files in /usr/share/info now.sommerfe1-0/+7
Let emacs know this..