summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2000-12-03Depend on the ispell pkg.mycroft2-3/+8
Rather than using the ispell hash file included with AbiWord, delete it and make a symlink to the one from the ispell pkg. This makes the spelling checker work across platforms, including Alpha.
2000-12-03Adjust ispell.h so the format really is the same as ispell.mycroft2-1/+28
2000-12-02Correct quoting so that ${PREFIX}/share is default data dir.wiz2-5/+5
2000-11-29s/unexelf.c/unexelf.o/minoura2-4/+4
This caused a circular dependency. Pointed out by Satoshi Yatagawa <yatagawa@cc.teu.ac.jp>.
2000-11-25List me as maintainer of this package.tron1-2/+2
2000-11-25Compress ".el" files if "MANZ" is defined like the "xemacs" package does.tron2-403/+421
2000-11-25Update "xemacs" package to version 21.1.12. Changes since version 21.1.9:tron3-409/+235
- etc/Emacs.ad: Document usage of FontSet resource for menubar. - configure.in: Check for NAS_BIG_ENDIAN in <audio/fileutil.h>. - configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer <Florian.Weimer@RUS.Uni-Stuttgart.DE>. - configure.in: Recognize s390. - config.guess: Recognize ia64 and s390. - config.sub: Likewise. - configure.in: Rewrite xmkmf symbol detection to avoid redefinition of symbols we've already defined. Also, handle xmkmf symbols with values other than 1. - PROBLEMS: Document broken native audio for recent patches and releases of HP-UX. - configure.in: Unconditionally define SHELL, to allow working with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems. - configure.in: More precise LDAP detection and configuration
2000-11-25Update "xemacs-packages" package to version 1.5. It includes thesetron3-75/+141
packages now: c-support 1.15, cc-mode 1.21, debug 1.12, dired 1.08, edit-utils 1.53, efs 1.21, fsf-compat 1.07, mail-lib 1.33, mailcrypt 2.06, mule-base 1.35, net-utils 1.14, os-utils 1.24, prog-modes 1.30, psgml 1.20, sgml 1.07, sh-script 1.12, text-modes 1.28, textools 1.11, time 1.10, vc 1.24, viper 1.22, xemacs 21.1.12.tar.bz2, xemacs-base 1.46, xemacs-devel 1.30
2000-11-22Tweak CPPFLAGS to avoid using installed wv includesabs1-1/+2
Stops build breaking if wv package already installed.
2000-11-21add and enable editors/mule pkg.kei1-1/+2
2000-11-21Import of "Mule" package:kei30-0/+7515
Multilingual GNU editing macros (editor) It was based on Mule ports of FreeBSD and Emacs ports of NetBSD originally, lots of changes are adapted as a result of discussion on tech-pkg-ja@jp.NetBSD.ORG mailing list.
2000-11-09// -> /mycroft1-11/+11
2000-11-09Update to 3.8.hubertf8-33/+53
Comes with pine 4.30 - no special feature list available, sorry.
2000-11-03Add -I${PREFIX}/include for xpkgwedge.veego2-4/+4
2000-11-02Use MOTIFLIB instead of hardcoded -lXmmjl2-6/+6
2000-11-02NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymorewiz3-12/+18
(only after bsd.prefs.mk inclusion)
2000-10-30Enable x11/openmotif, editors/biewmjl1-1/+2
2000-10-30Initial import of biew-5.2.0, a binary viewer/editor with built-inmjl8-0/+86
disassembler.
2000-10-21remove superfluous empty linewiz1-2/+1
2000-10-19Add & enable nghubertf1-1/+2
2000-10-19Ng is a very light weight Emacs clone editor, written in C.hubertf7-0/+99
It doesn't have Lisp(that means very limited customization is available). Since you can invoke it very quickly (compared with real GNU Emacs), it is useful in dealing with changing small file a bit. Ng(Nihongo Micro Gnu Emacs) is a Mg(Micro Gnu Emacs)'s japanese port. Ng supports EUC, JIS and SJIS code. Ng also have (rather simple) C-mode. It is also very useful even if you don't need Japanese support. Submitted in PR 11240 by Jun Ebihara <jun@soum.co.jp>
2000-10-05Try chasing the changing pkgs on xemacs.org (this time: sync with ftpmartin1-1/+1
mirror directory on ftp.netbsd.org)
2000-10-05Some distfiles on xemacs.org have changed in-place.martin2-26/+26
Move distfiles to a different location and bump pkg version number (as suggested by agc).
2000-10-04Add dependency for jpeg. It will be picked up if installed by the configuremartin1-1/+2
script and I don't consider it too much bloat (hey, this is emacs, so...)
2000-10-04Be deterministic about providing LDAP support.kleink1-3/+11
2000-10-03Backout parts of revision 1.22 which broke the integration withmartin1-2/+2
xemacs-packages.
2000-09-28Make this buildable on alpha.toshii1-2/+2
2000-09-28Make this buildable on alpha.toshii2-17/+41
Codes are taken from emacs and its pkgsrc patch.
2000-09-26Add support for NetBSD/sparc64.eeh10-13/+232
2000-09-24ELF shlib fixhubertf2-5/+17
2000-09-13Fix installation problems. Patches worked out by alistair Crooks.tron5-12/+13
2000-09-08try 2nd and subsequent destination if we have multiple addresses resolveditojun2-84/+70
from an FQDN hostname. patch from kazu@kame.net, sync with kame tree. repairs PR 10972.
2000-09-08We don't need all of suse_linux, just suse_libc5jlam1-2/+2
2000-09-07fix Xaw checkhubertf1-2/+2
2000-09-06Respect the XAW_TYPE setting and actually link in correct libraries ifjlam1-2/+12
XAW_TYPE == 3d.
2000-09-06Add PERL_POLLUTE to compile correctly with perl>=5.6.0 until source catchesjlam10-187/+283
up with latest perl API. While here, modify the builds so that vile and xvile don't conflict when xpkgwedge is installed. Fixes pkg/10947 by Matthias Scheler <tron@lyssa.zhadum.de>.
2000-09-03add RCS Idwiz1-0/+1
2000-09-03add RCS Idwiz1-0/+1
2000-09-03Use a saner version number (0.98.7 instead of 0.98-7);wiz2-3/+10
don't hardwire /usr/pkg in MESSAGE.
2000-08-31add CHECK_SHLIBS=nohubertf1-2/+2
2000-08-30Adapt this package to tcl-8.3.2 and tk-8.3.2.jwise3-5/+26
(Good to see the really important packages get done :-) )
2000-08-25Add and enable wordperfectjlam1-1/+2
2000-08-25Corel(R) WordPerfect(R) for Linux: Personal Editionjlam11-0/+716
2000-08-25Add appropriate definitions of LDD so check-shlibs works correctly.jlam1-2/+3
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron4-20/+18
2000-08-23fix build failure on alpha,toshii3-23/+25
and merge patch-ac into patch-az
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-3/+6
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz2-20/+13
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-04Small cleanup: creating an empty directory ${PREFIX}/lib/xemacs doesn'tmartin3-7/+7
make much sense. Replace it with a symlink to the version dependend directory name, where real stuff is installed. This allows other pkgs (i.e. net/zenicb) to add lisp modules easily.
2000-08-04Update abiword to 0.7.10abs3-22/+324
Changes sine 0.7.9 User Interface Modeless dialogs (Martin Sevior) Start of GoTo dialog. (JoaquĆ­n Cuenca Abela) Improvements to Word Count dialog on Linux (Sam Tobin-Hochstadt) Start of Show Paragraphs (Alexey Sinutin) Localizations A Galician translation was added by Jesus Bravo Alvarez (jba@pobox.com) Also updated translations are Danish (Birger Langkjer and Martin Hansen), German (Harald Fernengel), Spanish (Joaqun Cuenca Abela), and Swedish (Linus G Larsson) Bug Fixes Major editing bugs cleaned up (Bruce Pearson) Better RTF import for accented chars and hyphens (Hubert Figuiere) Ruler anomalies (Aaron Lehman) Various Other Bugs: #250 (Sam Tobin-Hochstatd), #274 (Mike Nordell), #435 (HJ), #443 (Matt Kraai), #596 (Martin Sevior), #604 (Kenny MacDonald), and #843 (Hubert Figuiere). Other Updated build process to handle new CYGWIN tools (Michael D. Pritchett) Another step toward Word export (James Montgomerie) )