Date: Tue, 15 Jun 2004 16:53:38 +0300 From: "Konstantin Reznichenko" <kot@premierbank.dp.ua> To: <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/67977: New port: CDR_Read - Utility for reading of the call detail records from PBX Message-ID: <000b01c452e0$28d73180$ac02a8c0@europe> Resent-Message-ID: <200406151400.i5FE0j0q091753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67977 >Category: ports >Synopsis: New port: CDR_Read - Utility for reading of the call detail >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 15 14:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Konstantin Reznichenko >Release: FreeBSD 4.8-RELEASE i386 >Organization: PREMIERBANK >Environment: System: FreeBSD satellite.pb.dp.ua 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Tue May 27 15:04:45 EEST 2003 kot@satellite.pb.dp.ua:/usr/src/sys/compile/SATELLITE i386 >Description: This program is intented for reading of the call detail records from PBX and putting them in common text file or in different files on day-by-day or month-by-month basis. In case day-by-day or month-by-month basis the support of specific PBX is required. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ./cdr_read # ./cdr_read/Makefile # ./cdr_read/distinfo # ./cdr_read/pkg-descr # echo c - ./cdr_read mkdir -p ./cdr_read > /dev/null 2>&1 echo x - ./cdr_read/Makefile sed 's/^X//' >./cdr_read/Makefile << 'END-of-./cdr_read/Makefile' X# New ports collection makefile for: cdr_read X# Date created: 15 June 2004 X# Whom: Konstantin Reznichenko <kot@premierbank.dp.ua> X# X# $FreeBSD$ X# X XPORTNAME= cdr_read XPORTVERSION= 1.9 XCATEGORIES= comms XMASTER_SITES= http://www.gamma.ru/~avk/ XDISTNAME= cdrr109 X XMAINTAINER= kot@premierbank.dp.ua XCOMMENT= Utility for reading of the call detail records from PBX X XNO_WRKSUBDIR= yes X XPORTDOCS= readme_eng.txt XPLIST_FILES= sbin/cdr_read X Xdo-install: X ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKDIR}/readme_eng.txt ${DOCSDIR} X.endif X X.include <bsd.port.mk> END-of-./cdr_read/Makefile echo x - ./cdr_read/distinfo sed 's/^X//' >./cdr_read/distinfo << 'END-of-./cdr_read/distinfo' XMD5 (cdrr109.tar.gz) = c2534601519edc3e408070ab7c0c4380 XSIZE (cdrr109.tar.gz) = 28288 END-of-./cdr_read/distinfo echo x - ./cdr_read/pkg-descr sed 's/^X//' >./cdr_read/pkg-descr << 'END-of-./cdr_read/pkg-descr' XThis program is intented for reading of the call detail records from PBX Xand putting them in common text file or in different files on day-by-day Xor month-by-month basis. In case day-by-day or month-by-month basis the Xsupport of specific PBX is required. END-of-./cdr_read/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: records from PBX
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c452e0$28d73180$ac02a8c0>