- Update to 1.4.3

PR:		ports/107115
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	maintainer timeout
This commit is contained in:
Martin Wilke 2007-01-18 13:29:43 +00:00
parent df53e0b0f1
commit dbb66ffb71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182728
15 changed files with 345 additions and 85 deletions

View file

@ -6,12 +6,16 @@
#
PORTNAME= lyx
PORTVERSION= 1.4.2
PORTVERSION= 1.4.3
CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://planetmirror.com/pub/lyx/stable/ \
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/ \
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \
ftp://ftp.chg.ru/pub/X11/lyx/stable/ \
http://lyx.mirror.fr/stable/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
@ -42,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN1= lyx.1 tex2lyx.1 lyxclient.1
post-patch:
# Removing mention of the bundled boost
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
@# Removing mention of the bundled boost
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
${WRKSRC}/src/support/debugstream.h
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
${WRKSRC}/src/support/filetools.C
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
${WRKSRC}/src/support/tests/test_*
post-configure:
# Removing explicit linking with -lc
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
@# Removing explicit linking with -lc
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
.include <bsd.port.pre.mk>
@ -99,4 +103,8 @@ CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
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
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (lyx-1.4.2.tar.bz2) = e828dbb01e3a05b1ae9dfb28884463e2
SHA256 (lyx-1.4.2.tar.bz2) = 54de255a4ef947726b6ce7067cf149804cee82fc8d27f6749cd4c927be21b782
SIZE (lyx-1.4.2.tar.bz2) = 6874598
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
SIZE (lyx-1.4.3.tar.bz2) = 7020351

View file

@ -1,6 +1,7 @@
bin/lyx
bin/tex2lyx
bin/lyxclient
share/locale/cs/LC_MESSAGES/lyx.mo
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo
share/locale/es/LC_MESSAGES/lyx.mo
@ -39,6 +40,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/chkconfig.ltx
%%DATADIR%%/clipart/platypus.eps
%%DATADIR%%/configure.py
%%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx
%%DATADIR%%/doc/DocStyle.lyx
%%DATADIR%%/doc/Extended.lyx
@ -83,6 +86,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/doc/he_Tutorial.lyx
%%DATADIR%%/doc/hu_Intro.lyx
%%DATADIR%%/doc/hu_TOC.lyx
%%DATADIR%%/doc/hu_Tutorial.lyx
%%DATADIR%%/doc/it_Customization.lyx
%%DATADIR%%/doc/it_Intro.lyx
%%DATADIR%%/doc/it_TOC.lyx
@ -128,6 +132,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx
%%DATADIR%%/examples/ca_splash.lyx
%%DATADIR%%/examples/cs_splash.lyx
%%DATADIR%%/examples/chess-article.lyx
%%DATADIR%%/examples/chessgame.lyx
%%DATADIR%%/examples/currency.lyx
@ -354,6 +359,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/ddagger.xpm
%%DATADIR%%/images/math/ddot.xpm
%%DATADIR%%/images/math/ddots.xpm
%%DATADIR%%/images/math/delim.xpm
%%DATADIR%%/images/math/delta.xpm
%%DATADIR%%/images/math/delta2.xpm
%%DATADIR%%/images/math/diagdown.xpm
@ -380,12 +386,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/eqcirc.xpm
%%DATADIR%%/images/math/eqslantgtr.xpm
%%DATADIR%%/images/math/eqslantless.xpm
%%DATADIR%%/images/math/equation.xpm
%%DATADIR%%/images/math/equiv.xpm
%%DATADIR%%/images/math/eta.xpm
%%DATADIR%%/images/math/eth.xpm
%%DATADIR%%/images/math/exists.xpm
%%DATADIR%%/images/math/fallingdotseq.xpm
%%DATADIR%%/images/math/flat.xpm
%%DATADIR%%/images/math/font.xpm
%%DATADIR%%/images/math/forall.xpm
%%DATADIR%%/images/math/frac.xpm
%%DATADIR%%/images/math/frown.xpm
@ -414,12 +422,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/heartsuit.xpm
%%DATADIR%%/images/math/hookleftarrow.xpm
%%DATADIR%%/images/math/hookrightarrow.xpm
%%DATADIR%%/images/math/hphantom.xpm
%%DATADIR%%/images/math/hslash.xpm
%%DATADIR%%/images/math/imath.xpm
%%DATADIR%%/images/math/in.xpm
%%DATADIR%%/images/math/infty.xpm
%%DATADIR%%/images/math/int.xpm
%%DATADIR%%/images/math/intercal.xpm
%%DATADIR%%/images/math/intop.xpm
%%DATADIR%%/images/math/iota.xpm
%%DATADIR%%/images/math/jmath.xpm
%%DATADIR%%/images/math/kappa.xpm
@ -491,6 +501,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/mathcal_O.xpm
%%DATADIR%%/images/math/mathcircumflex.xpm
%%DATADIR%%/images/math/mathrm_T.xpm
%%DATADIR%%/images/math/matrix.xpm
%%DATADIR%%/images/math/measuredangle.xpm
%%DATADIR%%/images/math/mho.xpm
%%DATADIR%%/images/math/mid.xpm
@ -544,6 +555,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/nwarrow.xpm
%%DATADIR%%/images/math/odot.xpm
%%DATADIR%%/images/math/oint.xpm
%%DATADIR%%/images/math/ointop.xpm
%%DATADIR%%/images/math/omega.xpm
%%DATADIR%%/images/math/omega2.xpm
%%DATADIR%%/images/math/ominus.xpm
@ -559,6 +571,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/parallel.xpm
%%DATADIR%%/images/math/partial.xpm
%%DATADIR%%/images/math/perp.xpm
%%DATADIR%%/images/math/phantom.xpm
%%DATADIR%%/images/math/phi.xpm
%%DATADIR%%/images/math/phi2.xpm
%%DATADIR%%/images/math/pi.xpm
@ -611,17 +624,22 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/smallsetminus.xpm
%%DATADIR%%/images/math/smallsmile.xpm
%%DATADIR%%/images/math/smile.xpm
%%DATADIR%%/images/math/space.xpm
%%DATADIR%%/images/math/spadesuit.xpm
%%DATADIR%%/images/math/sphericalangle.xpm
%%DATADIR%%/images/math/sqcap.xpm
%%DATADIR%%/images/math/sqcup.xpm
%%DATADIR%%/images/math/sqrt.xpm
%%DATADIR%%/images/math/sqrt-square.xpm
%%DATADIR%%/images/math/sqsubset.xpm
%%DATADIR%%/images/math/sqsubseteq.xpm
%%DATADIR%%/images/math/sqsupset.xpm
%%DATADIR%%/images/math/sqsupseteq.xpm
%%DATADIR%%/images/math/square.xpm
%%DATADIR%%/images/math/star.xpm
%%DATADIR%%/images/math/style.xbm
%%DATADIR%%/images/math/style.xpm
%%DATADIR%%/images/math/sub.xpm
%%DATADIR%%/images/math/subset.xpm
%%DATADIR%%/images/math/subset2.xpm
%%DATADIR%%/images/math/subseteq.xpm
@ -636,6 +654,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/succnsim.xpm
%%DATADIR%%/images/math/succsim.xpm
%%DATADIR%%/images/math/sum.xpm
%%DATADIR%%/images/math/super.xpm
%%DATADIR%%/images/math/supset.xpm
%%DATADIR%%/images/math/supset2.xpm
%%DATADIR%%/images/math/supseteq.xpm
@ -705,6 +724,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/vec.xpm
%%DATADIR%%/images/math/vee.xpm
%%DATADIR%%/images/math/veebar.xpm
%%DATADIR%%/images/math/vphantom.xpm
%%DATADIR%%/images/math/wedge.xpm
%%DATADIR%%/images/math/widehat.xpm
%%DATADIR%%/images/math/widetilde.xpm
@ -951,18 +971,42 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/profiling.pyo
%%DATADIR%%/lyxrc.example
%%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo
%%DATADIR%%/scripts/clean_dvi.py
%%DATADIR%%/scripts/convertDefault.sh
%%DATADIR%%/scripts/clean_dvi.pyc
%%DATADIR%%/scripts/clean_dvi.pyo
%%DATADIR%%/scripts/convertDefault.py
%%DATADIR%%/scripts/convertDefault.pyc
%%DATADIR%%/scripts/convertDefault.pyo
%%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fig2pdftex.sh
%%DATADIR%%/scripts/fig2pstex.sh
%%DATADIR%%/scripts/fig_copy.sh
%%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo
%%DATADIR%%/scripts/fig2pdftex.py
%%DATADIR%%/scripts/fig2pdftex.pyc
%%DATADIR%%/scripts/fig2pdftex.pyo
%%DATADIR%%/scripts/fig2pstex.py
%%DATADIR%%/scripts/fig2pstex.pyc
%%DATADIR%%/scripts/fig2pstex.pyo
%%DATADIR%%/scripts/fig_copy.py
%%DATADIR%%/scripts/fig_copy.pyc
%%DATADIR%%/scripts/fig_copy.pyo
%%DATADIR%%/scripts/layout2layout.py
%%DATADIR%%/scripts/layout2layout.pyc
%%DATADIR%%/scripts/layout2layout.pyo
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.py
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
%%DATADIR%%/scripts/listerrors
%%DATADIR%%/scripts/lyxpreview2bitmap.py
%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
%%DATADIR%%/scripts/lyxpreview_tools.py
%%DATADIR%%/scripts/lyxpreview_tools.pyc
%%DATADIR%%/scripts/lyxpreview_tools.pyo
%%DATADIR%%/scripts/tex_copy.py
%%DATADIR%%/scripts/tex_copy.pyc
%%DATADIR%%/scripts/tex_copy.pyo
%%DATADIR%%/symbols
%%DATADIR%%/syntax.default
%%DATADIR%%/templates/IEEEtran.lyx

