aboutsummaryrefslogtreecommitdiffstats
path: root/print/lyx15
Commit message (Collapse)AuthorAgeFilesLines
* Chase shlib rev of devel/gettextAde Lovett2002-08-021-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Make LyX be more specific, when it can not find the font it wantsMikhail Teterin2002-08-011-0/+9
| | | | | | | and switches to "fixed". Notes: svn path=/head/; revision=63844
* Upgrade to 1.2.0. Use the new, opensourced xforms. The possibility ofMikhail Teterin2002-08-0110-288/+190
| | | | | | | | | | | | | building with GTk and Qt frontends needs to be investigated. The layers upon layers of automake/autoconf/configure.in/configure are disgusting and call for a nice and clean replacements of Makefiles. PR: ports/40080 (and a few earlier ones without patches) Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=63843
* Drop maintainership. I don't use lyx on a regular basis any more.Dirk Froemberg2002-08-011-1/+1
| | | | Notes: svn path=/head/; revision=63819
* Fix for xforms 1.0.Mike Heffner2002-07-061-0/+216
| | | | | | | Tested by: Daniel Mueller <mue.da@gmx.de> Notes: svn path=/head/; revision=62499
* Oops...forgot a few to bump lib. version.Mike Heffner2002-07-041-1/+1
| | | | Notes: svn path=/head/; revision=62423
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-131-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-161-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Upgrade to 1.1.6fix4 (1.1.6.4).Dirk Froemberg2002-01-223-6/+15
| | | | Notes: svn path=/head/; revision=53549
* Upgrade to 1.1.6.3 (i. e. include patch-1.1.6fix3).Dirk Froemberg2001-08-033-5/+18
| | | | Notes: svn path=/head/; revision=45767
* Upgrade to 1.1.6.2 (i. e. include patch-1.1.6fix2).Dirk Froemberg2001-06-043-5/+28
| | | | | | | Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=43479
* Upgrade to 1.1.6.1.Dirk Froemberg2001-03-113-17/+71
| | | | Notes: svn path=/head/; revision=39578
* Fix name of xforms library (xforms.0 -> forms.0).Dirk Froemberg2001-03-051-1/+1
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=39087
* Upgrade to 1.1.5fix2.Dirk Froemberg2000-12-313-4/+19
| | | | | | | PR: ports/23641 Notes: svn path=/head/; revision=36462
* Clean .orig files in ${WRKSRC}/lib/doc created by distributionDirk Froemberg2000-09-281-0/+1
| | | | | | | | | patch so they aren't installed. Reported by: onigiri Notes: svn path=/head/; revision=33191
* Add missing files.Dirk Froemberg2000-09-281-0/+4
| | | | | | | Reported by: onigiri Notes: svn path=/head/; revision=33190
* Add USE_AUTOCONF to make this build and install again (hopefully 8-|)Dirk Froemberg2000-09-101-0/+1
| | | | | | | PR: ports/20638, ports/21041 Notes: svn path=/head/; revision=32488
* LyX needs gmake.Dirk Froemberg2000-08-141-0/+1
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=31613
* Upgrade to 1.1.5fix1.Dirk Froemberg2000-08-042-1/+7
| | | | Notes: svn path=/head/; revision=31314
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Upgrade to 1.1.5.Dirk Froemberg2000-06-193-10/+26
| | | | Notes: svn path=/head/; revision=29682
* - upgrade to 1.1.4.3 (patch-1.1.4fix3)Dirk Froemberg2000-05-033-6/+18
| | | | | | | | | - use shared intl.1 instead of supplied static library PR: ports/17267, ports/17268 Notes: svn path=/head/; revision=28285
* Touch some files to workaround a build failure if automake isDirk Froemberg2000-05-021-0/+3
| | | | | | | | | installed. PR: ports/18240 Notes: svn path=/head/; revision=28249
* Accidental whitespaceChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27421
* Incorporate patch-1.1.4fix2.gz.Dirk Froemberg2000-03-192-2/+3
| | | | Notes: svn path=/head/; revision=26822
* Master site moved; file was unfetchable.Satoshi Asami2000-03-131-4/+3
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=26786
* Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.Dirk Froemberg2000-03-111-1/+3
| | | | | | | This is a workaround only. Notes: svn path=/head/; revision=26725
* Add PKGNAME=lyx-1.1.4.1 to honor patch-1.1.4fix1.gz.Dirk Froemberg2000-03-081-0/+1
| | | | | | | Asked for by: asami Notes: svn path=/head/; revision=26646
* Upgrade to 1.1.4fix1.Dirk Froemberg2000-03-064-19/+32
| | | | | | | Submitted by: jedgar and jkoshy (with some modifications from me) Notes: svn path=/head/; revision=26586
* Take over maintainership.Dirk Froemberg2000-02-211-1/+1
| | | | Notes: svn path=/head/; revision=26045
* Reducing Maintainership to an amount of portsAndreas Klemm2000-02-211-1/+1
| | | | | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG. Notes: svn path=/head/; revision=26039
* Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does thisJeremy Lea2000-01-301-1/+0
| | | | | | | for them. Notes: svn path=/head/; revision=25296
* Upgrade to 1.0.4.Dirk Froemberg1999-10-043-9/+28
| | | | | | | Ok'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=22158
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* upgrade lyx port to 1.0.3Andreas Klemm1999-07-063-4/+16
| | | | | | | | | | | PR: 11656 12011 12153 Submitted by: Chris Piazza cpiazza@home.net, Mikhail Teterin mi@aldan.algebra.com, Vadim Belman voland@plab.ku.dk Reviewed by: me Notes: svn path=/head/; revision=20087
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-271-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* The xforms ports is no longer an i386-only port.Steve Price1999-06-091-4/+1
| | | | Notes: svn path=/head/; revision=19323
* Update to 1.0.2Seiichirou Hiraoka1999-05-053-4/+22
| | | | | | | | PR: ports/11505 Submitted by: cpiazza@home.net Notes: svn path=/head/; revision=18504
* The faster this commit message is typed the faster it'll all be over.Michael Haro1999-05-031-1/+1
| | | | | | | (add WWW:) Notes: svn path=/head/; revision=18429
* Minor grammer nit.David E. O'Brien1999-04-191-2/+2
| | | | Notes: svn path=/head/; revision=17977
* Upgrade to 1.0.1.Dirk Froemberg1999-03-153-3/+18
| | | | | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.ORG> (maintainer) Notes: svn path=/head/; revision=17230
* Upgrade to 1.0.0 and add more MASTER_SITES.Dirk Froemberg1999-02-053-7/+17
| | | | | | | OK'ed by: Andreas Klemm <andreas@FreeBSD.ORG> Notes: svn path=/head/; revision=16545
* Changed lead maintainerAndreas Klemm1999-01-162-4/+4
| | | | | | | | and description of what Lyx is... Obtained from: Martin Vermeer <mv@fgi.fi> (LyX "propaganda officer") Notes: svn path=/head/; revision=16079
* Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.Hidetoshi Shimokawa1999-01-071-1/+4
| | | | | | | XForms has not been available for FreeBSD/alpha yet. Notes: svn path=/head/; revision=15906
* Upgrade to 1.0.0pre6Dirk Froemberg1998-12-293-14/+26
| | | | | | | Requested by: Andreas Klemm <andreas@FreeBSD.ORG> Notes: svn path=/head/; revision=15689
* Upgrade to latest version 1.0.0pre2Andreas Klemm1998-11-103-13/+18
| | | | | | | | | | | | | | | | | Not broken for ELF, since xforms lib isn't broken anymore Although xforms should be ok for ELF I got the following error message at startup of lyx: /usr/libexec/ld-elf.so.1: Shared object "libforms.so.0.88" not found Had to apply a symlink manually: root{207} /usr/X11R6/lib ln -s libxforms.so.0 libforms.so.0.88 root{208} /usr/X11R6/lib ldconfig -m /usr/X11R6/lib Notes: svn path=/head/; revision=14447
* Mark broken for ELF because of xforms port.Steve Price1998-09-271-2/+4
| | | | Notes: svn path=/head/; revision=13406
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Don't print the manpages in pkg/PLIST, please.Tim Vanderhoek1998-08-201-1/+0
| | | | Notes: svn path=/head/; revision=12653
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-081-2/+2
| | | | Notes: svn path=/head/; revision=12335
* LyX doesn't need ispell as run dependency (PR 7349)Andreas Klemm1998-08-011-3/+11
| | | | | | | | | | fixed: make WITH_ISPELL=yes installs with ispell otherwise without lyx's ``configure'' disables the use of mmap for some reason (PR 5920) checked, that on FreeBSD-current mmap is being used. PR: 7349+5920 Notes: svn path=/head/; revision=12242
* Another batch of add homepage. In general I've avoided any linksTim Vanderhoek1998-07-281-0/+2
| | | | | | | | | | | | except to official homepages, but in this batch there were a few cases where a link was desireable anyways. For these, the form http://url/ (FAQ/whatever) was used. Notes: svn path=/head/; revision=12181
* Updated to last version 1.12.1pre6Andreas Klemm1998-07-043-4/+30
| | | | Notes: svn path=/head/; revision=11703
* Don't use -g for a C++ program of that size, use $CFLAGS instead.Thomas Gellekum1998-05-121-1/+2
| | | | | | | The link step takes insanely long. I hope Andreas doesn't mind. Notes: svn path=/head/; revision=10955
* path changed on main ftp siteAndreas Klemm1998-04-281-2/+2
| | | | Notes: svn path=/head/; revision=10712
* Update the port to the new 0.12beta version.Andreas Klemm1998-02-153-63/+92
| | | | | | | | PR: closed 5686 Submitted by: Brian Handy Notes: svn path=/head/; revision=9719
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-2/+2
| | | | Notes: svn path=/head/; revision=9161
* Manually strip the binary.David E. O'Brien1997-10-301-1/+4
| | | | Notes: svn path=/head/; revision=8396
* Need that pointy hat.. tested this thing at least 5 times.. yet forgot toDavid E. O'Brien1997-10-291-61/+105
| | | | | | | | | get that new pkg/PLIST commited. Noticed by: Ports Meiser extrodinare :-) Notes: svn path=/head/; revision=8389
* Upgrade to version 0.11.45.David E. O'Brien1997-10-242-4/+5
| | | | | | | | | | | This is a development release, but I can't get any of the "stable" releases to build properly and run w/o dump core with xforms 0.86. (they use an even/odd version numbering scheme like Linux) Lyx has entered a somewhat code-freeze for an upcoming 0.12. So this version should be ok (better than "stable" 0.10.7 is on FreeBSD at the moment...) Notes: svn path=/head/; revision=8349
* cosmetic changes, changed MAINTAINER address to andreas@FreeBSD.ORGAndreas Klemm1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8192
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-041-2/+2
| | | | Notes: svn path=/head/; revision=8102
* ispell is now in textproc.Satoshi Asami1997-04-271-2/+2
| | | | Notes: svn path=/head/; revision=6324
* Add trailling slash to MASTER_SITES.Satoshi Asami1997-04-211-2/+2
| | | | | | | Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=6256
* sources moved to another directory on that ftp site.Andreas Klemm1997-04-031-2/+2
| | | | | | | | | | Thanks Bill ! Reviewed by: Submitted by: Bill Fenner <fenner@parc.xerox.com> Obtained from: Notes: svn path=/head/; revision=6124
* Remove the package name in the COMMENT file.Andreas Klemm1996-12-221-1/+1
| | | | Notes: svn path=/head/; revision=5058
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-7/+3
| | | | | | | Converted to MAN[1-9] Notes: svn path=/head/; revision=4539
* I'm sorry, who put "texput.log" in the PLIST? ;)Satoshi Asami1996-11-161-1/+0
| | | | Notes: svn path=/head/; revision=4520
* Updated from lyx-0.10.6 to lyx-0.10.7Andreas Klemm1996-11-163-3/+8
| | | | | | | | Merged patch-aa and patch-ab into one file Updated PLIST Notes: svn path=/head/; revision=4515
* Shortened Maintainer e-mail address.Andreas Klemm1996-10-191-2/+2
| | | | Notes: svn path=/head/; revision=4048
* Move few things around to standard order. Change /usr/X11R6 to ${X11BASE}.Satoshi Asami1996-10-161-4/+4
| | | | Notes: svn path=/head/; revision=3992
* Add .gz to manpage.Satoshi Asami1996-10-161-1/+1
| | | | Notes: svn path=/head/; revision=3991
* Made new port ... this is great stuff ;-)Andreas Klemm1996-10-165-0/+101
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. Notes: svn path=/head/; revision=3988