Commit graph

226342 commits

Author SHA1 Message Date
wiz
9ab06f16a6 Import eyeD3-0.7.5 as audio/eyeD3.
eyeD3 is a Python tool for working with audio files, specifically
mp3 files containing ID3 metadata (i.e. song info).

It provides a command-line tool (``eyeD3``) and a Python library
(``import eyed3``) that can be used to write your own applications
or plugins that are callable from the command-line tool.
2015-01-04 11:05:15 +00:00
wiz
1b563fa872 Added audio/eyed3 version 0.7.5 2015-01-04 11:02:22 +00:00
wiz
c192f1c4b7 + eyeD3. 2015-01-04 11:02:13 +00:00
wiz
df63ee3ba8 Import eyeD3-0.7.5 as audio/eyed3.
eyeD3 is a Python tool for working with audio files, specifically
mp3 files containing ID3 metadata (i.e. song info).

It provides a command-line tool (``eyeD3``) and a Python library
(``import eyed3``) that can be used to write your own applications
or plugins that are callable from the command-line tool.
2015-01-04 11:02:01 +00:00
wiz
e3873add6d Updated archivers/lziprecover to 1.16 2015-01-04 10:45:29 +00:00
wiz
45b88f5af7 Update to 1.16:
Changes in version 1.16:

Repairing of single-byte errors is now about 10 times faster depending
on file size and position of error.

Copying of file dates, permissions, and ownership now behaves like "cp -p".
(If the user ID or the group ID can't be duplicated, the file permission
bits S_ISUID and S_ISGID are cleared).

Some minor improvements have been made.

"lziprecover.texinfo" has been renamed to "lziprecover.texi".

The license has been changed to GPL version 2 or later.
2015-01-04 10:45:22 +00:00
wiz
b8ab2c5212 Updated archivers/arc to 5.21p 2015-01-04 10:43:51 +00:00
wiz
cb3f8a13f2 Update to 5.21p:
CHANGES IN VERSION 5.21p
                 (Klaus Reimer <k@ailis.de>, 07 Aug 2010)

Replaced mktemp with mkstemp.
Set correct version number and updated creation date in command-line help.
Corrected content of PATCHLEVEL file.
Added man page for marc.
Added install make target.
Added -Wall compiler flag.
2015-01-04 10:43:44 +00:00
wiz
4588c96d47 Add missing py-asn1 dependency causing build breakage.
XXX: No idea why I missed that when updating the package.
2015-01-04 10:25:08 +00:00
dholland
32bcaad7d2 Removed twelf. 2015-01-04 10:16:37 +00:00
dholland
a83981a6cf tads, removed twelf 2015-01-04 10:16:09 +00:00
dholland
7661ac7201 -twelf 2015-01-04 10:14:47 +00:00
dholland
6e00bce069 Remove lang/twelf, as proposed on pkgsrc-users; it has not built in
years, is pretty well dead upstream, and is no longer of much interest
for research either.
2015-01-04 10:14:14 +00:00
dholland
c2ffb0d040 Use PKG_SKIP_REASON for unsupported platforms. 2015-01-04 09:50:46 +00:00
dholland
6a4591b939 Use PKG_SKIP_REASON for unsupported OSes 2015-01-04 09:41:11 +00:00
dholland
6146e5caea Use PKG_SKIP_REASON for unsupported OSes. 2015-01-04 09:38:29 +00:00
dholland
8b5c00b404 Typo in ${COMMENT} 2015-01-04 09:35:23 +00:00
dholland
d440b78daa Set USE_BSD_MAKEFILE instead of limiting to netbsd. 2015-01-04 09:25:36 +00:00
dholland
8a853df269 Instead of ONLY_FOR_PLATFORM, fix the PLIST for non-Linux. 2015-01-04 09:21:40 +00:00
dholland
e145662884 document ONLY_FOR_PLATFORM 2015-01-04 09:10:06 +00:00
dholland
aee9a51701 Remove ONLY_FOR_PLATFORM and fix amd64 netbsd build. The package appears
to support at least some other OSes and machines, so leave it unrestricted
until we find what it really does and doesn't work on.
2015-01-04 09:06:17 +00:00
dholland
2a965e1c35 Use ONLY_FOR_PLATFORM only to indicate what the compiler knows how to
target. For stuff the packaging doesn't handle, use BROKEN.
2015-01-04 08:57:36 +00:00
dholland
eda923bee9 Use BROKEN_EXCEPT_ON_PLATFORM for this package.
It has the unfortunate property that wrong configs seem to tend to
drop to the debugger while building, which hangs bulk builds and needs
to be masked. However, mucking with configurations isn't all that
difficult provided you can test them, and many that could be added
will probably just work.
2015-01-04 08:28:48 +00:00
dholland
542af20801 Remove ONLY_FOR_PLATFORM list and add NOT_FOR_PLATFORM for vax.
Also, because of a serious codegen bug, demand gcc 4.3 or higher for arm.
2015-01-04 08:22:20 +00:00
dholland
e5c2a73926 document ONLY_FOR_PLATFORM 2015-01-04 08:03:50 +00:00
dholland
e51b4d09df Fix misuse of LOCALBASE. 2015-01-04 07:50:39 +00:00
schmonz
9b76d7f69c Added textproc/p5-Syntax-SourceHighlight version 1.1.2 2015-01-04 07:30:21 +00:00
schmonz
f868b54482 Add and enable p5-Syntax-SourceHighlight. 2015-01-04 07:29:45 +00:00
schmonz
446ea92b5b Import p5-Syntax-SourceHighlight, a Perl binding to GNU source-highlight.
Source Highlight is a library to format code written in a number
of programming languages as text in a number of markup languages.

