diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-16 09:32:11 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-16 09:32:11 +0000 |
commit | 5d26fb9f7fee16aaca19a8958f56ca476d77d5de (patch) | |
tree | 2fa5f23221cebe495b893e5df7919ee094e111ca | |
parent | Update to 20111014 version of the FreeBSD doc tree (RELEASE_9_0_0 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=283597
-rw-r--r-- | net/clamz/Makefile | 5 | ||||
-rw-r--r-- | net/clamz/pkg-message | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net/clamz/Makefile b/net/clamz/Makefile index e564b7b6346a..f09dbec5cc3f 100644 --- a/net/clamz/Makefile +++ b/net/clamz/Makefile @@ -26,4 +26,9 @@ USE_GNOME= pkgconfig MAN1= ${PORTNAME}.1 +post-install: + @${ECHO} + @${CAT} ${PKGMESSAGE} + @${ECHO} + .include <bsd.port.mk> diff --git a/net/clamz/pkg-message b/net/clamz/pkg-message new file mode 100644 index 000000000000..8b414563bce9 --- /dev/null +++ b/net/clamz/pkg-message @@ -0,0 +1,9 @@ +************************************************************************* +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. +************************************************************************* |