View file

@ -6,12 +6,16 @@
#
PORTNAME= lyx
PORTVERSION= 1.4.2
PORTVERSION= 1.4.3
CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://planetmirror.com/pub/lyx/stable/ \
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/ \
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \
ftp://ftp.chg.ru/pub/X11/lyx/stable/ \
http://lyx.mirror.fr/stable/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
@ -42,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN1= lyx.1 tex2lyx.1 lyxclient.1
post-patch:
# Removing mention of the bundled boost
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
@# Removing mention of the bundled boost
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
${WRKSRC}/src/support/debugstream.h
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
${WRKSRC}/src/support/filetools.C
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
${WRKSRC}/src/support/tests/test_*
post-configure:
# Removing explicit linking with -lc
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
@# Removing explicit linking with -lc
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
.include <bsd.port.pre.mk>
@ -99,4 +103,8 @@ CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
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
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (lyx-1.4.2.tar.bz2) = e828dbb01e3a05b1ae9dfb28884463e2
SHA256 (lyx-1.4.2.tar.bz2) = 54de255a4ef947726b6ce7067cf149804cee82fc8d27f6749cd4c927be21b782
SIZE (lyx-1.4.2.tar.bz2) = 6874598
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
SIZE (lyx-1.4.3.tar.bz2) = 7020351

View file

