Upgrade to 1.0.1.
OK'ed by: Andreas Klemm <andreas@FreeBSD.ORG> (maintainer)
This commit is contained in:
parent
6785a4fc0b
commit
b3b88011cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17230
@ -3,10 +3,10 @@
|
||||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.25 1999/01/07 08:19:48 simokawa Exp $
|
||||
# $Id: Makefile,v 1.26 1999/02/05 14:55:31 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.0
|
||||
DISTNAME= lyx-1.0.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
@ -26,6 +26,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
# depends on xforms
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lyx-1.0.0.tar.gz) = 7d453106ae9fd0e3fc2f0b7990a30d3a
|
||||
MD5 (lyx-1.0.1.tar.gz) = 808cab8a5cb4efecdd82205d52e0623b
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/lyx
|
||||
bin/reLyX
|
||||
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
|
||||
@ -8,6 +9,8 @@ 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/pl/LC_MESSAGES/lyx.mo
|
||||
share/locale/pt/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
|
||||
@ -21,6 +24,7 @@ share/lyx/bind/hollywood.bind
|
||||
share/lyx/bind/hu_menus.bind
|
||||
share/lyx/bind/math.bind
|
||||
share/lyx/bind/menus.bind
|
||||
share/lyx/bind/pt_menus.bind
|
||||
share/lyx/bind/sv_menus.bind
|
||||
share/lyx/bind/xemacs.bind
|
||||
share/lyx/chkconfig.ltx
|
||||
@ -35,6 +39,7 @@ share/lyx/doc/LaTeXConfig.lyx.in
|
||||
share/lyx/doc/Reference.lyx
|
||||
share/lyx/doc/Tutorial.lyx
|
||||
share/lyx/doc/UserGuide.lyx
|
||||
share/lyx/doc/cs_Tutorial.lyx
|
||||
share/lyx/doc/de_BUGS.lyx
|
||||
share/lyx/doc/de_Customization.lyx
|
||||
share/lyx/doc/de_Extended.lyx
|
||||
@ -47,6 +52,7 @@ 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/Literate.lyx
|
||||
share/lyx/examples/MathLabeling.lyx
|
||||
share/lyx/examples/Math_macros.lyx
|
||||
share/lyx/examples/Minipage.lyx
|
||||
@ -57,10 +63,13 @@ 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/de_splash.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
share/lyx/images/psnfss1.xbm
|
||||
@ -112,6 +121,7 @@ share/lyx/layouts/amsdefs.inc
|
||||
share/lyx/layouts/amsmaths-plain.inc
|
||||
share/lyx/layouts/amsmaths-seq.inc
|
||||
share/lyx/layouts/amsmaths.inc
|
||||
share/lyx/layouts/apa.layout
|
||||
share/lyx/layouts/article.layout
|
||||
share/lyx/layouts/book.layout
|
||||
share/lyx/layouts/dinbrief.layout
|
||||
@ -122,6 +132,10 @@ share/lyx/layouts/iletter.layout
|
||||
share/lyx/layouts/latex8.layout
|
||||
share/lyx/layouts/letter.layout
|
||||
share/lyx/layouts/linuxdoc.layout
|
||||
share/lyx/layouts/literate-article.layout
|
||||
share/lyx/layouts/literate-book.layout
|
||||
share/lyx/layouts/literate-report.layout
|
||||
share/lyx/layouts/literate-scrap.inc
|
||||
share/lyx/layouts/lyxmacros.inc
|
||||
share/lyx/layouts/manpage.layout
|
||||
share/lyx/layouts/obsolete.inc
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.25 1999/01/07 08:19:48 simokawa Exp $
|
||||
# $Id: Makefile,v 1.26 1999/02/05 14:55:31 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.0
|
||||
DISTNAME= lyx-1.0.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
@ -26,6 +26,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
# depends on xforms
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lyx-1.0.0.tar.gz) = 7d453106ae9fd0e3fc2f0b7990a30d3a
|
||||
MD5 (lyx-1.0.1.tar.gz) = 808cab8a5cb4efecdd82205d52e0623b
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/lyx
|
||||
bin/reLyX
|
||||
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
|
||||
@ -8,6 +9,8 @@ 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/pl/LC_MESSAGES/lyx.mo
|
||||
share/locale/pt/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
|
||||
@ -21,6 +24,7 @@ share/lyx/bind/hollywood.bind
|
||||
share/lyx/bind/hu_menus.bind
|
||||
share/lyx/bind/math.bind
|
||||
share/lyx/bind/menus.bind
|
||||
share/lyx/bind/pt_menus.bind
|
||||
share/lyx/bind/sv_menus.bind
|
||||
share/lyx/bind/xemacs.bind
|
||||
share/lyx/chkconfig.ltx
|
||||
@ -35,6 +39,7 @@ share/lyx/doc/LaTeXConfig.lyx.in
|
||||
share/lyx/doc/Reference.lyx
|
||||
share/lyx/doc/Tutorial.lyx
|
||||
share/lyx/doc/UserGuide.lyx
|
||||
share/lyx/doc/cs_Tutorial.lyx
|
||||
share/lyx/doc/de_BUGS.lyx
|
||||
share/lyx/doc/de_Customization.lyx
|
||||
share/lyx/doc/de_Extended.lyx
|
||||
@ -47,6 +52,7 @@ 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/Literate.lyx
|
||||
share/lyx/examples/MathLabeling.lyx
|
||||
share/lyx/examples/Math_macros.lyx
|
||||
share/lyx/examples/Minipage.lyx
|
||||
@ -57,10 +63,13 @@ 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/de_splash.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
share/lyx/images/psnfss1.xbm
|
||||
@ -112,6 +121,7 @@ share/lyx/layouts/amsdefs.inc
|
||||
share/lyx/layouts/amsmaths-plain.inc
|
||||
share/lyx/layouts/amsmaths-seq.inc
|
||||
share/lyx/layouts/amsmaths.inc
|
||||
share/lyx/layouts/apa.layout
|
||||
share/lyx/layouts/article.layout
|
||||
share/lyx/layouts/book.layout
|
||||
share/lyx/layouts/dinbrief.layout
|
||||
@ -122,6 +132,10 @@ share/lyx/layouts/iletter.layout
|
||||
share/lyx/layouts/latex8.layout
|
||||
share/lyx/layouts/letter.layout
|
||||
share/lyx/layouts/linuxdoc.layout
|
||||
share/lyx/layouts/literate-article.layout
|
||||
share/lyx/layouts/literate-book.layout
|
||||
share/lyx/layouts/literate-report.layout
|
||||
share/lyx/layouts/literate-scrap.inc
|
||||
share/lyx/layouts/lyxmacros.inc
|
||||
share/lyx/layouts/manpage.layout
|
||||
share/lyx/layouts/obsolete.inc
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.25 1999/01/07 08:19:48 simokawa Exp $
|
||||
# $Id: Makefile,v 1.26 1999/02/05 14:55:31 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.0
|
||||
DISTNAME= lyx-1.0.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
@ -26,6 +26,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
# depends on xforms
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lyx-1.0.0.tar.gz) = 7d453106ae9fd0e3fc2f0b7990a30d3a
|
||||
MD5 (lyx-1.0.1.tar.gz) = 808cab8a5cb4efecdd82205d52e0623b
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/lyx
|
||||
bin/reLyX
|
||||
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
|
||||
@ -8,6 +9,8 @@ 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/pl/LC_MESSAGES/lyx.mo
|
||||
share/locale/pt/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
|
||||
@ -21,6 +24,7 @@ share/lyx/bind/hollywood.bind
|
||||
share/lyx/bind/hu_menus.bind
|
||||
share/lyx/bind/math.bind
|
||||
share/lyx/bind/menus.bind
|
||||
share/lyx/bind/pt_menus.bind
|
||||
share/lyx/bind/sv_menus.bind
|
||||
share/lyx/bind/xemacs.bind
|
||||
share/lyx/chkconfig.ltx
|
||||
@ -35,6 +39,7 @@ share/lyx/doc/LaTeXConfig.lyx.in
|
||||
share/lyx/doc/Reference.lyx
|
||||
share/lyx/doc/Tutorial.lyx
|
||||
share/lyx/doc/UserGuide.lyx
|
||||
share/lyx/doc/cs_Tutorial.lyx
|
||||
share/lyx/doc/de_BUGS.lyx
|
||||
share/lyx/doc/de_Customization.lyx
|
||||
share/lyx/doc/de_Extended.lyx
|
||||
@ -47,6 +52,7 @@ 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/Literate.lyx
|
||||
share/lyx/examples/MathLabeling.lyx
|
||||
share/lyx/examples/Math_macros.lyx
|
||||
share/lyx/examples/Minipage.lyx
|
||||
@ -57,10 +63,13 @@ 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/de_splash.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
share/lyx/images/psnfss1.xbm
|
||||
@ -112,6 +121,7 @@ share/lyx/layouts/amsdefs.inc
|
||||
share/lyx/layouts/amsmaths-plain.inc
|
||||
share/lyx/layouts/amsmaths-seq.inc
|
||||
share/lyx/layouts/amsmaths.inc
|
||||
share/lyx/layouts/apa.layout
|
||||
share/lyx/layouts/article.layout
|
||||
share/lyx/layouts/book.layout
|
||||
share/lyx/layouts/dinbrief.layout
|
||||
@ -122,6 +132,10 @@ share/lyx/layouts/iletter.layout
|
||||
share/lyx/layouts/latex8.layout
|
||||
share/lyx/layouts/letter.layout
|
||||
share/lyx/layouts/linuxdoc.layout
|
||||
share/lyx/layouts/literate-article.layout
|
||||
share/lyx/layouts/literate-book.layout
|
||||
share/lyx/layouts/literate-report.layout
|
||||
share/lyx/layouts/literate-scrap.inc
|
||||
share/lyx/layouts/lyxmacros.inc
|
||||
share/lyx/layouts/manpage.layout
|
||||
share/lyx/layouts/obsolete.inc
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.25 1999/01/07 08:19:48 simokawa Exp $
|
||||
# $Id: Makefile,v 1.26 1999/02/05 14:55:31 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.0
|
||||
DISTNAME= lyx-1.0.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
@ -26,6 +26,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
# depends on xforms
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lyx-1.0.0.tar.gz) = 7d453106ae9fd0e3fc2f0b7990a30d3a
|
||||
MD5 (lyx-1.0.1.tar.gz) = 808cab8a5cb4efecdd82205d52e0623b
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/lyx
|
||||
bin/reLyX
|
||||
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
|
||||
@ -8,6 +9,8 @@ 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/pl/LC_MESSAGES/lyx.mo
|
||||
share/locale/pt/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
|
||||
@ -21,6 +24,7 @@ share/lyx/bind/hollywood.bind
|
||||
share/lyx/bind/hu_menus.bind
|
||||
share/lyx/bind/math.bind
|
||||
share/lyx/bind/menus.bind
|
||||
share/lyx/bind/pt_menus.bind
|
||||
share/lyx/bind/sv_menus.bind
|
||||
share/lyx/bind/xemacs.bind
|
||||
share/lyx/chkconfig.ltx
|
||||
@ -35,6 +39,7 @@ share/lyx/doc/LaTeXConfig.lyx.in
|
||||
share/lyx/doc/Reference.lyx
|
||||
share/lyx/doc/Tutorial.lyx
|
||||
share/lyx/doc/UserGuide.lyx
|
||||
share/lyx/doc/cs_Tutorial.lyx
|
||||
share/lyx/doc/de_BUGS.lyx
|
||||
share/lyx/doc/de_Customization.lyx
|
||||
share/lyx/doc/de_Extended.lyx
|
||||
@ -47,6 +52,7 @@ 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/Literate.lyx
|
||||
share/lyx/examples/MathLabeling.lyx
|
||||
share/lyx/examples/Math_macros.lyx
|
||||
share/lyx/examples/Minipage.lyx
|
||||
@ -57,10 +63,13 @@ 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/de_splash.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
share/lyx/images/psnfss1.xbm
|
||||
@ -112,6 +121,7 @@ share/lyx/layouts/amsdefs.inc
|
||||
share/lyx/layouts/amsmaths-plain.inc
|
||||
share/lyx/layouts/amsmaths-seq.inc
|
||||
share/lyx/layouts/amsmaths.inc
|
||||
share/lyx/layouts/apa.layout
|
||||
share/lyx/layouts/article.layout
|
||||
share/lyx/layouts/book.layout
|
||||
share/lyx/layouts/dinbrief.layout
|
||||
@ -122,6 +132,10 @@ share/lyx/layouts/iletter.layout
|
||||
share/lyx/layouts/latex8.layout
|
||||
share/lyx/layouts/letter.layout
|
||||
share/lyx/layouts/linuxdoc.layout
|
||||
share/lyx/layouts/literate-article.layout
|
||||
share/lyx/layouts/literate-book.layout
|
||||
share/lyx/layouts/literate-report.layout
|
||||
share/lyx/layouts/literate-scrap.inc
|
||||
share/lyx/layouts/lyxmacros.inc
|
||||
share/lyx/layouts/manpage.layout
|
||||
share/lyx/layouts/obsolete.inc
|
||||
|
@ -3,10 +3,10 @@
|
||||
# Date created: Sa 12 Okt 1996 19:20:51 MET DST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.25 1999/01/07 08:19:48 simokawa Exp $
|
||||
# $Id: Makefile,v 1.26 1999/02/05 14:55:31 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lyx-1.0.0
|
||||
DISTNAME= lyx-1.0.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
||||
ftp://la1ad.uio.no/pub/lyx/ \
|
||||
@ -26,6 +26,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \
|
||||
# depends on xforms
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||
STRIP=
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lyx-1.0.0.tar.gz) = 7d453106ae9fd0e3fc2f0b7990a30d3a
|
||||
MD5 (lyx-1.0.1.tar.gz) = 808cab8a5cb4efecdd82205d52e0623b
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/lyx
|
||||
bin/reLyX
|
||||
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
|
||||
@ -8,6 +9,8 @@ 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/pl/LC_MESSAGES/lyx.mo
|
||||
share/locale/pt/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
|
||||
@ -21,6 +24,7 @@ share/lyx/bind/hollywood.bind
|
||||
share/lyx/bind/hu_menus.bind
|
||||
share/lyx/bind/math.bind
|
||||
share/lyx/bind/menus.bind
|
||||
share/lyx/bind/pt_menus.bind
|
||||
share/lyx/bind/sv_menus.bind
|
||||
share/lyx/bind/xemacs.bind
|
||||
share/lyx/chkconfig.ltx
|
||||
@ -35,6 +39,7 @@ share/lyx/doc/LaTeXConfig.lyx.in
|
||||
share/lyx/doc/Reference.lyx
|
||||
share/lyx/doc/Tutorial.lyx
|
||||
share/lyx/doc/UserGuide.lyx
|
||||
share/lyx/doc/cs_Tutorial.lyx
|
||||
share/lyx/doc/de_BUGS.lyx
|
||||
share/lyx/doc/de_Customization.lyx
|
||||
share/lyx/doc/de_Extended.lyx
|
||||
@ -47,6 +52,7 @@ 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/Literate.lyx
|
||||
share/lyx/examples/MathLabeling.lyx
|
||||
share/lyx/examples/Math_macros.lyx
|
||||
share/lyx/examples/Minipage.lyx
|
||||
@ -57,10 +63,13 @@ 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/de_splash.lyx
|
||||
share/lyx/examples/example_lyxified.lyx
|
||||
share/lyx/examples/example_raw.lyx
|
||||
share/lyx/examples/landslide.lyx
|
||||
share/lyx/examples/pl_splash.lyx
|
||||
share/lyx/examples/scriptone.lyx
|
||||
share/lyx/examples/splash.lyx
|
||||
share/lyx/images/amssymb.xbm
|
||||
share/lyx/images/amssymb.xpm
|
||||
share/lyx/images/psnfss1.xbm
|
||||
@ -112,6 +121,7 @@ share/lyx/layouts/amsdefs.inc
|
||||
share/lyx/layouts/amsmaths-plain.inc
|
||||
share/lyx/layouts/amsmaths-seq.inc
|
||||
share/lyx/layouts/amsmaths.inc
|
||||
share/lyx/layouts/apa.layout
|
||||
share/lyx/layouts/article.layout
|
||||
share/lyx/layouts/book.layout
|
||||
share/lyx/layouts/dinbrief.layout
|
||||
@ -122,6 +132,10 @@ share/lyx/layouts/iletter.layout
|
||||
share/lyx/layouts/latex8.layout
|
||||
share/lyx/layouts/letter.layout
|
||||
share/lyx/layouts/linuxdoc.layout
|
||||
share/lyx/layouts/literate-article.layout
|
||||
share/lyx/layouts/literate-book.layout
|
||||
share/lyx/layouts/literate-report.layout
|
||||
share/lyx/layouts/literate-scrap.inc
|
||||
share/lyx/layouts/lyxmacros.inc
|
||||
share/lyx/layouts/manpage.layout
|
||||
share/lyx/layouts/obsolete.inc
|
||||
|
Loading…
Reference in New Issue
Block a user