mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Upgrade from 1.4.3 to 1.4.4. Add (optional) support for Aiksaurus.
This commit is contained in:
parent
1fc70cd8ab
commit
d84047f0c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192225
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lyx
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
|
||||
@ -27,6 +26,7 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
|
||||
OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
|
||||
ASPELL "Utilize ASPELL library" on \
|
||||
AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
|
||||
ISPELL "Depend on ISPELL as well" off
|
||||
ALL_TARGET= all check
|
||||
USE_BZIP2= yes
|
||||
@ -67,6 +67,12 @@ PLIST_SUB+= PSRES=
|
||||
PLIST_SUB+= PSRES='@comment '
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AIKSAUR)
|
||||
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aiksaurus
|
||||
.endif
|
||||
|
||||
.if defined(WITH_QT)
|
||||
LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
||||
CONFIGURE_ARGS+= --with-frontend=qt
|
||||
@ -84,10 +90,14 @@ LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
|
||||
CONFIGURE_ARGS+= --with-pspell \
|
||||
--with-pspell-lib="${LOCALBASE}/lib" \
|
||||
--with-pspell-include="${LOCALBASE}/include"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aspell --without-pspell
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ISPELL)
|
||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-ispell
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/lib/libqt-mt.prl)
|
||||
@ -99,11 +109,11 @@ QT_PRESENT= off
|
||||
.if ${OSVERSION} < 500035
|
||||
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
|
||||
.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
|
||||
BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
#BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
|
||||
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
|
||||
SIZE (lyx-1.4.3.tar.bz2) = 7020351
|
||||
MD5 (lyx-1.4.4.tar.bz2) = 2e778eba4191c5f9fb2cafa7901c322c
|
||||
SHA256 (lyx-1.4.4.tar.bz2) = 5f48996c4217093d5cfaa9566cc4349cbfeb65ac12cd1b996ac6a5b5e4480307
|
||||
SIZE (lyx-1.4.4.tar.bz2) = 7859197
|
||||
|
@ -38,13 +38,33 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/bind/sv_menus.bind
|
||||
%%DATADIR%%/bind/xemacs.bind
|
||||
%%DATADIR%%/chkconfig.ltx
|
||||
%%DATADIR%%/clipart/BoxInsetDefault.png
|
||||
%%DATADIR%%/clipart/ComentNotaImagen.png
|
||||
%%DATADIR%%/clipart/CommentNoteImage.png
|
||||
%%DATADIR%%/clipart/CuadroMinipag.png
|
||||
%%DATADIR%%/clipart/GreyedOutNoteImage.png
|
||||
%%DATADIR%%/clipart/GrisNotaImagen.png
|
||||
%%DATADIR%%/clipart/LyXNoteImage.png
|
||||
%%DATADIR%%/clipart/NotaLyXImagen.png
|
||||
%%DATADIR%%/clipart/endnotes.pdf
|
||||
%%DATADIR%%/clipart/etiqueta.png
|
||||
%%DATADIR%%/clipart/float.png
|
||||
%%DATADIR%%/clipart/flotante.png
|
||||
%%DATADIR%%/clipart/footnote.png
|
||||
%%DATADIR%%/clipart/label.png
|
||||
%%DATADIR%%/clipart/notapie.png
|
||||
%%DATADIR%%/clipart/platypus.eps
|
||||
%%DATADIR%%/clipart/reference2.png
|
||||
%%DATADIR%%/clipart/referencia2.png
|
||||
%%DATADIR%%/clipart/with_fntright.pdf
|
||||
%%DATADIR%%/clipart/without_fntright.pdf
|
||||
%%DATADIR%%/configure.py
|
||||
%%DATADIR%%/configure.pyc
|
||||
%%DATADIR%%/configure.pyo
|
||||
%%DATADIR%%/doc/Customization.lyx
|
||||
%%DATADIR%%/doc/DocStyle.lyx
|
||||
%%DATADIR%%/doc/Extended.lyx
|
||||
%%DATADIR%%/doc/EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/FAQ.lyx
|
||||
%%DATADIR%%/doc/Intro.lyx
|
||||
%%DATADIR%%/doc/LaTeXConfig.lyx.in
|
||||
@ -63,6 +83,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/de_TOC.lyx
|
||||
%%DATADIR%%/doc/de_Tutorial.lyx
|
||||
%%DATADIR%%/doc/de_UserGuide.lyx
|
||||
%%DATADIR%%/doc/es_EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/es_Intro.lyx
|
||||
%%DATADIR%%/doc/es_TOC.lyx
|
||||
%%DATADIR%%/doc/es_Tutorial.lyx
|
||||
@ -81,6 +102,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/fr_TOC.lyx
|
||||
%%DATADIR%%/doc/fr_Tutorial.lyx
|
||||
%%DATADIR%%/doc/fr_UserGuide.lyx
|
||||
%%DATADIR%%/doc/gl_Intro.lyx
|
||||
%%DATADIR%%/doc/gl_TOC.lyx
|
||||
%%DATADIR%%/doc/gl_Tutorial.lyx
|
||||
%%DATADIR%%/doc/he_Intro.lyx
|
||||
%%DATADIR%%/doc/he_TOC.lyx
|
||||
%%DATADIR%%/doc/he_Tutorial.lyx
|
||||
@ -131,6 +155,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/aas_sample.lyx
|
||||
%%DATADIR%%/examples/amsart-test.lyx
|
||||
%%DATADIR%%/examples/amsbook-test.lyx
|
||||
%%DATADIR%%/examples/beamer-g4-mask.jpg
|
||||
%%DATADIR%%/examples/beamer-g4.jpg
|
||||
%%DATADIR%%/examples/beamer-icsi-logo.pdf
|
||||
%%DATADIR%%/examples/beamer-knight1-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight1.png
|
||||
%%DATADIR%%/examples/beamer-knight2-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight2.png
|
||||
%%DATADIR%%/examples/beamer-knight3-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight3.png
|
||||
%%DATADIR%%/examples/beamer-knight4-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight4.png
|
||||
%%DATADIR%%/examples/beamerlyxexample1.lyx
|
||||
%%DATADIR%%/examples/ca_splash.lyx
|
||||
%%DATADIR%%/examples/cs_splash.lyx
|
||||
%%DATADIR%%/examples/chess-article.lyx
|
||||
@ -171,6 +207,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/fr_multicol.lyx
|
||||
%%DATADIR%%/examples/fr_splash.lyx
|
||||
%%DATADIR%%/examples/g-brief2.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_bruto.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
|
||||
%%DATADIR%%/examples/gl_splash.lyx
|
||||
%%DATADIR%%/examples/he_example_raw.lyx
|
||||
%%DATADIR%%/examples/he_he_example_lyxified.lyx
|
||||
%%DATADIR%%/examples/he_he_example_raw.lyx
|
||||
@ -247,6 +286,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/images/footnote-insert.xpm
|
||||
%%DATADIR%%/images/index-insert.xpm
|
||||
%%DATADIR%%/images/label-insert.xpm
|
||||
%%DATADIR%%/images/layout.xpm
|
||||
%%DATADIR%%/images/layout-document.xpm
|
||||
%%DATADIR%%/images/layout-paragraph.xpm
|
||||
%%DATADIR%%/images/layout_Description.xpm
|
||||
@ -843,7 +883,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/layouts/amsmaths-seq.inc
|
||||
%%DATADIR%%/layouts/amsmaths.inc
|
||||
%%DATADIR%%/layouts/apa.layout
|
||||
%%DATADIR%%/layouts/arab-article.layout
|
||||
%%DATADIR%%/layouts/article.layout
|
||||
%%DATADIR%%/layouts/beamer.layout
|
||||
%%DATADIR%%/layouts/book.layout
|
||||
%%DATADIR%%/layouts/broadway.layout
|
||||
%%DATADIR%%/layouts/chess.layout
|
||||
@ -979,6 +1021,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/scripts/convertDefault.py
|
||||
%%DATADIR%%/scripts/convertDefault.pyc
|
||||
%%DATADIR%%/scripts/convertDefault.pyo
|
||||
%%DATADIR%%/scripts/date.py
|
||||
%%DATADIR%%/scripts/date.pyc
|
||||
%%DATADIR%%/scripts/date.pyo
|
||||
%%DATADIR%%/scripts/fen2ascii.py
|
||||
%%DATADIR%%/scripts/fen2ascii.pyc
|
||||
%%DATADIR%%/scripts/fen2ascii.pyo
|
||||
@ -1014,9 +1059,12 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/templates/aa.lyx
|
||||
%%DATADIR%%/templates/aastex.lyx
|
||||
%%DATADIR%%/templates/agu_article.lyx
|
||||
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/dinbrief.lyx
|
||||
%%DATADIR%%/templates/docbook_article.lyx
|
||||
%%DATADIR%%/templates/elsart.lyx
|
||||
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/g-brief-de.lyx
|
||||
%%DATADIR%%/templates/g-brief-en.lyx
|
||||
%%DATADIR%%/templates/hollywood.lyx
|
||||
@ -1038,8 +1086,10 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/tex/revtex.cls
|
||||
%%DATADIR%%/ui/classic.ui
|
||||
%%DATADIR%%/ui/default.ui
|
||||
%%DATADIR%%/ui/stdmenus.ui
|
||||
%%DATADIR%%/ui/stdtoolbars.ui
|
||||
%%DATADIR%%/ui/default-alltoolbars.ui
|
||||
%%DATADIR%%/ui/default-autotoolbars.ui
|
||||
%%DATADIR%%/ui/stdmenus.inc
|
||||
%%DATADIR%%/ui/stdtoolbars.inc
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%/tex
|
||||
@dirrm %%DATADIR%%/templates
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lyx
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
|
||||
@ -27,6 +26,7 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
|
||||
OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
|
||||
ASPELL "Utilize ASPELL library" on \
|
||||
AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
|
||||
ISPELL "Depend on ISPELL as well" off
|
||||
ALL_TARGET= all check
|
||||
USE_BZIP2= yes
|
||||
@ -67,6 +67,12 @@ PLIST_SUB+= PSRES=
|
||||
PLIST_SUB+= PSRES='@comment '
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AIKSAUR)
|
||||
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aiksaurus
|
||||
.endif
|
||||
|
||||
.if defined(WITH_QT)
|
||||
LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
||||
CONFIGURE_ARGS+= --with-frontend=qt
|
||||
@ -84,10 +90,14 @@ LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
|
||||
CONFIGURE_ARGS+= --with-pspell \
|
||||
--with-pspell-lib="${LOCALBASE}/lib" \
|
||||
--with-pspell-include="${LOCALBASE}/include"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aspell --without-pspell
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ISPELL)
|
||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-ispell
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/lib/libqt-mt.prl)
|
||||
@ -99,11 +109,11 @@ QT_PRESENT= off
|
||||
.if ${OSVERSION} < 500035
|
||||
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
|
||||
.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
|
||||
BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
#BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
|
||||
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
|
||||
SIZE (lyx-1.4.3.tar.bz2) = 7020351
|
||||
MD5 (lyx-1.4.4.tar.bz2) = 2e778eba4191c5f9fb2cafa7901c322c
|
||||
SHA256 (lyx-1.4.4.tar.bz2) = 5f48996c4217093d5cfaa9566cc4349cbfeb65ac12cd1b996ac6a5b5e4480307
|
||||
SIZE (lyx-1.4.4.tar.bz2) = 7859197
|
||||
|
@ -38,13 +38,33 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/bind/sv_menus.bind
|
||||
%%DATADIR%%/bind/xemacs.bind
|
||||
%%DATADIR%%/chkconfig.ltx
|
||||
%%DATADIR%%/clipart/BoxInsetDefault.png
|
||||
%%DATADIR%%/clipart/ComentNotaImagen.png
|
||||
%%DATADIR%%/clipart/CommentNoteImage.png
|
||||
%%DATADIR%%/clipart/CuadroMinipag.png
|
||||
%%DATADIR%%/clipart/GreyedOutNoteImage.png
|
||||
%%DATADIR%%/clipart/GrisNotaImagen.png
|
||||
%%DATADIR%%/clipart/LyXNoteImage.png
|
||||
%%DATADIR%%/clipart/NotaLyXImagen.png
|
||||
%%DATADIR%%/clipart/endnotes.pdf
|
||||
%%DATADIR%%/clipart/etiqueta.png
|
||||
%%DATADIR%%/clipart/float.png
|
||||
%%DATADIR%%/clipart/flotante.png
|
||||
%%DATADIR%%/clipart/footnote.png
|
||||
%%DATADIR%%/clipart/label.png
|
||||
%%DATADIR%%/clipart/notapie.png
|
||||
%%DATADIR%%/clipart/platypus.eps
|
||||
%%DATADIR%%/clipart/reference2.png
|
||||
%%DATADIR%%/clipart/referencia2.png
|
||||
%%DATADIR%%/clipart/with_fntright.pdf
|
||||
%%DATADIR%%/clipart/without_fntright.pdf
|
||||
%%DATADIR%%/configure.py
|
||||
%%DATADIR%%/configure.pyc
|
||||
%%DATADIR%%/configure.pyo
|
||||
%%DATADIR%%/doc/Customization.lyx
|
||||
%%DATADIR%%/doc/DocStyle.lyx
|
||||
%%DATADIR%%/doc/Extended.lyx
|
||||
%%DATADIR%%/doc/EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/FAQ.lyx
|
||||
%%DATADIR%%/doc/Intro.lyx
|
||||
%%DATADIR%%/doc/LaTeXConfig.lyx.in
|
||||
@ -63,6 +83,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/de_TOC.lyx
|
||||
%%DATADIR%%/doc/de_Tutorial.lyx
|
||||
%%DATADIR%%/doc/de_UserGuide.lyx
|
||||
%%DATADIR%%/doc/es_EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/es_Intro.lyx
|
||||
%%DATADIR%%/doc/es_TOC.lyx
|
||||
%%DATADIR%%/doc/es_Tutorial.lyx
|
||||
@ -81,6 +102,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/fr_TOC.lyx
|
||||
%%DATADIR%%/doc/fr_Tutorial.lyx
|
||||
%%DATADIR%%/doc/fr_UserGuide.lyx
|
||||
%%DATADIR%%/doc/gl_Intro.lyx
|
||||
%%DATADIR%%/doc/gl_TOC.lyx
|
||||
%%DATADIR%%/doc/gl_Tutorial.lyx
|
||||
%%DATADIR%%/doc/he_Intro.lyx
|
||||
%%DATADIR%%/doc/he_TOC.lyx
|
||||
%%DATADIR%%/doc/he_Tutorial.lyx
|
||||
@ -131,6 +155,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/aas_sample.lyx
|
||||
%%DATADIR%%/examples/amsart-test.lyx
|
||||
%%DATADIR%%/examples/amsbook-test.lyx
|
||||
%%DATADIR%%/examples/beamer-g4-mask.jpg
|
||||
%%DATADIR%%/examples/beamer-g4.jpg
|
||||
%%DATADIR%%/examples/beamer-icsi-logo.pdf
|
||||
%%DATADIR%%/examples/beamer-knight1-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight1.png
|
||||
%%DATADIR%%/examples/beamer-knight2-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight2.png
|
||||
%%DATADIR%%/examples/beamer-knight3-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight3.png
|
||||
%%DATADIR%%/examples/beamer-knight4-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight4.png
|
||||
%%DATADIR%%/examples/beamerlyxexample1.lyx
|
||||
%%DATADIR%%/examples/ca_splash.lyx
|
||||
%%DATADIR%%/examples/cs_splash.lyx
|
||||
%%DATADIR%%/examples/chess-article.lyx
|
||||
@ -171,6 +207,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/fr_multicol.lyx
|
||||
%%DATADIR%%/examples/fr_splash.lyx
|
||||
%%DATADIR%%/examples/g-brief2.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_bruto.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
|
||||
%%DATADIR%%/examples/gl_splash.lyx
|
||||
%%DATADIR%%/examples/he_example_raw.lyx
|
||||
%%DATADIR%%/examples/he_he_example_lyxified.lyx
|
||||
%%DATADIR%%/examples/he_he_example_raw.lyx
|
||||
@ -247,6 +286,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/images/footnote-insert.xpm
|
||||
%%DATADIR%%/images/index-insert.xpm
|
||||
%%DATADIR%%/images/label-insert.xpm
|
||||
%%DATADIR%%/images/layout.xpm
|
||||
%%DATADIR%%/images/layout-document.xpm
|
||||
%%DATADIR%%/images/layout-paragraph.xpm
|
||||
%%DATADIR%%/images/layout_Description.xpm
|
||||
@ -843,7 +883,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/layouts/amsmaths-seq.inc
|
||||
%%DATADIR%%/layouts/amsmaths.inc
|
||||
%%DATADIR%%/layouts/apa.layout
|
||||
%%DATADIR%%/layouts/arab-article.layout
|
||||
%%DATADIR%%/layouts/article.layout
|
||||
%%DATADIR%%/layouts/beamer.layout
|
||||
%%DATADIR%%/layouts/book.layout
|
||||
%%DATADIR%%/layouts/broadway.layout
|
||||
%%DATADIR%%/layouts/chess.layout
|
||||
@ -979,6 +1021,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/scripts/convertDefault.py
|
||||
%%DATADIR%%/scripts/convertDefault.pyc
|
||||
%%DATADIR%%/scripts/convertDefault.pyo
|
||||
%%DATADIR%%/scripts/date.py
|
||||
%%DATADIR%%/scripts/date.pyc
|
||||
%%DATADIR%%/scripts/date.pyo
|
||||
%%DATADIR%%/scripts/fen2ascii.py
|
||||
%%DATADIR%%/scripts/fen2ascii.pyc
|
||||
%%DATADIR%%/scripts/fen2ascii.pyo
|
||||
@ -1014,9 +1059,12 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/templates/aa.lyx
|
||||
%%DATADIR%%/templates/aastex.lyx
|
||||
%%DATADIR%%/templates/agu_article.lyx
|
||||
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/dinbrief.lyx
|
||||
%%DATADIR%%/templates/docbook_article.lyx
|
||||
%%DATADIR%%/templates/elsart.lyx
|
||||
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/g-brief-de.lyx
|
||||
%%DATADIR%%/templates/g-brief-en.lyx
|
||||
%%DATADIR%%/templates/hollywood.lyx
|
||||
@ -1038,8 +1086,10 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/tex/revtex.cls
|
||||
%%DATADIR%%/ui/classic.ui
|
||||
%%DATADIR%%/ui/default.ui
|
||||
%%DATADIR%%/ui/stdmenus.ui
|
||||
%%DATADIR%%/ui/stdtoolbars.ui
|
||||
%%DATADIR%%/ui/default-alltoolbars.ui
|
||||
%%DATADIR%%/ui/default-autotoolbars.ui
|
||||
%%DATADIR%%/ui/stdmenus.inc
|
||||
%%DATADIR%%/ui/stdtoolbars.inc
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%/tex
|
||||
@dirrm %%DATADIR%%/templates
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lyx
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
|
||||
@ -27,6 +26,7 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
|
||||
OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
|
||||
ASPELL "Utilize ASPELL library" on \
|
||||
AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
|
||||
ISPELL "Depend on ISPELL as well" off
|
||||
ALL_TARGET= all check
|
||||
USE_BZIP2= yes
|
||||
@ -67,6 +67,12 @@ PLIST_SUB+= PSRES=
|
||||
PLIST_SUB+= PSRES='@comment '
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AIKSAUR)
|
||||
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aiksaurus
|
||||
.endif
|
||||
|
||||
.if defined(WITH_QT)
|
||||
LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
||||
CONFIGURE_ARGS+= --with-frontend=qt
|
||||
@ -84,10 +90,14 @@ LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
|
||||
CONFIGURE_ARGS+= --with-pspell \
|
||||
--with-pspell-lib="${LOCALBASE}/lib" \
|
||||
--with-pspell-include="${LOCALBASE}/include"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aspell --without-pspell
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ISPELL)
|
||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-ispell
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/lib/libqt-mt.prl)
|
||||
@ -99,11 +109,11 @@ QT_PRESENT= off
|
||||
.if ${OSVERSION} < 500035
|
||||
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
|
||||
.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
|
||||
BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
#BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
|
||||
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
|
||||
SIZE (lyx-1.4.3.tar.bz2) = 7020351
|
||||
MD5 (lyx-1.4.4.tar.bz2) = 2e778eba4191c5f9fb2cafa7901c322c
|
||||
SHA256 (lyx-1.4.4.tar.bz2) = 5f48996c4217093d5cfaa9566cc4349cbfeb65ac12cd1b996ac6a5b5e4480307
|
||||
SIZE (lyx-1.4.4.tar.bz2) = 7859197
|
||||
|
@ -38,13 +38,33 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/bind/sv_menus.bind
|
||||
%%DATADIR%%/bind/xemacs.bind
|
||||
%%DATADIR%%/chkconfig.ltx
|
||||
%%DATADIR%%/clipart/BoxInsetDefault.png
|
||||
%%DATADIR%%/clipart/ComentNotaImagen.png
|
||||
%%DATADIR%%/clipart/CommentNoteImage.png
|
||||
%%DATADIR%%/clipart/CuadroMinipag.png
|
||||
%%DATADIR%%/clipart/GreyedOutNoteImage.png
|
||||
%%DATADIR%%/clipart/GrisNotaImagen.png
|
||||
%%DATADIR%%/clipart/LyXNoteImage.png
|
||||
%%DATADIR%%/clipart/NotaLyXImagen.png
|
||||
%%DATADIR%%/clipart/endnotes.pdf
|
||||
%%DATADIR%%/clipart/etiqueta.png
|
||||
%%DATADIR%%/clipart/float.png
|
||||
%%DATADIR%%/clipart/flotante.png
|
||||
%%DATADIR%%/clipart/footnote.png
|
||||
%%DATADIR%%/clipart/label.png
|
||||
%%DATADIR%%/clipart/notapie.png
|
||||
%%DATADIR%%/clipart/platypus.eps
|
||||
%%DATADIR%%/clipart/reference2.png
|
||||
%%DATADIR%%/clipart/referencia2.png
|
||||
%%DATADIR%%/clipart/with_fntright.pdf
|
||||
%%DATADIR%%/clipart/without_fntright.pdf
|
||||
%%DATADIR%%/configure.py
|
||||
%%DATADIR%%/configure.pyc
|
||||
%%DATADIR%%/configure.pyo
|
||||
%%DATADIR%%/doc/Customization.lyx
|
||||
%%DATADIR%%/doc/DocStyle.lyx
|
||||
%%DATADIR%%/doc/Extended.lyx
|
||||
%%DATADIR%%/doc/EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/FAQ.lyx
|
||||
%%DATADIR%%/doc/Intro.lyx
|
||||
%%DATADIR%%/doc/LaTeXConfig.lyx.in
|
||||
@ -63,6 +83,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/de_TOC.lyx
|
||||
%%DATADIR%%/doc/de_Tutorial.lyx
|
||||
%%DATADIR%%/doc/de_UserGuide.lyx
|
||||
%%DATADIR%%/doc/es_EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/es_Intro.lyx
|
||||
%%DATADIR%%/doc/es_TOC.lyx
|
||||
%%DATADIR%%/doc/es_Tutorial.lyx
|
||||
@ -81,6 +102,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/fr_TOC.lyx
|
||||
%%DATADIR%%/doc/fr_Tutorial.lyx
|
||||
%%DATADIR%%/doc/fr_UserGuide.lyx
|
||||
%%DATADIR%%/doc/gl_Intro.lyx
|
||||
%%DATADIR%%/doc/gl_TOC.lyx
|
||||
%%DATADIR%%/doc/gl_Tutorial.lyx
|
||||
%%DATADIR%%/doc/he_Intro.lyx
|
||||
%%DATADIR%%/doc/he_TOC.lyx
|
||||
%%DATADIR%%/doc/he_Tutorial.lyx
|
||||
@ -131,6 +155,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/aas_sample.lyx
|
||||
%%DATADIR%%/examples/amsart-test.lyx
|
||||
%%DATADIR%%/examples/amsbook-test.lyx
|
||||
%%DATADIR%%/examples/beamer-g4-mask.jpg
|
||||
%%DATADIR%%/examples/beamer-g4.jpg
|
||||
%%DATADIR%%/examples/beamer-icsi-logo.pdf
|
||||
%%DATADIR%%/examples/beamer-knight1-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight1.png
|
||||
%%DATADIR%%/examples/beamer-knight2-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight2.png
|
||||
%%DATADIR%%/examples/beamer-knight3-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight3.png
|
||||
%%DATADIR%%/examples/beamer-knight4-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight4.png
|
||||
%%DATADIR%%/examples/beamerlyxexample1.lyx
|
||||
%%DATADIR%%/examples/ca_splash.lyx
|
||||
%%DATADIR%%/examples/cs_splash.lyx
|
||||
%%DATADIR%%/examples/chess-article.lyx
|
||||
@ -171,6 +207,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/fr_multicol.lyx
|
||||
%%DATADIR%%/examples/fr_splash.lyx
|
||||
%%DATADIR%%/examples/g-brief2.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_bruto.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
|
||||
%%DATADIR%%/examples/gl_splash.lyx
|
||||
%%DATADIR%%/examples/he_example_raw.lyx
|
||||
%%DATADIR%%/examples/he_he_example_lyxified.lyx
|
||||
%%DATADIR%%/examples/he_he_example_raw.lyx
|
||||
@ -247,6 +286,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/images/footnote-insert.xpm
|
||||
%%DATADIR%%/images/index-insert.xpm
|
||||
%%DATADIR%%/images/label-insert.xpm
|
||||
%%DATADIR%%/images/layout.xpm
|
||||
%%DATADIR%%/images/layout-document.xpm
|
||||
%%DATADIR%%/images/layout-paragraph.xpm
|
||||
%%DATADIR%%/images/layout_Description.xpm
|
||||
@ -843,7 +883,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/layouts/amsmaths-seq.inc
|
||||
%%DATADIR%%/layouts/amsmaths.inc
|
||||
%%DATADIR%%/layouts/apa.layout
|
||||
%%DATADIR%%/layouts/arab-article.layout
|
||||
%%DATADIR%%/layouts/article.layout
|
||||
%%DATADIR%%/layouts/beamer.layout
|
||||
%%DATADIR%%/layouts/book.layout
|
||||
%%DATADIR%%/layouts/broadway.layout
|
||||
%%DATADIR%%/layouts/chess.layout
|
||||
@ -979,6 +1021,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/scripts/convertDefault.py
|
||||
%%DATADIR%%/scripts/convertDefault.pyc
|
||||
%%DATADIR%%/scripts/convertDefault.pyo
|
||||
%%DATADIR%%/scripts/date.py
|
||||
%%DATADIR%%/scripts/date.pyc
|
||||
%%DATADIR%%/scripts/date.pyo
|
||||
%%DATADIR%%/scripts/fen2ascii.py
|
||||
%%DATADIR%%/scripts/fen2ascii.pyc
|
||||
%%DATADIR%%/scripts/fen2ascii.pyo
|
||||
@ -1014,9 +1059,12 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/templates/aa.lyx
|
||||
%%DATADIR%%/templates/aastex.lyx
|
||||
%%DATADIR%%/templates/agu_article.lyx
|
||||
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/dinbrief.lyx
|
||||
%%DATADIR%%/templates/docbook_article.lyx
|
||||
%%DATADIR%%/templates/elsart.lyx
|
||||
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/g-brief-de.lyx
|
||||
%%DATADIR%%/templates/g-brief-en.lyx
|
||||
%%DATADIR%%/templates/hollywood.lyx
|
||||
@ -1038,8 +1086,10 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/tex/revtex.cls
|
||||
%%DATADIR%%/ui/classic.ui
|
||||
%%DATADIR%%/ui/default.ui
|
||||
%%DATADIR%%/ui/stdmenus.ui
|
||||
%%DATADIR%%/ui/stdtoolbars.ui
|
||||
%%DATADIR%%/ui/default-alltoolbars.ui
|
||||
%%DATADIR%%/ui/default-autotoolbars.ui
|
||||
%%DATADIR%%/ui/stdmenus.inc
|
||||
%%DATADIR%%/ui/stdtoolbars.inc
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%/tex
|
||||
@dirrm %%DATADIR%%/templates
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lyx
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
|
||||
@ -27,6 +26,7 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
|
||||
OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
|
||||
ASPELL "Utilize ASPELL library" on \
|
||||
AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
|
||||
ISPELL "Depend on ISPELL as well" off
|
||||
ALL_TARGET= all check
|
||||
USE_BZIP2= yes
|
||||
@ -67,6 +67,12 @@ PLIST_SUB+= PSRES=
|
||||
PLIST_SUB+= PSRES='@comment '
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AIKSAUR)
|
||||
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aiksaurus
|
||||
.endif
|
||||
|
||||
.if defined(WITH_QT)
|
||||
LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
||||
CONFIGURE_ARGS+= --with-frontend=qt
|
||||
@ -84,10 +90,14 @@ LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
|
||||
CONFIGURE_ARGS+= --with-pspell \
|
||||
--with-pspell-lib="${LOCALBASE}/lib" \
|
||||
--with-pspell-include="${LOCALBASE}/include"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aspell --without-pspell
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ISPELL)
|
||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-ispell
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/lib/libqt-mt.prl)
|
||||
@ -99,11 +109,11 @@ QT_PRESENT= off
|
||||
.if ${OSVERSION} < 500035
|
||||
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
|
||||
.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
|
||||
BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
#BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
|
||||
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
|
||||
SIZE (lyx-1.4.3.tar.bz2) = 7020351
|
||||
MD5 (lyx-1.4.4.tar.bz2) = 2e778eba4191c5f9fb2cafa7901c322c
|
||||
SHA256 (lyx-1.4.4.tar.bz2) = 5f48996c4217093d5cfaa9566cc4349cbfeb65ac12cd1b996ac6a5b5e4480307
|
||||
SIZE (lyx-1.4.4.tar.bz2) = 7859197
|
||||
|
@ -38,13 +38,33 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/bind/sv_menus.bind
|
||||
%%DATADIR%%/bind/xemacs.bind
|
||||
%%DATADIR%%/chkconfig.ltx
|
||||
%%DATADIR%%/clipart/BoxInsetDefault.png
|
||||
%%DATADIR%%/clipart/ComentNotaImagen.png
|
||||
%%DATADIR%%/clipart/CommentNoteImage.png
|
||||
%%DATADIR%%/clipart/CuadroMinipag.png
|
||||
%%DATADIR%%/clipart/GreyedOutNoteImage.png
|
||||
%%DATADIR%%/clipart/GrisNotaImagen.png
|
||||
%%DATADIR%%/clipart/LyXNoteImage.png
|
||||
%%DATADIR%%/clipart/NotaLyXImagen.png
|
||||
%%DATADIR%%/clipart/endnotes.pdf
|
||||
%%DATADIR%%/clipart/etiqueta.png
|
||||
%%DATADIR%%/clipart/float.png
|
||||
%%DATADIR%%/clipart/flotante.png
|
||||
%%DATADIR%%/clipart/footnote.png
|
||||
%%DATADIR%%/clipart/label.png
|
||||
%%DATADIR%%/clipart/notapie.png
|
||||
%%DATADIR%%/clipart/platypus.eps
|
||||
%%DATADIR%%/clipart/reference2.png
|
||||
%%DATADIR%%/clipart/referencia2.png
|
||||
%%DATADIR%%/clipart/with_fntright.pdf
|
||||
%%DATADIR%%/clipart/without_fntright.pdf
|
||||
%%DATADIR%%/configure.py
|
||||
%%DATADIR%%/configure.pyc
|
||||
%%DATADIR%%/configure.pyo
|
||||
%%DATADIR%%/doc/Customization.lyx
|
||||
%%DATADIR%%/doc/DocStyle.lyx
|
||||
%%DATADIR%%/doc/Extended.lyx
|
||||
%%DATADIR%%/doc/EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/FAQ.lyx
|
||||
%%DATADIR%%/doc/Intro.lyx
|
||||
%%DATADIR%%/doc/LaTeXConfig.lyx.in
|
||||
@ -63,6 +83,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/de_TOC.lyx
|
||||
%%DATADIR%%/doc/de_Tutorial.lyx
|
||||
%%DATADIR%%/doc/de_UserGuide.lyx
|
||||
%%DATADIR%%/doc/es_EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/es_Intro.lyx
|
||||
%%DATADIR%%/doc/es_TOC.lyx
|
||||
%%DATADIR%%/doc/es_Tutorial.lyx
|
||||
@ -81,6 +102,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/fr_TOC.lyx
|
||||
%%DATADIR%%/doc/fr_Tutorial.lyx
|
||||
%%DATADIR%%/doc/fr_UserGuide.lyx
|
||||
%%DATADIR%%/doc/gl_Intro.lyx
|
||||
%%DATADIR%%/doc/gl_TOC.lyx
|
||||
%%DATADIR%%/doc/gl_Tutorial.lyx
|
||||
%%DATADIR%%/doc/he_Intro.lyx
|
||||
%%DATADIR%%/doc/he_TOC.lyx
|
||||
%%DATADIR%%/doc/he_Tutorial.lyx
|
||||
@ -131,6 +155,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/aas_sample.lyx
|
||||
%%DATADIR%%/examples/amsart-test.lyx
|
||||
%%DATADIR%%/examples/amsbook-test.lyx
|
||||
%%DATADIR%%/examples/beamer-g4-mask.jpg
|
||||
%%DATADIR%%/examples/beamer-g4.jpg
|
||||
%%DATADIR%%/examples/beamer-icsi-logo.pdf
|
||||
%%DATADIR%%/examples/beamer-knight1-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight1.png
|
||||
%%DATADIR%%/examples/beamer-knight2-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight2.png
|
||||
%%DATADIR%%/examples/beamer-knight3-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight3.png
|
||||
%%DATADIR%%/examples/beamer-knight4-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight4.png
|
||||
%%DATADIR%%/examples/beamerlyxexample1.lyx
|
||||
%%DATADIR%%/examples/ca_splash.lyx
|
||||
%%DATADIR%%/examples/cs_splash.lyx
|
||||
%%DATADIR%%/examples/chess-article.lyx
|
||||
@ -171,6 +207,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/fr_multicol.lyx
|
||||
%%DATADIR%%/examples/fr_splash.lyx
|
||||
%%DATADIR%%/examples/g-brief2.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_bruto.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
|
||||
%%DATADIR%%/examples/gl_splash.lyx
|
||||
%%DATADIR%%/examples/he_example_raw.lyx
|
||||
%%DATADIR%%/examples/he_he_example_lyxified.lyx
|
||||
%%DATADIR%%/examples/he_he_example_raw.lyx
|
||||
@ -247,6 +286,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/images/footnote-insert.xpm
|
||||
%%DATADIR%%/images/index-insert.xpm
|
||||
%%DATADIR%%/images/label-insert.xpm
|
||||
%%DATADIR%%/images/layout.xpm
|
||||
%%DATADIR%%/images/layout-document.xpm
|
||||
%%DATADIR%%/images/layout-paragraph.xpm
|
||||
%%DATADIR%%/images/layout_Description.xpm
|
||||
@ -843,7 +883,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/layouts/amsmaths-seq.inc
|
||||
%%DATADIR%%/layouts/amsmaths.inc
|
||||
%%DATADIR%%/layouts/apa.layout
|
||||
%%DATADIR%%/layouts/arab-article.layout
|
||||
%%DATADIR%%/layouts/article.layout
|
||||
%%DATADIR%%/layouts/beamer.layout
|
||||
%%DATADIR%%/layouts/book.layout
|
||||
%%DATADIR%%/layouts/broadway.layout
|
||||
%%DATADIR%%/layouts/chess.layout
|
||||
@ -979,6 +1021,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/scripts/convertDefault.py
|
||||
%%DATADIR%%/scripts/convertDefault.pyc
|
||||
%%DATADIR%%/scripts/convertDefault.pyo
|
||||
%%DATADIR%%/scripts/date.py
|
||||
%%DATADIR%%/scripts/date.pyc
|
||||
%%DATADIR%%/scripts/date.pyo
|
||||
%%DATADIR%%/scripts/fen2ascii.py
|
||||
%%DATADIR%%/scripts/fen2ascii.pyc
|
||||
%%DATADIR%%/scripts/fen2ascii.pyo
|
||||
@ -1014,9 +1059,12 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/templates/aa.lyx
|
||||
%%DATADIR%%/templates/aastex.lyx
|
||||
%%DATADIR%%/templates/agu_article.lyx
|
||||
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/dinbrief.lyx
|
||||
%%DATADIR%%/templates/docbook_article.lyx
|
||||
%%DATADIR%%/templates/elsart.lyx
|
||||
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/g-brief-de.lyx
|
||||
%%DATADIR%%/templates/g-brief-en.lyx
|
||||
%%DATADIR%%/templates/hollywood.lyx
|
||||
@ -1038,8 +1086,10 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/tex/revtex.cls
|
||||
%%DATADIR%%/ui/classic.ui
|
||||
%%DATADIR%%/ui/default.ui
|
||||
%%DATADIR%%/ui/stdmenus.ui
|
||||
%%DATADIR%%/ui/stdtoolbars.ui
|
||||
%%DATADIR%%/ui/default-alltoolbars.ui
|
||||
%%DATADIR%%/ui/default-autotoolbars.ui
|
||||
%%DATADIR%%/ui/stdmenus.inc
|
||||
%%DATADIR%%/ui/stdtoolbars.inc
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%/tex
|
||||
@dirrm %%DATADIR%%/templates
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lyx
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.4
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
|
||||
@ -27,6 +26,7 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
|
||||
OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
|
||||
ASPELL "Utilize ASPELL library" on \
|
||||
AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
|
||||
ISPELL "Depend on ISPELL as well" off
|
||||
ALL_TARGET= all check
|
||||
USE_BZIP2= yes
|
||||
@ -67,6 +67,12 @@ PLIST_SUB+= PSRES=
|
||||
PLIST_SUB+= PSRES='@comment '
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AIKSAUR)
|
||||
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aiksaurus
|
||||
.endif
|
||||
|
||||
.if defined(WITH_QT)
|
||||
LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
|
||||
CONFIGURE_ARGS+= --with-frontend=qt
|
||||
@ -84,10 +90,14 @@ LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
|
||||
CONFIGURE_ARGS+= --with-pspell \
|
||||
--with-pspell-lib="${LOCALBASE}/lib" \
|
||||
--with-pspell-include="${LOCALBASE}/include"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-aspell --without-pspell
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ISPELL)
|
||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-ispell
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/lib/libqt-mt.prl)
|
||||
@ -99,11 +109,11 @@ QT_PRESENT= off
|
||||
.if ${OSVERSION} < 500035
|
||||
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
|
||||
.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
|
||||
BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
BROKEN= Does not compile on 4.x
|
||||
#BROKEN= Does not compile on 4.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
|
||||
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
|
||||
SIZE (lyx-1.4.3.tar.bz2) = 7020351
|
||||
MD5 (lyx-1.4.4.tar.bz2) = 2e778eba4191c5f9fb2cafa7901c322c
|
||||
SHA256 (lyx-1.4.4.tar.bz2) = 5f48996c4217093d5cfaa9566cc4349cbfeb65ac12cd1b996ac6a5b5e4480307
|
||||
SIZE (lyx-1.4.4.tar.bz2) = 7859197
|
||||
|
@ -38,13 +38,33 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/bind/sv_menus.bind
|
||||
%%DATADIR%%/bind/xemacs.bind
|
||||
%%DATADIR%%/chkconfig.ltx
|
||||
%%DATADIR%%/clipart/BoxInsetDefault.png
|
||||
%%DATADIR%%/clipart/ComentNotaImagen.png
|
||||
%%DATADIR%%/clipart/CommentNoteImage.png
|
||||
%%DATADIR%%/clipart/CuadroMinipag.png
|
||||
%%DATADIR%%/clipart/GreyedOutNoteImage.png
|
||||
%%DATADIR%%/clipart/GrisNotaImagen.png
|
||||
%%DATADIR%%/clipart/LyXNoteImage.png
|
||||
%%DATADIR%%/clipart/NotaLyXImagen.png
|
||||
%%DATADIR%%/clipart/endnotes.pdf
|
||||
%%DATADIR%%/clipart/etiqueta.png
|
||||
%%DATADIR%%/clipart/float.png
|
||||
%%DATADIR%%/clipart/flotante.png
|
||||
%%DATADIR%%/clipart/footnote.png
|
||||
%%DATADIR%%/clipart/label.png
|
||||
%%DATADIR%%/clipart/notapie.png
|
||||
%%DATADIR%%/clipart/platypus.eps
|
||||
%%DATADIR%%/clipart/reference2.png
|
||||
%%DATADIR%%/clipart/referencia2.png
|
||||
%%DATADIR%%/clipart/with_fntright.pdf
|
||||
%%DATADIR%%/clipart/without_fntright.pdf
|
||||
%%DATADIR%%/configure.py
|
||||
%%DATADIR%%/configure.pyc
|
||||
%%DATADIR%%/configure.pyo
|
||||
%%DATADIR%%/doc/Customization.lyx
|
||||
%%DATADIR%%/doc/DocStyle.lyx
|
||||
%%DATADIR%%/doc/Extended.lyx
|
||||
%%DATADIR%%/doc/EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/FAQ.lyx
|
||||
%%DATADIR%%/doc/Intro.lyx
|
||||
%%DATADIR%%/doc/LaTeXConfig.lyx.in
|
||||
@ -63,6 +83,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/de_TOC.lyx
|
||||
%%DATADIR%%/doc/de_Tutorial.lyx
|
||||
%%DATADIR%%/doc/de_UserGuide.lyx
|
||||
%%DATADIR%%/doc/es_EmbeddedObjects.lyx
|
||||
%%DATADIR%%/doc/es_Intro.lyx
|
||||
%%DATADIR%%/doc/es_TOC.lyx
|
||||
%%DATADIR%%/doc/es_Tutorial.lyx
|
||||
@ -81,6 +102,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/doc/fr_TOC.lyx
|
||||
%%DATADIR%%/doc/fr_Tutorial.lyx
|
||||
%%DATADIR%%/doc/fr_UserGuide.lyx
|
||||
%%DATADIR%%/doc/gl_Intro.lyx
|
||||
%%DATADIR%%/doc/gl_TOC.lyx
|
||||
%%DATADIR%%/doc/gl_Tutorial.lyx
|
||||
%%DATADIR%%/doc/he_Intro.lyx
|
||||
%%DATADIR%%/doc/he_TOC.lyx
|
||||
%%DATADIR%%/doc/he_Tutorial.lyx
|
||||
@ -131,6 +155,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/aas_sample.lyx
|
||||
%%DATADIR%%/examples/amsart-test.lyx
|
||||
%%DATADIR%%/examples/amsbook-test.lyx
|
||||
%%DATADIR%%/examples/beamer-g4-mask.jpg
|
||||
%%DATADIR%%/examples/beamer-g4.jpg
|
||||
%%DATADIR%%/examples/beamer-icsi-logo.pdf
|
||||
%%DATADIR%%/examples/beamer-knight1-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight1.png
|
||||
%%DATADIR%%/examples/beamer-knight2-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight2.png
|
||||
%%DATADIR%%/examples/beamer-knight3-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight3.png
|
||||
%%DATADIR%%/examples/beamer-knight4-mask.png
|
||||
%%DATADIR%%/examples/beamer-knight4.png
|
||||
%%DATADIR%%/examples/beamerlyxexample1.lyx
|
||||
%%DATADIR%%/examples/ca_splash.lyx
|
||||
%%DATADIR%%/examples/cs_splash.lyx
|
||||
%%DATADIR%%/examples/chess-article.lyx
|
||||
@ -171,6 +207,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/examples/fr_multicol.lyx
|
||||
%%DATADIR%%/examples/fr_splash.lyx
|
||||
%%DATADIR%%/examples/g-brief2.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_bruto.lyx
|
||||
%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
|
||||
%%DATADIR%%/examples/gl_splash.lyx
|
||||
%%DATADIR%%/examples/he_example_raw.lyx
|
||||
%%DATADIR%%/examples/he_he_example_lyxified.lyx
|
||||
%%DATADIR%%/examples/he_he_example_raw.lyx
|
||||
@ -247,6 +286,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/images/footnote-insert.xpm
|
||||
%%DATADIR%%/images/index-insert.xpm
|
||||
%%DATADIR%%/images/label-insert.xpm
|
||||
%%DATADIR%%/images/layout.xpm
|
||||
%%DATADIR%%/images/layout-document.xpm
|
||||
%%DATADIR%%/images/layout-paragraph.xpm
|
||||
%%DATADIR%%/images/layout_Description.xpm
|
||||
@ -843,7 +883,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/layouts/amsmaths-seq.inc
|
||||
%%DATADIR%%/layouts/amsmaths.inc
|
||||
%%DATADIR%%/layouts/apa.layout
|
||||
%%DATADIR%%/layouts/arab-article.layout
|
||||
%%DATADIR%%/layouts/article.layout
|
||||
%%DATADIR%%/layouts/beamer.layout
|
||||
%%DATADIR%%/layouts/book.layout
|
||||
%%DATADIR%%/layouts/broadway.layout
|
||||
%%DATADIR%%/layouts/chess.layout
|
||||
@ -979,6 +1021,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/scripts/convertDefault.py
|
||||
%%DATADIR%%/scripts/convertDefault.pyc
|
||||
%%DATADIR%%/scripts/convertDefault.pyo
|
||||
%%DATADIR%%/scripts/date.py
|
||||
%%DATADIR%%/scripts/date.pyc
|
||||
%%DATADIR%%/scripts/date.pyo
|
||||
%%DATADIR%%/scripts/fen2ascii.py
|
||||
%%DATADIR%%/scripts/fen2ascii.pyc
|
||||
%%DATADIR%%/scripts/fen2ascii.pyo
|
||||
@ -1014,9 +1059,12 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/templates/aa.lyx
|
||||
%%DATADIR%%/templates/aastex.lyx
|
||||
%%DATADIR%%/templates/agu_article.lyx
|
||||
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/dinbrief.lyx
|
||||
%%DATADIR%%/templates/docbook_article.lyx
|
||||
%%DATADIR%%/templates/elsart.lyx
|
||||
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
|
||||
%%DATADIR%%/templates/g-brief-de.lyx
|
||||
%%DATADIR%%/templates/g-brief-en.lyx
|
||||
%%DATADIR%%/templates/hollywood.lyx
|
||||
@ -1038,8 +1086,10 @@ share/locale/tr/LC_MESSAGES/lyx.mo
|
||||
%%DATADIR%%/tex/revtex.cls
|
||||
%%DATADIR%%/ui/classic.ui
|
||||
%%DATADIR%%/ui/default.ui
|
||||
%%DATADIR%%/ui/stdmenus.ui
|
||||
%%DATADIR%%/ui/stdtoolbars.ui
|
||||
%%DATADIR%%/ui/default-alltoolbars.ui
|
||||
%%DATADIR%%/ui/default-autotoolbars.ui
|
||||
%%DATADIR%%/ui/stdmenus.inc
|
||||
%%DATADIR%%/ui/stdtoolbars.inc
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%/tex
|
||||
@dirrm %%DATADIR%%/templates
|
||||
|
Loading…
Reference in New Issue
Block a user