2011-01-13 14:36:05 +01:00
|
|
|
# $NetBSD: Makefile,v 1.55 2011/01/13 13:37:30 wiz Exp $
|
Initial import of kile version 1.2
Kile is a LaTeX source editor, TeX shell and GnuPlot frontend. It simplifies
the creation and modification of LaTeX source code documents as well as the
use of LaTeX-related programs for users who want to retain control over their
LaTeX documents.
Features:
+ an editor to write your LaTeX source files (syntax highlighting, undo / redo,
search / replace, spellcheck, etc.);
+ integrated DVI, PS, PDF and HTML viewers;
+ a GnuPlot front end (adapted from Xgfe);
+ wizards for generating LaTeX code (Quick document, Quick letter, tabular and
array environments);
+ direct insertion of the principal LaTeX tags via the LaTeX, Math and Greek
menus;
+ one-click insertion of 370 different mathematical symbols;
+ insertion of standard Bibtex entry types in the .bib file;
+ "inverse" and "forward" search with KDVI;
+ automatic launching of LaTeX-related programs via the Tools menu;
+ a "Messages / Log File" frame which provides process information and LaTeX
compilation log files;
+ Next Latex Error and Previous Latex Error commands for browsing LaTeX errors;
+ clicking line numbers in the log file for jumping to the corresponding line
in the editor;
+ a "structure view" with links for jumping directly to different parts of the
document in the "Structure" frame;
+ a Help menu entry featuring extensive LaTeX documentation.
2002-10-05 07:53:58 +02:00
|
|
|
|
Update kile to 2.0.2
version 2.0.1 -> 2.0.2
Fixes:
- Insert \item[] in description environments for smart newline,
reported and fixed by Job Noorman
- Fix regression in 2.0.1 inside structure view related to opening files
- Fix regression in latexoutputfilter resulting in the wrong file being
reported
- Fix regression in Kile 2.0.x, blend symbols so that they are usable with
dark themes also
- Don't create 'save' and 'save-as' actions specifically for Kile as they will
interfere with the corresponding actions from KatePart. Thanks to Mathias
Soeken for reporting.
- Also parse class warnings and show them in the Logview, patch by Jeroen
Leeuwestein
- Remove not sh-compliant code by requiring a Bash shell for system check
- Add a workaround for a bug contained in KatePart 3.x in the 'setEncoding'
method, which enforces a reload on every change of the encoding (as a
consequence the user sees a confusing document-modified dialog)
- Make find-in-files work again with anyting else than the "all files" filter
- Minor cwl fixes
Features:
- cwl file for siunitx (thanks to Dirk Sarpe) and allrunes packages
version 2.0 -> 2.0.1
Fixes:
- Do all section actions on the whole section
- Fix possible crash due to unchecked index bounds
- Some i18n fixes
- cwl files: fix wrong commands with \left and \right and make them more
complete
- Typos in symbols
- Sync kile project on disk before archiving
- Add figure* to the structure view also
- Fix completion for multiple citations/references
- Fix crash at template handling, reported and fixed by Vincenzo Di Massa
- Rename some cwl files so that they not only differ by case
- Search also in $BIBINPUTS and $TEXINPUTS paths if opening files from the
structure view
- Add missing package definitions to some symbols from the misc-text pane
- Allow spaces in the name of images in the includegraphics dialog
- Don't recompile forever if some file timestamps are in the future
- Fix the "autocompletion dies" bug
Features:
- Add \newlength as a variation of newcommand
- Add url.cwl, svninfo.cwl, svn-multi.cwl, yfonts.cwl, virginialake.cwl
- Allow ":" and "-" in citation keys, important for codecompletion
Syntax:
- Highlight & and @{} in tabular like environments
- Ignore Noweb blocks
version 2.0beta2 -> 2.0
Fixes:
- Added some new logic to really disable all debug output if --disable-debug
is given to configure, should make kile faster
Features:
- New documentation kile-remote-control.txt
- Added new DVItoPDF config Modern which calls dvipdfmx instead of dvipdfm,
set Modern as default
version 2.0beta1 -> 2.0beta2
Fixes:
- Polishing Quickdocumentdialog
- More agressive recompiling
- Cwl fixes
- Mathsymbol commands were biased with one, some symbol cleanups
- Don't make system check if the user has defined a master document
- Don't offer eqnarray in the latex menu (but we still support it for
math environment completion etc.)
- Consider also files located in $TEXINPUTS and $BIBINPUTS paths for
codecompletion.
Features:
- Call asymptote if needed on latex run
2008-11-26 11:34:11 +01:00
|
|
|
DISTNAME= kile-2.0.2
|
2011-01-13 14:36:05 +01:00
|
|
|
PKGREVISION= 8
|
Initial import of kile version 1.2
Kile is a LaTeX source editor, TeX shell and GnuPlot frontend. It simplifies
the creation and modification of LaTeX source code documents as well as the
use of LaTeX-related programs for users who want to retain control over their
LaTeX documents.
Features:
+ an editor to write your LaTeX source files (syntax highlighting, undo / redo,
search / replace, spellcheck, etc.);
+ integrated DVI, PS, PDF and HTML viewers;
+ a GnuPlot front end (adapted from Xgfe);
+ wizards for generating LaTeX code (Quick document, Quick letter, tabular and
array environments);
+ direct insertion of the principal LaTeX tags via the LaTeX, Math and Greek
menus;
+ one-click insertion of 370 different mathematical symbols;
+ insertion of standard Bibtex entry types in the .bib file;
+ "inverse" and "forward" search with KDVI;
+ automatic launching of LaTeX-related programs via the Tools menu;
+ a "Messages / Log File" frame which provides process information and LaTeX
compilation log files;
+ Next Latex Error and Previous Latex Error commands for browsing LaTeX errors;
+ clicking line numbers in the log file for jumping to the corresponding line
in the editor;
+ a "structure view" with links for jumping directly to different parts of the
document in the "Structure" frame;
+ a Help menu entry featuring extensive LaTeX documentation.
2002-10-05 07:53:58 +02:00
|
|
|
CATEGORIES= editors kde
|
2003-07-30 17:27:10 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
|
2004-10-25 13:54:59 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
Initial import of kile version 1.2
Kile is a LaTeX source editor, TeX shell and GnuPlot frontend. It simplifies
the creation and modification of LaTeX source code documents as well as the
use of LaTeX-related programs for users who want to retain control over their
LaTeX documents.
Features:
+ an editor to write your LaTeX source files (syntax highlighting, undo / redo,
search / replace, spellcheck, etc.);
+ integrated DVI, PS, PDF and HTML viewers;
+ a GnuPlot front end (adapted from Xgfe);
+ wizards for generating LaTeX code (Quick document, Quick letter, tabular and
array environments);
+ direct insertion of the principal LaTeX tags via the LaTeX, Math and Greek
menus;
+ one-click insertion of 370 different mathematical symbols;
+ insertion of standard Bibtex entry types in the .bib file;
+ "inverse" and "forward" search with KDVI;
+ automatic launching of LaTeX-related programs via the Tools menu;
+ a "Messages / Log File" frame which provides process information and LaTeX
compilation log files;
+ Next Latex Error and Previous Latex Error commands for browsing LaTeX errors;
+ clicking line numbers in the log file for jumping to the corresponding line
in the editor;
+ a "structure view" with links for jumping directly to different parts of the
document in the "Structure" frame;
+ a Help menu entry featuring extensive LaTeX documentation.
2002-10-05 07:53:58 +02:00
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= markd@NetBSD.org
|
2003-12-30 18:21:54 +01:00
|
|
|
HOMEPAGE= http://kile.sourceforge.net/
|
Initial import of kile version 1.2
Kile is a LaTeX source editor, TeX shell and GnuPlot frontend. It simplifies
the creation and modification of LaTeX source code documents as well as the
use of LaTeX-related programs for users who want to retain control over their
LaTeX documents.
Features:
+ an editor to write your LaTeX source files (syntax highlighting, undo / redo,
search / replace, spellcheck, etc.);
+ integrated DVI, PS, PDF and HTML viewers;
+ a GnuPlot front end (adapted from Xgfe);
+ wizards for generating LaTeX code (Quick document, Quick letter, tabular and
array environments);
+ direct insertion of the principal LaTeX tags via the LaTeX, Math and Greek
menus;
+ one-click insertion of 370 different mathematical symbols;
+ insertion of standard Bibtex entry types in the .bib file;
+ "inverse" and "forward" search with KDVI;
+ automatic launching of LaTeX-related programs via the Tools menu;
+ a "Messages / Log File" frame which provides process information and LaTeX
compilation log files;
+ Next Latex Error and Previous Latex Error commands for browsing LaTeX errors;
+ clicking line numbers in the log file for jumping to the corresponding line
in the editor;
+ a "structure view" with links for jumping directly to different parts of the
document in the "Structure" frame;
+ a Help menu entry featuring extensive LaTeX documentation.
2002-10-05 07:53:58 +02:00
|
|
|
COMMENT= LaTeX source editor - TeX shell - Gnuplot front end
|
|
|
|
|
2008-07-14 14:55:56 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2006-06-21 15:12:34 +02:00
|
|
|
USE_TOOLS+= gmake perl msgfmt
|
2004-02-25 23:16:23 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2004-07-28 15:18:11 +02:00
|
|
|
USE_LIBTOOL= yes
|
2003-01-29 04:40:55 +01:00
|
|
|
GNU_CONFIGURE= yes
|
Initial import of kile version 1.2
Kile is a LaTeX source editor, TeX shell and GnuPlot frontend. It simplifies
the creation and modification of LaTeX source code documents as well as the
use of LaTeX-related programs for users who want to retain control over their
LaTeX documents.
Features:
+ an editor to write your LaTeX source files (syntax highlighting, undo / redo,
search / replace, spellcheck, etc.);
+ integrated DVI, PS, PDF and HTML viewers;
+ a GnuPlot front end (adapted from Xgfe);
+ wizards for generating LaTeX code (Quick document, Quick letter, tabular and
array environments);
+ direct insertion of the principal LaTeX tags via the LaTeX, Math and Greek
menus;
+ one-click insertion of 370 different mathematical symbols;
+ insertion of standard Bibtex entry types in the .bib file;
+ "inverse" and "forward" search with KDVI;
+ automatic launching of LaTeX-related programs via the Tools menu;
+ a "Messages / Log File" frame which provides process information and LaTeX
compilation log files;
+ Next Latex Error and Previous Latex Error commands for browsing LaTeX errors;
+ clicking line numbers in the log file for jumping to the corresponding line
in the editor;
+ a "structure view" with links for jumping directly to different parts of the
document in the "Structure" frame;
+ a Help menu entry featuring extensive LaTeX documentation.
2002-10-05 07:53:58 +02:00
|
|
|
|
2005-05-26 16:31:42 +02:00
|
|
|
REPLACE_PERL= src/kile1.6_upd.pl \
|
2006-05-15 13:14:02 +02:00
|
|
|
src/kile1.7_upd.pl \
|
|
|
|
src/kile1.9_upd.pl \
|
Update kile to 2.0.2
version 2.0.1 -> 2.0.2
Fixes:
- Insert \item[] in description environments for smart newline,
reported and fixed by Job Noorman
- Fix regression in 2.0.1 inside structure view related to opening files
- Fix regression in latexoutputfilter resulting in the wrong file being
reported
- Fix regression in Kile 2.0.x, blend symbols so that they are usable with
dark themes also
- Don't create 'save' and 'save-as' actions specifically for Kile as they will
interfere with the corresponding actions from KatePart. Thanks to Mathias
Soeken for reporting.
- Also parse class warnings and show them in the Logview, patch by Jeroen
Leeuwestein
- Remove not sh-compliant code by requiring a Bash shell for system check
- Add a workaround for a bug contained in KatePart 3.x in the 'setEncoding'
method, which enforces a reload on every change of the encoding (as a
consequence the user sees a confusing document-modified dialog)
- Make find-in-files work again with anyting else than the "all files" filter
- Minor cwl fixes
Features:
- cwl file for siunitx (thanks to Dirk Sarpe) and allrunes packages
version 2.0 -> 2.0.1
Fixes:
- Do all section actions on the whole section
- Fix possible crash due to unchecked index bounds
- Some i18n fixes
- cwl files: fix wrong commands with \left and \right and make them more
complete
- Typos in symbols
- Sync kile project on disk before archiving
- Add figure* to the structure view also
- Fix completion for multiple citations/references
- Fix crash at template handling, reported and fixed by Vincenzo Di Massa
- Rename some cwl files so that they not only differ by case
- Search also in $BIBINPUTS and $TEXINPUTS paths if opening files from the
structure view
- Add missing package definitions to some symbols from the misc-text pane
- Allow spaces in the name of images in the includegraphics dialog
- Don't recompile forever if some file timestamps are in the future
- Fix the "autocompletion dies" bug
Features:
- Add \newlength as a variation of newcommand
- Add url.cwl, svninfo.cwl, svn-multi.cwl, yfonts.cwl, virginialake.cwl
- Allow ":" and "-" in citation keys, important for codecompletion
Syntax:
- Highlight & and @{} in tabular like environments
- Ignore Noweb blocks
version 2.0beta2 -> 2.0
Fixes:
- Added some new logic to really disable all debug output if --disable-debug
is given to configure, should make kile faster
Features:
- New documentation kile-remote-control.txt
- Added new DVItoPDF config Modern which calls dvipdfmx instead of dvipdfm,
set Modern as default
version 2.0beta1 -> 2.0beta2
Fixes:
- Polishing Quickdocumentdialog
- More agressive recompiling
- Cwl fixes
- Mathsymbol commands were biased with one, some symbol cleanups
- Don't make system check if the user has defined a master document
- Don't offer eqnarray in the latex menu (but we still support it for
math environment completion etc.)
- Consider also files located in $TEXINPUTS and $BIBINPUTS paths for
codecompletion.
Features:
- Call asymptote if needed on latex run
2008-11-26 11:34:11 +01:00
|
|
|
src/kile1.9-1_upd.pl \
|
|
|
|
src/kile2.0-1_upd.pl \
|
|
|
|
src/kile2.0-2_upd.pl \
|
|
|
|
src/kile2.0-3_upd.pl \
|
|
|
|
src/kile2.0-4_upd.pl \
|
|
|
|
src/kile2.0-5_upd.pl
|
2005-05-26 16:31:42 +02:00
|
|
|
|
2004-04-23 14:05:58 +02:00
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
2007-01-26 05:03:19 +01:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2004-04-23 14:05:58 +02:00
|
|
|
.include "../../graphics/kdegraphics3/buildlink3.mk"
|
|
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
Initial import of kile version 1.2
Kile is a LaTeX source editor, TeX shell and GnuPlot frontend. It simplifies
the creation and modification of LaTeX source code documents as well as the
use of LaTeX-related programs for users who want to retain control over their
LaTeX documents.
Features:
+ an editor to write your LaTeX source files (syntax highlighting, undo / redo,
search / replace, spellcheck, etc.);
+ integrated DVI, PS, PDF and HTML viewers;
+ a GnuPlot front end (adapted from Xgfe);
+ wizards for generating LaTeX code (Quick document, Quick letter, tabular and
array environments);
+ direct insertion of the principal LaTeX tags via the LaTeX, Math and Greek
menus;
+ one-click insertion of 370 different mathematical symbols;
+ insertion of standard Bibtex entry types in the .bib file;
+ "inverse" and "forward" search with KDVI;
+ automatic launching of LaTeX-related programs via the Tools menu;
+ a "Messages / Log File" frame which provides process information and LaTeX
compilation log files;
+ Next Latex Error and Previous Latex Error commands for browsing LaTeX errors;
+ clicking line numbers in the log file for jumping to the corresponding line
in the editor;
+ a "structure view" with links for jumping directly to different parts of the
document in the "Structure" frame;
+ a Help menu entry featuring extensive LaTeX documentation.
2002-10-05 07:53:58 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|