Date: Wed, 1 Aug 2007 09:07:38 -0400 (EDT) From: Geoffrey Mainland <mainland@apeiron.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115116: [MAINTAINER UPDATE] net-im/gaim-latex Message-ID: <20070801130738.6977A2283F@zeno.apeiron.net> Resent-Message-ID: <200708011330.l71DU1c4036314@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115116 >Category: ports >Synopsis: [MAINTAINER UPDATE] net-im/gaim-latex >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 13:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Geoffrey Mainland >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD hamilton.apeiron.net 6.2-STABLE FreeBSD 6.2-STABLE #69: Sun Jul 15 17:44:57 EDT 2007 toor@zeno.apeiron.net:/usr/obj/usr/src/sys/HAMILTON i386 >Description: I've updated this port to the new version that works with Pidign. The plugin has also been renamed by the developers, and we need a repo-copy to net-im/pidgin-latex. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net-im/gaim-latex/Makefile gaim-latex/Makefile --- /usr/ports/net-im/gaim-latex/Makefile 2007-05-20 01:49:56.000000000 -0400 +++ gaim-latex/Makefile 2007-08-01 08:59:49.000000000 -0400 @@ -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,34 @@ # 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 +MAKE_ENV= PREFIX=${LOCALBASE} + +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> diff -ruN /usr/ports/net-im/gaim-latex/distinfo gaim-latex/distinfo --- /usr/ports/net-im/gaim-latex/distinfo 2006-02-07 19:50:10.000000000 -0500 +++ gaim-latex/distinfo 2007-08-01 08:47:21.000000000 -0400 @@ -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 diff -ruN /usr/ports/net-im/gaim-latex/files/patch-LaTeX.c gaim-latex/files/patch-LaTeX.c --- /usr/ports/net-im/gaim-latex/files/patch-LaTeX.c 2005-07-03 05:30:55.000000000 -0400 +++ gaim-latex/files/patch-LaTeX.c 1969-12-31 19:00:00.000000000 -0500 @@ -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); - diff -ruN /usr/ports/net-im/gaim-latex/pkg-descr gaim-latex/pkg-descr --- /usr/ports/net-im/gaim-latex/pkg-descr 2005-06-23 06:15:55.000000000 -0400 +++ gaim-latex/pkg-descr 2007-08-01 08:46:28.000000000 -0400 @@ -1,4 +1,3 @@ -This is a plugin for Gaim that allows you to display LaTeX output in -your IMs. +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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070801130738.6977A2283F>