Date: Sun, 17 Aug 2008 01:32:04 +0530 (IST) From: Ashish Shukla <wahjava@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/126574: New Port: irc/irssi-otr : A plugin for irssi for Off-the-Record (OTR) messaging Message-ID: <20080816200204.A7C0F7F391@chateau.d.lf> Resent-Message-ID: <200808162010.m7GKA2AE009942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126574 >Category: ports >Synopsis: New Port: irc/irssi-otr : A plugin for irssi for Off-the-Record (OTR) messaging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 16 20:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ashish Shukla >Release: FreeBSD 7.0-RELEASE-p3 amd64 >Organization: N/A >Environment: System: FreeBSD chateau.d.lf 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #3: Tue Jul 15 10:16:13 IST 2008 root@chateau.d.lf:/usr/obj/usr/src/sys/ULE amd64 >Description: irssi-otr provides Off-the-Record Messaging (OTR) support for the irssi Internet Relay Chat (IRC) client. WWW: http://irssi-otr.tuxfamily.org/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # irssi-otr # irssi-otr/pkg-descr # irssi-otr/Makefile # irssi-otr/pkg-plist # irssi-otr/distinfo # irssi-otr/files # irssi-otr/files/patch-CMakeLists.txt # echo c - irssi-otr mkdir -p irssi-otr > /dev/null 2>&1 echo x - irssi-otr/pkg-descr sed 's/^X//' >irssi-otr/pkg-descr << 'END-of-irssi-otr/pkg-descr' Xirssi-otr provides Off-the-Record Messaging (OTR) support for Xthe irssi Internet Relay Chat (IRC) client. X XWWW: http://irssi-otr.tuxfamily.org/ END-of-irssi-otr/pkg-descr echo x - irssi-otr/Makefile sed 's/^X//' >irssi-otr/Makefile << 'END-of-irssi-otr/Makefile' X# New ports collection makefile for: irssi-otr X# Date created: 2008-08-16 X# Whom: Ashish Shukla <wahjava@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= irssi-otr XPORTVERSION= 0.2 XCATEGORIES= irc XMASTER_SITES= ftp://download.tuxfamily.org/${MASTER_SITE_SUBDIR}/ XMASTER_SITE_SUBDIR= irssiotr X XMAINTAINER= wahjava@gmail.com XCOMMENT= A plugin for irssi for Off-the-Record (OTR) messaging X XBUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi XLIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr XRUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi X XUSE_CMAKE= yes XUSE_LDCONFIG= yes XUSE_GNOME= glib20 X X.include <bsd.port.mk> END-of-irssi-otr/Makefile echo x - irssi-otr/pkg-plist sed 's/^X//' >irssi-otr/pkg-plist << 'END-of-irssi-otr/pkg-plist' Xlib/irssi/modules/libotr.so X%%DOCSDIR%%/LICENSE X%%DOCSDIR%%/README X@dirrm share/doc/irssi-otr X@dirrmtry lib/irssi/modules X@dirrmtry lib/irssi END-of-irssi-otr/pkg-plist echo x - irssi-otr/distinfo sed 's/^X//' >irssi-otr/distinfo << 'END-of-irssi-otr/distinfo' XMD5 (irssi-otr-0.2.tar.gz) = f8ca89e8f4abbae856dfd37ecfa74b18 XSHA256 (irssi-otr-0.2.tar.gz) = fbdf4375056cf5122e7aebd624364d1201f7c7473e1876f2c28dd009b7628c11 XSIZE (irssi-otr-0.2.tar.gz) = 28618 END-of-irssi-otr/distinfo echo c - irssi-otr/files mkdir -p irssi-otr/files > /dev/null 2>&1 echo x - irssi-otr/files/patch-CMakeLists.txt sed 's/^X//' >irssi-otr/files/patch-CMakeLists.txt << 'END-of-irssi-otr/files/patch-CMakeLists.txt' X X$FreeBSD$ X X--- CMakeLists.txt.orig X+++ CMakeLists.txt X@@ -194,7 +194,7 @@ X X ADD_LIBRARY(otr SHARED otr.c otrutil.c otr_ops.c otr_key.c ui.c ${PROJECT_BINARY_DIR}/otr-formats.c) X X-TARGET_LINK_LIBRARIES(otr ${GLIB_LIBRARIES} ${LIBOTR_LIBRARIES}) X+TARGET_LINK_LIBRARIES(otr ${GLIB_LDFLAGS} ${LIBOTR_LIBRARIES}) X X # cscope X END-of-irssi-otr/files/patch-CMakeLists.txt exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080816200204.A7C0F7F391>