diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-02 16:06:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-02 16:06:21 +0000 |
commit | 698f5e0995a74f6ac139b034c00de51238b746a5 (patch) | |
tree | f8cdd3957f14a82f861e352b5f711a1d8ec17c07 /converters/p5-Convert-IBM390 | |
parent | 6b26ce38162d80ca635e6c7b12d8ae86809bd8ba (diff) | |
download | ports-698f5e0995a74f6ac139b034c00de51238b746a5.tar.gz ports-698f5e0995a74f6ac139b034c00de51238b746a5.zip |
Notes
Diffstat (limited to 'converters/p5-Convert-IBM390')
-rw-r--r-- | converters/p5-Convert-IBM390/Makefile | 22 | ||||
-rw-r--r-- | converters/p5-Convert-IBM390/distinfo | 2 | ||||
-rw-r--r-- | converters/p5-Convert-IBM390/pkg-descr | 23 | ||||
-rw-r--r-- | converters/p5-Convert-IBM390/pkg-plist | 8 |
4 files changed, 55 insertions, 0 deletions
diff --git a/converters/p5-Convert-IBM390/Makefile b/converters/p5-Convert-IBM390/Makefile new file mode 100644 index 000000000000..85598bd1f3e8 --- /dev/null +++ b/converters/p5-Convert-IBM390/Makefile @@ -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> diff --git a/converters/p5-Convert-IBM390/distinfo b/converters/p5-Convert-IBM390/distinfo new file mode 100644 index 000000000000..d890da1ae232 --- /dev/null +++ b/converters/p5-Convert-IBM390/distinfo @@ -0,0 +1,2 @@ +MD5 (Convert-IBM390-0.20.tar.gz) = 341c3fed3af7ab47988c4a2fb8028d23 +SIZE (Convert-IBM390-0.20.tar.gz) = 28798 diff --git a/converters/p5-Convert-IBM390/pkg-descr b/converters/p5-Convert-IBM390/pkg-descr new file mode 100644 index 000000000000..6318f83025a9 --- /dev/null +++ b/converters/p5-Convert-IBM390/pkg-descr @@ -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. diff --git a/converters/p5-Convert-IBM390/pkg-plist b/converters/p5-Convert-IBM390/pkg-plist new file mode 100644 index 000000000000..01f605bc6577 --- /dev/null +++ b/converters/p5-Convert-IBM390/pkg-plist @@ -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 |