Commit graph

24 commits

Author SHA1 Message Date
reed
86459dfc68 Update to 1.4.2.
New features include:

* A new function buffer-toggle-compression (and corresponding entry
in the Document menu) has been added to change whether the file
will be compressed on disk or not.

* A "LaTeX (pdflatex)" output format has been added. This new
output format produces .tex files that are suitable for pdflatex,
including figure conversion to png, pdf or jpeg instead of eps.

Changelog is at http://www.lyx.org/announce/1_4_2.txt

MESSAGE updated for new user interface.

gtar not needed to extract.

(Note that the xforms version was not tested.)
2006-07-23 00:28:12 +00:00
reed
d6db92e3c8 Add entries to PLIST for lyxclient and tex2lyx manual pages
(as noticed in Martijn's bulk build).

Bump PKGREVISION.
2006-05-06 20:18:36 +00:00
reed
93194cc8c7 This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 is
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt
and http://www.lyx.org/announce/1_4_1.txt

This adds a different interface, change tracking, character styles
new tex2lyx (instead of reLyX) and a lot more.

Pkgsrc changes include:

DESCR -- remove the word "New" since it is not new.

Improve COMMENT.

makepsres tool not used anymore.

New python scripts.

Remove post-install target for texmf files as now done via normal install.

patch-ah removed -- already integrated.
patch-ai removed -- reLyX was removed.
patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild
between build and install steps -- need to check this.)

patch-ac added for sys./time.h needed; already in lyx development version.

(I did this update last week and tested on Linux, NetBSD and DragonFly
and havce been using on NetBSD.)
2006-04-18 23:21:18 +00:00
minskim
fbe19483fe Use texmf-dirs to install into texmf-local. Bump PKGREVISION. 2006-04-07 00:54:25 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
reed
b0d6c15916 Update lyx to lyx-1.3.7.
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-18 21:00:45 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-05 20:49:47 +00:00
reed
a3de33f47f Use the new print/teTeX/module.mk framework and install
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-18 16:47:35 +00:00
reed
e60eb54445 Use different descriptions for the QT and XForms versions of LyX. 2005-09-07 17:38:41 +00:00
drochner
e4e73da702 update to 1.3.6
changes: bugfixes, in particular:
* It is now possible to typeset files which reside in a directory with
  spaces in its name; this requires a modern TeX implementation (such
  as teTeX 3.0).
* It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and
  <opt><shift>-tab with LyX/Mac) to switch between the open documents.
* LaTeX-type accents, ligature breaks and hyphenation marks are now
  considered as part of words
2005-07-19 17:49:33 +00:00
recht
d83d44a3c4 bump PKGREVISION for the aiksaurus shared library version number change 2004-12-29 09:19:58 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
wiz
3bcb3ecb96 Bump PKGREVISION for aspell dependency update. 2004-12-24 04:32:54 +00:00
martti
2935e5aea1 Updated lyx-qt and lyx-xforms to 1.3.5
This is mainly a bugfix release, with few notable user-visible
improvements. However, we would like to highlight two fixes in particular:

* Nested documents (with Insert>Include File...), which have been
  broken since LyX 1.2.0, should now work properly, including the
  case where the files are in different directories.

* It is now possible to compile LyX with gcc 3.4.
2004-12-21 07:00:52 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
reed
f2f825d222 Added a MESSAGE file that is shared with both lyx-qt and lyx-xforms.
And bumped PKGREVISIONs.

This MESSAGE suggests that the user run's LyX's reconfigure option
when upgrading or adding other packages.

The MESSAGE also lists several packages that can extend LyX.
(Later, when wip/sgmltools-lite and wip/html2latex are added to
pkgsrc these should be added to the list.)
2004-08-26 18:04:10 +00:00
reed
51f26deb59 Include converters/libiconv/buildlink3.mk in Makefile.common
and bump PKGREVISIONS for lyx-qt and lyx-xforms packages.

lyx uses iconv. The build suggests using libiconv.
Under NetBSD 1.6.2, the lyx-qt build broke when not including
this buildlink. Under Linux and NetBSD 2.x, it built fine before
because it found native iconv() and used it.

Thank you to John R. Shannon for research.

Okayed by maintainer, Martti Kuparinen.
2004-06-04 15:30:35 +00:00
snj
d920d6db74 Convert to buildlink3. 2004-04-17 23:59:21 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
martti
fe64a53114 Updated lyx-xforms and lyx-qt to 1.3.4
* It adds support for old files from LyX 0.10.x or 0.12.x;
  * Lyx documents can now be opened and edited even if
    they use text classes not present in your latex installation;
  * New Qt features have been added (improved selection,
    drag-and-drop);
  * Mac OS X support is much improved;
  * The interface and documentation localization have
    been polished.
2004-03-17 15:52:36 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
jmmv
bf1d5fad5f Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
2003-12-23 21:10:22 +00:00
jmmv
ce39f43552 Initial import of lyx-xforms, version 1.3.1:
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.

Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.

Fixes part of PR pkg/20805 by Marc Recht.
2003-03-23 10:10:25 +00:00