summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2006-02-27Since we now have x11/qt4 in pkgsrc, we can finally upgrade texmaker.ghen3-14/+25
ChangeLog: version 1.2.1 -> 1.3 : ---------------------- - Texmaker is now a pure QT4 program (qt >= 4.1 is required). The qt3 support library is no more required. The editor is now based on the qt4 QtextEdit object and the symbols icon view is an qt4 QTableWidget object. - For each file, three bookmarks can be used to speed up navigation. version 1.2 -> 1.2.1 : Bugs fixed --------------------------------- - Don't use anymore double-clic to open a file from the structure view (Qt-4.0.0 bug). A simple clic must be used now. - Don't use anymore / to separate commands (quick build and users commands) but | to avoid confusion with the directories separator. - A selected icon is no more highlighted (trouble on windows and macosx - the selected icon was masked). - Added the option '-line' for the application. New synopsis for texmaker : texmaker document.tex [-line xxx] Can be used for inverse search. Changes between 1.12 and 1.2: not documented (anymore).
2006-02-23Accept newer versions of libXgFonts.wiz1-2/+2
2006-02-22If one version of a package works, later versions should be OK. Changedarcy1-2/+2
confirmed with agc@.
2006-02-21Sync with Texmaker homepage.ghen1-2/+25
2006-02-20Add motif option from Juha-Matti Liukkonen in PR 32703, changed somewhatmarkd1-4/+10
by me. Also fixes PR 20883.
2006-02-17Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+4
2006-02-17Fix font handling. Bump PKGREVISION.wiz2-9/+20
2006-02-17Fixed warnings found by pkglint -Wall.martti1-11/+11
2006-02-16add missing files (seen in bulk build)drochner1-1/+22
2006-02-10Enabled tests by adding TEST_TARGET.heinz1-1/+2
2006-02-08* Added WordPerfect plug-inadam2-5/+8
2006-02-07- update to TeXmacs 1.0.6ghen3-19/+29
- reindent a bit - take maintainership (ok with recht@) Changes in TeXmacs 1.0.6: * Improved LaTeX and html converters and support for MathML. * An alpha-version of a graphical mode for drawing technical pictures. * Default use of Type 1 fonts. * New plug-ins for Maple and Mathematica. * Simple animations. * Faster booting. * Started documentation of the Scheme API.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg80-120/+162
2006-02-03Optional support for cscope. From Simon Schubert in a private mail.martti1-1/+12
2006-01-29Add & enable rox-edit.rxg1-1/+2
2006-01-29Intial import rox-edit-2.0.rxg4-0/+91
Simple text editor for ROX.
2006-01-26Buildlink clean-up + new plug-insadam4-26/+63
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.