summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-08p5-Context-Preserve: update to 0.03.wiz2-7/+7
0.03 2017-11-03 19:55:47Z - fix copyright in metadata and pod (thanks dam)
2017-11-08doc: Updated devel/p5-Class-Container to 0.13wiz1-1/+2
2017-11-08p5-Class-Container: update to 0.13.wiz2-8/+7
0.13 Thu Nov 2 23:53:03 CDT 2017 - Fix tests failing on Perl 5.26 w/o '.' in @INC [Kent Fredric] - A bit of Perl::Critic compliance - Convert to Dist::Zilla - Convert to git
2017-11-08doc: Updated devel/p5-Class-Accessor to 0.51wiz1-1/+2
2017-11-08p5-Class-Accessor: update to 0.51.wiz2-8/+7
0.50 2017-10-20 Thanks to Jonas B. Nielsen for working through the RT queue. - patch for speed increase RT#84838 - patch for faster constructor RT#57353 - fixed typos for RT#61304 and RT#86422
2017-11-08doc: Updated devel/p5-App-CLI to 0.49wiz1-1/+2
2017-11-08p5-App-CLI: update to 0.49.wiz2-7/+10
Add missing dependencies. 0.49 Mon Nov 06 07:46:11 CET 2017 * add files to MANIFEST missing from last release 0.48 Sun Nov 05 13:34:46 CET 2017 * fixed help output behaviour (patch from sunnavy) * more rigorous testing of Help class * minor documentation improvements * add AppVeyor configuration 0.47 Wed Nov 01 22:31:41 CET 2017 * add missing prereqs * add missing LICENSE file * add POD tests * fix utf8 error in POD 0.46 Wed Nov 01 20:21:58 CEST 2017 * many documentation updates * extended test suite * fix several perlcritic issues * mention package aliases in command list (José Joaquín Atria) * add default version command (José Joaquín Atria) * add a 'commands' command to list commands in app (José Joaquín Atria) * multiple general improvements to the code (José Joaquín Atria)
2017-11-08doc: Updated devel/p5-Alien-Build to 1.32wiz1-1/+2
2017-11-08p5-Alien-Build: update to 1.32.wiz2-7/+7
1.32 2017-11-03 13:15:35 -0400 - Add ALIEN_INSTALL_NETWORK environment variable. Set to false if you don't want to allow network fetch. 1.31_01 2017-10-31 16:50:52 -0400 - Fix testing prereq bug introduced in 1.30_01. 1.30_01 2017-10-31 14:24:15 -0400 - Add prefer property to Download::Negotiate plugin 1.29_01 2017-10-30 09:54:22 -0400 - Fix bug in Alien::Base::Wrapper where -l flags were being ignored by EUMM - MSYS plugin works with ffi build - Windows specific fixes for Alien::Base::Wrapper - Removed optional dependency on Test::Exec 1.28 2017-10-29 19:39:19 -0400 - Production release identical to 1.27_01 1.27_01 2017-10-27 10:26:18 -0400 - Fix incompatibility with older versions of ExtUtils::MakeMaker where test directive in alienfile was ignored. 1.26_01 2017-10-25 12:28:58 -0400 - Fix Test::Alien bug where -L could be placed after directories specified in %Config (this was already handled correctly by Alien::Base::Wrapper). - Remove cpp and C++ options for xs_ok (I don't believe these were used in practice and were issuing deprecation warnings for a while). - A number of documentation errors have been fixed (jjatria++ leto++)
2017-11-08doc: Updated converters/p5-Unicode-Collate to 1.21wiz1-1/+2
2017-11-08p5-Unicode-Collate: update to 1.21.wiz3-24/+7
1.21 Sat Nov 4 10:49:19 2017 - mklocale: [rt.cpan.org #121664] . removed from @INC (take 2) - DUCET is updated (for Unicode 9.0.0) as Collate/allkeys.txt. * Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 34. - added tangut.t in t. - Locale/*.pl and CJK/Korean.pm are updated. 1.20 Fri Nov 3 11:50:21 2017 - XS: [rt.cpan.org #121664] . removed from @INC - U::C::Locale newly supports locales: dsb, lkt.
2017-11-08doc: Updated net/youtube-dl to 20171106leot1-1/+2
2017-11-08youtube-dl: Update net/youtube-dl to 20171106leot3-11/+8
Changes: version 2017.11.06 Core + [extractor/common] Add protocol for f4m formats * [f4m] Prefer baseURL for relative URLs (#14660) * [extractor/common] Respect URL query in _extract_wowza_formats (14645) Extractors + [hotstar:playlist] Add support for playlists (#12465) * [hotstar] Bypass geo restriction (#14672) - [22tracks] Remove extractor (#11024, #14628) + [skysport] Add support ooyala videos protected with embed_token (#14641) * [gamespot] Extract formats referenced with new data fields (#14652) * [spankbang] Detect unavailable videos (#14644)
2017-11-08www/Makefile: sort previoustnn1-2/+2
2017-11-08add www/geckodrivertnn2-2/+4
2017-11-08www/geckodriver: import geckodriver-0.19.1tnn4-0/+478
Geckodriver provides the HTTP API described by the W3C WebDriver protocol to communicate with Gecko browsers, such as Firefox. It translates calls into the Firefox remote protocol by acting as a proxy between the local- and remote ends. This is used by browser automation frameworks such as Selenium.
2017-11-08gtk-doc: not make-jobs safe with itstool-2.0.4wiz1-1/+3
works fine for me with 2.0.2 but with 2.0.4 I see GEN el/ Error: Could not merge translations: 'NoneType' object is not subscriptable Makefile:522: recipe for target 'cs/cs.stamp' failed
2017-11-08glib2: make sure gtk-doc is not foundwiz1-1/+8
Use same hack as libidn2.
2017-11-08rust: cargo.mk: crates.io helper Makefile snippettnn1-0/+38
Common logic that can be used by packages that depend on cargo crates from crates.io. This lets existing pkgsrc infrastructure fetch and verify cargo crates instead of using the rust package manager in the build phase. Inspired by cargo.mk from FreeBSD ports.
2017-11-08Updated www/py-djangorestframework, sysutils/py-crontabadam1-1/+3
2017-11-08py-djangorestframework: updated to 3.7.3adam3-8/+9
Version 3.7.3: Fix AppRegistryNotReady error importing contrib.auth views Version 3.7.2: Fixed Django 2.1 compatibility due to removal of django.contrib.auth.login()/logout() views. Add missing import for TextLexer. Adding examples and documentation for caching Include date and date-time format for schema generation Use triple backticks for markdown code blocks Interactive docs - make bottom sidebar items sticky Clarify pagination system check Stop JSONBoundField mangling invalid JSON Have JSONField render as textarea in Browsable API Schema: Exclude OPTIONS/HEAD for ViewSet actions Fix ordering for dotted sources Fix: Fields with allow_null=True should imply a default serialization value Ensure Location header is strictly a 'str', not subclass. Add import to example in api-guide/parsers Catch OverflowError for "out of range" datetimes Add djangorestframework-rapidjson to third party packages Increase test coverage for drf_create_token command Add trove classifier for Python 3.6 support. Add pip cache support to the Travis CI configuration Rename [wheel] section to [bdist_wheel] as the former is legacy Fix invalid escape sequence deprecation warnings Add interactive docs error template Add rounding parameter to DecimalField Fix all BytesWarning caught during tests Use dict and set literals instead of calls to dict() and set() Change ImageField validation pattern, use validators from DjangoImageField Fix processing unicode symbols in query_string by Python 2
2017-11-08doc: Updated net/py-lexicon to 2.1.11fhajny1-1/+2
2017-11-08Update net/py-lexicon to 2.11.1fhajny3-8/+11
- Add implementation for ClouDNS provider - Minor fixes
2017-11-08define MASTER_SITE_CRATESIO (for downloading rust crates)tnn1-1/+4
2017-11-08py-crontab: updated to 2.2.7adam2-7/+7
2.2.7 Bug fixes
2017-11-08doc: Updated comms/py-gammu to 2.10leot1-1/+2
2017-11-08py-gammu: Update comms/py-gammu to 2.10leot2-7/+7
Changes: 2.10 ==== * Testsuite compatibility with Gammu 1.38.5.
2017-11-08Updated devel/py-flake8-import-order, textproc/py-regexadam1-1/+3
2017-11-08py-regex: updated to 2017.11.08adam2-7/+7
2017.11.08: Unknown changes
2017-11-08doc: Updated meta-pkgs/modular-xorg-libs to 1.5wiz1-1/+2
2017-11-08modular-xorg-libs: remove libXfont (v1) it is on the way outwiz1-3/+2
Bump version.
2017-11-08doc: Updated fonts/bdftopcf to 1.1wiz1-1/+2
2017-11-08bdftopcf: update to 1.1.wiz2-8/+9
This release imports the libXfont 1.x BDF-reading and PCF-writing code, as this program is the only known user of that code and libXfont 1.x is otherwise unmaintained. No functional difference should be apparent, this is just another step towards eliminating the old version of libXfont from the world.
2017-11-08py-flake8: regen distinfowiz1-2/+1
2017-11-08py-flake8: remove patch that does not apply cleanlywiz1-15/+0
2017-11-08py-flake8-import-order: updated to 0.15adam2-7/+7
0.15: Drop Python 3.3 support, as Python 3.3 is beyond it's end of lfe. Correct the flake8 entrypoint to report all I errors, this may result in I2XX errors being reported that were absent previously. Support in-line # noqa comments specifing only the error codes to be ignored, e.g., # noqa: I101. Accept only # noqa directives on the line reporting the error, see limitations.
2017-11-08doc: Updated pkgtools/cwrappers to 20171108khorben1-1/+2
2017-11-08Bump cwrappers after reverting the last patchkhorben1-2/+2
2017-11-08Configure "append_executable" adequately for cwrapperskhorben1-2/+4
Match cwrappers' expectations and place an argument per line in the configuration. Tokenize the arguments when writing the configuration instead of inside cwrappers. This should fix PKGSRC_MKPIE.
2017-11-08net/nagios-plugin-ldap: fix build problemtaca4-14/+8
Fix build problem of nagios-plugin-ldap using --with-ldap option of configure. This is minimum change to build fix for nagios-plugin-ldap.
2017-11-07Revert: Tokenize the contents of "append_executable"joerg1-8/+3
It's unnecessary and violates the design principles of the configuration.
2017-11-07Initial import of libpurple (Pidgin, Finch) protocol plugin for LINEscole1-0/+35
version 0.1
2017-11-07Added chat/line-purple version 0.1scole2-2/+4
2017-11-07Initial import of libpurple (Pidgin, Finch) protocol plugin for LINEscole4-0/+71
version 0.1
2017-11-07Always add "-fPIC" when linking with PKGSRC_MKPIEkhorben1-2/+2
This makes sure a simple "cc -o hello hello.c" will still build a valid executable. It does not let us detect when CFLAGS or LDFLAGS are ignored anymore, but it is legitimate for packages to expect it to work without any additional parameter. ld(1) does not expect "-fPIC" but it seems to be ignored by our wrappers in this case, so no disruption is expected there.
2017-11-07doc: Updated pkgtools/cwrappers to 20171107khorben1-1/+2
2017-11-07Bump revision to reflect the fixes for PKGSRC_MKPIEkhorben1-2/+2
2017-11-07Tokenize the contents of "append_executable"khorben1-3/+8
This configuration parameter is used when linking executables, through cc(1) or ld(1) for instance. This allows passing multiple arguments via the "append_executable" option, like "-fPIC -pie" for instance. Committing this before joerg@'s approval since a call for testing PKGSRC_MKPIE has just been issued, and this helps with some packages.
2017-11-07Teach the wrapper for ld(1) about more caseskhorben2-2/+14
Building relocatable and omagic files are now recognized. They were previously recognized as executables, which may require a different behaviour in some environments (like when enforcing PIE). Committing this before joerg@'s approval since a call for testing PKGSRC_MKPIE has just been issued, and this helps with some packages.
2017-11-07glib2-tools: remove pkgrevision as adam updated glib2prlw12-5/+3