aboutsummaryrefslogtreecommitdiff
path: root/net/clamz
Commit message (Collapse)AuthorAgeFilesLines
* Add pkg-message on how to .amz-downloadPawel Pekala2011-10-162-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | When buying electronic music from Amazon, one is required to download a so-called .amz-file, which in essence is a download list. This file is necessary to conduct the download of purchased music, for which a propriatary program from Amazon is required. This program is available for Windows and Ubuntu Linux, but not for FreeBSD. net/clamz redresses that situation. However, before being able to download the .amz, one is required to install said propriatary program, which sets a cookie that allows to download amz-files. This is infeasible for users of FreeBSD. On the project site of net/clamz, an alternative to downloading said program is presented, which in essence is an alternative way to have aformentioned cookie set. PR: ports/160705 Submitted by: Christopher J. Ruwe <cjr@cruwe.de> Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=283597
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-1/+2
| | | | Notes: svn path=/head/; revision=276971
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.4Bernhard Froehlich2010-10-253-12/+15
| | | | | | | | | PR: ports/151026 Submitted by: decke Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=263559
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* Clamz is a little command-line program toDmitry Marakasov2009-06-103-0/+50
download MP3 files from Amazon.com's music store. It is intended to serve as a substitute for Amazon's official MP3 Downloader, which is not free software (and therefore is only available in binary form for a limited set of platforms.) Clamz can be used to download either individual songs or complete albums that you have purchased from Amazon. Text from http://code.google.com/p/clamz/. WWW: http://code.google.com/p/clamz/ PR: 135401 Submitted by: Helko Glathe <glathe.helko@googlemail.com> Notes: svn path=/head/; revision=235544