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 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name s3cmd |
---|
8 | version 0.9.9 |
---|
9 | categories net |
---|
10 | maintainers gmail.com:adambyrtek |
---|
11 | description Command line tool for managing Amazon S3 service |
---|
12 | |
---|
13 | long_description S3cmd lets you copy files from/to Amazon S3 \ |
---|
14 | (Simple Storage Service) using a simple to use \ |
---|
15 | command line client. Supports rsync-like backup, \ |
---|
16 | GPG encryption, and more. Also supports management \ |
---|
17 | of Amazon's CloudFront content delivery network. |
---|
18 | |
---|
19 | homepage http://s3tools.org/s3cmd |
---|
20 | master_sites sourceforge:s3tools |
---|
21 | checksums md5 2874d728cb09cd4734492ce47950f95b \ |
---|
22 | sha1 26faa616ceb29e2073d7697056b71a2da74b82aa \ |
---|
23 | rmd160 e795c2c3713b39a0db3f5ff7343f0fe9a95446b8 |
---|
24 | platforms darwin |
---|