summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz6-7/+12
Bump BUILDLINK_RECOMMENDED.
2005-12-30Pkglint: s/xargs/${XARGS}/. Ok by wiz.ghen1-2/+2
2005-12-30Added javemartti1-1/+2
2005-12-30JavE is a free ASCII Editor. Rather than for editing texts, it is intendedmartti5-0/+360
for drawing simple diagrams by using ASCII characters. It is like a graphics editor for editing texts instead of images.
2005-12-29Use -nocombreloc on DragonFly as well. Suggested by Timothy H. Legantjoerg1-3/+4
on DragoFly's user list.
2005-12-29Create separate configuration for DragonFly. Fix errno.joerg15-4/+306
Based on patch from Richard Nyberg on DragonFly's user list.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam4-8/+4
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Mark C. Henderson's port of Matt Fichtenbaums TECO for Ultrix.is8-1/+120
2005-12-28Add "makepsres" to USE_TOOLS.reed1-2/+2
This fixes packaging due to missing share/lyx/xfonts/PSres.upr.
2005-12-28Sort to make it easier to compare.reed1-12/+12
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-12-27Updated vim to 6.4.6martti3-5/+14
1581 6.4.004 "go" doesn't work correctly when 'virtualedit' is set 1577 6.4.005 truncating message may write before buffer 2320 6.4.006 ":argedit", "argdel" and ":argadd" used count argument
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz2-2/+8
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-21Fix installation of help files.reed5-670/+622
This is during the freeze. Hopefully, this fixes PR #32310 and #32144. Before this fix, under Linux, the package's PLIST didn't match up with what was actually installed. Also problem was seen recently on bulk-builds list. Add patch-af from abiword-2.0.9-windowshelppaths.patch from Fedora Core 4 Extras abiword-2.4.1-2. This gets rid of the DOS style file paths of images. Add patch-ag to have portable use of cp -r * instead of */. This fixes problem where files were not installed to their subdirectories. Use post-build target to create "help" docs and to clean out junk. (Fixes problem where "make clean" can't clean.) Fix permissions in post-build too. Fixes problem where some subdirectories for the help files were not browsable. Copy the help files into place in the post-install target. Many PLIST changes due to fixing of the help files. While I am here, use PKGMANDIR instead of "man" and add INSTALLATION_DIRS for that. Bump PKGREVISION. The maintainer of this package, adam, said he was unavailable to work on this currently and said it was okay for me to work on this. I tested on PkgLinux and NetBSD/i386. I reviewed some "help" files in browser (which abiword opens). And saw some images too.
2005-12-19Update MASTER_SITES; ftp.foretune.co.jp's URL update and added officialtaca1-2/+3
site (ftp.sleepycat.com). This should fix the situation reported by PR pkg/32263 by yamt@.
2005-12-18Added a patch that includes the <memory> header, needed for std::auto_ptr.rillig2-1/+16
2005-12-18Fixed quoting bugs related to autoconf2.13.rillig1-4/+6
2005-12-13Update my e-mail address.ghen1-2/+2
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg5-8/+10
of the shared libXm has changed.
2005-12-11Fixed the bug that has been introduced with the pkglint patch on Dec 05.rillig1-2/+2
I had written {PREFIX:Q} instead of ${PREFIX:Q}.
2005-12-09This needs msgfmt. Also add explicit build time dependency onjoerg1-1/+5
gettext-lib, configure tries to be clever.
2005-12-09What's the point of a configure check if you don't use the result?joerg2-1/+16
Disable vsprintf on DragonFly, it doesn't compile and libc is fine.
2005-12-09Fix errno.joerg2-1/+22
2005-12-09Don't define errno after using it already for a dozen times.joerg2-1/+14
2005-12-09Do not use sys/select.h on DragonFly, it got broken by thejoerg1-1/+3
(also included) sys/queue.h.
2005-12-09Remove malloc prototype, add ereply prototype. This fixes prototypejoerg3-16/+31
signature errors from GCC 3.4+.
2005-12-09Fix errno.joerg2-1/+14
2005-12-09Use only _SC_PAGESIZE on DragonFly, _SC_PAGE_SIZE does't exist.joerg2-1/+16
2005-12-09Remove conflicting prototype for malloc.joerg2-1/+14
2005-12-09This needs msgfmt.joerg1-1/+2
2005-12-09Adjust valloc return value on DragonFly to not conflict with unistd.h.joerg2-4/+16
2005-12-09Fix errno. Remove "prototypes", which confused GCC 3.4. Add DragonFly.joerg6-17/+81
2005-12-09Fix errno.joerg3-1/+44
2005-12-07Add DragonFly support. The libiconv conditional is nasty -- libiconvjoerg3-4/+23
adopts the iconv interface of the underlaying OS and DragonFly follows SUS there.
2005-12-06Add and enable gate.wiz1-1/+2
2005-12-06Import gate-2.06 from pkgsrc-wip, packaged by Hugo Rivera:wiz4-0/+40
Gate is text-gatherer. A text-gatherer is like a text-editor, but much more lightweight and unobtrusive. If you have a program or shell script that asks people to enter a small chunk of text, a text-gatherer like Gate is a good way to do it. It doesn't clear the screen (annoying if there were just some instructions printed there). It doesn't require you to know a lot of obscure editing commands. It doesn't make excessive demands on the intelligence of your terminal emulation software. It does provide a number of features that make it easier for novice users to produce good text. It does word-wrap, prints a prompt on each new line, and allows backspacing from the currently line onto previous lines. It also provides features that a more experienced user can use. You can call up normal editor, or use some of gate's simple-minded editing commands. You can read in files, or save your text to a file. You can filter your text through something like the unix "fmt" command. It provides a nice spell-checking interface too.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig9-22/+22
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig32-73/+71
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05Add -DGTAGS to the CFLAGS. Bump PKGREVISION because the binary changes.wiz1-1/+4
2005-12-01Split up patch-global multipatch in multiple separate patches.wiz14-564/+615
2005-12-01regen in diff -u format.wiz3-114/+80
2005-12-01Convert to options framework.wiz7-75/+87
Fix lots of pkglint warnings while here. Simplify PLIST handling.
2005-12-01Remove LEGACY_VARS line -- it is in the global obsolete.mk file.wiz1-2/+1
2005-12-01Regen patches in diff -u format.wiz50-827/+820
Replace files/info.patch with usual patch files and a post-install fix.
2005-12-01Replace superfluous exec/unexec pair with an additional PLIST entry.wiz1-3/+2
2005-12-01Convert to options framework.wiz2-17/+25
2005-12-01Updated editors/vim to 6.4.3martti3-5/+11
7802 6.4.002 Unix: may change owner of wrong file in rare cases 1463 6.4.003 (after 6.4.002) build problem on non-Unix system
2005-11-18Use the new print/teTeX/module.mk framework and installreed6-14/+36
the tex files to ${PKG_TEXMFPREFIX}/tex/latex/lyx/. This makes it so the latex recognizes these available classes/styles. I noticed that previously cv (curriculum vitae) was not recognized, but now it is available. Bumped PKGREVISION.
2005-11-18Add support for DragonFly. This is in the "boost" libraries.reed4-1/+60
This was fixed upstream for "boost" also.
2005-11-16Add patch so on NetBSD, it will not core dump on exit.reed3-2/+21
According to trolltech's support, the QT code for Lyx was done wrong and so the locked() doesn't return with true and so the unlock() is never done causing NetBSD's Error detected by libpthread: Destroying locked mutex. I contacted lyx developers about this several times. This is for PR 26454.