summaryrefslogtreecommitdiff
path: root/print/lyx
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-02-03 17:24:22 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-02-03 17:24:22 +0000
commit937f35b14d6aa40c8267f4688b7a2cd98c485ad8 (patch)
tree3db08a655e8599d767780a19871a824fe47241fb /print/lyx
parentea03ad47887234eb72053c1e9921a68f72c2ecee (diff)
downloadpkgsrc-937f35b14d6aa40c8267f4688b7a2cd98c485ad8.tar.gz
Update lyx to 1.0.0. Many bugfixes and some new features.
Diffstat (limited to 'print/lyx')
-rw-r--r--print/lyx/Makefile15
-rw-r--r--print/lyx/files/md54
-rw-r--r--print/lyx/patches/patch-aa29
-rw-r--r--print/lyx/pkg/COMMENT2
-rw-r--r--print/lyx/pkg/PLIST76
5 files changed, 97 insertions, 29 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 5c53a048b70..04a9cb19e2c 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 1998/11/19 15:40:46 agc Exp $
+# $NetBSD: Makefile,v 1.14 1999/02/03 17:24:22 frueauf Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
-DISTNAME= lyx-0.12.0
+DISTNAME= lyx-1.0.0
CATEGORIES= print
MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
ftp://la1ad.uio.no/pub/lyx/
@@ -10,14 +10,19 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://la1ad.uio.no/lyx/
+DEPENDS+= ispell-3.1.20:../../textproc/ispell
+DEPENDS+= teTeX-0.4p8:../../print/teTeX
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= xforms-0.88:../../x11/xforms
-DEPENDS+= teTeX-0.4p8:../../print/teTeX
-DEPENDS+= ispell-3.1.20:../../textproc/ispell
+CONFLICTS= lyx-*
+
+# restrictions from xforms
ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k
+USE_PERL5= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
+CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib \
+ --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/lyx/files/md5 b/print/lyx/files/md5
index ebd60d95433..b169ccee7b2 100644
--- a/print/lyx/files/md5
+++ b/print/lyx/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 1998/08/07 13:27:35 agc Exp $
+$NetBSD: md5,v 1.3 1999/02/03 17:24:23 frueauf Exp $
-MD5 (lyx-0.12.0.tar.gz) = d367337346e56355907ab13bcf86eec7
+MD5 (lyx-1.0.0.tar.gz) = 7d453106ae9fd0e3fc2f0b7990a30d3a
diff --git a/print/lyx/patches/patch-aa b/print/lyx/patches/patch-aa
index f86d9c77000..aa925b04653 100644
--- a/print/lyx/patches/patch-aa
+++ b/print/lyx/patches/patch-aa
@@ -1,13 +1,22 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:11:27 agc Exp $
+$NetBSD: patch-aa,v 1.4 1999/02/03 17:24:23 frueauf Exp $
---- lib/Makefile.in-orig Tue Feb 3 19:52:20 1998
-+++ lib/Makefile.in Sat Feb 28 20:08:36 1998
-@@ -95,7 +95,7 @@
- $(INSTALL_DATA) $$i $(LYX_DIR)/$$i ; \
- done ; \
- for i in $(SRCDISTPROGS) ; do \
-- $(INSTALL_PROGRAM) $$i $(LYX_DIR)/$$i ; \
-+ $(BSD_INSTALL_SCRIPT) $$i $(LYX_DIR)/$$i ; \
- done)
+--- lib/Makefile.in-orig Wed Sep 2 16:03:05 1998
++++ lib/Makefile.in Mon Oct 19 23:39:33 1998
+@@ -96,7 +96,7 @@
+ for i in $${files} ; do \
+ $(INSTALL_DATA) ${srcdir}/$$i $(LYX_DIR)/$$i ; \
+ done ;
+- $(INSTALL_PROGRAM) reLyX/reLyX $(bindir)/reLyX
++ $(BSD_INSTALL_SCRIPT) reLyX/reLyX $(bindir)/reLyX
+ $(INSTALL_DATA) ${srcdir}/reLyX/reLyX.man \
+ $(mandir)/man$(MANSUFFIX)/reLyX.$(MANSUFFIX)
+
+@@ -110,7 +110,7 @@
+ done
+ files=`cd ${srcdir} ; echo $(SRCDISTPROGS)` ; \
+ for i in $${files} ; do \
+- $(INSTALL_PROGRAM) ${srcdir}/$$i $(LYX_DIR)/$$i ; \
++ $(BSD_INSTALL_SCRIPT) ${srcdir}/$$i $(LYX_DIR)/$$i ; \
+ done
for i in $(BUILDINSTFILES) ; do \
$(INSTALL_DATA) $$i $(LYX_DIR)/$$i ; \
diff --git a/print/lyx/pkg/COMMENT b/print/lyx/pkg/COMMENT
index a7fdd07f3e8..1cf5da07c64 100644
--- a/print/lyx/pkg/COMMENT
+++ b/print/lyx/pkg/COMMENT
@@ -1 +1 @@
-A graphical frontend for LaTeX (nearly WYSIWYG)
+a graphical frontend for LaTeX (nearly WYSIWYG).
diff --git a/print/lyx/pkg/PLIST b/print/lyx/pkg/PLIST
index b24f34ff7c5..bb0d5061213 100644
--- a/print/lyx/pkg/PLIST
+++ b/print/lyx/pkg/PLIST
@@ -1,53 +1,69 @@
-@comment $NetBSD: PLIST,v 1.2 1998/02/28 20:37:30 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.3 1999/02/03 17:24:23 frueauf Exp $
bin/lyx
-man/man1/lyx.1.gz
+bin/reLyX
+man/man1/lyx.1
+man/man1/reLyX.1
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo
share/locale/es/LC_MESSAGES/lyx.mo
share/locale/fi/LC_MESSAGES/lyx.mo
share/locale/fr/LC_MESSAGES/lyx.mo
+share/locale/hu/LC_MESSAGES/lyx.mo
share/locale/nl/LC_MESSAGES/lyx.mo
share/locale/no/LC_MESSAGES/lyx.mo
+share/locale/ru/LC_MESSAGES/lyx.mo
+share/locale/sl/LC_MESSAGES/lyx.mo
share/locale/sv/LC_MESSAGES/lyx.mo
+share/locale/tr/LC_MESSAGES/lyx.mo
share/lyx/CREDITS
share/lyx/bind/cua.bind
+share/lyx/bind/de_menus.bind
share/lyx/bind/emacs.bind
+share/lyx/bind/fr_menus.bind
+share/lyx/bind/hollywood.bind
+share/lyx/bind/hu_menus.bind
share/lyx/bind/math.bind
share/lyx/bind/menus.bind
-share/lyx/bind/menus_de.bind
+share/lyx/bind/sv_menus.bind
share/lyx/bind/xemacs.bind
share/lyx/chkconfig.ltx
share/lyx/clipart/platypus.eps
share/lyx/configure
-share/lyx/doc/AdvancedEdit.lyx
share/lyx/doc/BUGS.lyx
share/lyx/doc/Customization.lyx
-share/lyx/doc/HowDoI-.lyx
+share/lyx/doc/Extended.lyx
share/lyx/doc/Intro.lyx
share/lyx/doc/LaTeXConfig.lyx
share/lyx/doc/LaTeXConfig.lyx.in
share/lyx/doc/Reference.lyx
share/lyx/doc/Tutorial.lyx
share/lyx/doc/UserGuide.lyx
+share/lyx/doc/de_BUGS.lyx
+share/lyx/doc/de_Customization.lyx
+share/lyx/doc/de_Extended.lyx
+share/lyx/doc/de_Intro.lyx
+share/lyx/doc/de_Tutorial.lyx
share/lyx/doc/escher-lsd.eps
share/lyx/doc/mobius.eps
share/lyx/doc/platypus.eps
-share/lyx/examples/Bibliography.lyx
-share/lyx/examples/Delimiters.lyx
+share/lyx/doc/sv_Intro.lyx
+share/lyx/doc/sv_Tutorial.lyx
share/lyx/examples/Foils.lyx
share/lyx/examples/ItemizeBullets.lyx
-share/lyx/examples/Maketitle.lyx
share/lyx/examples/MathLabeling.lyx
share/lyx/examples/Math_macros.lyx
share/lyx/examples/Minipage.lyx
share/lyx/examples/TableExamples.lyx
share/lyx/examples/aa_head.lyx
share/lyx/examples/aa_paper.lyx
-share/lyx/examples/ams-test.lyx
share/lyx/examples/amsart-test.lyx
share/lyx/examples/amsbook-test.lyx
+share/lyx/examples/beispiel_gelyxt.lyx
+share/lyx/examples/beispiel_roh.lyx
share/lyx/examples/example_lyxified.lyx
share/lyx/examples/example_raw.lyx
+share/lyx/examples/landslide.lyx
+share/lyx/examples/scriptone.lyx
share/lyx/images/amssymb.xbm
share/lyx/images/amssymb.xpm
share/lyx/images/psnfss1.xbm
@@ -62,25 +78,33 @@ share/lyx/images/standard.xbm
share/lyx/images/standard.xpm
share/lyx/kbd/american-2.kmap
share/lyx/kbd/american.kmap
+share/lyx/kbd/brazil.kmap
+share/lyx/kbd/brazil2.kmap
share/lyx/kbd/czech.kmap
+share/lyx/kbd/european.kmap
share/lyx/kbd/francais.kmap
share/lyx/kbd/french.kmap
share/lyx/kbd/german-2.kmap
+share/lyx/kbd/german-3.kmap
share/lyx/kbd/german.kmap
share/lyx/kbd/greek.kmap
share/lyx/kbd/iso8859-1.cdef
share/lyx/kbd/iso8859-2.cdef
share/lyx/kbd/iso8859-7.cdef
share/lyx/kbd/magyar-2.kmap
+share/lyx/kbd/magyar-3.kmap
share/lyx/kbd/magyar.kmap
share/lyx/kbd/polish.kmap
share/lyx/kbd/portuges.kmap
share/lyx/kbd/romanian.kmap
+share/lyx/kbd/sf.kmap
+share/lyx/kbd/sg.kmap
share/lyx/kbd/slovak.kmap
share/lyx/kbd/slovene.kmap
share/lyx/kbd/transilvanian.kmap
share/lyx/kbd/turkish-f.kmap
share/lyx/kbd/turkish.kmap
+share/lyx/layouts/IEEEtran.layout
share/lyx/layouts/aapaper.inc
share/lyx/layouts/aapaper.layout
share/lyx/layouts/amsart-plain.layout
@@ -94,15 +118,25 @@ share/lyx/layouts/amsmaths.inc
share/lyx/layouts/article.layout
share/lyx/layouts/book.layout
share/lyx/layouts/dinbrief.layout
+share/lyx/layouts/ejour2.layout
share/lyx/layouts/foils.layout
+share/lyx/layouts/hollywood.layout
share/lyx/layouts/iletter.layout
+share/lyx/layouts/latex8.layout
share/lyx/layouts/letter.layout
share/lyx/layouts/linuxdoc.layout
share/lyx/layouts/lyxmacros.inc
+share/lyx/layouts/manpage.layout
share/lyx/layouts/obsolete.inc
share/lyx/layouts/paper.layout
share/lyx/layouts/report.layout
share/lyx/layouts/revtex.layout
+share/lyx/layouts/scrartcl.layout
+share/lyx/layouts/scrbook.layout
+share/lyx/layouts/scrclass.inc
+share/lyx/layouts/scrlettr.layout
+share/lyx/layouts/scrmacros.inc
+share/lyx/layouts/scrreprt.layout
share/lyx/layouts/slides.layout
share/lyx/layouts/stdclass.inc
share/lyx/layouts/stdlayouts.inc
@@ -111,16 +145,34 @@ share/lyx/layouts/stdlists.inc
share/lyx/layouts/stdsections.inc
share/lyx/layouts/stdstarsections.inc
share/lyx/layouts/stdstruct.inc
-share/lyx/lyxrc
+share/lyx/reLyX/BUGS
+share/lyx/reLyX/BasicLyX.pm
+share/lyx/reLyX/CHANGES
+share/lyx/reLyX/CleanTeX.pm
+share/lyx/reLyX/LastLyX.pm
+share/lyx/reLyX/MakePreamble.pm
+share/lyx/reLyX/README
+share/lyx/reLyX/ReadCommands.pm
+share/lyx/reLyX/RelyxTable.pm
+share/lyx/reLyX/Text/TeX.pm
+share/lyx/reLyX/Verbatim.pm
+share/lyx/reLyX/reLyX.pod
+share/lyx/reLyX/reLyXmain.pl
+share/lyx/reLyX/syntax.default
share/lyx/lyxrc.defaults
+share/lyx/lyxrc.example
share/lyx/packages.lst
share/lyx/templates/aapaper.lyx
share/lyx/templates/dinbrief.lyx
+share/lyx/templates/hollywood.lyx
share/lyx/templates/iletter.lyx
-share/lyx/templates/latex_letter.lyx
+share/lyx/templates/latex8.lyx
+share/lyx/templates/letter.lyx
share/lyx/templates/linuxdoctemplate.lyx
share/lyx/templates/revtex.lyx
share/lyx/templates/slides.lyx
+share/lyx/tex/ejour2.cls
+share/lyx/tex/hollywood.cls
share/lyx/tex/iletter.cls
share/lyx/tex/revtex.cls
share/lyx/textclass.lst
@@ -131,6 +183,8 @@ share/lyx/textclass.lst
@dirrm share/lyx/images
@dirrm share/lyx/kbd
@dirrm share/lyx/layouts
+@dirrm share/lyx/reLyX/Text
+@dirrm share/lyx/reLyX
@dirrm share/lyx/templates
@dirrm share/lyx/tex
@dirrm share/lyx