mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
New port: ktexshell.
KDE frontend to the popular TeX/LaTeX typesetting system
This commit is contained in:
parent
7c95143f4f
commit
378988c9ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40468
@ -58,6 +58,7 @@
|
||||
SUBDIR += ifhp
|
||||
SUBDIR += jadetex
|
||||
SUBDIR += klyx
|
||||
SUBDIR += ktexshell
|
||||
SUBDIR += latex
|
||||
SUBDIR += latex2rtf
|
||||
SUBDIR += lilypond
|
||||
|
34
print/ktexshell/Makefile
Normal file
34
print/ktexshell/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: ktexshell
|
||||
# Date created: 28 March 2001
|
||||
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ktexshell
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= print kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ktexshell
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \
|
||||
intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_QT2= yes
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
|
||||
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's#libqt#libqt2#g' ${WRKSRC}/configure
|
||||
@${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/ktexshell/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
print/ktexshell/distinfo
Normal file
1
print/ktexshell/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ktexshell-0.4.0.tar.gz) = 01efe2f8252f8f72e7d6f0f33ec239e7
|
1
print/ktexshell/pkg-comment
Normal file
1
print/ktexshell/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
KDE frontend to the popular TeX/LaTeX typesetting system
|
21
print/ktexshell/pkg-descr
Normal file
21
print/ktexshell/pkg-descr
Normal file
@ -0,0 +1,21 @@
|
||||
KTeXShell is a KDE frontend to the popular TeX/LaTeX-
|
||||
typesetting system. The indended audience is the difference
|
||||
between all (explicit and implicit) TeX-users and the users
|
||||
of tools like LyX or KLyX. That means: KTeXShell does
|
||||
only provide a frontend to TeX and the related programs,
|
||||
while the user has to keep on coding his documents in the
|
||||
TeX language. In other words: This is for TeX hackers.
|
||||
|
||||
Some Features:
|
||||
--------------
|
||||
|
||||
- TeX, Editor, Viewer... are called from menu or toolbar
|
||||
- new primary files can be generated from templates
|
||||
- TeX formats, editors and viewers can be configured as well
|
||||
as template- and working directory
|
||||
- in case of TeX errors, an error handling dialog helps you
|
||||
to proceed
|
||||
- Integrated tools: at present we have makeindex and a generic
|
||||
dvips-call (for printing)
|
||||
|
||||
WWW: http://ktexshell.sourceforge.net/
|
11
print/ktexshell/pkg-plist
Normal file
11
print/ktexshell/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/ktexshell
|
||||
share/doc/HTML/en/ktexshell/index.html
|
||||
share/doc/HTML/en/ktexshell/index-1.html
|
||||
share/doc/HTML/en/ktexshell/index-2.html
|
||||
share/doc/HTML/en/ktexshell/index-3.html
|
||||
share/doc/HTML/en/ktexshell/index-4.html
|
||||
share/doc/HTML/en/ktexshell/index-5.html
|
||||
share/doc/HTML/en/ktexshell/index-6.html
|
||||
share/doc/HTML/en/ktexshell/logotp3.png
|
||||
share/applnk/Applications/ktexshell.kdelnk
|
||||
@dirrm share/doc/HTML/en/ktexshell
|
Loading…
Reference in New Issue
Block a user