1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

databases/symphytum: new port had been added (+)

Symphytum is a personal database software for everyone who desires to
manage and organize data in an easy and intuitive way, without having
to study complex database languages and software user interfaces.

WWW: https://github.com/giowck/symphytum
This commit is contained in:
Alexey Dokuchaev 2022-01-13 11:38:02 +00:00
parent b31f2fdb7c
commit 959b8ae974
4 changed files with 41 additions and 0 deletions

View File

@ -1035,6 +1035,7 @@
SUBDIR += sqlrelay
SUBDIR += sqsh
SUBDIR += squirrel-sql
SUBDIR += symphytum
SUBDIR += tarantool
SUBDIR += tarantool-c
SUBDIR += tcl-Mysql

View File

@ -0,0 +1,32 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= symphytum
PORTVERSION= 2.6
DISTVERSIONPREFIX= v
CATEGORIES= databases
MAINTAINER= danfe@FreeBSD.org
COMMENT= Personal, user-friendly database software
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= qmake qt:5
USE_QT= buildtools_build \
core gui network printsupport sql svg widgets
USE_GITHUB= yes
GH_ACCOUNT= giowck
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= AUTHORS CHANGELOG.md
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1580856379
SHA256 (giowck-symphytum-v2.6_GH0.tar.gz) = 64f2c10fc7de005473cc49c7109fc19fb5e0765f94ca3ffc23fbd9627d728610
SIZE (giowck-symphytum-v2.6_GH0.tar.gz) = 15443973

View File

@ -0,0 +1,5 @@
Symphytum is a personal database software for everyone who desires to
manage and organize data in an easy and intuitive way, without having
to study complex database languages and software user interfaces.
WWW: https://github.com/giowck/symphytum