1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pinpoint |
---|
7 | version 0.1.2 |
---|
8 | categories office multimedia |
---|
9 | platforms darwin |
---|
10 | license GPLv2.1 |
---|
11 | maintainers adrianomelo.com:adriano |
---|
12 | |
---|
13 | description A tool for making hackers do excellent presentations |
---|
14 | long_description Pinpoint is a simple presentation tool that hopes to avoid audience death by \ |
---|
15 | bullet point and instead encourage presentations containing beautiful images \ |
---|
16 | and small amounts of concise text in slides. |
---|
17 | |
---|
18 | homepage https://live.gnome.org/Pinpoint |
---|
19 | master_sites http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/ |
---|
20 | |
---|
21 | distfiles ${name}-${version}.tar.gz |
---|
22 | |
---|
23 | checksums rmd160 99d9474952e552a45a73047176e01bda57270db2 \ |
---|
24 | sha356 8889a8e229b890938dadf226c276d69b4b23e5feb1389388a8510c6c05918f7d |
---|
25 | |
---|
26 | depends_build port:autoconf |
---|
27 | depends_lib port:clutter \ |
---|
28 | port:gdk-pixbuf2 \ |
---|
29 | port:clutter-gst |
---|
30 | |
---|
31 | patchfiles pinpoint.diff |
---|