mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.0
PR: ports/115116 Submitted by: Geoffrey Mainland <mainland at apeiron.net> (maintainer)
This commit is contained in:
parent
f2ae4c75a9
commit
51a27dc84c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197892
4 changed files with 14 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: Gaim-LaTeX
|
||||
# New ports collection makefile for: Pidgin-LaTeX
|
||||
# Date created: 2005-06-22
|
||||
# Whom: Geoffrey Mainland <mainland@apeiron.net>
|
||||
#
|
||||
|
@ -6,31 +6,32 @@
|
|||
#
|
||||
|
||||
PORTNAME= latex
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
PKGNAMEPREFIX= gaim-
|
||||
PKGNAMEPREFIX= pidgin-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= mainland@apeiron.net
|
||||
COMMENT= Display LaTeX output in your IMs
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
|
||||
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
|
||||
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
|
||||
latex:${PORTSDIR}/print/teTeX \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
CFLAGS+= "-fPIC"
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_BZIP2= yes
|
||||
|
||||
PLIST_FILES= lib/gaim/LaTeX.so
|
||||
PLIST_FILES= lib/pidgin/LaTeX.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim
|
||||
${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/pidgin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gaim-latex-0.3.tar.bz2) = e0ff7686b3e40a8f2e456785b0557a29
|
||||
SHA256 (gaim-latex-0.3.tar.bz2) = e7742ebd216bd7414525ba074f828e43db3093807e4c506e5a002f45855f84e4
|
||||
SIZE (gaim-latex-0.3.tar.bz2) = 12903
|
||||
MD5 (pidgin-latex-1.0.tar.bz2) = 35bd42017864823af2f79854a749990d
|
||||
SHA256 (pidgin-latex-1.0.tar.bz2) = 1aa76082ac29efa4325e617f0077528b6845c14fd4a2b049e8996afec66698ec
|
||||
SIZE (pidgin-latex-1.0.tar.bz2) = 15814
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
--- LaTeX.c.orig Sun Jul 3 11:23:45 2005
|
||||
+++ LaTeX.c Sun Jul 3 11:24:29 2005
|
||||
@@ -77,13 +77,13 @@
|
||||
|
||||
while(ptr1 != NULL)
|
||||
{
|
||||
- retro = FALSE;
|
||||
char *tex, *message, *idstring;
|
||||
gchar *name, *buf;
|
||||
char *filedata;
|
||||
size_t size;
|
||||
GError *error = NULL;
|
||||
char *filter;
|
||||
+ retro = FALSE;
|
||||
|
||||
pos1 = strlen(*tmp2) - strlen(ptr1);
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
This is a plugin for Gaim that allows you to display LaTeX output in
|
||||
This is a plugin for Pidgin that allows you to display LaTeX output in
|
||||
your IMs.
|
||||
|
||||
WWW: http://sourceforge.net/projects/gaim-latex
|
||||
WWW: http://sourceforge.net/projects/pidgin-latex
|
||||
|
|
Loading…
Add table
Reference in a new issue