# -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name pastebinit version 1.3.1 maintainers nomaintainer categories net python description pastebinit is a command-line tool to send data to a "pastebin" long_description ${description}: \ a web site which allows its users to upload snippets of text for public viewing. platforms darwin homepage http://www.stgraber.org/category/pastebinit master_sites http://launchpad.net/pastebinit/trunk/${version}/+download/ checksums rmd160 32b2d7e71e1c990ab898d7c508fb0f7683af64f6 \ sha256 68d559292ed7e423d3500e65d795d3dcc320091fade0eb2503cedb75b18176c6 use_configure no set sharedir ${prefix}/share/${name}/ set localedir ${prefix}/share/locale/ depends_lib-append port:py27-configobj post-patch { # Fix paths reinplace "s|^#!/usr/bin/python|#!${prefix}/bin/python2.7|" ${worksrcpath}/pastebinit reinplace "s|/etc/pastebin.d|${prefix}/etc/pastebin.d|" ${worksrcpath}/pastebinit } build { system "cd ${worksrcpath}/po && make" } destroot { xinstall -m 755 ${worksrcpath}/pastebinit ${destroot}${prefix}/bin file copy ${worksrcpath}/pastebin.d ${destroot}${prefix}/etc/pastebin.d # Localization xinstall -m 755 -d ${destroot}${localedir} foreach f [glob ${worksrcpath}/po/mo/*] { file copy ${f} ${destroot}${localedir} } # Example config xinstall -m 755 -d ${destroot}${sharedir} foreach f {pastebinit.xml COPYING} { file copy ${worksrcpath}/${f} ${destroot}${sharedir} } } livecheck.type regex livecheck.url http://launchpad.net/pastebinit livecheck.regex Latest version is (.*)