This binding to the underlying C++ library is very basic, supporting
only the essential functionality.

Note that any exceptions thrown by the underlying C++ library are
caught by the Perl binding and rethrown using the equivalent of a
die statement.
2015-01-04 07:28:42 +00:00
schmonz
8d2b60573d Add a buildlink3.mk. 2015-01-04 07:24:59 +00:00
dholland
36d9d60665 Document ONLY_FOR_PLATFORM; extend to x86_64, which probably doesn't
build but probably can be made to without too much trouble.
2015-01-04 07:17:32 +00:00
dholland
e9f63409a3 Fix pkgsrc configury and lift bogus ONLY_FOR_PLATFORM.
Bump PKGREVISION as a precaution.
2015-01-04 06:58:44 +00:00
schmonz
68297bdfbf Updated devel/p5-Pegex to 0.59 2015-01-04 06:30:30 +00:00
schmonz
7ea9b94763 Update to 0.59. From the changelog:
- Release with new TestML-0.52
2015-01-04 06:30:25 +00:00
schmonz
39531133c5 Added devel/p5-App-Prove-Plugin-ProgressBar-Each version 0.01 2015-01-04 06:26:15 +00:00
schmonz
28dfc586c9 Add and enable p5-App-Prove-Plugin-ProgressBar-Each. 2015-01-04 06:25:58 +00:00
schmonz
7ce29f8a0f Import p5-App-Prove-Plugin-ProgressBar-Each, a per-test-script
progress bar for Perl prove(1).

Greatly inspired by App::Prove::Plugin::ProgressBar. Use it like so:

$ prove -PProgressBar::Each t/
2015-01-04 06:25:14 +00:00
schmonz
d734725078 Added devel/p5-Term-ProgressBar-Simple version 0.03 2015-01-04 06:22:35 +00:00
schmonz
99991f6498 Add and enable p5-Term-ProgressBar-Simple. 2015-01-04 06:22:11 +00:00
schmonz
a404465099 Import p5-Term-ProgressBar-Simple, simpler progress bars.
Progress bars are handy - they tell you how much work has been done,
how much is left to do and estimate how long it will take.

But they can be fiddly!

This module does the right thing in almost all cases in a really convenient way.
2015-01-04 06:21:28 +00:00
dholland
f208d65ed5 These packages are already limited by the emulation framework to
platforms that can run i386-linux binaries; we don't need to set
ONLY_FOR_PLATFORM as well. (And especially not more restrictively than
necessary, such as excluding Linux.)
2015-01-04 06:19:05 +00:00
schmonz
9e5df5231d Added devel/p5-Term-ProgressBar-Quiet version 0.31 2015-01-04 06:17:21 +00:00
schmonz
8d575d5d23 Add and enable p5-Term-ProgressBar-Quiet. 2015-01-04 06:17:02 +00:00
schmonz
3252bfc605 Import p5-Term-ProgressBar-Quiet, a progress bar for things that
take a while. It looks like

  50% [=====     ]

and is as long as the terminal. Linear estimation of the time left
for the process to run is available.
2015-01-04 06:15:47 +00:00
schmonz
f7a07f24b5 Updated devel/p5-Module-Install-XSUtil to 0.45 2015-01-04 06:11:49 +00:00
schmonz
56f34faaa5 Update to 0.45. From the changelog:
- Requires ExtUtils::ParseXS 3.18 because of 2.21 issues
  (https://github.com/xslate/p5-Text-Xslate/issues/104)
- Support PUREPERL_ONLY=1
- Remove experimental requires_xs() because Module::Install
  provides another requires_xs()
- Move t/01_example.t to xt/
2015-01-04 06:11:43 +00:00
dholland
152156a4d6 Update MASTER_SITES and HOMEPAGE from parent knightcap package. 2015-01-04 06:11:03 +00:00
dholland
2e9f151cc6 Document ONLY_FOR_PLATFORM after investigating, and improve the range
of platforms accepted: the situation is that the upstream file is
binary and only semi-portable. It in particular won't work on netbsd-6
and up, regardless of machine type, because it uses time_t.

If anyone feels like improving the situation, get upstream to
distribute a portable file...
2015-01-04 06:10:19 +00:00
schmonz
c2c6105238 Updated devel/p5-Module-Install to 1.14 2015-01-04 06:09:47 +00:00
schmonz
6c6b931d08 Update to 1.14. From the changelog:
- Newlines should be consistently UNIX-stylee now in generated files (MITHALDU)
- Mark two tests as TODO if EUMM > 6.98 until utf8 gets fixed (BINGOS)
- Revert license behaviour (TSIBLEY)
- Documentation also mentioning metacpan.org (LLAP)
- Minimum perl version is now v5.6.0 (BOWTIE)
- Update license tables (BOWTIE)
- Prereqs and recommends adjusted (BOWTIE)
- Typo fixes (BOWTIE)
- Pod fixes (GREGOA)
- Fix make upgradedeps work with bundles (JNWHITLEY)
- Fix name_from regex to work with recent package syntax (BOWTIE)
- Performance enhancements when running Makefile.PL (GFUJI)
- Removed use of sub prototypes (BOWTIE)
- Remove LWP::UserAgent from the prereqs (TOKUHIROM)
- Require a more recent version of Module::ScanDeps (CHORNY)
- Fix failing test case with recent Parse::CPAN::Meta (BINGOS)
2015-01-04 06:09:43 +00:00