1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add devel/p5-UDCode 1.03, a module that determines whether a set of code

words form a uniquely decodable code or not.
This commit is contained in:
Anton Berezin 2010-01-31 22:46:12 +00:00
parent ffbd097ebb
commit 3ad4a2f0fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248984
5 changed files with 37 additions and 0 deletions

View File

@ -2178,6 +2178,7 @@
SUBDIR += p5-Tree-Simple
SUBDIR += p5-Tree-Simple-View
SUBDIR += p5-Tree-Simple-VisitorFactory
SUBDIR += p5-UDCode
SUBDIR += p5-UI-Dialog
SUBDIR += p5-UNIVERSAL-can
SUBDIR += p5-UNIVERSAL-exports

22
devel/p5-UDCode/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-UDCode
# Date created: 31 January 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= UDCode
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../../authors/id/M/MJ/MJD
MASTER_SITE_SUBDIR= UDCode
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Does a set of code words form a uniquely decodable code?
PERL_CONFIGURE= yes
MAN3= UDCode.3
.include <bsd.port.mk>

3
devel/p5-UDCode/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (UDCode-1.03.tar.gz) = d315ac48c15786094bc2e3b65fce40bb
SHA256 (UDCode-1.03.tar.gz) = 7b3cf541584ac8a6a1af33f1bf9afc9c929582827f263354c6f0f3dfd2f9c05e
SIZE (UDCode-1.03.tar.gz) = 2968

View File

@ -0,0 +1,8 @@
A code is a set of strings, called the code words. A code is
"uniquely decodable" if any string S that is a concatenation of
code words is so in exactly one way.
The module provides functions that determine whether a given
code is uniquely decodable or not.
WWW: http://search.cpan.org/dist/UDCode/

View File

@ -0,0 +1,3 @@
%%SITE_PERL%%/UDCode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UDCode/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UDCode