@ -1,6 +1,7 @@
bin/lyx
bin/tex2lyx
bin/lyxclient
share/locale/cs/LC_MESSAGES/lyx.mo
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo
share/locale/es/LC_MESSAGES/lyx.mo
@ -39,6 +40,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/chkconfig.ltx
%%DATADIR%%/clipart/platypus.eps
%%DATADIR%%/configure.py
%%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx
%%DATADIR%%/doc/DocStyle.lyx
%%DATADIR%%/doc/Extended.lyx
@ -83,6 +86,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/doc/he_Tutorial.lyx
%%DATADIR%%/doc/hu_Intro.lyx
%%DATADIR%%/doc/hu_TOC.lyx
%%DATADIR%%/doc/hu_Tutorial.lyx
%%DATADIR%%/doc/it_Customization.lyx
%%DATADIR%%/doc/it_Intro.lyx
%%DATADIR%%/doc/it_TOC.lyx
@ -128,6 +132,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx
%%DATADIR%%/examples/ca_splash.lyx
%%DATADIR%%/examples/cs_splash.lyx
%%DATADIR%%/examples/chess-article.lyx
%%DATADIR%%/examples/chessgame.lyx
%%DATADIR%%/examples/currency.lyx
@ -354,6 +359,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/ddagger.xpm
%%DATADIR%%/images/math/ddot.xpm
%%DATADIR%%/images/math/ddots.xpm
%%DATADIR%%/images/math/delim.xpm
%%DATADIR%%/images/math/delta.xpm
%%DATADIR%%/images/math/delta2.xpm
%%DATADIR%%/images/math/diagdown.xpm
@ -380,12 +386,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/eqcirc.xpm
%%DATADIR%%/images/math/eqslantgtr.xpm
%%DATADIR%%/images/math/eqslantless.xpm
%%DATADIR%%/images/math/equation.xpm
%%DATADIR%%/images/math/equiv.xpm
%%DATADIR%%/images/math/eta.xpm
%%DATADIR%%/images/math/eth.xpm
%%DATADIR%%/images/math/exists.xpm
%%DATADIR%%/images/math/fallingdotseq.xpm
%%DATADIR%%/images/math/flat.xpm
%%DATADIR%%/images/math/font.xpm
%%DATADIR%%/images/math/forall.xpm
%%DATADIR%%/images/math/frac.xpm
%%DATADIR%%/images/math/frown.xpm
@ -414,12 +422,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/heartsuit.xpm
%%DATADIR%%/images/math/hookleftarrow.xpm
%%DATADIR%%/images/math/hookrightarrow.xpm
%%DATADIR%%/images/math/hphantom.xpm
%%DATADIR%%/images/math/hslash.xpm
%%DATADIR%%/images/math/imath.xpm
%%DATADIR%%/images/math/in.xpm
%%DATADIR%%/images/math/infty.xpm
%%DATADIR%%/images/math/int.xpm
%%DATADIR%%/images/math/intercal.xpm
%%DATADIR%%/images/math/intop.xpm
%%DATADIR%%/images/math/iota.xpm
%%DATADIR%%/images/math/jmath.xpm
%%DATADIR%%/images/math/kappa.xpm
@ -491,6 +501,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/mathcal_O.xpm
%%DATADIR%%/images/math/mathcircumflex.xpm
%%DATADIR%%/images/math/mathrm_T.xpm
%%DATADIR%%/images/math/matrix.xpm
%%DATADIR%%/images/math/measuredangle.xpm
%%DATADIR%%/images/math/mho.xpm
%%DATADIR%%/images/math/mid.xpm
@ -544,6 +555,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/nwarrow.xpm
%%DATADIR%%/images/math/odot.xpm
%%DATADIR%%/images/math/oint.xpm
%%DATADIR%%/images/math/ointop.xpm
%%DATADIR%%/images/math/omega.xpm
%%DATADIR%%/images/math/omega2.xpm
%%DATADIR%%/images/math/ominus.xpm
@ -559,6 +571,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/parallel.xpm
%%DATADIR%%/images/math/partial.xpm
%%DATADIR%%/images/math/perp.xpm
%%DATADIR%%/images/math/phantom.xpm
%%DATADIR%%/images/math/phi.xpm
%%DATADIR%%/images/math/phi2.xpm
%%DATADIR%%/images/math/pi.xpm
@ -611,17 +624,22 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/smallsetminus.xpm
%%DATADIR%%/images/math/smallsmile.xpm
%%DATADIR%%/images/math/smile.xpm
%%DATADIR%%/images/math/space.xpm
%%DATADIR%%/images/math/spadesuit.xpm
%%DATADIR%%/images/math/sphericalangle.xpm
%%DATADIR%%/images/math/sqcap.xpm
%%DATADIR%%/images/math/sqcup.xpm
%%DATADIR%%/images/math/sqrt.xpm
%%DATADIR%%/images/math/sqrt-square.xpm
%%DATADIR%%/images/math/sqsubset.xpm
%%DATADIR%%/images/math/sqsubseteq.xpm
%%DATADIR%%/images/math/sqsupset.xpm
%%DATADIR%%/images/math/sqsupseteq.xpm
%%DATADIR%%/images/math/square.xpm
%%DATADIR%%/images/math/star.xpm
%%DATADIR%%/images/math/style.xbm
%%DATADIR%%/images/math/style.xpm
%%DATADIR%%/images/math/sub.xpm
%%DATADIR%%/images/math/subset.xpm
%%DATADIR%%/images/math/subset2.xpm
%%DATADIR%%/images/math/subseteq.xpm
@ -636,6 +654,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/succnsim.xpm
%%DATADIR%%/images/math/succsim.xpm
%%DATADIR%%/images/math/sum.xpm
%%DATADIR%%/images/math/super.xpm
%%DATADIR%%/images/math/supset.xpm
%%DATADIR%%/images/math/supset2.xpm
%%DATADIR%%/images/math/supseteq.xpm
@ -705,6 +724,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/vec.xpm
%%DATADIR%%/images/math/vee.xpm
%%DATADIR%%/images/math/veebar.xpm
%%DATADIR%%/images/math/vphantom.xpm
%%DATADIR%%/images/math/wedge.xpm
%%DATADIR%%/images/math/widehat.xpm
%%DATADIR%%/images/math/widetilde.xpm
@ -951,18 +971,42 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/profiling.pyo
%%DATADIR%%/lyxrc.example
%%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo
%%DATADIR%%/scripts/clean_dvi.py
%%DATADIR%%/scripts/convertDefault.sh
%%DATADIR%%/scripts/clean_dvi.pyc
%%DATADIR%%/scripts/clean_dvi.pyo
%%DATADIR%%/scripts/convertDefault.py
%%DATADIR%%/scripts/convertDefault.pyc
%%DATADIR%%/scripts/convertDefault.pyo
%%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fig2pdftex.sh
%%DATADIR%%/scripts/fig2pstex.sh
%%DATADIR%%/scripts/fig_copy.sh
%%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo
%%DATADIR%%/scripts/fig2pdftex.py
%%DATADIR%%/scripts/fig2pdftex.pyc
%%DATADIR%%/scripts/fig2pdftex.pyo
%%DATADIR%%/scripts/fig2pstex.py
%%DATADIR%%/scripts/fig2pstex.pyc
%%DATADIR%%/scripts/fig2pstex.pyo
%%DATADIR%%/scripts/fig_copy.py
%%DATADIR%%/scripts/fig_copy.pyc
%%DATADIR%%/scripts/fig_copy.pyo
%%DATADIR%%/scripts/layout2layout.py
%%DATADIR%%/scripts/layout2layout.pyc
%%DATADIR%%/scripts/layout2layout.pyo
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.py
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
%%DATADIR%%/scripts/listerrors
%%DATADIR%%/scripts/lyxpreview2bitmap.py
%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
%%DATADIR%%/scripts/lyxpreview_tools.py
%%DATADIR%%/scripts/lyxpreview_tools.pyc
%%DATADIR%%/scripts/lyxpreview_tools.pyo
%%DATADIR%%/scripts/tex_copy.py
%%DATADIR%%/scripts/tex_copy.pyc
%%DATADIR%%/scripts/tex_copy.pyo
%%DATADIR%%/symbols
%%DATADIR%%/syntax.default
%%DATADIR%%/templates/IEEEtran.lyx

