Commits
Eitan Adler authored and Frank Schima committed bc8445b16cd
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name empathy |
6 6 | version 3.12.14 |
7 7 | license GPL-2+ LGPL-2.1+ GFDL-1.3+ CC-BY-SA-3 |
8 8 | set branch [join [lrange [split ${version} .] 0 1] .] |
9 9 | description Empathy is an instant-messaging(chat) program for GNOME |
10 10 | long_description Empathy is an instant-messaging(chat) program which supports text, \ |
11 11 | voice, video, file transfers, and inter-application communication (tubes) \ |
12 - | over many different protocols(AIM, MSN, Google/Jabber, Facebook, SIP, Yahoo, etc). |
12 + | over many different protocols(Google, Jabber, Facebook, SIP, Yahoo, etc). |
13 13 | maintainers {devans @dbevans} openmaintainer |
14 14 | categories gnome |
15 15 | platforms darwin |
16 16 | homepage https://wiki.gnome.org/Apps/Empathy |
17 17 | master_sites gnome:sources/${name}/${branch}/ |
18 18 | |
19 19 | use_xz yes |
20 20 | |
21 21 | checksums rmd160 6a0a78ddef2859c22662798f91b0be5e595823c9 \ |
22 22 | sha256 7d86942ce97edd10ade0e6ae6a210d35e4d627fe4d223377d71fd1840bc6e3a3 |