pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/pidgin-latex Initial commit of plug-in to render ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a108e1bc717c
branches:  trunk
changeset: 543633:a108e1bc717c
user:      smb <smb%pkgsrc.org@localhost>
date:      Sat Jun 21 16:38:40 2008 +0000

description:
Initial commit of plug-in to render latex as images

diffstat:

 chat/pidgin-latex/DESCR    |   2 ++
 chat/pidgin-latex/Makefile |  29 +++++++++++++++++++++++++++++
 chat/pidgin-latex/PLIST    |   5 +++++
 chat/pidgin-latex/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 07ac8e0e2a97 -r a108e1bc717c chat/pidgin-latex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/pidgin-latex/DESCR   Sat Jun 21 16:38:40 2008 +0000
@@ -0,0 +1,2 @@
+A plugin for Pidgin which translates LaTeX code into images in your
+IM conversation.
diff -r 07ac8e0e2a97 -r a108e1bc717c chat/pidgin-latex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/pidgin-latex/Makefile        Sat Jun 21 16:38:40 2008 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2008/06/21 16:38:40 smb Exp $
+
+VERSION=       1.2.1
+DISTNAME=      pidgin-latex-${VERSION}
+EXTRACT_SUFX=  .tar.bz2
+CATEGORIES=    chat print
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pidgin-latex/}
+WRKSRC=                ${WRKDIR}/pidgin-latex
+
+MAINTAINER=    smb%NetBSD.org@localhost
+HOMEPAGE=      http://sourceforge.net/projects/pidgin-latex/
+COMMENT=       Plugin for pidgin to render LaTeX as images
+
+USE_TOOLS+=    gmake
+
+#PKG_DESTDIR_SUPPORT=  user-destdir
+
+INSTALLATION_DIRS=     share/doc/pidgin-latex
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pidgin-latex/
+
+.include "../../chat/pidgin/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 07ac8e0e2a97 -r a108e1bc717c chat/pidgin-latex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/pidgin-latex/PLIST   Sat Jun 21 16:38:40 2008 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2008/06/21 16:38:40 smb Exp $
+lib/pidgin/LaTeX.so
+share/doc/pidgin-latex/README
+@dirrm share/doc/pidgin-latex
+@dirrm lib/pidgin
diff -r 07ac8e0e2a97 -r a108e1bc717c chat/pidgin-latex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/pidgin-latex/distinfo        Sat Jun 21 16:38:40 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/06/21 16:38:40 smb Exp $
+
+SHA1 (pidgin-latex-1.2.1.tar.bz2) = 024f2da7a5024692751508caef4e54c1beba53c2
+RMD160 (pidgin-latex-1.2.1.tar.bz2) = a4eb3d5098315d860d081f7ae3acdc4d825084f9
+Size (pidgin-latex-1.2.1.tar.bz2) = 15770 bytes



Home | Main Index | Thread Index | Old Index