View file

@ -6,12 +6,16 @@
#
PORTNAME= lyx
PORTVERSION= 1.4.2
PORTVERSION= 1.4.3
CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://planetmirror.com/pub/lyx/stable/ \
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/ \
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \
ftp://ftp.chg.ru/pub/X11/lyx/stable/ \
http://lyx.mirror.fr/stable/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
@ -42,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN1= lyx.1 tex2lyx.1 lyxclient.1
post-patch:
# Removing mention of the bundled boost
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
@# Removing mention of the bundled boost
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
${WRKSRC}/src/support/debugstream.h
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
${WRKSRC}/src/support/filetools.C
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
${WRKSRC}/src/support/tests/test_*
post-configure:
# Removing explicit linking with -lc
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
@# Removing explicit linking with -lc
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
.include <bsd.port.pre.mk>
@ -99,4 +103,8 @@ CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
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
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (lyx-1.4.2.tar.bz2) = e828dbb01e3a05b1ae9dfb28884463e2
SHA256 (lyx-1.4.2.tar.bz2) = 54de255a4ef947726b6ce7067cf149804cee82fc8d27f6749cd4c927be21b782
SIZE (lyx-1.4.2.tar.bz2) = 6874598
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
SIZE (lyx-1.4.3.tar.bz2) = 7020351

View file

