mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- updated to v0.19
- updated maintainership 0.19 10-Jan-2006 - fixed bug in recursive comment printout. Thanks to Dadi Jonsson for reporting it; - Added support for comments with newlines in between. Thanks to Marcin Kasperski for the test case. - Added support for promotions without the equal sign (e.g.: e8Q instead of e8=Q) Thanks to Andrew Nikitin for reporting it. - Tidied the code a bit. Approved by: tobez (implicit)
This commit is contained in:
parent
294fe272e4
commit
75bba8c358
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153381
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= Chess-PGN-Parse
|
||||
PORTVERSION= 0.18
|
||||
PORTVERSION= 0.19
|
||||
CATEGORIES= textproc games perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/G/GM/GMAX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@daltons.ca
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Reads and parses PGN (Portable Game Notation) Chess files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (Chess-PGN-Parse-0.18.tar.gz) = 9c97380edd8f726719f0ae475c281b08
|
||||
SIZE (Chess-PGN-Parse-0.18.tar.gz) = 26356
|
||||
MD5 (Chess-PGN-Parse-0.19.tar.gz) = fd37b9b54c574ad6c3adee16943a6023
|
||||
SHA256 (Chess-PGN-Parse-0.19.tar.gz) = fa500c3125de2ff9c4e4d21b16b5db12a8a44bbeb8a256dce803cbba18eec654
|
||||
SIZE (Chess-PGN-Parse-0.19.tar.gz) = 26538
|
||||
|
Loading…
Reference in New Issue
Block a user