# -*- 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.2 maintainers mnick 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 md5 676dca696755bb92dd485a2246b1d75d \ sha1 b7b2c948c953289645345430ce2ac826e62f5eec \ rmd160 7641592fbc749ad91faa123a690185d422de2be5 use_configure no set sharedir ${prefix}/share/${name}/ set localedir ${prefix}/share/locale/ depends_lib-append port:py26-configobj post-patch { # Fix paths reinplace "s|^#!/usr/bin/python|#!${prefix}/bin/python2.6|" ${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 (.*)