@ -1,6 +1,7 @@
bin/lyx
bin/tex2lyx
bin/lyxclient
share/locale/cs/LC_MESSAGES/lyx.mo
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo
share/locale/es/LC_MESSAGES/lyx.mo
@ -39,6 +40,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/chkconfig.ltx
%%DATADIR%%/clipart/platypus.eps
%%DATADIR%%/configure.py
%%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx
%%DATADIR%%/doc/DocStyle.lyx
%%DATADIR%%/doc/Extended.lyx
@ -83,6 +86,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/doc/he_Tutorial.lyx
%%DATADIR%%/doc/hu_Intro.lyx
%%DATADIR%%/doc/hu_TOC.lyx
%%DATADIR%%/doc/hu_Tutorial.lyx
%%DATADIR%%/doc/it_Customization.lyx
%%DATADIR%%/doc/it_Intro.lyx
%%DATADIR%%/doc/it_TOC.lyx
@ -128,6 +132,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx
%%DATADIR%%/examples/ca_splash.lyx
%%DATADIR%%/examples/cs_splash.lyx
%%DATADIR%%/examples/chess-article.lyx
%%DATADIR%%/examples/chessgame.lyx
%%DATADIR%%/examples/currency.lyx
@ -354,6 +359,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/ddagger.xpm
%%DATADIR%%/images/math/ddot.xpm
%%DATADIR%%/images/math/ddots.xpm
%%DATADIR%%/images/math/delim.xpm
%%DATADIR%%/images/math/delta.xpm
%%DATADIR%%/images/math/delta2.xpm
%%DATADIR%%/images/math/diagdown.xpm
@ -380,12 +386,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/eqcirc.xpm
%%DATADIR%%/images/math/eqslantgtr.xpm
%%DATADIR%%/images/math/eqslantless.xpm
%%DATADIR%%/images/math/equation.xpm
%%DATADIR%%/images/math/equiv.xpm
%%DATADIR%%/images/math/eta.xpm
%%DATADIR%%/images/math/eth.xpm
%%DATADIR%%/images/math/exists.xpm
%%DATADIR%%/images/math/fallingdotseq.xpm
%%DATADIR%%/images/math/flat.xpm
%%DATADIR%%/images/math/font.xpm
%%DATADIR%%/images/math/forall.xpm
%%DATADIR%%/images/math/frac.xpm
%%DATADIR%%/images/math/frown.xpm
@ -414,12 +422,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/heartsuit.xpm
%%DATADIR%%/images/math/hookleftarrow.xpm
%%DATADIR%%/images/math/hookrightarrow.xpm
%%DATADIR%%/images/math/hphantom.xpm
%%DATADIR%%/images/math/hslash.xpm
%%DATADIR%%/images/math/imath.xpm
%%DATADIR%%/images/math/in.xpm
%%DATADIR%%/images/math/infty.xpm
%%DATADIR%%/images/math/int.xpm
%%DATADIR%%/images/math/intercal.xpm
%%DATADIR%%/images/math/intop.xpm
%%DATADIR%%/images/math/iota.xpm
%%DATADIR%%/images/math/jmath.xpm
%%DATADIR%%/images/math/kappa.xpm
@ -491,6 +501,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/mathcal_O.xpm
%%DATADIR%%/images/math/mathcircumflex.xpm
%%DATADIR%%/images/math/mathrm_T.xpm
%%DATADIR%%/images/math/matrix.xpm
%%DATADIR%%/images/math/measuredangle.xpm
%%DATADIR%%/images/math/mho.xpm
%%DATADIR%%/images/math/mid.xpm
@ -544,6 +555,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/nwarrow.xpm
%%DATADIR%%/images/math/odot.xpm
%%DATADIR%%/images/math/oint.xpm
%%DATADIR%%/images/math/ointop.xpm
%%DATADIR%%/images/math/omega.xpm
%%DATADIR%%/images/math/omega2.xpm
%%DATADIR%%/images/math/ominus.xpm
@ -559,6 +571,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/parallel.xpm
%%DATADIR%%/images/math/partial.xpm
%%DATADIR%%/images/math/perp.xpm
%%DATADIR%%/images/math/phantom.xpm
%%DATADIR%%/images/math/phi.xpm
%%DATADIR%%/images/math/phi2.xpm
%%DATADIR%%/images/math/pi.xpm
@ -611,17 +624,22 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/smallsetminus.xpm
%%DATADIR%%/images/math/smallsmile.xpm
%%DATADIR%%/images/math/smile.xpm
%%DATADIR%%/images/math/space.xpm
%%DATADIR%%/images/math/spadesuit.xpm
%%DATADIR%%/images/math/sphericalangle.xpm
%%DATADIR%%/images/math/sqcap.xpm
%%DATADIR%%/images/math/sqcup.xpm
%%DATADIR%%/images/math/sqrt.xpm
%%DATADIR%%/images/math/sqrt-square.xpm
%%DATADIR%%/images/math/sqsubset.xpm
%%DATADIR%%/images/math/sqsubseteq.xpm
%%DATADIR%%/images/math/sqsupset.xpm
%%DATADIR%%/images/math/sqsupseteq.xpm
%%DATADIR%%/images/math/square.xpm
%%DATADIR%%/images/math/star.xpm
%%DATADIR%%/images/math/style.xbm
%%DATADIR%%/images/math/style.xpm
%%DATADIR%%/images/math/sub.xpm
%%DATADIR%%/images/math/subset.xpm
%%DATADIR%%/images/math/subset2.xpm
%%DATADIR%%/images/math/subseteq.xpm
@ -636,6 +654,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/succnsim.xpm
%%DATADIR%%/images/math/succsim.xpm
%%DATADIR%%/images/math/sum.xpm
%%DATADIR%%/images/math/super.xpm
%%DATADIR%%/images/math/supset.xpm
%%DATADIR%%/images/math/supset2.xpm
%%DATADIR%%/images/math/supseteq.xpm
@ -705,6 +724,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/vec.xpm
%%DATADIR%%/images/math/vee.xpm
%%DATADIR%%/images/math/veebar.xpm
%%DATADIR%%/images/math/vphantom.xpm
%%DATADIR%%/images/math/wedge.xpm
%%DATADIR%%/images/math/widehat.xpm
%%DATADIR%%/images/math/widetilde.xpm
@ -951,18 +971,42 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/profiling.pyo
%%DATADIR%%/lyxrc.example
%%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo
%%DATADIR%%/scripts/clean_dvi.py
%%DATADIR%%/scripts/convertDefault.sh
%%DATADIR%%/scripts/clean_dvi.pyc
%%DATADIR%%/scripts/clean_dvi.pyo
%%DATADIR%%/scripts/convertDefault.py
%%DATADIR%%/scripts/convertDefault.pyc
%%DATADIR%%/scripts/convertDefault.pyo
%%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fig2pdftex.sh
%%DATADIR%%/scripts/fig2pstex.sh
%%DATADIR%%/scripts/fig_copy.sh
%%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo
%%DATADIR%%/scripts/fig2pdftex.py
%%DATADIR%%/scripts/fig2pdftex.pyc
%%DATADIR%%/scripts/fig2pdftex.pyo
%%DATADIR%%/scripts/fig2pstex.py
%%DATADIR%%/scripts/fig2pstex.pyc
%%DATADIR%%/scripts/fig2pstex.pyo
%%DATADIR%%/scripts/fig_copy.py
%%DATADIR%%/scripts/fig_copy.pyc
%%DATADIR%%/scripts/fig_copy.pyo
%%DATADIR%%/scripts/layout2layout.py
%%DATADIR%%/scripts/layout2layout.pyc
%%DATADIR%%/scripts/layout2layout.pyo
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.py
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
%%DATADIR%%/scripts/listerrors
%%DATADIR%%/scripts/lyxpreview2bitmap.py
%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
%%DATADIR%%/scripts/lyxpreview_tools.py
%%DATADIR%%/scripts/lyxpreview_tools.pyc
%%DATADIR%%/scripts/lyxpreview_tools.pyo
%%DATADIR%%/scripts/tex_copy.py
%%DATADIR%%/scripts/tex_copy.pyc
%%DATADIR%%/scripts/tex_copy.pyo
%%DATADIR%%/symbols
%%DATADIR%%/syntax.default
%%DATADIR%%/templates/IEEEtran.lyx

View file

@ -6,12 +6,16 @@
#
PORTNAME= lyx
PORTVERSION= 1.4.2
PORTVERSION= 1.4.3
CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://planetmirror.com/pub/lyx/stable/ \
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/ \
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \
ftp://ftp.chg.ru/pub/X11/lyx/stable/ \
http://lyx.mirror.fr/stable/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
@ -42,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN1= lyx.1 tex2lyx.1 lyxclient.1
post-patch:
# Removing mention of the bundled boost
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
@# Removing mention of the bundled boost
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
${WRKSRC}/src/support/debugstream.h
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
${WRKSRC}/src/support/filetools.C
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
${WRKSRC}/src/support/tests/test_*
post-configure:
# Removing explicit linking with -lc
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
@# Removing explicit linking with -lc
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
.include <bsd.port.pre.mk>
@ -99,4 +103,8 @@ CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
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
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (lyx-1.4.2.tar.bz2) = e828dbb01e3a05b1ae9dfb28884463e2
SHA256 (lyx-1.4.2.tar.bz2) = 54de255a4ef947726b6ce7067cf149804cee82fc8d27f6749cd4c927be21b782
SIZE (lyx-1.4.2.tar.bz2) = 6874598
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
SIZE (lyx-1.4.3.tar.bz2) = 7020351

View file

