summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz3-6/+6
2007-11-29update to 2.20.4drochner2-7/+7
changes: - Properly detect the current display viewport, so that launching logic works properly on Compiz - Misc bugfixes -translation updates
2007-11-29Abiword builds on Solaris with sunpro. Yay!rillig3-4/+46
2007-11-28Fixes typo in wapper script.obache2-3/+3
Problem noticed by Satoshi Suetake in PR 37445. Bump PKGREVISION.
2007-11-26Updated editors/vim-share to 7.1.161martti3-4/+20
1541 7.1.157 :" in Ex mode at end of file results in an error message 4629 7.1.158 (extra) Win32: with utf-8 and cp1250 Alt-y is the wrong char 1646 7.1.159 overlapping arguments for a strcpy() 1661 7.1.160 getting/losing focus may cause hit-enter prompt to be redrawn 4347 7.1.161 compilation errors with tiny features and EXITFREE
2007-11-25Update to 1.40.18:wiz9-96/+81
beav (1:1.40-18) unstable; urgency=low * Repackaged with the original 1.40 source so that we get a proper diff.gz. * defs.h: + Removed prototypes for malloc and strcpy/strcat (Closes: #262572). -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 31 Jul 2004 22:42:19 +0200 beav (1:1.40-17) unstable; urgency=low * debian/control: + Set policy to 3.6.1.1. * beav.1: + Fixed documentation location (Closes: #210601). * Fixed warnings everywhere in the code. * main.c: + Added a help string to tell the user how to quit (Closes: #171933). * file.c: + Fixed an overflow in the filename display routine (Closes: #56546). * fileio.c: + Corrected wrong char signedness assumption that caused backup filenames to be mangled (Closes: #46376). -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 13 Jul 2004 11:36:18 +0200 beav (1:1.40-16) unstable; urgency=low * New maintainer (Closes: #227774). * debian/control: + Set policy to 3.6.1.0. + Removed caps in the short description. * debian/copyright: + Added the GPL blurb to the copyright file. -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 27 Jan 2004 13:22:17 +0100 beav (1:1.40-15) unstable; urgency=low * Include patch from James A Morrison for Hurd support. * Update to standards version 3.5.5. -- Martin Mitchell <martin@debian.org> Sat, 21 Jul 2001 23:37:20 +1000 beav (1:1.40-14) unstable; urgency=low * Update to standards version 3.5.2. (closes: #91113, #91385) * Add build depends. (closes: #70223) -- Martin Mitchell <martin@debian.org> Tue, 27 Mar 2001 00:18:25 +1000 beav (1:1.40-13) unstable; urgency=low * Update to standards version 2.4.1. * Recompile for ncurses4. -- Martin Mitchell <martin@debian.org> Sun, 11 Oct 1998 01:27:50 +1000 beav (1:1.40-12) unstable; urgency=low * Fix missing separator in debian/rules. (#25766) -- Martin Mitchell <martin@debian.org> Sat, 29 Aug 1998 18:27:04 +1000
2007-11-25MASTER_SITE updates from Zafer Aydogan.wiz2-4/+4
2007-11-22+notecasedrochner1-1/+2
2007-11-22import notecase-1.7.2, a Hierarchical note managerdrochner12-0/+269
pkgsrc notes: -modified to use system libz instead of a bundled copy -disabled the option to create self-extracting combinations of the executable with a data file. This relies on reliable deduction of the currrent executable's path which cannot be done in a portable way, and it doesn't make much sense anyway because that thing needs a zillion of shared libraries.
2007-11-21don't try to @dirrm locale dirsdrochner1-2/+1
2007-11-20Use BROKEN_GETTEXT_DETECTION=yes instead of doing the work manually.rillig1-3/+2
Thanks to obache.
2007-11-20Solaris needs -lintl.rillig1-1/+3
2007-11-19Improve wrapper script, closing to usual behavior.obache2-6/+15
* Pass settings to nvi with env NEXINIT instead of EXINIT, to avoid affect of env NEXINIT. * Honor NEXINIT, EXINIT environment variable. * Pass all setting in ~/.{n}exrc by using source command. Fixes PR 13677. Bump PKGREVISION.
2007-11-19Update zile to 2.2.50.hiramatsu3-22/+6
Changes are not provided. Please consult sourceforge's cvs if you are interested in.
2007-11-17Reset maintainer for itojun's packages.wiz1-2/+2
2007-11-14Fixed six little things that prevented sunpro from building the package.rillig7-1/+94
Now it fails in the linker stage with an undefined reference to UT_XML::processingInstruction(const char *, const char *).
2007-11-13Updated editors/vim-share to 7.1.156martti3-5/+33
2557 7.1.148 QNX and some other systems require testing for sys/types.h 4823 7.1.149 completion menu messed up when using the scroll bar 1759 7.1.150 Visual mode "p" doesn't work when 'clipboard' has "unnamed" 2108 7.1.151 lalloc(0) error for line completion with 'ic' and 'inf' set 3183 7.1.152 display problem when 'hls' and 'cursorcolumn' are set 4610 7.1.153 compiler warnings on SGI 1547 7.1.154 (after 7.1.152) compiler warning for signed/unsigned compare 1594 7.1.155 crash when 'undolevels' is 0 and repeating "udd" 4174 7.1.156 overlapping arguments for strcpy() during cmdline completion
2007-11-13long-overdue commit of an option to enable xft anti-aliased fontsdan1-2/+9
ok uebayasi@
2007-11-13make paths relative to ${.CURDIR}dan1-6/+6
per request from uebayasi@
2007-11-12Use ${EMACS_FLAVOR} instead of ${_EMACS_TYPE}.uebayasi1-2/+2
2007-11-12Support XEmacs 21.5.x without X too.uebayasi6-71/+131
2007-11-07Fixed missing <unistd.h> on DragonFly.rillig2-1/+21
2007-11-06Use gmake. NetBSD/current's make dcrashes on install.drochner1-2/+2
2007-11-05update to 4.6.1drochner8-29/+70
This switches to the new gnome-2.20 branch.
2007-11-04Added some recently imported packages to their category Makefiles.rillig1-1/+3
2007-11-04Imported gobby.rillig4-0/+56
Gobby is a free collaborative editor. This means that it provides you with the possibility to edit files simultaneously with other users over a network. It supports multiple documents in one session and a multi-user chat. The platforms on which you could use Gobby are so far Microsoft Windows, Linux, Mac OS X and other Unix-like ones. Developed with the Gtk+ toolkit it integrates nicely into the GNOME desktop environment if you want it to.
2007-11-04Imported obby.rillig5-0/+104
libobby is a library which provides synced document buffers. It supports multiple documents in one session and is portable to both Windows and Unix-like platforms.
2007-11-03update to 2.20.3drochner4-39/+65
This switches to the new gnome-2.20 branch.
2007-11-03update to 2.20.0drochner3-10/+31
This switches to the new gnome-2.20 branch.
2007-11-03share/vi may also be used by devel/meld; just try removing it.wiz2-4/+4
Bump PKGREVISION.
2007-11-03Remove needless USE_NCURSES=yes definition.obache1-2/+1
2007-11-02Use REPLACE_SH shortcut for REPLACE_INTERPRETER.ghen1-16/+13
2007-11-01Back port Carbon Emacs support from wip. Patch from Obata-san.uebayasi2-1/+21
2007-11-01* Added LICENSE=vim-licensemartti3-5/+12
* Updated editors/vim-share to 7.1.147 2838 7.1.146 VMS: writing fails for rare record organisation 2079 7.1.147 (after 7.1.127) freeing memory twice completing user name
2007-10-30Add the German mirror.martti1-3/+8
2007-10-30Somewhat overdue, add devel/doxymacs. Bump to 0.9.dsainty1-2/+3
2007-10-29Move editors/leim to editors/leim21 as it's only for emacs21.uebayasi7-7/+7
2007-10-29Welcome to version 0.8:uebayasi1-2/+9
* Add misc/elscreen. * Fix build for Emacs 22.
2007-10-29Initial addition of buildlink3.mk fragments for EmacsLisp packages.uebayasi2-0/+54
2007-10-29Initial addition of buildlink3.mk fragments for Emacs / XEmacs programs.uebayasi8-0/+184
2007-10-29Fix build of emacs21-nox11.uebayasi3-10/+15
2007-10-29At deinstallation, remove ${PREFIX}/share/emacs/site-lisp if empty.uebayasi1-1/+2
2007-10-29Sort EMACS_VERSIONS_ACCEPTED.uebayasi1-2/+2
2007-10-26Fixes cursor update problem in prompt windows with NetBSD's curses,obache3-2/+16
reported in PR 37208. Bump PKGREVISION.
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-3/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-2/+0
can handle packages having no PLIST files.
2007-10-24Update nano to 2.0.6.obache5-13/+74
Based on patch provided by Jason White in PR 37133. * Added patch to work with NetBSD's curses. * Added ncuesesw option. * IRIX now require glib2, not glib. The 2.0 release of GNU nano is a major leap forward in usability and features, building on the 1.3 branch. The following improvemens and features are available in version 2.0 include: * UTF-8 support. * Improved color syntax highlighting. * Copy text without cutting.. * Verbatim input mode. * Repeat last seach w/o confirmation (Meta-W) * Spell check/replace selected text only * Indent marked text * Move to beginning/end of paragraph * Search within the file browser * Mixed file format auto-conversion
2007-10-22Updated editors/vim-share to 7.1.145martti3-6/+96
1414 7.1.117 can't check wether Vim was compiled with Gnome 1805 7.1.118 (after 7.1.107) compiler warning for Visual C compiler 1761 7.1.119 crash after setting 'cmdheight' to huge value 17416 7.1.120 can't use valgrind with "make test" to test for memory leaks 2350 7.1.121 ":cd %:h" fails when editing file in current directory 3732 7.1.122 Mac: building with Aap doesn't work properly 8051 7.1.123 Win32: ":edit foo ~ foo" expands "~" 2599 7.1.124 (extra) Mac: may get empty buffer if dropping file on Vim.app 12060 7.1.125 the TermResponse autocommand event is not always triggered 13372 7.1.126 (extra) ":vimgrep */*" doesn't work if autocmd changes dir 2319 7.1.127 memory leak when doing completing 2079 7.1.128 (extra) build problem with Cygwin 1740 7.1.129 (extra) Win32: Can't get long user name 9494 7.1.130 crash with some combination of undo and redo 1535 7.1.131 ":mksession" always adds ":setlocal autoread" 1781 7.1.132 getpos("'>") may return < 0 for a Linewise selection 1515 7.1.133 shorten_fname1() linked when it's not needed 10379 7.1.134 (extra) Win32: Can't build with VC8 3337 7.1.135 Win32: ":e c:/tmp/foo" and ":e c:/tmp//foo" create two buffers 1522 7.1.136 memory leak when using Ruby syntax highlighting 1553 7.1.137 build failure when using EXITFREE 1836 7.1.138 Perl: Msg() doesn't stop when "q" is typed at the more prompt 1557 7.1.139 fold truncated when ending Insert mode with CTRL-C 1664 7.1.140 v:count can't be used in an expression mapping 2806 7.1.141 GTK: can't use negative offset with -geom argument 2161 7.1.142 ":redir @A>" doesn't work 1723 7.1.143 uninitialized memory read when diffing three files 1250 7.1.144 after ":diffup" cursor can be in the wrong position 6160 7.1.145 stay in Insert completion mode depending on the char typed
2007-10-16Remove some legacy support after branching 2007Q3.wiz2-30/+2