Revision: 70878 http://trac.macports.org/changeset/70878 Author: michaelld@macports.org Date: 2010-08-24 11:09:05 -0700 (Tue, 24 Aug 2010) Log Message: ----------- Initial checkin of port 'lastfmlib', YA Last.FM library (along with liblastfm and lastfmsubmit). Addresses ticket #26216. Added Paths: ----------- trunk/dports/audio/lastfmlib/ trunk/dports/audio/lastfmlib/Portfile Added: trunk/dports/audio/lastfmlib/Portfile =================================================================== --- trunk/dports/audio/lastfmlib/Portfile (rev 0) +++ trunk/dports/audio/lastfmlib/Portfile 2010-08-24 18:09:05 UTC (rev 70878) @@ -0,0 +1,24 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 +# $Id: Portfile 67247 2010-05-03 13:05:03Z rmsfisher@macports.org $ + +PortSystem 1.0 + +name lastfmlib +version 0.4.0 +categories audio +maintainers scribus.info:petr + +description C/C++ library to scrobble your tracks on Last.fm +long_description \ + lastfmlib is library that provides an implementation of the \ + Last.fm Submissions Protocol v1.2. It allows you to scrobble \ + your tracks on Last.fm + +homepage http://code.google.com/p/lastfmlib/ +platforms darwin +master_sites googlecode +checksums md5 f6f00882c15b8cc703718d22e1b1871f \ + sha1 b9e15e4eb42a9ccd9b3c5373054b0bd51a406fdd \ + rmd160 89b06c754a2b954e2bb8f837faece9dcaaee83c6 + +depends_lib-append port:curl
participants (1)
-
michaelld@macports.org