import p5-Data-VString
Version Strings (v-strings) in base Perl have been deprecated and will not be available after Perl 5.8. This module revives them as a simple module implementation. Version strings are well suited in many version "numbering" schemes and straightforward (if you always remember they are not numbers). ok simon@
This commit is contained in:
parent
7cf5947518
commit
58748f13ec
14
devel/p5-Data-VString/Makefile
Normal file
14
devel/p5-Data-VString/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:58:38 sthen Exp $
|
||||
COMMENT= handle v-strings (often used as version strings)
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Data-VString-0.000004
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Data-VString/distinfo
Normal file
5
devel/p5-Data-VString/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Data-VString-0.000004.tar.gz) = +M4oT2t9sPFTq6cIOUPQzw==
|
||||
RMD160 (Data-VString-0.000004.tar.gz) = P0Nr2L2nhyHNqnzdRQvoPpH964w=
|
||||
SHA1 (Data-VString-0.000004.tar.gz) = vjx7es5GFUaHHglPC8a3Qy7KEo4=
|
||||
SHA256 (Data-VString-0.000004.tar.gz) = UmxFbxU7CdaXHc4KIZBNg8KkgHwEcHoTqzkb823po+I=
|
||||
SIZE (Data-VString-0.000004.tar.gz) = 6354
|
6
devel/p5-Data-VString/pkg/DESCR
Normal file
6
devel/p5-Data-VString/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Version Strings (v-strings) in base Perl have been deprecated and
|
||||
will not be available after Perl 5.8.
|
||||
|
||||
This module revives them as a simple module implementation.
|
||||
Version strings are well suited in many version "numbering" schemes
|
||||
and straightforward (if you always remember they are not numbers).
|
4
devel/p5-Data-VString/pkg/PLIST
Normal file
4
devel/p5-Data-VString/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/25 21:58:38 sthen Exp $
|
||||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/VString.pm
|
||||
@man man/man3p/Data::VString.3p
|
Loading…
Reference in New Issue
Block a user