Import texmaker 1.11; submitted by Thomas Delaet <thomas@delaet.org>.
Texmaker is a program that integrates many tools needed to develop documents with LaTeX, in just one application.
This commit is contained in:
parent
37d7ddea3b
commit
da886e4278
43
editors/texmaker/Makefile
Normal file
43
editors/texmaker/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/10/09 14:43:03 naddy Exp $
|
||||
# $FreeBSD: ports/editors/texmaker/Makefile,v 1.2 2004/01/09 09:16:33 krion Exp $
|
||||
|
||||
COMMENT= "LaTeX development environment"
|
||||
DISTNAME= texmaker-1.11
|
||||
CATEGORIES= editors
|
||||
|
||||
HOMEPAGE= http://www.xm1math.net/texmaker/
|
||||
|
||||
MAINTAINER= Thomas Delaet <thomas@delaet.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= qt3
|
||||
MODQT_MT= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && \
|
||||
qmake-mt -makefile \
|
||||
-spec ${MODQT_LIBDIR}/mkspecs/openbsd-g++ \
|
||||
-unix \
|
||||
"LIBS+=-L/usr/local/lib -lm -lqt-mt" \
|
||||
"PREFIX=${LOCALBASE}" \
|
||||
"INCLUDEPATH+=${MODQT_INCDIR}" \
|
||||
"UIC=${MODQT_UIC}" \
|
||||
"MOC=${MODQT_MOC}" \
|
||||
texmaker.pro && \
|
||||
perl -i -pe 's/ -lqt / -lpthread /' Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/texmaker
|
||||
${INSTALL_DATA} ${WRKSRC}/utilities/[a-z]* ${PREFIX}/share/texmaker
|
||||
|
||||
.include <bsd.port.mk>
|
3
editors/texmaker/distinfo
Normal file
3
editors/texmaker/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (texmaker-1.11.tar.bz2) = 3ddb910aa5693f333635842e0223ed62
|
||||
RMD160 (texmaker-1.11.tar.bz2) = 163a640971c5c5f094ddf9cea121a8d9eb429547
|
||||
SHA1 (texmaker-1.11.tar.bz2) = f178c3fdbe1ce2329308b7d305f78255593936b1
|
18
editors/texmaker/pkg/DESCR
Normal file
18
editors/texmaker/pkg/DESCR
Normal file
@ -0,0 +1,18 @@
|
||||
Texmaker is a program that integrates many tools needed to develop documents
|
||||
with LaTeX, in just one application.
|
||||
|
||||
Features :
|
||||
* an editor to write your LaTeX source files
|
||||
* the principal LaTex tags can be inserted directly
|
||||
* 370 mathematical symbols can be inserted in just one click
|
||||
* wizards to generate code
|
||||
* LaTeX-related programs can be launched via the "Tools" menu
|
||||
* the standard Bibtex entry types can be inserted in the ".bib" file
|
||||
* a "structure view" of the document for easier navigation of a document
|
||||
* extensive LaTeX documentation
|
||||
* in the "Messages / Log File" frame, you can see information about
|
||||
processes and the logfile after a LaTeX compilation
|
||||
* the "Next Latex Error" and "Previous Latex Error" commands let you reach
|
||||
the LaTeX errors detected by Kile in the log file
|
||||
* by clicking on the number of a line in the log file, the cursor jumps to
|
||||
the corresponding line in the editor
|
32
editors/texmaker/pkg/PLIST
Normal file
32
editors/texmaker/pkg/PLIST
Normal file
@ -0,0 +1,32 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/10/09 14:43:03 naddy Exp $
|
||||
bin/texmaker
|
||||
share/texmaker/
|
||||
share/texmaker/blank.gif
|
||||
share/texmaker/doc1.png
|
||||
share/texmaker/doc11.png
|
||||
share/texmaker/doc12.png
|
||||
share/texmaker/doc13.png
|
||||
share/texmaker/doc14.png
|
||||
share/texmaker/doc15.png
|
||||
share/texmaker/doc16.png
|
||||
share/texmaker/doc17.png
|
||||
share/texmaker/doc2.png
|
||||
share/texmaker/doc3.png
|
||||
share/texmaker/doc4.png
|
||||
share/texmaker/doc5.png
|
||||
share/texmaker/doc6.png
|
||||
share/texmaker/doc7.png
|
||||
share/texmaker/doc8.png
|
||||
share/texmaker/latexhelp.html
|
||||
share/texmaker/next.gif
|
||||
share/texmaker/next_d.gif
|
||||
share/texmaker/prev.gif
|
||||
share/texmaker/prev_d.gif
|
||||
share/texmaker/psheader.txt
|
||||
share/texmaker/style.css
|
||||
share/texmaker/texmaker16x16.png
|
||||
share/texmaker/texmaker32x32.png
|
||||
share/texmaker/texmaker48x48.png
|
||||
share/texmaker/up.gif
|
||||
share/texmaker/up_d.gif
|
||||
share/texmaker/usermanual.html
|
Loading…
Reference in New Issue
Block a user