1
0
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:
Aaron Dalton 2006-01-13 04:08:42 +00:00
parent 294fe272e4
commit 75bba8c358
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153381
2 changed files with 5 additions and 4 deletions

View File

@ -6,13 +6,13 @@
# #
PORTNAME= Chess-PGN-Parse PORTNAME= Chess-PGN-Parse
PORTVERSION= 0.18 PORTVERSION= 0.19
CATEGORIES= textproc games perl5 CATEGORIES= textproc games perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/G/GM/GMAX MASTER_SITE_SUBDIR= ../../authors/id/G/GM/GMAX
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= aaron@daltons.ca MAINTAINER= aaron@FreeBSD.org
COMMENT= Reads and parses PGN (Portable Game Notation) Chess files COMMENT= Reads and parses PGN (Portable Game Notation) Chess files
PERL_CONFIGURE= yes PERL_CONFIGURE= yes

View File

@ -1,2 +1,3 @@
MD5 (Chess-PGN-Parse-0.18.tar.gz) = 9c97380edd8f726719f0ae475c281b08 MD5 (Chess-PGN-Parse-0.19.tar.gz) = fd37b9b54c574ad6c3adee16943a6023
SIZE (Chess-PGN-Parse-0.18.tar.gz) = 26356 SHA256 (Chess-PGN-Parse-0.19.tar.gz) = fa500c3125de2ff9c4e4d21b16b5db12a8a44bbeb8a256dce803cbba18eec654
SIZE (Chess-PGN-Parse-0.19.tar.gz) = 26538