@ -1,6 +1,7 @@
bin/lyx
bin/tex2lyx
bin/lyxclient
share/locale/cs/LC_MESSAGES/lyx.mo
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo
share/locale/es/LC_MESSAGES/lyx.mo
@ -39,6 +40,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/chkconfig.ltx
%%DATADIR%%/clipart/platypus.eps
%%DATADIR%%/configure.py
%%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx
%%DATADIR%%/doc/DocStyle.lyx
%%DATADIR%%/doc/Extended.lyx
@ -83,6 +86,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/doc/he_Tutorial.lyx
%%DATADIR%%/doc/hu_Intro.lyx
%%DATADIR%%/doc/hu_TOC.lyx
%%DATADIR%%/doc/hu_Tutorial.lyx
%%DATADIR%%/doc/it_Customization.lyx
%%DATADIR%%/doc/it_Intro.lyx
%%DATADIR%%/doc/it_TOC.lyx
@ -128,6 +132,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx
%%DATADIR%%/examples/ca_splash.lyx
%%DATADIR%%/examples/cs_splash.lyx
%%DATADIR%%/examples/chess-article.lyx
%%DATADIR%%/examples/chessgame.lyx
%%DATADIR%%/examples/currency.lyx
@ -354,6 +359,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/ddagger.xpm
%%DATADIR%%/images/math/ddot.xpm
%%DATADIR%%/images/math/ddots.xpm
%%DATADIR%%/images/math/delim.xpm
%%DATADIR%%/images/math/delta.xpm
%%DATADIR%%/images/math/delta2.xpm
%%DATADIR%%/images/math/diagdown.xpm
@ -380,12 +386,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/eqcirc.xpm
%%DATADIR%%/images/math/eqslantgtr.xpm
%%DATADIR%%/images/math/eqslantless.xpm
%%DATADIR%%/images/math/equation.xpm
%%DATADIR%%/images/math/equiv.xpm
%%DATADIR%%/images/math/eta.xpm
%%DATADIR%%/images/math/eth.xpm
%%DATADIR%%/images/math/exists.xpm
%%DATADIR%%/images/math/fallingdotseq.xpm
%%DATADIR%%/images/math/flat.xpm
%%DATADIR%%/images/math/font.xpm
%%DATADIR%%/images/math/forall.xpm
%%DATADIR%%/images/math/frac.xpm
%%DATADIR%%/images/math/frown.xpm
@ -414,12 +422,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/heartsuit.xpm
%%DATADIR%%/images/math/hookleftarrow.xpm
%%DATADIR%%/images/math/hookrightarrow.xpm
%%DATADIR%%/images/math/hphantom.xpm
%%DATADIR%%/images/math/hslash.xpm
%%DATADIR%%/images/math/imath.xpm
%%DATADIR%%/images/math/in.xpm
%%DATADIR%%/images/math/infty.xpm
%%DATADIR%%/images/math/int.xpm
%%DATADIR%%/images/math/intercal.xpm
%%DATADIR%%/images/math/intop.xpm
%%DATADIR%%/images/math/iota.xpm
%%DATADIR%%/images/math/jmath.xpm
%%DATADIR%%/images/math/kappa.xpm
@ -491,6 +501,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/mathcal_O.xpm
%%DATADIR%%/images/math/mathcircumflex.xpm
%%DATADIR%%/images/math/mathrm_T.xpm
%%DATADIR%%/images/math/matrix.xpm
%%DATADIR%%/images/math/measuredangle.xpm
%%DATADIR%%/images/math/mho.xpm
%%DATADIR%%/images/math/mid.xpm
@ -544,6 +555,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/nwarrow.xpm
%%DATADIR%%/images/math/odot.xpm
%%DATADIR%%/images/math/oint.xpm
%%DATADIR%%/images/math/ointop.xpm
%%DATADIR%%/images/math/omega.xpm
%%DATADIR%%/images/math/omega2.xpm
%%DATADIR%%/images/math/ominus.xpm
@ -559,6 +571,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/parallel.xpm
%%DATADIR%%/images/math/partial.xpm
%%DATADIR%%/images/math/perp.xpm
%%DATADIR%%/images/math/phantom.xpm
%%DATADIR%%/images/math/phi.xpm
%%DATADIR%%/images/math/phi2.xpm
%%DATADIR%%/images/math/pi.xpm
@ -611,17 +624,22 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/smallsetminus.xpm
%%DATADIR%%/images/math/smallsmile.xpm
%%DATADIR%%/images/math/smile.xpm
%%DATADIR%%/images/math/space.xpm
%%DATADIR%%/images/math/spadesuit.xpm
%%DATADIR%%/images/math/sphericalangle.xpm
%%DATADIR%%/images/math/sqcap.xpm
%%DATADIR%%/images/math/sqcup.xpm
%%DATADIR%%/images/math/sqrt.xpm
%%DATADIR%%/images/math/sqrt-square.xpm
%%DATADIR%%/images/math/sqsubset.xpm
%%DATADIR%%/images/math/sqsubseteq.xpm
%%DATADIR%%/images/math/sqsupset.xpm
%%DATADIR%%/images/math/sqsupseteq.xpm
%%DATADIR%%/images/math/square.xpm
%%DATADIR%%/images/math/star.xpm
%%DATADIR%%/images/math/style.xbm
%%DATADIR%%/images/math/style.xpm
%%DATADIR%%/images/math/sub.xpm
%%DATADIR%%/images/math/subset.xpm
%%DATADIR%%/images/math/subset2.xpm
%%DATADIR%%/images/math/subseteq.xpm
@ -636,6 +654,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/succnsim.xpm
%%DATADIR%%/images/math/succsim.xpm
%%DATADIR%%/images/math/sum.xpm
%%DATADIR%%/images/math/super.xpm
%%DATADIR%%/images/math/supset.xpm
%%DATADIR%%/images/math/supset2.xpm
%%DATADIR%%/images/math/supseteq.xpm
@ -705,6 +724,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/vec.xpm
%%DATADIR%%/images/math/vee.xpm
%%DATADIR%%/images/math/veebar.xpm
%%DATADIR%%/images/math/vphantom.xpm
%%DATADIR%%/images/math/wedge.xpm
%%DATADIR%%/images/math/widehat.xpm
%%DATADIR%%/images/math/widetilde.xpm
@ -951,18 +971,42 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/profiling.pyo
%%DATADIR%%/lyxrc.example
%%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo
%%DATADIR%%/scripts/clean_dvi.py
%%DATADIR%%/scripts/convertDefault.sh
%%DATADIR%%/scripts/clean_dvi.pyc
%%DATADIR%%/scripts/clean_dvi.pyo
%%DATADIR%%/scripts/convertDefault.py
%%DATADIR%%/scripts/convertDefault.pyc
%%DATADIR%%/scripts/convertDefault.pyo
%%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fig2pdftex.sh
%%DATADIR%%/scripts/fig2pstex.sh
%%DATADIR%%/scripts/fig_copy.sh
%%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo
%%DATADIR%%/scripts/fig2pdftex.py
%%DATADIR%%/scripts/fig2pdftex.pyc
%%DATADIR%%/scripts/fig2pdftex.pyo
%%DATADIR%%/scripts/fig2pstex.py
%%DATADIR%%/scripts/fig2pstex.pyc
%%DATADIR%%/scripts/fig2pstex.pyo
%%DATADIR%%/scripts/fig_copy.py
%%DATADIR%%/scripts/fig_copy.pyc
%%DATADIR%%/scripts/fig_copy.pyo
%%DATADIR%%/scripts/layout2layout.py
%%DATADIR%%/scripts/layout2layout.pyc
%%DATADIR%%/scripts/layout2layout.pyo
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.py
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
%%DATADIR%%/scripts/listerrors
%%DATADIR%%/scripts/lyxpreview2bitmap.py
%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
%%DATADIR%%/scripts/lyxpreview_tools.py
%%DATADIR%%/scripts/lyxpreview_tools.pyc
%%DATADIR%%/scripts/lyxpreview_tools.pyo
%%DATADIR%%/scripts/tex_copy.py
%%DATADIR%%/scripts/tex_copy.pyc
%%DATADIR%%/scripts/tex_copy.pyo
%%DATADIR%%/symbols
%%DATADIR%%/syntax.default
%%DATADIR%%/templates/IEEEtran.lyx

