Wrong category.
This commit is contained in:
parent
1f4e012dd2
commit
dea70cdf72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68739
6 changed files with 0 additions and 49 deletions
|
@ -227,7 +227,6 @@
|
|||
SUBDIR += p5-LEGO-RCX
|
||||
SUBDIR += p5-Locale-Codes
|
||||
SUBDIR += p5-Locale-SubCountry
|
||||
SUBDIR += p5-String-LRC
|
||||
SUBDIR += p5-Text-FIGlet
|
||||
SUBDIR += p5-Tie-DxHash
|
||||
SUBDIR += patanjali
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
# New ports collection makefile for: String:LRC
|
||||
# Date created: 24 October 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= String-LRC
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= String
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
MAN3= String::LRC.3
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1 +0,0 @@
|
|||
MD5 (String-LRC-1.01.tar.gz) = b6785cc738e4334b97debbdd5c64823d
|
|
@ -1 +0,0 @@
|
|||
A perl interface for longitudinal redundancy check generation
|
|
@ -1,14 +0,0 @@
|
|||
LRC - Perl interface for longitudinal redundancy check generation
|
||||
|
||||
The Longitudinal Redundancy Check (LRC) is a one byte character,
|
||||
commonly used as a byte-field in data transmission over analog systems.
|
||||
|
||||
Most commonly, in STX-ETX bounded strings sent in financial protocols.
|
||||
Following some previous experience with such protocols, I wrote
|
||||
an LRC function in perl and later decided to re-write in C
|
||||
for efficiency. The result is this module String::LRC,
|
||||
which generates this aforementioned byte.
|
||||
|
||||
Commonly used in financial protocols as follows with ETX (ASCII 03)
|
||||
appended to LRC sum and packets after the STX (ASCII 02), payload,
|
||||
and ETX chars.
|
|
@ -1,9 +0,0 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String/LRC.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String/LRC.pod
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String/bench.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/LRC/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/LRC/LRC.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/LRC/LRC.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/LRC
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/String
|
Loading…
Reference in a new issue