2006-04-17 15:45:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.35 2006/04/17 13:46:22 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
|
|
|
|
2005-06-05 01:51:39 +02:00
|
|
|
DISTNAME= kile-1.8.1
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 4
|
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
|
|
|
|
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= xdg-1.1
|
2005-06-05 01:51:39 +02:00
|
|
|
USE_TOOLS+= gmake perl
|
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 \
|
|
|
|
src/kile1.7_upd.pl
|
|
|
|
|
2004-04-23 14:05:58 +02:00
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
|
|
.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"
|