-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix perl-text-nsp * Fix perl-image-exiftool * Fix perl-test-output * Unblacklist * Fix shebang
- Loading branch information
Showing
7 changed files
with
46 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,35 @@ | ||
{% set version = "10.40" %} | ||
{% set sha256 = "9e3619e2f9c838b37f67ab55fd541b5472b328d5f464468442367292666a05dc" %} | ||
{% set name = "perl-image-exiftool" %} | ||
{% set version = "11.01" %} | ||
{% set sha256 = "705fbf4a42d772c548afff4c64b3db3e95eb347e5b48acd66dd7d7712c19bc9c" %} | ||
|
||
package: | ||
name: perl-image-exiftool | ||
name: {{ name }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: http://search.cpan.org/CPAN/authors/id/E/EX/EXIFTOOL/Image-ExifTool-{{ version }}.tar.gz | ||
url: https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-11.01.tar.gz | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
number: 2 | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
build: | ||
- perl | ||
- perl-extutils-makemaker | ||
|
||
run: | ||
- perl | ||
|
||
test: | ||
# Perl 'use' tests | ||
imports: | ||
- Image::ExifTool | ||
|
||
commands: | ||
- exiftool -ver | ||
|
||
about: | ||
home: http://www.sno.phy.queensu.ca/~phil/exiftool | ||
home: http://metacpan.org/pod/Image::ExifTool | ||
license: perl_5 | ||
summary: 'ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files.' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,35 @@ | ||
{% set name = "perl-test-output" %} | ||
{% set version = "1.031" %} | ||
{% set sha256 = "f8b8f37185717872727d06f6c078fa77db794410faf2f6da4d37b0b7650f7ea4" %} | ||
|
||
package: | ||
name: perl-test-output | ||
version: "1.03" | ||
name: {{ name }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: http://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz | ||
md5: 903485edb382f5a18a5029978d1febf6 | ||
url: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-Output-1.031.tar.gz | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
number: 1 | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- perl | ||
- perl-extutils-makemaker | ||
- perl-sub-exporter | ||
- perl-capture-tiny | ||
- perl-test-simple | ||
- perl-file-temp | ||
- perl-extutils-makemaker | ||
|
||
run: | ||
- perl | ||
- perl-capture-tiny | ||
- perl-sub-exporter | ||
- perl-test-simple | ||
- perl-file-temp | ||
|
||
test: | ||
imports: | ||
- Test::Output | ||
|
||
about: | ||
home: http://metacpan.org/pod/Test-Output | ||
home: https://github.com/briandfoy/test-output | ||
license: perl_5 | ||
summary: 'Utilities to test STDOUT and STDERR messages.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,31 @@ | ||
{% set name = "perl-text-nsp" %} | ||
{% set version = "1.31" %} | ||
{% set sha256 = "a01201beb29636b3e41ecda2a6cf6522fd265416bd6d994fad02f59fb49cf595" %} | ||
|
||
package: | ||
name: perl-text-nsp | ||
version: "1.31" | ||
name: {{ name }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://cpan.metacpan.org/authors/id/T/TP/TPEDERSE/Text-NSP-1.31.tar.gz | ||
md5: ed15ed2f35947c0a486fa9751f339b09 | ||
sha256: {{ sha256 }} | ||
|
||
build: | ||
number: 1 | ||
number: 2 | ||
|
||
requirements: | ||
host: | ||
- perl | ||
- perl-extutils-makemaker | ||
|
||
run: | ||
- perl | ||
|
||
test: | ||
# Perl 'use' tests: relying on "run_test.pl" due to version differences | ||
# between the top-level and sub- packages. | ||
imports: | ||
- Text::NSP | ||
|
||
about: | ||
home: http://metacpan.org/pod/Text-NSP | ||
home: http://metacpan.org/pod/Text::NSP | ||
license: open_source | ||
summary: 'Extract collocations and Ngrams from text' |