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:
parent
ffbd097ebb
commit
3ad4a2f0fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248984
@ -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
22
devel/p5-UDCode/Makefile
Normal 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
3
devel/p5-UDCode/distinfo
Normal 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
|
8
devel/p5-UDCode/pkg-descr
Normal file
8
devel/p5-UDCode/pkg-descr
Normal 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/
|
3
devel/p5-UDCode/pkg-plist
Normal file
3
devel/p5-UDCode/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/UDCode.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UDCode/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UDCode
|
Loading…
Reference in New Issue
Block a user