mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add p5-Convert-IBM390 0.20, functions for manipulating mainframe data.
PR: ports/84862 Submitted by: Jason Burges <dev@fenux.net>
This commit is contained in:
parent
6b26ce3816
commit
698f5e0995
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141807
@ -40,6 +40,7 @@
|
||||
SUBDIR += p5-Convert-BER
|
||||
SUBDIR += p5-Convert-BinHex
|
||||
SUBDIR += p5-Convert-Binary-C
|
||||
SUBDIR += p5-Convert-IBM390
|
||||
SUBDIR += p5-Convert-Morse
|
||||
SUBDIR += p5-Convert-PEM
|
||||
SUBDIR += p5-Convert-Recode
|
||||
|
22
converters/p5-Convert-IBM390/Makefile
Normal file
22
converters/p5-Convert-IBM390/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Convert-IBM390
|
||||
# Date created: 13 Aug 2005
|
||||
# Whom: Jason Burges <dev@fenux.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Convert-IBM390
|
||||
PORTVERSION= 0.20
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Convert
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dev@fenux.net
|
||||
COMMENT= Functions for manipulating mainframe data
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Convert::IBM390.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
converters/p5-Convert-IBM390/distinfo
Normal file
2
converters/p5-Convert-IBM390/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Convert-IBM390-0.20.tar.gz) = 341c3fed3af7ab47988c4a2fb8028d23
|
||||
SIZE (Convert-IBM390-0.20.tar.gz) = 28798
|
23
converters/p5-Convert-IBM390/pkg-descr
Normal file
23
converters/p5-Convert-IBM390/pkg-descr
Normal file
@ -0,0 +1,23 @@
|
||||
Convert::IBM390 -- functions for manipulating mainframe data
|
||||
|
||||
Convert::IBM390 is a Perl module. It supplies various functions that
|
||||
you may find useful when messing with IBM System/3[679]0 data. See the
|
||||
POD documentation in the module, or "man Convert::IBM390" after you have
|
||||
installed it.
|
||||
|
||||
asc2eb, eb2asc, eb2ascp: ASCII/EBCDIC conversion
|
||||
packeb, unpackeb: pack/unpack and convert an EBCDIC record
|
||||
hexdump: dump memory in an MVS-like format
|
||||
|
||||
Recent changes:
|
||||
|
||||
0.16 - Rewritten to pull the packeb.c code into the XS routine.
|
||||
- Now builds correctly under Windows.
|
||||
0.17 - Added the SMF timestamp data type.
|
||||
0.18 - Performance improvements to the XS version.
|
||||
0.19 - Fixed a bug in unpackeb.
|
||||
0.20 - Fixed memory leaks in CF_num2packed and CF_num2zoned.
|
||||
|
||||
Copyright 2001 Geoffrey Rommel. This program is free software;
|
||||
you can redistribute it and/or modify it under the same terms as Perl
|
||||
itself.
|
8
converters/p5-Convert-IBM390/pkg-plist
Normal file
8
converters/p5-Convert-IBM390/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Convert/IBM390.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/IBM390/IBM390.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/IBM390/IBM390.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/IBM390/autosplit.ix
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/IBM390/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/IBM390
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Convert 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user