Date: Thu, 24 Jun 2004 13:29:18 +0300 From: "Konstantin Reznichenko" <kot@premierbank.dp.ua> To: <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/68271: New port: CDR_Read (supersedes PR ports/67977) Message-ID: <000f01c459d6$274c9420$ac02a8c0@europe> Resent-Message-ID: <200406241040.i5OAeNWV022908@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68271 >Category: ports >Synopsis: New port: CDR_Read (supersedes PR ports/67977) >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jun 24 10:40:22 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. Now the following PBXs are supported: Definity, Merlin, Panasonic KX-TD816/TD1232/TA308/TA616/TA624 (and others with similar SMDR format), Meridian, GHX-616/36/46. >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.txt XPLIST_FILES= sbin/cdr_read X Xpost-patch: X @${TR} -d "\015" < ${WRKDIR}/readme_eng.txt > ${WRKDIR}/readme.txt X Xdo-install: X @${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKDIR}/readme.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' X This program is intented for reading of the call detail records from XPBX and 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. X Now the following PBXs are supported: XDefinity, Merlin, Panasonic KX-TD816/TD1232/TA308/TA616/TA624 (and others Xwith similar SMDR format), Meridian, GHX-616/36/46. END-of-./cdr_read/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000f01c459d6$274c9420$ac02a8c0>