- While I'm here, add LICENSE and NO_STAGE
Provides basic test runner via use_test_packages by base package or a list
of test packages. Allows you to choose your test paths.
Use Test::Able without a bunch of boilerplate.
WWW: http://search.cpan.org/dist/Test-Able-Runner/
PR: ports/180304
Submitted by: Anes Mukhametov <anes@anes.su>
- While I'm here, add LICENSE and NO_STAGE
An xUnit style testing framework inspired by Test::Class and built using Moose.
It can do all the important things Test::Class can do and more.
The prime advantages of using this module instead of Test::Class are
flexibility and power. Namely, Moose.
This module was created for a few of reasons:
To address perceived limitations in, and downfalls of, Test::Class.
To leverage existing Moose expertise for testing.
To bring Moose to the Perl testing game.
WWW: http://search.cpan.org/dist/Test-Able/
PR: ports/180303
Submitted by: Anes Mukhametov <anes@anes.su>
- While I'm here, add LICENSE and NO_STAGE
Determine positions for hyphens inside words based on Text::Hyphen
WWW: http://search.cpan.org/dist/Text-Hyphen-RU/
PR: ports/180317
Submitted by: Anes Mukhametov <anes@anes.su>
- While I'm here, add LICENSE and NO_STAGE
Determine positions for hyphens inside words
This module implements Knuth-Liang algorithm to find positions
inside words where it is possible to insert hyphens to break a line.
WWW: http://search.cpan.org/dist/Text-Hyphen/
PR: ports/180297
Submitted by: Anes Mukhametov <anes@anes.su>
Changelog:
* bugfix: #1213569 win32: program not all translated in french
since 4.5.1
* bugfix: #1214077 win32: my csv file exported crash when import again
* bugfix: #1215521 when importing qif, automatic assignments
are not made
* bugfix: #1216284 balance report do not exclude account with exclude
from report checked
* bugfix: #1216321 reversed transactions
* bugfix: #1218644 There is a problem of calculating the
column balances
* bugfix: #1221484 End date not checked to be larger than
Start date in reports
* bugfix: #1225611 Trend Time report : categories crashes on windows
- Bump PORTREVISION for dependency change
Note:
Due to the limitation that tcl and tk cannot be set together in USES,
I choose tk:wrapper. Though BUILD_DEPENDS and RUN_DEPENDS changes,
PACKAGE-DEPENDS-LIST (package dependencies) remains identical.
PR: ports/182251
Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
- Drop LICENSE_FILE for a standard license (GPLv2)
- Respect CC and CFLAGS without patching of makefile (use MAKE_ARGS)
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE
- Move "make test" under the wing of our standard regression-test target
- Generally cleanup Makefile and port description while I am here
has issues with 'installworld' when WITH_SSP is defined. [1]
Keep WITH_SSP support for now since it has been announced as that
already.
- Remove redundant wording in UPDATING [2]
Suggested by: bapt [1]
Reported by: blakkheim on EFNet
With hat: portmgr
break with /usr/src 'make installworld' due to some of those
Makefiles having WITHOUT_SSP hardcoded in them, causing an error
that both can't be defined.