New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82210


Ignore:
Timestamp:
08/10/11 07:34:15 (4 years ago)
Author:
ryandesign@…
Message:

libptp2: whitespace changes / reformatting, add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/libptp2/Portfile

    r82191 r82210  
     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 
    12# $Id$ 
    23 
    3 PortSystem      1.0 
     4PortSystem          1.0 
    45 
    5 name            libptp2 
    6 version         1.1.10 
    7 revision        1 
    8 categories      devel 
    9 maintainers     nomaintainer 
    10 description     libptp2 is a library used to communicate with PTP devices like digital cameras. 
    11 long_description \ 
    12                 libptp2 is a library used to communicate with PTP devices like still \ 
    13                 imaging cameras or MP3 players (KODAK mc3). You can download files \ 
    14                 or tweak camera properties using ptpcam program bundled with libptp2. 
    15 platforms       darwin 
    16 homepage        http://libptp.sourceforge.net/ 
    17 master_sites    sourceforge:libptp 
    18 checksums       md5 5a0e2965d1077c316d6ae6a8cef96238 \ 
    19                 sha1 b671b029c869b330780f4ebb0cb91d0a850946a1 \ 
    20                 rmd160 f29a1422e096e3376e141a72c2f916abc0446843 
    21 depends_lib     port:libusb-compat 
     6name                libptp2 
     7version             1.1.10 
     8revision            1 
     9categories          devel 
     10platforms           darwin 
     11maintainers         nomaintainer 
    2212 
    23 use_parallel_build no 
     13description         libptp2 is a library used to communicate with PTP devices like digital cameras. 
    2414 
    25 destroot.target install-strip 
     15long_description    libptp2 is a library used to communicate with PTP devices like still \ 
     16                    imaging cameras or MP3 players (KODAK mc3). You can download files \ 
     17                    or tweak camera properties using ptpcam program bundled with libptp2. 
     18 
     19homepage            http://libptp.sourceforge.net/ 
     20master_sites        sourceforge:libptp 
     21 
     22checksums           md5     5a0e2965d1077c316d6ae6a8cef96238 \ 
     23                    sha1    b671b029c869b330780f4ebb0cb91d0a850946a1 \ 
     24                    rmd160  f29a1422e096e3376e141a72c2f916abc0446843 
     25 
     26depends_lib         port:libusb-compat 
     27 
     28use_parallel_build  no 
     29 
     30destroot.target     install-strip 
     31 
    2632post-destroot { 
    27         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
    28         xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL README TODO \ 
    29                 ${destroot}${prefix}/share/doc/${name} 
     33    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
     34    xinstall -m 644 -W ${worksrcpath} \ 
     35        AUTHORS COPYING ChangeLog INSTALL README TODO \ 
     36        ${destroot}${prefix}/share/doc/${name} 
    3037} 
Note: See TracChangeset for help on using the changeset viewer.