From 626a8a2e06c5b4b5e4ebdca9235f77828d0be82e Mon Sep 17 00:00:00 2001
From: Robson Peixoto <robsonpeixoto@gmail.com>
Date: Wed, 19 Jun 2013 23:51:23 -0300
Subject: [PATCH 3/4] Fix style and add vim modeline
---
Portfile | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/Portfile b/Portfile
index fb59969..49e3b1b 100644
a
|
b
|
|
| 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 |
1 | 2 | # $Id$ |
2 | 3 | |
3 | | PortSystem 1.0 |
| 4 | PortSystem 1.0 |
4 | 5 | |
5 | | name varnish |
6 | | epoch 20110709 |
7 | | version 3.0.4 |
8 | | categories www |
9 | | license BSD zlib |
10 | | platforms darwin |
11 | | maintainers pmq openmaintainer |
| 6 | name varnish |
| 7 | epoch 20110709 |
| 8 | version 3.0.4 |
| 9 | categories www |
| 10 | license BSD zlib |
| 11 | platforms darwin |
| 12 | maintainers pmq openmaintainer |
12 | 13 | |
13 | | description Varnish is a state-of-the-art, high-performance HTTP accelerator |
14 | | long_description Varnish was written from the ground up to be a high \ |
15 | | performance caching reverse proxy. |
| 14 | description Varnish is a state-of-the-art, high-performance HTTP accelerator |
| 15 | long_description Varnish was written from the ground up to be a high \ |
| 16 | performance caching reverse proxy. |
16 | 17 | |
17 | | homepage http://www.varnish-cache.org |
18 | | master_sites http://repo.varnish-cache.org/source/ |
| 18 | homepage http://www.varnish-cache.org |
| 19 | master_sites http://repo.varnish-cache.org/source/ |
19 | 20 | |
20 | | checksums rmd160 ed8aba21af17d5fee225eb03950fd90ad7b07911 \ |
21 | | sha256 4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79 |
| 21 | checksums rmd160 ed8aba21af17d5fee225eb03950fd90ad7b07911 \ |
| 22 | sha256 4e044ccb5c76222bddf89c808f13ea8f66977972675aecb48a920f6800ad0f79 |
22 | 23 | |
23 | | depends_build port:pkgconfig |
| 24 | depends_build port:pkgconfig |
24 | 25 | |
25 | | depends_lib port:pcre |
| 26 | depends_lib port:pcre |