[32447] trunk/dports/security

afb at macports.org afb at macports.org
Wed Jan 2 02:56:39 PST 2008


Revision: 32447
          http://trac.macosforge.org/projects/macports/changeset/32447
Author:   afb at macports.org
Date:     2008-01-02 02:56:37 -0800 (Wed, 02 Jan 2008)

Log Message:
-----------
new port: pidgin-otr 3.1.0 (from reiffert, #13759)

Added Paths:
-----------
    trunk/dports/security/pidgin-otr/
    trunk/dports/security/pidgin-otr/Portfile

Added: trunk/dports/security/pidgin-otr/Portfile
===================================================================
--- trunk/dports/security/pidgin-otr/Portfile	                        (rev 0)
+++ trunk/dports/security/pidgin-otr/Portfile	2008-01-02 10:56:37 UTC (rev 32447)
@@ -0,0 +1,43 @@
+# $Id$
+
+PortSystem 1.0
+
+name             pidgin-otr
+version          3.1.0
+categories       security net chat
+maintainers      rsync at reifferscheid.org
+description      Off-the-Record Plugin for Pidgin
+long_description \
+	This is a pidgin plugin which implements Off-the-Record (OTR) \
+	Messaging. \
+	OTR allows you to have private conversations over IM by providing: \
+	- Encryption \
+	- No one else can read your instant messages. \
+	- Authentication \
+	  - You are assured the correspondent is who you think it is. \
+	- Deniability \
+	  - The messages you send do _not_ have digital signatures that are \
+	    checkable by a third party.  Anyone can forge messages after a \
+	    conversation to make them look like they came from you.  However, \
+	    _during_ a conversation, your correspondent is assured the messages \
+	   he sees are authentic and unmodified. \
+	- Perfect forward secrecy \
+	- If you lose control of your private keys, no previous conversation \
+	  is compromised.
+homepage         http://www.cypherpunks.ca/otr/
+platforms        darwin
+
+master_sites     ${homepage}
+checksums	md5 f4ca8bc228069616d4c8fa9288af6bb5 \
+		sha1 f22d9488da3d085f988090ca3b8f79291b8edb45 \
+		rmd160 f0790718fee4d63be3ab2e795e500751137f00e5
+
+depends_lib      port:pidgin port:libotr port:gettext
+
+configure.cppflags-append	-I${prefix}/include/gtk-2.0
+
+destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/lib/pidgin/
+	eval xinstall -m 755 ${worksrcpath}/.libs/pidgin-otr.so ${destroot}${prefix}/lib/pidgin/
+	eval xinstall -m 755 ${worksrcpath}/.libs/pidgin-otr.la ${destroot}${prefix}/lib/pidgin/
+}


Property changes on: trunk/dports/security/pidgin-otr/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080102/202474b3/attachment.html


More information about the macports-changes mailing list