fixc is a simple Financial Information eXchange (FIX) protocol console client.
fixc connects to remote host and sends out FIX messages it reads from local scenario file. WWW: https://github.com/blttll/fixc In addition to original submission: * stagify * Add PLIST_FILES * PORTREVISION not needed for a brand new port * Use DIST_SUBDIR as the distfile name is not indicative of which port it belongs to PR: ports/181943 Submitted by: blttll@gmail.com
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
SUBDIR += cbb
|
||||
SUBDIR += electrum
|
||||
SUBDIR += expense
|
||||
SUBDIR += fixc
|
||||
SUBDIR += frontaccounting
|
||||
SUBDIR += gnucash
|
||||
SUBDIR += gnucash-docs
|
||||
|
||||
24
finance/fixc/Makefile
Normal file
24
finance/fixc/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fixc
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= http://github.com/blttll/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
|
||||
DISTFILES= v${PORTVERSION}.tar.gz
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= blttll@gmail.com
|
||||
COMMENT= Simple Financial Information eXchange (FIX) protocol console client
|
||||
|
||||
BUILD_DEPENDS= go:${PORTSDIR}/lang/go/
|
||||
|
||||
PLIST_FILES= bin/fixc
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && \
|
||||
go build -o fixc main.go
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/fixc ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
finance/fixc/distinfo
Normal file
2
finance/fixc/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (fixc/v1.0.tar.gz) = a73b3ea2cc4440a06206d219b472096ce635d8eebfe13671e0360af2ec02923e
|
||||
SIZE (fixc/v1.0.tar.gz) = 3709
|
||||
5
finance/fixc/pkg-descr
Normal file
5
finance/fixc/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
fixc is a simple Financial Information eXchange (FIX) protocol console client.
|
||||
fixc connects to remote host and sends out FIX messages it reads from local
|
||||
scenario file.
|
||||
|
||||
WWW: https://github.com/blttll/fixc
|
||||
Reference in New Issue
Block a user