summaryrefslogtreecommitdiff
path: root/print/lyx
AgeCommit message (Collapse)AuthorFilesLines
2001-04-20Move to sha1 digest, and add distfile size.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-19Fix thinkos in previous. Really depend on ispell-base-*.bad1-2/+2
2001-03-19Depend on ispell-base instead of ispell.bad1-2/+2
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron2-24/+23
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron2-24/+24
"${LOCALBASE}".
2001-01-23fix path for locale files. fixes recently noted build problems.dmcmahill2-23/+24
2001-01-15update to 1.1.6drochner4-40/+142
changes: Warning!: One warning before we list the new features: The file format in LyX 1.1.6 is not backwards compatible to 1.1.5 and previous versions, so you should be carefull before upgrading. - many popups have been rewritten to use the new GUI-I scheme. In the process they have received a nice cleanup: the Document and Paragraph popups now contain in one single place what was previously scattered in many places. Similarly, the citation and cross reference popups have been overhauled. - LyX now has a Preference popup where you can change most of your lyxrc settings. - the menus can now be defined in a text file, and they automatically display the keyboard bindings associated with commands. - it is now possible to provide your own icons for the toolbar. - last but not least, work has begun on a KDE and a Gnome frontend for LyX. They are not officially supported for this version, but this will give you an idea of what is happening. Other major changes in 1.1.6 include: - the table support has been completely rewritten. It is now a modular object (inset), each cell of which owns a (also) newly written text inset. This now permits automatic text-wrap inside a tabular cell (if you define a width), multiparagraph mode AND setting of layouts for the paragraphs (lists inside a tabular cell!). Last but not least, a wide tabular now scrolls automatically so that all of it is visible without the need to enlarge the window! While there are as yet no other new features, they will be now MUCH easier to add. It may be that because of being "young" code some features may not work right now, but at least it is much better than before. - new external material inset: this is a new kind of very powerful inset which will allow LyX to interface intelligently with external applications. Among other good things, it will finally allow you to include GIF, JPEG, TIF, PNG, or just about any other raster format images in your document. It will even do an approximate ascii rendering when you do Ascii export if you have gifscii installed. - The code which converts from LyX format to anything else (for viewing or exporting purposes) and from anything else to LyX has been rewritten. In particular, it is now possible to export to PDF, and to import from HTML/MSWord. In fact it's now possible to add new import/export formats without recompiling LyX by specifying external programs or scripts in lyxrc settings (note that the old import/export lyxrc settings no longer work). - LyX can do command line exports without opening any GUI components. - The multilingual support has been improved. It is now possible to use in a document languages with different encodings, e.g. German (iso8859-1) and Czech (iso8859-2). Such a document can be viewed on screen using an iso10646-1 (Unicode) font. However, it is (currently) not possible to have differently encoded languages in the same paragraph. The languages and the encodings are defined in text files. - Improved support for Hebrew and Arabic (also present in 1.1.5fix2). - included files work now with docbook and linuxdoc; new layout docbook-book. - PSpell library and Aspell spell checker support now included thanks largely to Kevin Atkinson (PSpell and Aspell maintainer).
2000-09-28Belatedly bump "nb" version for xforms, and likewise increment packagesfredb1-2/+2
that depend it, as suggested by wrstuden. The reason is so that older binary packages which were linked against an a.out shared lib won't have their package dependencies satisfied by the latest package, which has no shared libraries. There's no help for old ELF packages, unfortunately.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-4/+4
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-2/+1
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-03-09Depend on "teTeX" package version 1.0.6 or newer.tron1-2/+2
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-5/+5
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-09Add (placeholder) patch-sum file. Closes PR 8975.fredb1-0/+5
1999-11-28No longer wildcard depend to teTeX, use the current version 1.0.6.frueauf2-11/+3
Remove fonts from PLIST which get installed if one uses the old version of teTeX.
1999-11-14Update lyx to 1.1.2.frueauf5-37/+42
1999-11-05-Wl,-R${X11BASE}/lib, so this works on ELF.jwise1-2/+4
As an X-Window front-end to LaTeX, shouldn't this install into ${X11BASE}?
1999-08-20Update "DEPENDS" line to teTeX-1.0.6.fredb1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+3
1999-06-04Update lyx to 1.0.3.frueauf3-5/+17
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-18/+15
pattern match format. Minor pkglint along the way.
1999-05-09Update lyx to 1.0.2.frueauf4-10/+30
1999-03-27Update lyx to 1.01.frueauf3-6/+20
1999-02-19Remove obsolete version-based CONFLICTS.tv1-3/+1
1999-02-03Update lyx to 1.0.0. Many bugfixes and some new features.frueauf5-29/+97
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-4/+3
DEPENDS definition.
1998-11-13Enable ns32k architecture.matthias1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-08remove me as MAINTAINER.frueauf1-2/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-24Move to relative paths in the pkgsrc tree.agc1-4/+4
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-3/+3
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-20Set ONLY_FOR_ARCHS like in x11/xforms as the pkg does not work without.frueauf1-2/+4
Make me the MAINTAINER.
1998-03-19Install the configure script with BSD_INSTALL_SCRIPT, rather thanagc1-1/+1
INSTALL_DATA, so that the script is able to be executed when starting lyx for the first time.
1998-03-19Directory on main site changed from beta_stable->stable.frueauf1-3/+3
Pointed out by Alistair Crook.
1998-02-28add NetBSD Id.frueauf1-0/+1
1998-02-28we need this patch as out INSTALL_PROGRAM barfs on striping shell scripts.frueauf1-0/+11
1998-02-28shut up portlint; remove post-install rule as our INSTALL_PROGRAM does strip.frueauf1-8/+5
1998-02-28initial import of lyx-0.12.0.frueauf5-0/+179