aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2011-10-16 17:32:11 +0800
committerpawel <pawel@FreeBSD.org>2011-10-16 17:32:11 +0800
commit0f36c17e93a6fcca28c9c115b20f08b08bdbf41c (patch)
treecbc87a61374634f6be61e594c5280c5325d84095
parentd94aea078a5578126a631539399980829fec42a5 (diff)
downloadfreebsd-ports-gnome-0f36c17e93a6fcca28c9c115b20f08b08bdbf41c.tar.gz
freebsd-ports-gnome-0f36c17e93a6fcca28c9c115b20f08b08bdbf41c.tar.zst
freebsd-ports-gnome-0f36c17e93a6fcca28c9c115b20f08b08bdbf41c.zip
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)
-rw-r--r--net/clamz/Makefile5
-rw-r--r--net/clamz/pkg-message9
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.
+*************************************************************************