Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 17:55:08 GMT
From:      Vasiliy Chashchin <blttll@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181943: New port: finance/fixc simple Financial Information eXchange (FIX) protocol console client
Message-ID:  <201309081755.r88Ht8am091294@oldred.freebsd.org>
Resent-Message-ID: <201309081800.r88I00Sv042355@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181943
>Category:       ports
>Synopsis:       New port: finance/fixc simple Financial Information eXchange (FIX) protocol console client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 08 18:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Vasiliy Chashchin
>Release:        
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	fixc
#	fixc/Makefile
#	fixc/pkg-descr
#	fixc/distinfo
#
echo c - fixc
mkdir -p fixc > /dev/null 2>&1
echo x - fixc/Makefile
sed 's/^X//' >fixc/Makefile << '7eb3da1c49c44f445fdcf07f7eaa4b55'
X# $FreeBSD$
X
XPORTNAME=	fixc
XPORTVERSION=	1.0
XPORTREVISION=	1
XCATEGORIES=	finance
XMASTER_SITES=	http://github.com/blttll/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
XDISTFILES=	v${PORTVERSION}.tar.gz
X
XMAINTAINER=	blttll@gmail.com
XCOMMENT=	Simple Financial Information eXchange (FIX) protocol console client
X
XBUILD_DEPENDS=	go:${PORTSDIR}/lang/go/
X
XFETCH_ARGS=	-Fpr
X
Xdo-build:
X	cd ${WRKSRC} && \
X		go build -o fixc main.go
X
Xdo-install:
X	 ${INSTALL_PROGRAM} ${WRKSRC}/fixc ${PREFIX}/bin
X
X.include <bsd.port.mk>
7eb3da1c49c44f445fdcf07f7eaa4b55
echo x - fixc/pkg-descr
sed 's/^X//' >fixc/pkg-descr << '40bf05e75bb42a4d97c78f2c6b567969'
Xfixc is a simple Financial Information eXchange (FIX) protocol console client.
Xfixc connects to remote host and sends out FIX messages it reads from local
Xscenario file.
X
XWWW: https://github.com/blttll/fixc
40bf05e75bb42a4d97c78f2c6b567969
echo x - fixc/distinfo
sed 's/^X//' >fixc/distinfo << '3d60894eb67f3b9ddd0dd1c823bc17fc'
XSHA256 (v1.0.tar.gz) = a73b3ea2cc4440a06206d219b472096ce635d8eebfe13671e0360af2ec02923e
XSIZE (v1.0.tar.gz) = 3709
3d60894eb67f3b9ddd0dd1c823bc17fc
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309081755.r88Ht8am091294>