notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
clamz Command-line program to download MP3 files from Amazon's music store
0.5_4 net Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5_4Version of this port present on the latest quarterly branch.
Broken BROKEN: Unfetchable (google code has gone away)
Deprecated DEPRECATED: Unfetchable for more than six months (google code has gone away)
Expired This port expired on: 2017-04-30
Ignore IGNORE: is marked as broken: Unfetchable (google code has gone away)
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-06-10 15:42:14
Last Update: 2017-04-30 20:04:35
SVN Revision: 439839
Also Listed In: audio
License: not specified in port
WWW:
http://code.google.com/p/clamz/
Description:
Clamz is a little command-line program to 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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • clamz>0:net/clamz
No installation instructions:
This port has been deleted.
PKGNAME: clamz
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (clamz-0.5.tar.gz) = 5a63f23f15dfa6c2af00ff9531ae9bfcca0facfe5b1aa82790964f050a09832b SIZE (clamz-0.5.tar.gz) = 75001

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libexpat.so : textproc/expat2
  3. libgcrypt.so : security/libgcrypt
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
pkgconfig
pkg-message:
************************************************************************* For convenience, users may want to set a cookie using the link on http://code.google.com/p/clamz/. It is feasible to substitute the top level domain of the link provided there with the applicable amazon-TLD, such as http://www.amazon.com/<...> with http://www.amazon.de/<...> Not having the cookie set, users will fail to download Amazon .amz files to download albums and are presented with information on how to download amz-downloaders other than clamz. *************************************************************************

Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://clamz.googlecode.com/files/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5_4
30 Apr 2017 20:04:35
Revision:439839Original commit files touched by this commit
ler search for other commits by this committer
Remove expired port net/clamz.

2017-04-30 net/clamz: Unfetchable for more than six months (google code has gone
away)

Approved by: rene (portmgr, mentor), adamw(portmgr, mentor)
0.5_4
24 Mar 2017 15:35:30
Revision:436821Original commit files touched by this commit
linimon search for other commits by this committer
Maintainer's email address bounces.

Pet portlint.
0.5_4
03 Mar 2017 16:00:20
Revision:435349Original commit files touched by this commit
mat search for other commits by this committer
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
0.5_4
14 Sep 2016 15:59:34
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
0.5_4
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
0.5_4
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.5_4
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
0.5_4
02 Jan 2015 18:46:34
Revision:376062Original commit files touched by this commit
pi search for other commits by this committer
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.5_3
22 Nov 2014 14:43:24
Revision:373063Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.5_3
30 Jul 2014 03:57:24
Revision:363436Original commit files touched by this commit
pi search for other commits by this committer
security/libgcrypt: 1.5.3_3 -> 1.6.1

- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
0.5_2
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.5_2
31 Jan 2014 06:48:18
Revision:341915Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
0.5_2
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
0.5_2
22 Oct 2013 13:59:54
Revision:331273Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])

Approved by:	portmgr (bdrewery)
0.5_2
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
0.5_2
31 Aug 2013 00:26:08
Revision:325749Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_PERL5 -> USES=perl5
  * USE_GMAKE -> USES=gmake
0.5_2
11 Jul 2013 16:26:27
Revision:322783Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
0.5_1
03 May 2013 16:36:41
Revision:317220Original commit files touched by this commit
ehaupt search for other commits by this committer
Chase security/libgcrypt update
0.5
16 May 2012 17:15:19
Original commit files touched by this commit
nox search for other commits by this committer
Update net/clamz to 0.5 .

PR:             ports/165253
Submitted by:   nox (self)
Approved by:    maintainer timeout (3 months)
0.4_1
16 Oct 2011 09:32:11
Original commit files touched by this commit
pawel search for other commits by this committer
Add pkg-message on how to .amz-download

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)
0.4_1
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
0.4_1
03 Jul 2011 11:40:49
Original commit files touched by this commit
swills search for other commits by this committer
- Chase the libgcrypt shared lib version
0.4
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.4
25 Oct 2010 08:55:11
Original commit files touched by this commit
decke search for other commits by this committer
- Update to 0.4

PR:             ports/151026
Submitted by:   decke
Approved by:    maintainer timeout (4 weeks)
0.2_2
27 Jul 2010 01:25:20
Original commit files touched by this commit
wxs search for other commits by this committer
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
0.2_1
03 Apr 2010 10:44:36
Original commit files touched by this commit
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
0.2
10 Jun 2009 15:41:42
Original commit files touched by this commit
amdmi3 search for other commits by this committer
Clamz is a little command-line program to
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>

Number of commits found: 27