Add gaim-latex 0.3, a gaim plugin to display LaTeX output in your IMs.
PR: 82542 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
This commit is contained in:
parent
4726b54ea8
commit
d1aec85f9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137916
10 changed files with 121 additions and 0 deletions
34
net-im/gaim-latex/Makefile
Normal file
34
net-im/gaim-latex/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: Gaim-LaTeX
|
||||
# Date created: 2005-06-22
|
||||
# Whom: Geoffrey Mainland <mainland@apeiron.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= latex
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
PKGNAMEPREFIX= gaim-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= mainland@apeiron.net
|
||||
COMMENT= Display LaTeX output in your IMs
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
|
||||
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
|
||||
latex:${PORTSDIR}/print/teTeX \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_FILES= lib/gaim/LaTeX.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-im/gaim-latex/distinfo
Normal file
2
net-im/gaim-latex/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (gaim-latex-0.3.tar.bz2) = e0ff7686b3e40a8f2e456785b0557a29
|
||||
SIZE (gaim-latex-0.3.tar.bz2) = 12903
|
4
net-im/gaim-latex/pkg-descr
Normal file
4
net-im/gaim-latex/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a plugin for Gaim that allows you to display LaTeX output in
|
||||
your IMs.
|
||||
|
||||
WWW: http://sourceforge.net/projects/gaim-latex
|
34
net-im/pidgin-latex/Makefile
Normal file
34
net-im/pidgin-latex/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: Gaim-LaTeX
|
||||
# Date created: 2005-06-22
|
||||
# Whom: Geoffrey Mainland <mainland@apeiron.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= latex
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
PKGNAMEPREFIX= gaim-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= mainland@apeiron.net
|
||||
COMMENT= Display LaTeX output in your IMs
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
|
||||
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
|
||||
latex:${PORTSDIR}/print/teTeX \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_FILES= lib/gaim/LaTeX.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-im/pidgin-latex/distinfo
Normal file
2
net-im/pidgin-latex/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (gaim-latex-0.3.tar.bz2) = e0ff7686b3e40a8f2e456785b0557a29
|
||||
SIZE (gaim-latex-0.3.tar.bz2) = 12903
|
4
net-im/pidgin-latex/pkg-descr
Normal file
4
net-im/pidgin-latex/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a plugin for Gaim that allows you to display LaTeX output in
|
||||
your IMs.
|
||||
|
||||
WWW: http://sourceforge.net/projects/gaim-latex
|
|
@ -153,6 +153,7 @@
|
|||
SUBDIR += fugu
|
||||
SUBDIR += gacxtool
|
||||
SUBDIR += gaim
|
||||
SUBDIR += gaim-latex
|
||||
SUBDIR += gaim-openq
|
||||
SUBDIR += gaim-rss-reader
|
||||
SUBDIR += gajim
|
||||
|
|
34
net/gaim-latex/Makefile
Normal file
34
net/gaim-latex/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: Gaim-LaTeX
|
||||
# Date created: 2005-06-22
|
||||
# Whom: Geoffrey Mainland <mainland@apeiron.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= latex
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
PKGNAMEPREFIX= gaim-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= mainland@apeiron.net
|
||||
COMMENT= Display LaTeX output in your IMs
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
|
||||
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
|
||||
latex:${PORTSDIR}/print/teTeX \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_FILES= lib/gaim/LaTeX.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/gaim-latex/distinfo
Normal file
2
net/gaim-latex/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (gaim-latex-0.3.tar.bz2) = e0ff7686b3e40a8f2e456785b0557a29
|
||||
SIZE (gaim-latex-0.3.tar.bz2) = 12903
|
4
net/gaim-latex/pkg-descr
Normal file
4
net/gaim-latex/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a plugin for Gaim that allows you to display LaTeX output in
|
||||
your IMs.
|
||||
|
||||
WWW: http://sourceforge.net/projects/gaim-latex
|
Loading…
Reference in a new issue