summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio2-4/+4
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-10Update to 1.0.5.12, provided by Geert Hendrickx in PR 31569:wiz4-70/+213
* Several improvements in LaTeX converters (1.0.5.12). * User preference for Html converter to export formulas as images (1.0.5.12). * Several minor improvements in the graphics mode (1.0.5.12). * More options for the TeXmacs to LaTeX converter and updated documentation (1.0.5.11). * Several bug corrections and minor improvements in LaTeX to TeXmacs converter (1.0.5.11). * Faster and more portable help searching (1.0.5.10). * Added a plug-in for Mathematica (1.0.5.10). * Use Type 1 EC fonts by default (1.0.5.10). * Distribution of several font packages with Type 1 EC fonts (1.0.5.10). * More reliable quoting routines and related bug corrections (1.0.5.10). * Release a-version of graphical mode (1.0.5.9). * Improved exportation to Html (1.0.5.9). * Improved table importation to and from Html/MathML (1.0.5.9). * Further improvements in Maple interface (1.0.5.9). * Added a new interface with Maple (1.0.5.8). * Added converters from and to MathML (1.0.5.8). * XML parser now expands entities which are defined in the document (1.0.5.8). * Added an option for reverse video mode (1.0.5.8). * Further improvements for the upcoming graphical mode (1.0.5.8).
2005-11-08install(1) on NetBSD 1.6.2 refused to install bin/ex with mode 1755 asrillig2-5/+14
unprivileged user. It is now installed with mode 755 instead.
2005-11-08Fixed patch-ac from tv to only change the code on Interix. This makes allrillig2-4/+6
other platforms work again.
2005-11-08convert TeXmacs and lyx-qt to use tex.buildlink3.mktonio2-5/+6
2005-11-07Need devel/libgetopt for <getopt.h> and getopt_long(3).tv1-1/+2
2005-11-07Add <sys/time.h> to autoconf check for fd_set so that it is properlytv2-1/+14
detected on Interix.
2005-11-07Only include <inttypes.h> if HAVE_INTTYPES_H.tv2-6/+8
2005-11-07Interix doesn't have sync(2).tv2-1/+14
2005-11-04Append "/man1" for the --mandir switch.reed1-1/+2
This is not normal, but the source's configure and Makefile.in assume this.
2005-11-03Fixed invalid use of WRKSRC.rillig5-20/+20
2005-11-03Fixed the HOMEPAGE.rillig1-2/+2
2005-10-31Include <stdlib.h> to get [u]intptr_t on Interix.tv3-1/+27
2005-10-24Converted to the options framework. Bumped PKGREVISION.rillig1-7/+9
2005-10-24Fixed pkglint warnings by replacing PKG_JVM with PKG_DEFAULT_JVM and "#rillig1-3/+3
set" with "yes".
2005-10-24update checksum - distfile changed on distribution site,drochner1-4/+4
fixes PR pkg/31889 by Robert Elz (there were no changes between the archives besides timestamps)
2005-10-23Append things to CONFIGURE_ARGS instead of overwriting them. Found byrillig1-7/+7
pkglint.