View file

@ -6,12 +6,16 @@
#
PORTNAME= lyx
PORTVERSION= 1.4.2
PORTVERSION= 1.4.3
CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://planetmirror.com/pub/lyx/stable/ \
ftp://ftp.planetmirror.com/pub/lyx/stable/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/ \
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
ftp://ftp.ntua.gr/pub/X11/LyX/stable/ \
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/ \
ftp://ftp.chg.ru/pub/X11/lyx/stable/ \
http://lyx.mirror.fr/stable/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
@ -42,19 +46,19 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN1= lyx.1 tex2lyx.1 lyxclient.1
post-patch:
# Removing mention of the bundled boost
${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
@# Removing mention of the bundled boost
@${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
${WRKSRC}/src/support/debugstream.h
${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
@${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
${WRKSRC}/src/support/filetools.C
${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
@${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
${WRKSRC}/src/support/tests/test_*
post-configure:
# Removing explicit linking with -lc
${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
@# Removing explicit linking with -lc
@${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
.include <bsd.port.pre.mk>
@ -99,4 +103,8 @@ CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
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
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (lyx-1.4.2.tar.bz2) = e828dbb01e3a05b1ae9dfb28884463e2
SHA256 (lyx-1.4.2.tar.bz2) = 54de255a4ef947726b6ce7067cf149804cee82fc8d27f6749cd4c927be21b782
SIZE (lyx-1.4.2.tar.bz2) = 6874598
MD5 (lyx-1.4.3.tar.bz2) = 34a014a0034481381cbba517d4a00e61
SHA256 (lyx-1.4.3.tar.bz2) = e64e872057cf4363b1ffe71df03418865e321276ec63e4e93c4b8303bd7d0078
SIZE (lyx-1.4.3.tar.bz2) = 7020351

View file

@ -1,6 +1,7 @@
bin/lyx
bin/tex2lyx
bin/lyxclient
share/locale/cs/LC_MESSAGES/lyx.mo
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo
share/locale/es/LC_MESSAGES/lyx.mo
@ -39,6 +40,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/chkconfig.ltx
%%DATADIR%%/clipart/platypus.eps
%%DATADIR%%/configure.py
%%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx
%%DATADIR%%/doc/DocStyle.lyx
%%DATADIR%%/doc/Extended.lyx
@ -83,6 +86,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/doc/he_Tutorial.lyx
%%DATADIR%%/doc/hu_Intro.lyx
%%DATADIR%%/doc/hu_TOC.lyx
%%DATADIR%%/doc/hu_Tutorial.lyx
%%DATADIR%%/doc/it_Customization.lyx
%%DATADIR%%/doc/it_Intro.lyx
%%DATADIR%%/doc/it_TOC.lyx
@ -128,6 +132,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx
%%DATADIR%%/examples/ca_splash.lyx
%%DATADIR%%/examples/cs_splash.lyx
%%DATADIR%%/examples/chess-article.lyx
%%DATADIR%%/examples/chessgame.lyx
%%DATADIR%%/examples/currency.lyx
@ -354,6 +359,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/ddagger.xpm
%%DATADIR%%/images/math/ddot.xpm
%%DATADIR%%/images/math/ddots.xpm
%%DATADIR%%/images/math/delim.xpm
%%DATADIR%%/images/math/delta.xpm
%%DATADIR%%/images/math/delta2.xpm
%%DATADIR%%/images/math/diagdown.xpm
@ -380,12 +386,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/eqcirc.xpm
%%DATADIR%%/images/math/eqslantgtr.xpm
%%DATADIR%%/images/math/eqslantless.xpm
%%DATADIR%%/images/math/equation.xpm
%%DATADIR%%/images/math/equiv.xpm
%%DATADIR%%/images/math/eta.xpm
%%DATADIR%%/images/math/eth.xpm
%%DATADIR%%/images/math/exists.xpm
%%DATADIR%%/images/math/fallingdotseq.xpm
%%DATADIR%%/images/math/flat.xpm
%%DATADIR%%/images/math/font.xpm
%%DATADIR%%/images/math/forall.xpm
%%DATADIR%%/images/math/frac.xpm
%%DATADIR%%/images/math/frown.xpm
@ -414,12 +422,14 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/heartsuit.xpm
%%DATADIR%%/images/math/hookleftarrow.xpm
%%DATADIR%%/images/math/hookrightarrow.xpm
%%DATADIR%%/images/math/hphantom.xpm
%%DATADIR%%/images/math/hslash.xpm
%%DATADIR%%/images/math/imath.xpm
%%DATADIR%%/images/math/in.xpm
%%DATADIR%%/images/math/infty.xpm
%%DATADIR%%/images/math/int.xpm
%%DATADIR%%/images/math/intercal.xpm
%%DATADIR%%/images/math/intop.xpm
%%DATADIR%%/images/math/iota.xpm
%%DATADIR%%/images/math/jmath.xpm
%%DATADIR%%/images/math/kappa.xpm
@ -491,6 +501,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/mathcal_O.xpm
%%DATADIR%%/images/math/mathcircumflex.xpm
%%DATADIR%%/images/math/mathrm_T.xpm
%%DATADIR%%/images/math/matrix.xpm
%%DATADIR%%/images/math/measuredangle.xpm
%%DATADIR%%/images/math/mho.xpm
%%DATADIR%%/images/math/mid.xpm
@ -544,6 +555,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/nwarrow.xpm
%%DATADIR%%/images/math/odot.xpm
%%DATADIR%%/images/math/oint.xpm
%%DATADIR%%/images/math/ointop.xpm
%%DATADIR%%/images/math/omega.xpm
%%DATADIR%%/images/math/omega2.xpm
%%DATADIR%%/images/math/ominus.xpm
@ -559,6 +571,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/parallel.xpm
%%DATADIR%%/images/math/partial.xpm
%%DATADIR%%/images/math/perp.xpm
%%DATADIR%%/images/math/phantom.xpm
%%DATADIR%%/images/math/phi.xpm
%%DATADIR%%/images/math/phi2.xpm
%%DATADIR%%/images/math/pi.xpm
@ -611,17 +624,22 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/smallsetminus.xpm
%%DATADIR%%/images/math/smallsmile.xpm
%%DATADIR%%/images/math/smile.xpm
%%DATADIR%%/images/math/space.xpm
%%DATADIR%%/images/math/spadesuit.xpm
%%DATADIR%%/images/math/sphericalangle.xpm
%%DATADIR%%/images/math/sqcap.xpm
%%DATADIR%%/images/math/sqcup.xpm
%%DATADIR%%/images/math/sqrt.xpm
%%DATADIR%%/images/math/sqrt-square.xpm
%%DATADIR%%/images/math/sqsubset.xpm
%%DATADIR%%/images/math/sqsubseteq.xpm
%%DATADIR%%/images/math/sqsupset.xpm
%%DATADIR%%/images/math/sqsupseteq.xpm
%%DATADIR%%/images/math/square.xpm
%%DATADIR%%/images/math/star.xpm
%%DATADIR%%/images/math/style.xbm
%%DATADIR%%/images/math/style.xpm
%%DATADIR%%/images/math/sub.xpm
%%DATADIR%%/images/math/subset.xpm
%%DATADIR%%/images/math/subset2.xpm
%%DATADIR%%/images/math/subseteq.xpm
@ -636,6 +654,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/succnsim.xpm
%%DATADIR%%/images/math/succsim.xpm
%%DATADIR%%/images/math/sum.xpm
%%DATADIR%%/images/math/super.xpm
%%DATADIR%%/images/math/supset.xpm
%%DATADIR%%/images/math/supset2.xpm
%%DATADIR%%/images/math/supseteq.xpm
@ -705,6 +724,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/images/math/vec.xpm
%%DATADIR%%/images/math/vee.xpm
%%DATADIR%%/images/math/veebar.xpm
%%DATADIR%%/images/math/vphantom.xpm
%%DATADIR%%/images/math/wedge.xpm
%%DATADIR%%/images/math/widehat.xpm
%%DATADIR%%/images/math/widetilde.xpm
@ -951,18 +971,42 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/profiling.pyo
%%DATADIR%%/lyxrc.example
%%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo
%%DATADIR%%/scripts/clean_dvi.py
%%DATADIR%%/scripts/convertDefault.sh
%%DATADIR%%/scripts/clean_dvi.pyc
%%DATADIR%%/scripts/clean_dvi.pyo
%%DATADIR%%/scripts/convertDefault.py
%%DATADIR%%/scripts/convertDefault.pyc
%%DATADIR%%/scripts/convertDefault.pyo
%%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fig2pdftex.sh
%%DATADIR%%/scripts/fig2pstex.sh
%%DATADIR%%/scripts/fig_copy.sh
%%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo
%%DATADIR%%/scripts/fig2pdftex.py
%%DATADIR%%/scripts/fig2pdftex.pyc
%%DATADIR%%/scripts/fig2pdftex.pyo
%%DATADIR%%/scripts/fig2pstex.py
%%DATADIR%%/scripts/fig2pstex.pyc
%%DATADIR%%/scripts/fig2pstex.pyo
%%DATADIR%%/scripts/fig_copy.py
%%DATADIR%%/scripts/fig_copy.pyc
%%DATADIR%%/scripts/fig_copy.pyo
%%DATADIR%%/scripts/layout2layout.py
%%DATADIR%%/scripts/layout2layout.pyc
%%DATADIR%%/scripts/layout2layout.pyo
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.py
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
%%DATADIR%%/scripts/listerrors
%%DATADIR%%/scripts/lyxpreview2bitmap.py
%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
%%DATADIR%%/scripts/lyxpreview_tools.py
%%DATADIR%%/scripts/lyxpreview_tools.pyc
%%DATADIR%%/scripts/lyxpreview_tools.pyo
%%DATADIR%%/scripts/tex_copy.py
%%DATADIR%%/scripts/tex_copy.pyc
%%DATADIR%%/scripts/tex_copy.pyo
%%DATADIR%%/symbols
%%DATADIR%%/syntax.default
%%DATADIR%%/templates/IEEEtran.lyx