summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz18-29/+36
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-22Make "install" a phony target so that it works on a case-insensitiveminskim2-1/+12
file system.
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-2/+1
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv2-4/+4
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-18Update lyx to lyx-1.3.7.reed12-121/+76
Verified that this works without qt3-tools so remove that comment and BUILDLINK_DEPMETHOD for that. (Now defaults to build only.) Add another download mirror. Use bzipped tar file. Update PLIST to add "hu" locale file, compiled python code, and other updates. And use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX for the dirrm. Removed three patches related to DragonFly and other patch for a bug fix as all are now fixed in official release. Updated patch-ab. The official release removed the unlock() so still coredumps on NetBSD without this patch. And regenerated two other patches as lines didn't line up anymore. And remove PKGREVISION from Makefiles. (Note I did not test "xforms" version.) Changes include: ** Updates - Update lyx2lyx to handle properly the latest LyX 1.4 format (245). - New hungarian translation. Update Spanish translation. - Update German documentation. ** Bug fixes * Document input/output: - Don't load the wasysym package automatically anymore (bug 1942) - Fix crash with S-Home while entering a macro name (bug 2046) - Do not delete selection when entering an index entry. - Fix LaTeX output when a bibtex inset is used in a child document. - Support tex4ht for Tex -> MS Word conversion - Support the previewers kdvi, kpdf, and kghostview * User Interface: - Fix wrong path when drag-and-dropping files on Windows. [Qt only] - Fix interaction of LyX with external clipboard (e.g. Klipper) (bug 1976). - Ensure that no dialogs have one shortcut assigned to more than one action. Always connect the OK button to the Alt-O shortcut. [Qt only] - Ensure that the user cannot create a reference without first selecting one in the reference dialog. [Qt only]. - The Return key is no longer bound to the Goto button in the reference dialog. [Qt only]. - Double clicking in the reference dialog now inserts a reference (bug 2187) [Qt only]. - Searching backwards in the citation dialog always skipped one result (bug 2002). Fixed now. - Do not trim spaces from either end of the find and replace strings in the Edit->Find & Replace... dialog. [XForms only]. - Fix crash when trying to display current directory and ${HOME} is empty. - Don't force alignment to BLOCK when switching to fixed width cell (bug 1840). - Add key bindings for "primary-selection-paste". - Fix some math key sequences for sciword.bind. - On exit, don't attempt to unlock a mutex in the Qt library --- it causes undefined behaviour and leads to a crash on NetBSD. - Enable Instant Preview to work if the path to the external GhostScript executable contains spaces. (bug 2193). - The error/warning/confirmation dialogs aren't hidden behind the main window anymore [Qt only] (bug 1977). * Configuration/Installation: - Enable TeXFiles.sh to run when its path contains spaces. - Compile without STL compatibility support, since some systems do that by default (Slackware, for ex.). [Qt only] - Fix compilation with gcc 2.95 under OSX 10.4. This is useful because LyX crashes on startup when compiled with gcc3. - Fix compilation with Solaris/x86 (bug 992). - Enable compilation of LyX on DragonFly BSD. - Add missing cygwin support file in the distribution (bug 2035). - Enable Windows boxes to recognize the hard-coded paths needed to run LyX from the build tree.
2006-01-18Add a http:// download site.ghen1-1/+2
2006-01-17Changes 2.4.2:adam6-32/+30
* Added an OpenDocument exportes, and substantially updated the OpenDocument importer * Greatly improved the print quality of images (Unix) * Fixed a substantial number of memory leaks
2006-01-13Update to 4.6. No changelog; changes include newer autoconf andschmonz3-22/+13
bringing in bash's malloc implementation.
2006-01-12Synchronised with pine-4.64adam10-75/+29
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz3-4/+6
2006-01-06doh! wrong path in patchrtr2-4/+4
2006-01-06include ctype.h earlier to avoid isblank macro running over c99 isblank()rtr2-1/+16
* fixes build on Solaris10
2006-01-06Update distinfo.joerg1-2/+2
2006-01-05Fix errno.joerg3-1/+35
2006-01-05Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",ghen2-3/+6
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz.
2006-01-04Depend on ncurses to provide prototypes for tparm and tgoto.joerg2-1/+15
At least the former creates a conflict between K&R style variable arguments and ISO C style elipses.
2006-01-04DragonFly, FreeBSD and OpenBSD ship sys/queue.h just like nvi, sojoerg1-2/+3
assume they also provide a superset. This fixes conflicts in sys/select.h on DragonFly.
2006-01-04Make this compile on DragonFly in the hope that also means that it isjoerg23-45/+365
as usable as Emacs can be. Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass the pass to canna lib to configure. The first fixes !NetBSD, the latter triggers addition of rpath entries for libcanna.
2006-01-04Unbreak by switching from post-patch sed with FILES_SUBST_SED tojoerg1-7/+5
SUBST framework, only one substitution here.
2006-01-04Add DragonFly support.joerg3-5/+16
2006-01-04Add DragonFly support. Fix errno. Remove patch-ac, it getsjoerg17-1498/+293
overriden by the GNU_CONFIGURE magic anyway.
2006-01-04Override config.guess and config.sub. Recognize DragonFly.joerg3-2/+18
2006-01-04Follow up commit. As wiz@ noticed, just dropping the nb part meansjoerg1-2/+2
an exact match on the base version, so explicitly allow any revision. The pattern was suggested by jlam@.
2006-01-04Don't hard-code revision of emacs20 in DEPENDS.joerg1-2/+2
2006-01-04Remove zero length patch.markd2-2/+1
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz2-6/+4
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
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