Port details |
- p5-Net-Amazon-MechanicalTurk Perl interface to the Amazon Mechanical Turk
- 1.02_2 net
=0 1.02_2Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2007-12-12 13:21:29
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: APACHE20
- Description:
- This module provides a Perlish interface to Amazon Mechanical Turk.
WWW: https://metacpan.org/release/Net-Amazon-MechanicalTurk
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-Amazon-MechanicalTurk>0:net/p5-Net-Amazon-MechanicalTurk
- To install the port:
- cd /usr/ports/net/p5-Net-Amazon-MechanicalTurk/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-Amazon-MechanicalTurk
- pkg install p5-Net-Amazon-MechanicalTurk
- PKGNAME: p5-Net-Amazon-MechanicalTurk
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net-Amazon-MechanicalTurk-1.02.tar.gz) = 8d095ec148e094b27f4cccc79e1caf9c31f3cc0e6dd82ce8a8e442c8dc7b0f8e
SIZE (Net-Amazon-MechanicalTurk-1.02.tar.gz) = 62570
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Digest-HMAC>=0 : security/p5-Digest-HMAC
- p5-IO-String>=0 : devel/p5-IO-String
- p5-Mozilla-CA>=0 : www/p5-Mozilla-CA
- p5-Net-SSLeay>=1.33 : security/p5-Net-SSLeay
- p5-URI>=0 : net/p5-URI
- p5-XML-Parser>=0 : textproc/p5-XML-Parser
- p5-libwww>=6 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Digest-HMAC>=0 : security/p5-Digest-HMAC
- p5-IO-String>=0 : devel/p5-IO-String
- p5-Mozilla-CA>=0 : www/p5-Mozilla-CA
- p5-Net-SSLeay>=1.33 : security/p5-Net-SSLeay
- p5-URI>=0 : net/p5-URI
- p5-XML-Parser>=0 : textproc/p5-XML-Parser
- p5-libwww>=6 : www/p5-libwww
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for p5-Net-Amazon-MechanicalTurk-1.02_2:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net_p5-Net-Amazon-MechanicalTurk
- USES:
- perl5 shebangfix
- pkg-message:
- For install:
- You need to do some things before you can use the Amazon Mechanical Turk:
1) Visit http://aws.amazon.com/ to create an Amazon AWS account.
2) Configure the MTurk Perl module with the following command:
perl -MNet::Amazon::MechanicalTurk::Configurer -e configure
Your configuration file will be created in the file
/root/.aws/auth.
3) Try out the samples in /usr/local/share/examples/Net-Amazon-MechanicalTurk,
if you installed them.
4) Use the MTurk Sandbox to create HITs in a development environment for
free. This Perl module uses the sandbox by default.
5) When you are ready to submit real HITs, add the following line to your
/root/.aws/auth file:
service_url: http://mechanicalturk.amazonaws.com/?Service=AWSMechanicalTurkRequester
DISCLAIMER: You are responsible for paying MTurk workers for the HITs
that you submit to the live service. Please make sure
you know which MTurk service you are submitting HITs to -
the sandbox (default) or the production service.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.02_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 08:48:51
1.02_2
|
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
06 Oct 2018 13:06:45
1.02_2
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
1.02_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
19 May 2016 11:09:14
1.02_2
|
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
01 Apr 2016 14:16:20
1.02_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
24 Dec 2014 00:14:13
1.02_2
|
bofh  |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
26 Nov 2014 13:08:38
1.02_2
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
03 May 2014 08:48:29
1.02_1
|
sunpoet  |
- Add LICENSE
- Use single space after WWW:
- Pass maintainership to submitter
- While I'm here:
- Fix *_DEPENDS: remove p5-Module-Build
- Sort *_DEPENDS
- Remove .include <bsd.port.options.mk>
- Bump PORTREVISION for dependency change
PR: ports/189256
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
06 Feb 2014 13:26:43
1.02
|
ehaupt  |
Support staging. |
16 Dec 2013 18:24:49
1.02
|
glarkin  |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
20 Sep 2013 22:10:25
1.02
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
06 Sep 2013 14:30:24
1.02
|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
17 Jan 2013 19:29:47
1.02
|
glarkin  |
- Updated to 1.02
ChangeLog:
http://cpansearch.perl.org/src/MTURK/Net-Amazon-MechanicalTurk-1.02/Changes
- Added more required dependencies
- Clarified wording in pkg-message
- Trimmed Makefile header
Reported by: portscout |
29 Jun 2012 18:07:09
1.01_1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
10 Jun 2012 18:42:48
1.01_1
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
20 Mar 2011 12:54:45
1.01_1
|
miwi  |
- Get Rid MD5 support |
12 Feb 2011 09:30:23
1.01_1
|
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
17 Oct 2008 13:07:31
1.01_1
|
glarkin  |
- Fixed mtree error reported by pointyhat
- Enabled conditional installation of MTurk examples
Reported by: pointyhat
Approved by: beech (mentor, implicit) |
18 Jul 2008 21:05:20
1.01
|
glarkin  |
Changed my MAINTAINER address to
glarkin@FreeBSD.org.
Approved by: beech (mentor) |
12 Dec 2007 13:21:20
1.01
|
miwi  |
This module provides a Perlish interface to Amazon Mechanical Turk.
WWW: http://search.cpan.org/~mturk/
PR: ports/117641
Submitted by: Greg Larkin <glarkin at sourcehosting.net> |