Index: biology/GoldenCheetah/Makefile =================================================================== --- biology/GoldenCheetah/Makefile (nonexistent) +++ biology/GoldenCheetah/Makefile (working copy) @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= GoldenCheetah +DISTVERSIONPREFIX= V +DISTVERSION= 3.5 +CATEGORIES= biology + +MAINTAINER= cem@FreeBSD.org +COMMENT= Performance Software for Cyclists, Runners and Triathletes + +LICENSE= GPLv2+ + +USES= bison compiler gmake qmake qt:5 +USE_GL+= gl +USE_QT+= charts concurrent connectivity core gui multimedia network \ + opengl serialport sql svg webkit widgets xml + +USE_GITHUB= yes +GH_ACCOUNT= GoldenCheetah + +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @cp -a ${WRKSRC}/qwt/qwtconfig.pri.in ${WRKSRC}/qwt/qwtconfig.pri + @cp -a ${WRKSRC}/src/gcconfig.pri.in ${WRKSRC}/src/gcconfig.pri + @sed -i "" \ + -e 's,^#QMAKE_YACC.*,QMAKE_YACC = bison,g' \ + -e 's,^#LIBZ_LIBS.*,LIBZ_LIBS = -lz,g' \ + -e 's,^#QMAKE_LRELEASE.*,QMAKE_LRELEASE = lrelease,g' \ + ${WRKSRC}/src/gcconfig.pri + +post-install: + @rm -rf "${STAGEDIR}${PREFIX}/qwt-6.1.1-svn" + ${INSTALL_PROGRAM} ${WRKSRC}/src/GoldenCheetah ${STAGEDIR}${PREFIX}/bin + +.include Property changes on: biology/GoldenCheetah/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: biology/GoldenCheetah/distinfo =================================================================== --- biology/GoldenCheetah/distinfo (nonexistent) +++ biology/GoldenCheetah/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1581811370 +SHA256 (GoldenCheetah-GoldenCheetah-V3.5_GH0.tar.gz) = d5a12a71b9bd49ec8224aca51807155cddc8863b69abc1c48e54084014115020 +SIZE (GoldenCheetah-GoldenCheetah-V3.5_GH0.tar.gz) = 81901170 Property changes on: biology/GoldenCheetah/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: biology/GoldenCheetah/files/patch-src_Core_Settings.cpp =================================================================== --- biology/GoldenCheetah/files/patch-src_Core_Settings.cpp (nonexistent) +++ biology/GoldenCheetah/files/patch-src_Core_Settings.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/Core/Settings.cpp.orig 2020-01-10 16:51:47 UTC ++++ src/Core/Settings.cpp +@@ -30,6 +30,8 @@ int OperatingSystem = OSX; + int OperatingSystem = WINDOWS; + #elif defined Q_OS_LINUX + int OperatingSystem = LINUX; ++#elif defined Q_OS_FREEBSD ++int OperatingSystem = LINUX; + #elif defined Q_OS_OPENBSD + int OperatingSystem = OPENBSD; + #endif Property changes on: biology/GoldenCheetah/files/patch-src_Core_Settings.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: biology/GoldenCheetah/pkg-descr =================================================================== --- biology/GoldenCheetah/pkg-descr (nonexistent) +++ biology/GoldenCheetah/pkg-descr (working copy) @@ -0,0 +1,6 @@ +GoldenCheetah is an endurance athlete data collection and visualization tool. + +It fetches data directly from devices and online services, and +it provides a rich set of analysis tools. + +WWW: http://www.goldencheetah.org/ Property changes on: biology/GoldenCheetah/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: biology/Makefile =================================================================== --- biology/Makefile (revision 526244) +++ biology/Makefile (working copy) @@ -46,6 +46,7 @@ SUBDIR += gemma SUBDIR += gff2ps SUBDIR += gmap + SUBDIR += GoldenCheetah SUBDIR += gperiodic SUBDIR += graphlan SUBDIR += grappa