summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-04-22re-add patch checksums (patches moved to correct place in pre-patch step)wiz1-1/+4
2001-04-19Fix usage of common distfile.wiz1-2/+2
2001-04-19Move to sha1 digests, and add distfile sizes.agc35-86/+133
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc98-303/+228
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+2
lines.
2001-03-31Fix quotingzuntum1-5/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf2-4/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-19Fix thinkos in previous. Really depend on ispell-base-*.bad1-2/+2
2001-03-19Depend on ispell-base instead of ispell.bad1-2/+2
2001-03-18* Fixed alpha support. Patch supplied and submitted by kay@kaynet.or.jp tokei4-28/+85
tech-pkg-ja@jp.netbsd.org. Tested on macppc.
2001-03-18Updatejun4-28/+23
ng-1.4 to ng-1.4.3 PR update patch made by Hiroyuki Yanai <fk200329@fsinet.or.jp> >Number: 12211 >Category: pkg >Synopsis: editors/ng is upgraded to v1.4.3. >Originator: Hiroyuki Yanai Changes: - Code clean up for ANSI-C - dired can treat symbolic link - Undo bug fix - fill-paragraph loop bug fix
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-03-16FIX:jun2-57/+2493
pkg/12419 [serious/medium]: pkgsrc tamago-4.0.6's canna does not work rebuild patch,because I missed sub-directory diffs. adviced from goro@venus.dti.ne.jp.
2001-03-07${MD5_FILE} -> ${DIGEST_FILE}wiz1-2/+2
2001-03-04Fix oversight and add missing new files installed by version "1.6" of thistron1-2/+74
package.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron2-6/+5
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-03Fix build problem on NetBSD-alpha.tron2-4/+13