summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2001-06-29Converted to use buildlink.mk fileszuntum1-6/+6
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam2-7/+7
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-26converted to use buildlink.mkzuntum1-4/+5
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam2-31/+19
2001-06-20Convert to use buildlink.mk file for ncurses dependency and simplifyjlam1-13/+5
curses handling during configure process. Mark as USE_BUILDLINK_ONLY.
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-6/+6
2001-06-20Remove explicit passing of -I$(includedir) to compiler during build.jlam2-1/+15
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-14/+6
2001-06-17No functional changes:zuntum2-8/+9
o use #ifdef in patch-aa so it can be sent back to the author
2001-06-11* update manedit to 0.4jzuntum8-182/+26
+ Version 0.4.0j Mon Mar 26 19:43:26 PST 2001 -Added Find string in current loaded manual page on viewer. Keyboard keys SPACE, b, HOME, and END now work properly on viewer. -Fixed GTK+ `main breaking behavour' work-around made on the viewer's GtkText widget. + Version 0.4.0i Thu Feb 22 17:31:41 PST 2001 -Fixed Additional compiling bugs for FreeBSD and also directory defaults on FreeBSD. * pass maintainership to packages@netbsd.org * don't bother fixing manpages any more (author should fix that, not me) -- changing "preferances" to "preferences" to match the reality every time new version is out isn't something I like
2001-06-11Makefile cleanup -- no user visible changeszuntum1-21/+21
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam7-15/+9
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-4/+3
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09Remove bogus empty line in Makefile, and fix info handling in PLIST.wiz2-3/+4
2001-06-09add and enable speedbarwiz1-1/+2
2001-06-08Added the latest stable speedbar, a tree-structured file browser forcjones4-0/+101
Emacs. Required for JDE. Note that speedbar is already included with Emacs; this is a newer version.
2001-06-06Leftover of the old patches.common system. kill itpooka1-13/+0
2001-06-06Update vim to 5.8pooka15-365/+423
Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim
2001-06-05Remove some unexec for share/locale dirs that are created by default.wiz1-4/+1
2001-06-04Add LICENSE=pine-license.jtb1-1/+3
2001-05-31Fix dead HOMEPAGE, MASTER_SITESdent1-3/+3
2001-05-26Use buildlink.mk files to get libiconv and png dependencies, and, as ajlam1-14/+9
result, remove unnecessary flags to search specific source directories before ${LOCALBASE}/include for headers.
2001-05-24Update abiword to 0.7.14. There were a large number of changes from versionjlam14-308/+328
0.7.10, both in bugfixes and in feature additions. No list of changes is provided, but from gleaning the CVS logs, this is update is a large step forward for this application.
2001-05-23make it compile with USE_CANNA == YES.kei1-2/+2
2001-05-22Add one patch from OpenBSD to not use ./.joerc, and two from FreeBSD, onewiz5-13/+142
against a symlink attack on 'DEADJOE', and one to use vi-style file locking. Bump version to 2.8nb1.
2001-05-22Standardize patches (no functional change)wiz7-239/+185
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz3-8/+8
Noted by Frederick Bruckman.
2001-05-19Update ted and its spell checking libraries to 2.10.wiz28-99/+90
Changes are unknown, except that it doesn't depend on libungif anymore. XXX: Merge the spellchecking packages? XXX: There are three more for sk, hu, and pl, if anybody cares.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam2-4/+4
2001-05-18USE_LIBINTL=yes, USE_CURSES=yes.jtb1-2/+6
2001-05-17Move extra header include paths to the end of the search path. Thisjlam3-6/+21
fixes pkg/12969.
2001-05-17Mostly cosmetic changes. Also insert a delay after our informationaljlam1-18/+22
message prior to "building" the package so that the user can read it.
2001-05-17Add and enable nano.jtb1-1/+2
2001-05-17Initial import of nano.jtb4-0/+43
GNU `nano' is a small and friendly text editor. Besides basic text editing, `nano' offers many extra features like an interactive search and replace, goto line number, auto-indentation, feature toggles, internationalization support, and filename tab completion. The original goal for `nano' was a complete bug-for-bug compatible emulation of Pico, but consistency is now a slightly higher priority. Nano does not have the restrictive license problems of Pico.
2001-05-16Apply fix for Canna library support from PR 12959 by NAGAI Yutakaagc1-2/+2
(nagai@hc.uec.ac.jp).
2001-05-14Finish move of ted and friends from textproc to editors.wiz1-1/+14
2001-05-14Move ted and support packages from textproc to editors.wiz56-0/+513
2001-05-11Do _not_ depend on installed libiconv package. AbiWord comes with its ownjlam1-3/+2
private libiconv sources and headers, and the build should be using those.
2001-05-11Cosmetic changes, and use ${RM}/${LN} for rm/ln.jlam1-12/+12
2001-05-11Since we only have libiconv-1.5 in pkgsrc, only depend on that version,wiz1-2/+2
not 1.6.1.
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-05-03The dired package has been modified without changing its version number.agc2-29/+55
For now, copy the distfile from dired-1.09-tar.gz to dired-1.09nb1-tar.gz, and grab that, so that we know which version of the distfile we're getting. Upgrade to SHA1 digests, and add distfile sizes.
2001-05-01Link against libiconv. Closes PR 12681 by Bob Bernsteinrh1-2/+3
<poobah@ruptured-duck.com>
2001-05-01Install header files, as they are needed by x11/9termagc6-161/+156
Install some libraries, as they are needed by x11/9term Move DEPENDS line in Makefile to shut up pkglint Bump version number to 4.3nb1
2001-04-30Make sam use ${X11BASE}. That way the app-defaults file can be accountedjtb2-3/+4
for and the package will work correctly with xpkgwedge. Suggested by Johnny C. Lam.
2001-04-30Don't add app-defaults file to PLIST, these pkgs don't install in X11BASEjtb1-2/+1
yet install their defaults files there.
2001-04-28Add "lib/X11/app-defaults/Sam" to PLIST.jtb1-1/+2
2001-04-22Update to 1.3.3, and some patches to make it compile again with newerwiz6-5/+93
gtkhtml. Changes: - The message bar was always shown, even if the preferences setting was not. - If the locale is set to Chinese, Japanese, or Korean, menus would be shown in the locale's language, but the actual text itself did not (Mitsuo Hamada). - Changes to some preferences would never be saved (Ian M Laurie).
2001-04-22Copy common patch-zb file to the three packages that share it.wiz6-15/+35
Not nice, but IMHO much nicer than the previous copy-patch-files-just-before-patching-hack.