*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
24647074f5
commit
871401fc76
243 changed files with 4906 additions and 1159 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lz4
|
||||
PORTVERSION= 0.14.0
|
||||
PORTVERSION= 0.16.6
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1514204821
|
||||
SHA256 (lz4-0.14.0.tar.gz) = 27399b9e4cb907e3b9b067181c433648731e4bb5dc0651d08197544daf18dd77
|
||||
SIZE (lz4-0.14.0.tar.gz) = 100071
|
||||
TIMESTAMP = 1514313978
|
||||
SHA256 (lz4-0.16.6.tar.gz) = 1cfd637b17232c128eb026fabd208a5e2da08953512f719d51f178db061aca06
|
||||
SIZE (lz4-0.16.6.tar.gz) = 101266
|
||||
|
|
|
|||
|
|
@ -10,9 +10,6 @@
|
|||
%%PYTHON_SITELIBDIR%%/lz4/frame/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/lz4/frame/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/lz4/frame/_frame.so
|
||||
%%PYTHON_SITELIBDIR%%/lz4/lz4version.py
|
||||
%%PYTHON_SITELIBDIR%%/lz4/lz4version.pyc
|
||||
%%PYTHON_SITELIBDIR%%/lz4/lz4version.pyo
|
||||
%%PYTHON_SITELIBDIR%%/lz4/version.py
|
||||
%%PYTHON_SITELIBDIR%%/lz4/version.pyc
|
||||
%%PYTHON_SITELIBDIR%%/lz4/version.pyo
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
|
|||
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
|
||||
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
|
||||
|
||||
BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
|
||||
USES= compiler:c++11-lib gmake localbase:ldflags tar:bz2
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
|||
|
|
@ -11,6 +11,15 @@
|
|||
|
||||
|
||||
MAJVERS = 3
|
||||
@@ -33,7 +33,7 @@ VERSION = $(MAJVERS).$(MINVERS)
|
||||
CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DENABLE_VECTOR_MODE
|
||||
CXXFLAGS += -fPIC -Wall
|
||||
CXXFLAGS += -ffast-math -funroll-loops -O3
|
||||
-CXXFLAGS += -march=native
|
||||
+#CXXFLAGS += -march=native
|
||||
LDLFAGS +=
|
||||
LDLIBS +=
|
||||
|
||||
@@ -45,9 +45,10 @@ ZITA-CONVOLVER_DEP = -lfftw3f -lpthread
|
||||
ZITA-CONVOLVER_O = zita-convolver.o
|
||||
ZITA-CONVOLVER_H = zita-convolver.h
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bombardier
|
||||
PORTVERSION= 1.0.3
|
||||
PORTVERSION= 1.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1494177864
|
||||
SHA256 (codesenberg-bombardier-v1.0.3_GH0.tar.gz) = 65d5a379fd4f3bc37cf626962a13477baa2ce4c5591a9e873d2c0f463487a53c
|
||||
SIZE (codesenberg-bombardier-v1.0.3_GH0.tar.gz) = 468126
|
||||
TIMESTAMP = 1514325593
|
||||
SHA256 (codesenberg-bombardier-v1.1_GH0.tar.gz) = 4189b4705aef67157008658b6386ba666a45454a1a9f9ed611f86fb4aa438d08
|
||||
SIZE (codesenberg-bombardier-v1.1_GH0.tar.gz) = 579203
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Bio-Phylo
|
||||
PORTVERSION= 0.58
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= biology perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -15,11 +15,14 @@ LICENSE= ART10 GPLv1+
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART10= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl \
|
||||
BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
|
||||
p5-BioPerl>=0:biology/p5-BioPerl \
|
||||
p5-GD>=0:graphics/p5-GD \
|
||||
p5-Math-CDF>=0:math/p5-Math-CDF \
|
||||
p5-Math-Random>=0:math/p5-Math-Random \
|
||||
p5-PDF-API2>=0:textproc/p5-PDF-API2 \
|
||||
p5-RDF-Query>=0:textproc/p5-RDF-Query \
|
||||
p5-RDF-Trine>=0:textproc/p5-RDF-Trine \
|
||||
p5-SVG>=0:textproc/p5-SVG \
|
||||
p5-SWF-Builder>=0:graphics/p5-SWF-Builder \
|
||||
p5-XML-LibXML>=0:textproc/p5-XML-LibXML \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Bio-Phylo-0.58.tar.gz) = b8bbd3ea0d2029abac7c8119ef84d607d9c5a226477e8955bc38bac99d44167c
|
||||
SIZE (Bio-Phylo-0.58.tar.gz) = 459056
|
||||
TIMESTAMP = 1514221175
|
||||
SHA256 (Bio-Phylo-v2.0.1.tar.gz) = 30bf253800a12ac501222ea42d17612f0557af6329daf05465b538569a894f4d
|
||||
SIZE (Bio-Phylo-v2.0.1.tar.gz) = 541665
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
%%SITE_PERL%%/Bio/Phylo/Matrices/MatrixRole.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Matrices/TypeSafeData.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Mediators/TaxaMediator.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Models/Substitution/Binary.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Models/Substitution/Dna.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Models/Substitution/Dna/F81.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Models/Substitution/Dna/GTR.pm
|
||||
|
|
@ -52,8 +53,11 @@
|
|||
%%SITE_PERL%%/Bio/Phylo/NeXML/Meta.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/NeXML/Meta/XMLLiteral.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/NeXML/Writable.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/NeXML/XML2JSON.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Abstract.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Adjacency.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Cdao.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Dwca.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Fasta.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Fastq.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Figtree.pm
|
||||
|
|
@ -61,6 +65,7 @@
|
|||
%%SITE_PERL%%/Bio/Phylo/Parsers/Newick.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Nexml.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Nexus.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Nhx.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Phylip.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Phyloxml.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Parsers/Table.pm
|
||||
|
|
@ -99,6 +104,7 @@
|
|||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Adjacency.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Cdao.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Fasta.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Figtree.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Hennig86.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Html.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Json.pm
|
||||
|
|
@ -106,6 +112,7 @@
|
|||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Newick.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Nexml.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Nexus.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Nhx.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Nwmsrdf.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Pagel.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Unparsers/Phylip.pm
|
||||
|
|
@ -119,6 +126,7 @@
|
|||
%%SITE_PERL%%/Bio/Phylo/Util/IDPool.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Util/Logger.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Util/MOP.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Util/Math.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Util/OptionalInterface.pm
|
||||
%%SITE_PERL%%/Bio/Phylo/Util/StackTrace.pm
|
||||
%%SITE_PERL%%/Bio/PhyloRole.pm
|
||||
|
|
@ -159,6 +167,13 @@
|
|||
%%PERL5_MAN3%%/Bio::Phylo::Matrices::MatrixRole.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Matrices::TypeSafeData.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Mediators::TaxaMediator.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Models::Substitution::Binary.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Models::Substitution::Dna.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Models::Substitution::Dna::F81.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Models::Substitution::Dna::GTR.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Models::Substitution::Dna::HKY85.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Models::Substitution::Dna::JC69.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Models::Substitution::Dna::K80.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::NeXML::DOM.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::NeXML::DOM::Document.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::NeXML::DOM::Document::Libxml.3.gz
|
||||
|
|
@ -170,8 +185,11 @@
|
|||
%%PERL5_MAN3%%/Bio::Phylo::NeXML::Meta.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::NeXML::Meta::XMLLiteral.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::NeXML::Writable.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::NeXML::XML2JSON.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Abstract.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Adjacency.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Cdao.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Dwca.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Fasta.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Fastq.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Figtree.3.gz
|
||||
|
|
@ -179,6 +197,7 @@
|
|||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Newick.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Nexml.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Nexus.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Nhx.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Phylip.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Phyloxml.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Parsers::Table.3.gz
|
||||
|
|
@ -217,6 +236,7 @@
|
|||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Adjacency.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Cdao.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Fasta.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Figtree.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Hennig86.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Html.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Json.3.gz
|
||||
|
|
@ -224,6 +244,7 @@
|
|||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Newick.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Nexml.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Nexus.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Nhx.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Nwmsrdf.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Pagel.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Unparsers::Phylip.3.gz
|
||||
|
|
@ -237,6 +258,7 @@
|
|||
%%PERL5_MAN3%%/Bio::Phylo::Util::IDPool.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Util::Logger.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Util::MOP.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Util::Math.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Util::OptionalInterface.3.gz
|
||||
%%PERL5_MAN3%%/Bio::Phylo::Util::StackTrace.3.gz
|
||||
%%PERL5_MAN3%%/Bio::PhyloRole.3.gz
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@ COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= stephaneguindon
|
||||
|
|
@ -50,6 +50,9 @@ BIN_SUFFIX= # none
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|-O2 .* $${ARCH_flag}|$${CFLAGS}|' ${WRKSRC}/configure.ac
|
||||
.if ${ARCH} != amd64 && ${ARCH} != i386
|
||||
@${REINPLACE_CMD} -e 's|VECTOR_FLAG=-march=native|dnl &|' ${WRKSRC}/configure.ac
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/utilities.h
|
||||
|
||||
post-install-DOCS-on:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xlog
|
||||
PORTVERSION= 2.0.14
|
||||
PORTVERSION= 2.0.15
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= SAVANNAH
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1481589120
|
||||
SHA256 (xlog-2.0.14.tar.gz) = 16407e016f9991cfe02d85e9841ced6112416e43800898be888a2cc44c368d58
|
||||
SIZE (xlog-2.0.14.tar.gz) = 11452537
|
||||
TIMESTAMP = 1510752253
|
||||
SHA256 (xlog-2.0.15.tar.gz) = 52f0866530b7902128990318b713efe2c213164bd5466c11bffc0f8ef940c82a
|
||||
SIZE (xlog-2.0.15.tar.gz) = 11461174
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pymysql
|
||||
PORTVERSION= 0.7.11
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1491480159
|
||||
SHA256 (PyMySQL-0.7.11.tar.gz) = 56e3f5bcef6501012233620b54f6a7b8a34edc5751e85e4e3da9a0d808df5f68
|
||||
SIZE (PyMySQL-0.7.11.tar.gz) = 71095
|
||||
TIMESTAMP = 1514314650
|
||||
SHA256 (PyMySQL-0.8.0.tar.gz) = 32da4a66397077d42908e449688f2ec71c2b18892a6cd04f03ab2aa828a70f40
|
||||
SIZE (PyMySQL-0.8.0.tar.gz) = 73094
|
||||
|
|
|
|||
|
|
@ -7,4 +7,6 @@ COMMENT= Persistent key-value store for fast storage environments (lite version)
|
|||
LITE= yes
|
||||
MASTERDIR= ${.CURDIR}/../rocksdb
|
||||
|
||||
BROKEN_armv6= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
|||
|
|
@ -14,17 +14,14 @@ LICENSE_COMB= dual
|
|||
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror
|
||||
BROKEN_aarch64= does not build: the clang compiler does not support -march=native
|
||||
BROKEN_armv6= does not build: the clang compiler does not support -march=native
|
||||
BROKEN_armv7= does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) #'`
|
||||
BROKEN_powerpc64= does not build: the clang compiler does not support -march=native
|
||||
BROKEN_sparc64= cannot build: uses unknown compiler flags
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash
|
||||
LIB_DEPENDS= libgflags.so:devel/gflags \
|
||||
libsnappy.so:archivers/snappy
|
||||
|
||||
BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror
|
||||
BROKEN_armv6?= does not build: db/c.cc:2281:44: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int')
|
||||
BROKEN_armv7?= does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) #'`
|
||||
|
||||
USE_HARDENING= pie:off
|
||||
|
||||
OPTIONS_DEFINE= DEBUG LZ4 ZSTD
|
||||
|
|
@ -81,6 +78,9 @@ CFLAGS+= -D_GLIBCXX_USE_C99
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^dummy :=/d; /^all: / s| $$(TESTS)||' ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's| -fno-builtin-memcmp||; s| -ltcmalloc||' ${WRKSRC}/build_tools/build_detect_platform
|
||||
.if ${ARCH} != amd64 && ${ARCH} != i386
|
||||
@${REINPLACE_CMD} -e 's| -march=native||' ${WRKSRC}/build_tools/build_detect_platform
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e 's|#include "gtest/gtest.h"|#include "gtest.h"|' ${WRKSRC}/third-party/gtest-1.7.0/fused-src/gtest/gtest-all.cc
|
||||
.if defined(WITHOUT_PROFILE)
|
||||
@${REINPLACE_CMD} -e '/pg = / s| -pg||' ${WRKSRC}/Makefile
|
||||
|
|
|
|||
|
|
@ -4138,6 +4138,7 @@
|
|||
SUBDIR += py-DateTime
|
||||
SUBDIR += py-DocumentTemplate
|
||||
SUBDIR += py-ExtensionClass
|
||||
SUBDIR += py-Faker
|
||||
SUBDIR += py-IBMQuantumExperience
|
||||
SUBDIR += py-InlineEgg
|
||||
SUBDIR += py-Jinja2
|
||||
|
|
@ -4409,7 +4410,6 @@
|
|||
SUBDIR += py-ezpyinline
|
||||
SUBDIR += py-fabric
|
||||
SUBDIR += py-fabric3
|
||||
SUBDIR += py-fake-factory
|
||||
SUBDIR += py-fam
|
||||
SUBDIR += py-fasteners
|
||||
SUBDIR += py-fastentrypoints
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= excoveralls
|
||||
PORTVERSION= 0.7.5
|
||||
PORTVERSION= 0.8.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510574535
|
||||
SHA256 (parroty-excoveralls-v0.7.5_GH0.tar.gz) = 4cd0858223ec5f2591754ec37a8801c96290bda873d4c9f544179997743e2871
|
||||
SIZE (parroty-excoveralls-v0.7.5_GH0.tar.gz) = 196377
|
||||
TIMESTAMP = 1514342392
|
||||
SHA256 (parroty-excoveralls-v0.8.0_GH0.tar.gz) = b4aca1fd0b2f792fe3d1db250b38d4bd06de16e0c8e51d474c0b0c028557b097
|
||||
SIZE (parroty-excoveralls-v0.8.0_GH0.tar.gz) = 197259
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jenkins
|
||||
PORTVERSION= 2.95
|
||||
PORTVERSION= 2.98
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
|
||||
DISTNAME= jenkins
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1513272037
|
||||
SHA256 (jenkins/2.95/jenkins.war) = 1b0ab9c06133117a920fe0928aa642c59634e3ea47f950073c7ae13275d7f522
|
||||
SIZE (jenkins/2.95/jenkins.war) = 74275142
|
||||
TIMESTAMP = 1514303444
|
||||
SHA256 (jenkins/2.98/jenkins.war) = bbbe38cab8e4183699ef472ff290c30635a2df6dfb720fb1d4a977a18990fddf
|
||||
SIZE (jenkins/2.98/jenkins.war) = 74313737
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pmd
|
||||
PORTVERSION= 5.8.1
|
||||
PORTVERSION= 6.0.0
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-bin-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1499639562
|
||||
SHA256 (pmd-bin-5.8.1.zip) = 2d854e30717b66e253213f36d4bcd202b83b180ea427836797d13a857c19a6b4
|
||||
SIZE (pmd-bin-5.8.1.zip) = 58921509
|
||||
TIMESTAMP = 1514328543
|
||||
SHA256 (pmd-bin-6.0.0.zip) = 75819ab2a0b045537980e3b40a2db4d1feb7b8cba255400daf3bc41111a78ff9
|
||||
SIZE (pmd-bin-6.0.0.zip) = 45453511
|
||||
|
|
|
|||
|
|
@ -1,16 +1,34 @@
|
|||
bin/pmd
|
||||
%%DATADIR%%/animal-sniffer-annotations-1.14.jar
|
||||
%%DATADIR%%/ant-1.10.1.jar
|
||||
%%DATADIR%%/ant-launcher-1.10.1.jar
|
||||
%%DATADIR%%/antlr-runtime-3.5.2.jar
|
||||
%%DATADIR%%/antlr4-runtime-4.5.2-1.jar
|
||||
%%DATADIR%%/asm-5.0.4.jar
|
||||
%%DATADIR%%/antlr4-runtime-4.7.jar
|
||||
%%DATADIR%%/aopalliance-1.0.jar
|
||||
%%DATADIR%%/asm-6.0.jar
|
||||
%%DATADIR%%/cglib-3.2.0.jar
|
||||
%%DATADIR%%/commons-io-2.4.jar
|
||||
%%DATADIR%%/commons-lang3-3.4.jar
|
||||
%%DATADIR%%/commons-lang3-3.7.jar
|
||||
%%DATADIR%%/error_prone_annotations-2.0.18.jar
|
||||
%%DATADIR%%/flowless-0.6.jar
|
||||
%%DATADIR%%/groovy-2.4.7.jar
|
||||
%%DATADIR%%/gson-2.5.jar
|
||||
%%DATADIR%%/guava-19.0-rc3.jar
|
||||
%%DATADIR%%/j2objc-annotations-1.1.jar
|
||||
%%DATADIR%%/javacc-5.0.jar
|
||||
%%DATADIR%%/javax.inject-1.jar
|
||||
%%DATADIR%%/jaxen-1.1.6.jar
|
||||
%%DATADIR%%/jcommander-1.48.jar
|
||||
%%DATADIR%%/pmd-apex-%%PORTVERSION%%-apex-jorje-shaded.jar
|
||||
%%DATADIR%%/jol-core-0.4.jar
|
||||
%%DATADIR%%/jsr305-3.0.1.jar
|
||||
%%DATADIR%%/logback-classic-1.1.7.jar
|
||||
%%DATADIR%%/logback-core-1.1.7.jar
|
||||
%%DATADIR%%/org.eclipse.xtend.lib-2.10.0.jar
|
||||
%%DATADIR%%/org.eclipse.xtend.lib.macro-2.10.0.jar
|
||||
%%DATADIR%%/org.eclipse.xtext.xbase.lib-2.10.0.jar
|
||||
%%DATADIR%%/pmd-apex-%%PORTVERSION%%.jar
|
||||
%%DATADIR%%/pmd-apex-jorje-%%PORTVERSION%%-lib.jar
|
||||
%%DATADIR%%/pmd-apex-jorje-%%PORTVERSION%%.pom
|
||||
%%DATADIR%%/pmd-core-%%PORTVERSION%%.jar
|
||||
%%DATADIR%%/pmd-cpp-%%PORTVERSION%%.jar
|
||||
%%DATADIR%%/pmd-cs-%%PORTVERSION%%.jar
|
||||
|
|
@ -33,9 +51,15 @@ bin/pmd
|
|||
%%DATADIR%%/pmd-visualforce-%%PORTVERSION%%.jar
|
||||
%%DATADIR%%/pmd-vm-%%PORTVERSION%%.jar
|
||||
%%DATADIR%%/pmd-xml-%%PORTVERSION%%.jar
|
||||
%%DATADIR%%/reactfx-2.0-M5.jar
|
||||
%%DATADIR%%/rhino-1.7.7.jar
|
||||
%%DATADIR%%/richtextfx-0.8.1.jar
|
||||
%%DATADIR%%/saxon-9.1.0.8-dom.jar
|
||||
%%DATADIR%%/saxon-9.1.0.8.jar
|
||||
%%DATADIR%%/scala-compiler-2.10.4.jar
|
||||
%%DATADIR%%/scala-library-2.10.4.jar
|
||||
%%DATADIR%%/scala-reflect-2.10.4.jar
|
||||
%%DATADIR%%/slf4j-api-1.7.12.jar
|
||||
%%DATADIR%%/snakeyaml-1.17.jar
|
||||
%%DATADIR%%/undofx-1.3.1.jar
|
||||
%%DATADIR%%/wellbehavedfx-0.3.jar
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Created by: Alfred Perlstein <alfred@freebsd.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fake-factory
|
||||
PORTVERSION= 0.5.7
|
||||
PORTNAME= Faker
|
||||
PORTVERSION= 0.8.8
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
3
devel/py-Faker/distinfo
Normal file
3
devel/py-Faker/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1514284594
|
||||
SHA256 (Faker-0.8.8.tar.gz) = e928cf853ef69d7471421f2a3716a1239e43de0fa9855f4016ee0c9f1057328a
|
||||
SIZE (Faker-0.8.8.tar.gz) = 680636
|
||||
|
|
@ -6,4 +6,4 @@ data taken from a production service, Faker is for you.
|
|||
Faker is heavily inspired by PHP's [Faker][php-faker], Perl's
|
||||
[Data::Faker][perl-faker], and by ruby's [Faker][ruby-faker].
|
||||
|
||||
WWW: https://pypi.python.org/pypi/fake-factory
|
||||
WWW: https://pypi.python.org/pypi/Faker
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (fake-factory-0.5.7.tar.gz) = 405db32eaea36eb962e6130e4d0087762d50018b14237b02c8c4fe966d5615b2
|
||||
SIZE (fake-factory-0.5.7.tar.gz) = 520896
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= monotonic
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1463327494
|
||||
SHA256 (monotonic-1.1.tar.gz) = 255c31929e1a01acac4ca709f95bd6d319d6112db3ba170d1fe945a6befe6942
|
||||
SIZE (monotonic-1.1.tar.gz) = 7139
|
||||
TIMESTAMP = 1514283753
|
||||
SHA256 (monotonic-1.4.tar.gz) = a02611d5b518cd4051bf22d21bd0ae55b3a03f2d2993a19b6c90d9d168691f84
|
||||
SIZE (monotonic-1.4.tar.gz) = 7463
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mwlib
|
||||
PORTVERSION= 0.15.14
|
||||
PORTREVISION= 7
|
||||
PORTVERSION= 0.15.19
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -15,7 +14,6 @@ LICENSE= BSD3CLAUSE
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apipkg>=1.2:devel/py-apipkg@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}bottle>=0.10:www/py-bottle@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}flup>=1.0:www/py-flup@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lockfile>=0.8:devel/py-lockfile@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${FLAVOR} \
|
||||
|
|
@ -33,7 +31,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apipkg>=1.2:devel/py-apipkg@${FLAVOR} \
|
|||
${PYTHON_PKGNAMEPREFIX}timelib>=0.2:devel/py-timelib@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:www/py-webob@${FLAVOR}
|
||||
|
||||
USES= python:2 shebangfix zip
|
||||
USES= python:2.7 shebangfix zip
|
||||
SHEBANG_FILES= mwlib/EasyTimeline.pl mwlib/writer/*.py \
|
||||
mwlib/refine/*.py mwlib/parser/*.py \
|
||||
mwlib/net/*.py mwlib/siteinfo/*.py
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (mwlib-0.15.14.zip) = d0a0f2bf6b886045f2b94d38a91223151ff2a15c24cda550dbd95e99f5a2d3ee
|
||||
SIZE (mwlib-0.15.14.zip) = 1847556
|
||||
TIMESTAMP = 1514315441
|
||||
SHA256 (mwlib-0.15.19.zip) = 5e3d288b1d1d18601a4a8c5f3e3ebec0366717d80be66d8cee69f5d72df91ae3
|
||||
SIZE (mwlib-0.15.19.zip) = 1913628
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
PORTNAME= qbs
|
||||
DISTVERSIONPREFIX= src-
|
||||
DISTVERSION= 1.9.0
|
||||
DISTVERSION= 1.10.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION}
|
||||
DIST_SUBDIR= KDE/Qt/qbs
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt Build Suite
|
||||
COMMENT= Qbs Build Suite
|
||||
|
||||
LICENSE= GPLv3 LGPL21
|
||||
LICENSE_COMB= dual
|
||||
|
|
@ -35,8 +35,6 @@ DOCS_INSTALL_TARGET= install_docs
|
|||
|
||||
PLIST_SUB= SHLIB_VERSION="${PORTVERSION}"
|
||||
|
||||
WRKSRC= ${WRKDIR}/dist/${DISTNAME}
|
||||
|
||||
pre-configure:
|
||||
# We piggyback on QMAKE_LIBDIR_FLAGS to make sure -L${WRKSRC}/lib is passed to
|
||||
# the linker before -L/usr/local/lib. By default, the opposite happens, which
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1504761920
|
||||
SHA256 (KDE/Qt/qbs/qbs-src-1.9.0.tar.gz) = eb1bdedd274ad349442cb6b3938b4b904e7f738881c0689c2b71b620ec714793
|
||||
SIZE (KDE/Qt/qbs/qbs-src-1.9.0.tar.gz) = 4007735
|
||||
TIMESTAMP = 1514283811
|
||||
SHA256 (KDE/Qt/qbs/qbs-src-1.10.0.tar.gz) = 38afae3b697b96e07d53cfc64dd03533fddec052ecdc08d8e7779440c36c3ecd
|
||||
SIZE (KDE/Qt/qbs/qbs-src-1.10.0.tar.gz) = 4130630
|
||||
|
|
|
|||
9
devel/qbs/files/patch-doc_man_man.pri
Normal file
9
devel/qbs/files/patch-doc_man_man.pri
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
--- doc/man/man.pri.orig 2017-12-26 13:19:41 UTC
|
||||
+++ doc/man/man.pri
|
||||
@@ -1,5 +1,5 @@
|
||||
qbs_no_man_install: return()
|
||||
|
||||
man.files = $$PWD/qbs.1
|
||||
-man.path = $${QBS_INSTALL_PREFIX}/share/man/man1
|
||||
+man.path = $${QBS_INSTALL_PREFIX}/man/man1
|
||||
INSTALLS += man
|
||||
|
|
@ -1,5 +1,9 @@
|
|||
QBS (Qt Build Suite) is a cross-platform build environment)
|
||||
tailored to the needs of Qt developers. It is part of the
|
||||
Qt Project.
|
||||
Qbs is a tool that helps simplify the build process for developing projects
|
||||
across multiple platforms. Qbs can be used for any software project,
|
||||
regardless of programming language, toolkit, or libraries used.
|
||||
|
||||
WWW: https://wiki.qt.io/Qt_Build_Suite
|
||||
Qbs is an all-in-one tool that generates a build graph from a high-level
|
||||
project description (like qmake or CMake) and additionally undertakes
|
||||
the task of executing the commands in the low-level build graph (like make).
|
||||
|
||||
WWW: https://wiki.qt.io/Qbs
|
||||
|
|
|
|||
|
|
@ -42,12 +42,12 @@ include/qbs/use_installed_qtprofilesetup.pri
|
|||
lib/libqbscore.prl
|
||||
lib/libqbscore.so
|
||||
lib/libqbscore.so.1
|
||||
lib/libqbscore.so.1.9
|
||||
lib/libqbscore.so.1.10
|
||||
lib/libqbscore.so.%%SHLIB_VERSION%%
|
||||
lib/libqbsqtprofilesetup.prl
|
||||
lib/libqbsqtprofilesetup.so
|
||||
lib/libqbsqtprofilesetup.so.1
|
||||
lib/libqbsqtprofilesetup.so.1.9
|
||||
lib/libqbsqtprofilesetup.so.1.10
|
||||
lib/libqbsqtprofilesetup.so.%%SHLIB_VERSION%%
|
||||
lib/qbs/plugins/libclangcompilationdbgenerator.so
|
||||
lib/qbs/plugins/libqbs_cpp_scanner.so
|
||||
|
|
@ -55,6 +55,7 @@ lib/qbs/plugins/libqbs_qt_scanner.so
|
|||
lib/qbs/plugins/libvisualstudiogenerator.so
|
||||
libexec/qbs/dmgbuild
|
||||
libexec/qbs/qbs_processlauncher
|
||||
man/man1/qbs.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/android-ndk-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/android-sdk-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/androidapk-item.html
|
||||
|
|
@ -69,10 +70,29 @@ libexec/qbs/qbs_processlauncher
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/building-applications.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/building-qbs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/bundle-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-build.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-clean.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-config-ui.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-config.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-create-project.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-dump-nodes-tree.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-generate.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-help.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-install.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-resolve.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-run.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-android.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-qt.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-toolchains.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-shell.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-status.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli-update-timestamps.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cli.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/commands.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/configuring.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cpp-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cppapplication-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/cpufeatures-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/custom-modules.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/depends-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/dmg-module.html
|
||||
|
|
@ -94,6 +114,7 @@ libexec/qbs/qbs_processlauncher
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/images/ico_note_attention.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/images/ico_out.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/images/logo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/images/qbs-settings-gui.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/innosetup-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/innosetup-module.html
|
||||
|
|
@ -119,7 +140,6 @@ libexec/qbs/qbs_processlauncher
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/list-of-items.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/list-of-language-items.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/list-of-modules.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/list-of-tools.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/loadablemodule-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/module-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/nodejs-module.html
|
||||
|
|
@ -127,8 +147,10 @@ libexec/qbs/qbs_processlauncher
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/overview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/parameter-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/parameters-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/porting-to-qbs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/probe-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/product-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/profile-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/project-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/properties-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/propertyoptions-item.html
|
||||
|
|
@ -157,6 +179,7 @@ libexec/qbs/qbs_processlauncher
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/subproject-item.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/typescript-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/usage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/vcs-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/wix-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/xcode-module.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/xpcservice-item.html
|
||||
|
|
@ -231,6 +254,12 @@ libexec/qbs/qbs_processlauncher
|
|||
%%DATADIR%%/examples/collidingmice/mice.qrc
|
||||
%%DATADIR%%/examples/collidingmice/mouse.cpp
|
||||
%%DATADIR%%/examples/collidingmice/mouse.h
|
||||
%%DATADIR%%/examples/compiled-qml/MainForm.ui.qml
|
||||
%%DATADIR%%/examples/compiled-qml/cheese.jpg
|
||||
%%DATADIR%%/examples/compiled-qml/main.cpp
|
||||
%%DATADIR%%/examples/compiled-qml/main.qml
|
||||
%%DATADIR%%/examples/compiled-qml/myapp.qbs
|
||||
%%DATADIR%%/examples/compiled-qml/qml.qrc
|
||||
%%DATADIR%%/examples/examples.qbs
|
||||
%%DATADIR%%/examples/helloworld-complex/hello.qbs
|
||||
%%DATADIR%%/examples/helloworld-complex/src/foo.cpp
|
||||
|
|
@ -269,6 +298,7 @@ libexec/qbs/qbs_processlauncher
|
|||
%%DATADIR%%/imports/qbs/Probes/IncludeProbe.qbs
|
||||
%%DATADIR%%/imports/qbs/Probes/InnoSetupProbe.qbs
|
||||
%%DATADIR%%/imports/qbs/Probes/JdkProbe.qbs
|
||||
%%DATADIR%%/imports/qbs/Probes/JdkVersionProbe.qbs
|
||||
%%DATADIR%%/imports/qbs/Probes/MsvcProbe.qbs
|
||||
%%DATADIR%%/imports/qbs/Probes/NodeJsProbe.qbs
|
||||
%%DATADIR%%/imports/qbs/Probes/NpmProbe.qbs
|
||||
|
|
@ -336,6 +366,7 @@ libexec/qbs/qbs_processlauncher
|
|||
%%DATADIR%%/modules/cpp/watchos-gcc.qbs
|
||||
%%DATADIR%%/modules/cpp/windows-mingw.qbs
|
||||
%%DATADIR%%/modules/cpp/windows-msvc.qbs
|
||||
%%DATADIR%%/modules/cpufeatures/cpufeatures.qbs
|
||||
%%DATADIR%%/modules/dmg/DMGModule.qbs
|
||||
%%DATADIR%%/modules/dmg/dmg.js
|
||||
%%DATADIR%%/modules/ib/IBModule.qbs
|
||||
|
|
@ -358,9 +389,9 @@ libexec/qbs/qbs_processlauncher
|
|||
%%DATADIR%%/modules/qbs/common.qbs
|
||||
%%DATADIR%%/modules/qnx/qnx.qbs
|
||||
%%DATADIR%%/modules/typescript/TypeScriptModule.qbs
|
||||
%%DATADIR%%/modules/typescript/qbs-tsc-scan/.gitignore
|
||||
%%DATADIR%%/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts
|
||||
%%DATADIR%%/modules/typescript/typescript.js
|
||||
%%DATADIR%%/modules/vcs/vcs-module.qbs
|
||||
%%DATADIR%%/modules/wix/WiXModule.qbs
|
||||
%%DATADIR%%/modules/xcode/xcode.js
|
||||
%%DATADIR%%/modules/xcode/xcode.qbs
|
||||
|
|
|
|||
|
|
@ -2,13 +2,14 @@
|
|||
|
||||
PORTNAME= assistant
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt 5 documentation browser
|
||||
|
||||
USE_QT5= core gui help network printsupport sql webkit widgets \
|
||||
USE_QT5= core gui help network printsupport sql widgets \
|
||||
buildtools_build sql-sqlite3_run
|
||||
QT_DIST= tools
|
||||
USES= qmake
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
Do not use QtWebKit even if it is present to reduce the port's dependencies.
|
||||
--- src/assistant/assistant/assistant.pro
|
||||
+++ src/assistant/assistant/assistant.pro
|
||||
@@ -1,8 +1,4 @@
|
||||
-qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) {
|
||||
- BROWSER = qtwebkit
|
||||
-} else {
|
||||
- BROWSER = qtextbrowser
|
||||
-}
|
||||
+BROWSER = qtextbrowser
|
||||
|
||||
QT += widgets network help sql help
|
||||
qtHaveModule(printsupport): QT += printsupport
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qtcreator
|
||||
DISTVERSION= 4.4.0
|
||||
DISTVERSION= 4.5.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
|
||||
DISTNAME= qt-creator-opensource-src-${DISTVERSION}
|
||||
|
|
@ -18,8 +18,9 @@ USES= qmake compiler:c++11-lib tar:xz
|
|||
USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME}
|
||||
USE_GL= gl
|
||||
USE_QT5= buildtools concurrent core designer gui help \
|
||||
linguist network printsupport qdoc qmake qml quick quickcontrols \
|
||||
script script sql svg webengine widgets xml xmlpatterns
|
||||
linguist location network printsupport qdoc qmake qml quick \
|
||||
quickcontrols script script sql svg webchannel webengine \
|
||||
widgets xml xmlpatterns
|
||||
|
||||
# be paranoid and do not extract qbs (devel/qbs) copy from source tree
|
||||
EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/src/shared/qbs'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1504763945
|
||||
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.4.0.tar.xz) = 8c97d40a98ceb5dcff7f56668b0942d7a31821439fa76022c0145775c55a6202
|
||||
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.4.0.tar.xz) = 20795448
|
||||
TIMESTAMP = 1514283767
|
||||
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.5.0.tar.xz) = 140256a5d99e9e6060a492699a68118f16afcebce70d4221fabff7215475d9f9
|
||||
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.5.0.tar.xz) = 21641628
|
||||
|
|
|
|||
|
|
@ -1,63 +1,63 @@
|
|||
bin/qtcreator
|
||||
lib/qtcreator/libAggregation.so
|
||||
lib/qtcreator/libAggregation.so.4
|
||||
lib/qtcreator/libAggregation.so.4.4
|
||||
lib/qtcreator/libAggregation.so.4.5
|
||||
lib/qtcreator/libAggregation.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libCPlusPlus.so
|
||||
lib/qtcreator/libCPlusPlus.so.4
|
||||
lib/qtcreator/libCPlusPlus.so.4.4
|
||||
lib/qtcreator/libCPlusPlus.so.4.5
|
||||
lib/qtcreator/libCPlusPlus.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libClangbackendipc.so
|
||||
lib/qtcreator/libClangbackendipc.so.4
|
||||
lib/qtcreator/libClangbackendipc.so.4.4
|
||||
lib/qtcreator/libClangbackendipc.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libClangsupport.so
|
||||
lib/qtcreator/libClangsupport.so.4
|
||||
lib/qtcreator/libClangsupport.so.4.5
|
||||
lib/qtcreator/libClangsupport.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libExtensionSystem.so
|
||||
lib/qtcreator/libExtensionSystem.so.4
|
||||
lib/qtcreator/libExtensionSystem.so.4.4
|
||||
lib/qtcreator/libExtensionSystem.so.4.5
|
||||
lib/qtcreator/libExtensionSystem.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libFlameGraph.so
|
||||
lib/qtcreator/libFlameGraph.so.4
|
||||
lib/qtcreator/libFlameGraph.so.4.4
|
||||
lib/qtcreator/libFlameGraph.so.4.5
|
||||
lib/qtcreator/libFlameGraph.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libGLSL.so
|
||||
lib/qtcreator/libGLSL.so.4
|
||||
lib/qtcreator/libGLSL.so.4.4
|
||||
lib/qtcreator/libGLSL.so.4.5
|
||||
lib/qtcreator/libGLSL.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libLanguageUtils.so
|
||||
lib/qtcreator/libLanguageUtils.so.4
|
||||
lib/qtcreator/libLanguageUtils.so.4.4
|
||||
lib/qtcreator/libLanguageUtils.so.4.5
|
||||
lib/qtcreator/libLanguageUtils.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libModeling.so
|
||||
lib/qtcreator/libModeling.so.4
|
||||
lib/qtcreator/libModeling.so.4.4
|
||||
lib/qtcreator/libModeling.so.4.5
|
||||
lib/qtcreator/libModeling.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libQmlDebug.so
|
||||
lib/qtcreator/libQmlDebug.so.4
|
||||
lib/qtcreator/libQmlDebug.so.4.4
|
||||
lib/qtcreator/libQmlDebug.so.4.5
|
||||
lib/qtcreator/libQmlDebug.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libQmlEditorWidgets.so
|
||||
lib/qtcreator/libQmlEditorWidgets.so.4
|
||||
lib/qtcreator/libQmlEditorWidgets.so.4.4
|
||||
lib/qtcreator/libQmlEditorWidgets.so.4.5
|
||||
lib/qtcreator/libQmlEditorWidgets.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libQmlJS.so
|
||||
lib/qtcreator/libQmlJS.so.4
|
||||
lib/qtcreator/libQmlJS.so.4.4
|
||||
lib/qtcreator/libQmlJS.so.4.5
|
||||
lib/qtcreator/libQmlJS.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libQtcSsh.so
|
||||
lib/qtcreator/libQtcSsh.so.4
|
||||
lib/qtcreator/libQtcSsh.so.4.4
|
||||
lib/qtcreator/libQtcSsh.so.4.5
|
||||
lib/qtcreator/libQtcSsh.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libSqlite.so
|
||||
lib/qtcreator/libSqlite.so.4
|
||||
lib/qtcreator/libSqlite.so.4.4
|
||||
lib/qtcreator/libSqlite.so.4.5
|
||||
lib/qtcreator/libSqlite.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libTimeline.so
|
||||
lib/qtcreator/libTimeline.so.4
|
||||
lib/qtcreator/libTimeline.so.4.4
|
||||
lib/qtcreator/libTimeline.so.4.5
|
||||
lib/qtcreator/libTimeline.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/libUtils.so
|
||||
lib/qtcreator/libUtils.so.4
|
||||
lib/qtcreator/libUtils.so.4.4
|
||||
lib/qtcreator/libUtils.so.4.5
|
||||
lib/qtcreator/libUtils.so.%%SHLIB_VER%%
|
||||
lib/qtcreator/plugins/libAndroid.so
|
||||
lib/qtcreator/plugins/libAutoTest.so
|
||||
|
|
@ -470,8 +470,6 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerrunconfigurationaspectdata.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerruntool-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerruntool.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerstartparameters-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-debuggerstartparameters.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-detailederrorview-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-detailederrorview.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-diagnosticlocation-members.html
|
||||
|
|
@ -483,8 +481,6 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-icons.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-startremotedialog-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-startremotedialog.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-tcpserverconnection-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger-tcpserverconnection.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugger.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugsymbolgroupnodevisitor-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/debugsymbolgroupnodevisitor.html
|
||||
|
|
@ -605,6 +601,8 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildtargetinfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildtargetinfolist-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-buildtargetinfolist.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-cache-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-cache.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-checkboxfield-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-checkboxfield.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-clangclparser-members.html
|
||||
|
|
@ -708,6 +706,8 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-filenode.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-addnewinformation-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-addnewinformation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-locationinfo-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-locationinfo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-foldernode.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gccparser-members.html
|
||||
|
|
@ -726,8 +726,6 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-gnumakeparsertester.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-headerpath-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-headerpath.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-headerpathscache-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-headerpathscache.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ibuildconfigurationfactory-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ibuildconfigurationfactory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-ibuildstepfactory-members.html
|
||||
|
|
@ -815,8 +813,8 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-linuxicctoolchain.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-localenvironmentaspect-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-localenvironmentaspect.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-macrocache-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-macrocache.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-macro-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-macro.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-mingwtoolchain-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-mingwtoolchain.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-msvcparser-members.html
|
||||
|
|
@ -843,6 +841,8 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-project.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectconfiguration-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectconfiguration.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectconfigurationmodel-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectconfigurationmodel.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectdocument-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectdocument.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-projectexplorerplugin-members.html
|
||||
|
|
@ -903,6 +903,8 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sshdeviceprocesslist.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-standardrunnable-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-standardrunnable.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-statefulprojectconfiguration-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-statefulprojectconfiguration.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sysrootkitinformation-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-sysrootkitinformation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/projectexplorer-target-members.html
|
||||
|
|
@ -1227,7 +1229,6 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-completionsettings-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-completionsettings.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-constants.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-convenience.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettings-members.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettings.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator-dev/texteditor-displaysettingspage-members.html
|
||||
|
|
@ -1729,6 +1730,7 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-deploy-configurations.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-manifest-editor.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-run-settings.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-sdk-manager.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-android-select-devices.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-application-output.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-autotests-options-google.png
|
||||
|
|
@ -1768,6 +1770,10 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-compile-pane.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-context-sensitive-help.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpp-class-wizard.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpu-usage-analyzer-flamegraph.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpu-usage-analyzer-load-perf-trace.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpu-usage-analyzer-settings.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-cpu-usage-analyzer-statistics.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-custom-parser.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-custom-project-wizards.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-custom-wizard.png
|
||||
|
|
@ -1787,6 +1793,7 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-expand.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-external-tools.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-fakevim-options.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-filesystem-view.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-font-colors.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-formedit.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-generic-highlighter.png
|
||||
|
|
@ -1830,6 +1837,7 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-new-qt-quick-project-wizard.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-open-project-kits.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-android1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-android2.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-build-run-debuggers.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-code-style-cpp.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-options-code-style-nim.png
|
||||
|
|
@ -1842,6 +1850,7 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-project-kits.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-project-options-deploy.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-projectpane.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qbs-profile-settings.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qml-performance-monitor.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qnx-deployment.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/images/qtcreator-qt-quick-editors.png
|
||||
|
|
@ -1942,14 +1951,14 @@ libexec/qtcreator/sdktool
|
|||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-bubble-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-example.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-main-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-page1-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-page1form-ui-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-page2form-ui-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-accelbubble-qml-qrc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-toc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-example.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-main-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-page1-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-page1form-ui-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-page2form-ui-qml.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-qml-qrc.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator-transitions-transitions-pro.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qtcreator/qtcreator.index
|
||||
|
|
@ -1993,7 +2002,6 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png
|
|||
%%DATADIR%%/externaltools/lupdate.xml
|
||||
%%DATADIR%%/externaltools/qmlscene.xml
|
||||
%%DATADIR%%/externaltools/qmlviewer.xml
|
||||
%%DATADIR%%/externaltools/sort.xml
|
||||
%%DATADIR%%/externaltools/vi.xml
|
||||
%%DATADIR%%/fonts/SourceCodePro-Bold.ttf
|
||||
%%DATADIR%%/fonts/SourceCodePro-It.ttf
|
||||
|
|
@ -2208,67 +2216,6 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png
|
|||
%%DATADIR%%/qmldesigner/common/DesignerScrollViewStyle.qml
|
||||
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml
|
||||
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemsView.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentHorizontalButtons.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AligmentVerticalButtons.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/AnchorButtons.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/BoolButtonRowButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Button.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRow2.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ButtonRowButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CheckBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorCheckButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorEditor.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ColorLogic.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Constants.js
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomCheckBoxStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomComboBoxStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/CustomSpinBoxStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/DoubleSpinBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExpandingSpacer.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExpressionTextField.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ExtendedFunctionButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FlickableSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontStyleButtons.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/GradientLine.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/GroupBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/HueSlider.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/IconLabel.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/LineEdit.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/MarginSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/OriginControl.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/PaddingSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/RoundedPanel.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ScrollView.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SecondColumnLayout.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Section.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SectionLayout.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/SpinBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/Tab.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/TabView.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/ToolTipArea.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/UrlChooser.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/checkers.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/down-arrow.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/down-arrow@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/expression.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/expression@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_gradient.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_none.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/icon_color_solid.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/placeholder.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/placeholder@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/submenu.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/submenu@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/up-arrow.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/images/up-arrow@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/HelperWidgets/qmldir
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template
|
||||
|
|
@ -2309,6 +2256,67 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png
|
|||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AligmentHorizontalButtons.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AligmentVerticalButtons.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AnchorButtons.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/BoolButtonRowButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Button.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow2.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRowButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CheckBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorCheckButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLogic.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Constants.js
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CustomCheckBoxStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CustomComboBoxStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CustomSpinBoxStyle.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/DoubleSpinBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpandingSpacer.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpressionTextField.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionButton.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontComboBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontStyleButtons.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientLine.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GroupBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HueSlider.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconLabel.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Label.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LineEdit.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MarginSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginControl.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/RoundedPanel.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SecondColumnLayout.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SectionLayout.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Tab.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/TabView.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ToolTipArea.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/checkers.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_gradient.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_none.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_solid.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow@2x.png
|
||||
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/qmldir
|
||||
%%DATADIR%%/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml
|
||||
%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
|
||||
%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesList.qml
|
||||
|
|
@ -2489,44 +2497,45 @@ share/icons/hicolor/64x64/apps/QtProject-qtcreator.png
|
|||
%%DATADIR%%/templates/wizards/projects/plaincpp/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qmake/empty/file.pro
|
||||
%%DATADIR%%/templates/wizards/projects/qmake/empty/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/3dapplication.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/3dapplication@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/CMakeLists.txt
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/app.pro
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/file.qbs
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/main.cpp
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/plaincanvas3d/glcode.js
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/qml.qrc
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/threejs/3rdparty/three.js
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/threejs/glcode.js
|
||||
%%DATADIR%%/templates/wizards/projects/qtcanvas3dapplication/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/CMakeLists.txt
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/MainForm.ui.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/app.pro
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/app.qbs
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/icon.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/icon@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/plaincanvas3d/glcode.js
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/qml.qrc
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/threejs/3rdparty/three.js
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/threejs/glcode.js
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/canvas3d/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/icon.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/icon@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/qml.qrc
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/empty/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/file.qbs
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-empty.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-empty@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-scroll.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-scroll@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-stack.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-stack@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-swipe.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/icon-swipe@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/main.cpp
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/qml.qrc
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/CMakeLists.txt
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/Page1.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/Page1Form.ui.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/app.pro
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/file.qbs
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/main.cpp
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/qml.qrc
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/qtquickcontrols2.conf
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickcontrols2application/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/qtquickcontrols2.conf
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/icon.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/icon@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/qml.qrc
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/scroll/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/HomeForm.ui.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/Page1Form.ui.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/Page2Form.ui.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/icon.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/icon@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/qml.qrc
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/stack/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/Page1Form.ui.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/Page2Form.ui.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/icon.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/icon@2x.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/main.qml.tpl
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/qml.qrc
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickapplication/swipe/wizard.json
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickuiprototype/app.qmlproject
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickuiprototype/qtquickuiprototype.png
|
||||
%%DATADIR%%/templates/wizards/projects/qtquickuiprototype/qtquickuiprototype@2x.png
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= backports
|
||||
PORTVERSION= 3.10.3
|
||||
PORTVERSION= 3.11.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1508522772
|
||||
SHA256 (rubygem/backports-3.10.3.gem) = c027ad53e842fecf8334c6fba40886c3dd0465bcd94a908c262964378798faa9
|
||||
SIZE (rubygem/backports-3.10.3.gem) = 148992
|
||||
TIMESTAMP = 1514296760
|
||||
SHA256 (rubygem/backports-3.11.0.gem) = df779df58c5cb157e69c504a046a8012503176349760d84d519b02f5b1605856
|
||||
SIZE (rubygem/backports-3.11.0.gem) = 157184
|
||||
|
|
|
|||
|
|
@ -234,7 +234,6 @@
|
|||
SUBDIR += texworks
|
||||
SUBDIR += the
|
||||
SUBDIR += thoteditor
|
||||
SUBDIR += tree-widget
|
||||
SUBDIR += treeform
|
||||
SUBDIR += tweak
|
||||
SUBDIR += uemacs
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tea
|
||||
PORTVERSION= 44.1.0
|
||||
PORTVERSION= 44.1.1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://semiletov.org/tea/dloads/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1499902006
|
||||
SHA256 (tea-44.1.0.tar.bz2) = 28b665a4ab30defa6699f8625a771612c6e0ae3160abf19e0e3d0a3778599890
|
||||
SIZE (tea-44.1.0.tar.bz2) = 402335
|
||||
TIMESTAMP = 1514329071
|
||||
SHA256 (tea-44.1.1.tar.bz2) = 8ab115cf859ef1fdb5bc68c16dd72fa55ce03bdfef7039f7ceb69644eb621a8a
|
||||
SIZE (tea-44.1.1.tar.bz2) = 425326
|
||||
|
|
|
|||
|
|
@ -1,40 +0,0 @@
|
|||
# Created by: Dryice Liu <dryice@liu.com.cn>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tree-widget
|
||||
PORTVERSION= 2.0
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= editors elisp
|
||||
MASTER_SITES= SF/emhacks/${PORTNAME}/${PORTVERSION} \
|
||||
http://dryice.name/computer/FreeBSD/distfiles/
|
||||
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tree widget for Emacs
|
||||
|
||||
USE_EMACS= yes
|
||||
|
||||
LISPDIR= ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
||||
NO_WRKSUBDIR= yes
|
||||
THEMES_SUBDIR= default folder
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}; ${EMACS_NAME} -batch -no-site-file\
|
||||
--eval="(add-to-list 'load-path \"${WRKSRC}\")"\
|
||||
-f batch-byte-compile *.el
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${LISPDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc ${LISPDIR})
|
||||
@${MKDIR} ${LISPDIR}/tree-widget-themes
|
||||
(cd ${WRKSRC}/tree-widget-themes && ${COPYTREE_SHARE} "${THEMES_SUBDIR}" \
|
||||
${LISPDIR}/tree-widget-themes)
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs23"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (tree-widget-2.0.tar.gz) = 900e8fa9b72593ec2c53af0d1ee56f72359f7b2f7b037f7622af16af13ca90dc
|
||||
SIZE (tree-widget-2.0.tar.gz) = 15822
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
The tree-widget library provide a tree widget useful for Emacs to
|
||||
display data structures organized in a hierarchical order.
|
||||
|
||||
WWW: https://sourceforge.net/projects/emhacks/
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/dir-tree.el
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/dir-tree.elc
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-examples.el
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-examples.elc
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/close.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/close.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/empty.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/empty.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/end-guide.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/end-guide.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/guide.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/guide.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/handle.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/handle.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/leaf.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/leaf.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/no-guide.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/no-guide.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/no-handle.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/no-handle.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/open.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/default/open.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/folder/close.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/folder/close.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/folder/empty.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/folder/empty.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/folder/leaf.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/folder/leaf.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/folder/open.png
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget-themes/folder/open.xpm
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget.el
|
||||
%%EMACS_VERSION_SITE_LISPDIR%%/tree-widget/tree-widget.elc
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= qemu
|
||||
PORTVERSION= 2.7.50
|
||||
PORTREVISION= 20171218
|
||||
PORTREVISION= 20171226
|
||||
CATEGORIES= emulators
|
||||
PKGNAMESUFFIX= -riscv
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ BROKEN_powerpc64= fails to compile: async.c: internal compiler error: Segmentati
|
|||
USE_HARDENING= pie:off relro:off
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= riscv:riscv-qemu:07146ab \
|
||||
GH_TUPLE= riscv:riscv-qemu:701f712 \
|
||||
qemu:dtc:65cc4d2:dtc/dtc
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1513662466
|
||||
SHA256 (riscv-riscv-qemu-2.7.50-07146ab_GH0.tar.gz) = 8c4cf05bcb4d2bd5c76908cfb1f3912b690b505350ccd9f3314693afa020fc11
|
||||
SIZE (riscv-riscv-qemu-2.7.50-07146ab_GH0.tar.gz) = 12979375
|
||||
TIMESTAMP = 1514304029
|
||||
SHA256 (riscv-riscv-qemu-2.7.50-701f712_GH0.tar.gz) = 7fed1b0d29f8149ccb1700b6eed669ac3b5199af1de32d6e4de3060d8e379227
|
||||
SIZE (riscv-riscv-qemu-2.7.50-701f712_GH0.tar.gz) = 12979339
|
||||
SHA256 (qemu-dtc-65cc4d2_GH0.tar.gz) = 102a954974c8229acde3557673b0b945768ea18a93fcf64883ca51d64f81c8ed
|
||||
SIZE (qemu-dtc-65cc4d2_GH0.tar.gz) = 133030
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= skrooge
|
||||
PORTVERSION= 2.9.0
|
||||
DISTVERSION= 2.10.5
|
||||
CATEGORIES= finance kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
|
@ -18,8 +18,8 @@ LIB_DEPENDS= libofx.so:finance/libofx \
|
|||
libsqlcipher.so:databases/sqlcipher
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib desktop-file-utils \
|
||||
gettext grantlee:5 kde:5 pkgconfig shared-mime-info \
|
||||
sqlite:3 tar:xz
|
||||
gettext grantlee:5 kde:5 pkgconfig python:3.4+ shared-mime-info \
|
||||
shebangfix sqlite:3 tar:xz
|
||||
USE_KDE= activities archive attica5 auth bookmarks codecs completion \
|
||||
config configwidgets coreaddons crash dbusaddons \
|
||||
designerplugin doctools ecm emoticons guiaddons i18n \
|
||||
|
|
@ -31,6 +31,8 @@ USE_KDE= activities archive attica5 auth bookmarks codecs completion \
|
|||
USE_QT5= concurrent core dbus designer gui network printsupport qml \
|
||||
quick script sql svg webkit widgets xml \
|
||||
qmake_build buildtools_build
|
||||
SHEBANG_FILES= plugins/import/skrooge_import_backend/skrooge-sabb.py \
|
||||
skgbankmodeler/skrooge-yahoodl.py
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1505377701
|
||||
SHA256 (KDE/skrooge/skrooge-2.9.0.tar.xz) = ad02403026b649203f0381cc599a7754d36f41cc75cc03d14e63bfdb666e7bb5
|
||||
SIZE (KDE/skrooge/skrooge-2.9.0.tar.xz) = 19310412
|
||||
TIMESTAMP = 1514314339
|
||||
SHA256 (KDE/skrooge/skrooge-2.10.5.tar.xz) = 56a0124dec34e6e96a5e71ff0e825a7ec79f32a69ef0ccdc5f0f9b753d8c3eb0
|
||||
SIZE (KDE/skrooge/skrooge-2.10.5.tar.xz) = 19309980
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ lib/libskgbasemodeler.so.%%SHLIB_VER%%
|
|||
%%QT_PLUGINDIR%%/skrooge_import_iif.so
|
||||
%%QT_PLUGINDIR%%/skrooge_import_json.so
|
||||
%%QT_PLUGINDIR%%/skrooge_import_kmy.so
|
||||
%%QT_PLUGINDIR%%/skrooge_import_ledger.so
|
||||
%%QT_PLUGINDIR%%/skrooge_import_mmb.so
|
||||
%%QT_PLUGINDIR%%/skrooge_import_mny.so
|
||||
%%QT_PLUGINDIR%%/skrooge_import_mt940.so
|
||||
|
|
@ -113,6 +114,7 @@ share/doc/HTML/en/skrooge/dashboard_categories.png
|
|||
share/doc/HTML/en/skrooge/dashboard_highlighted.png
|
||||
share/doc/HTML/en/skrooge/dashboard_income.png
|
||||
share/doc/HTML/en/skrooge/dashboard_interest.png
|
||||
share/doc/HTML/en/skrooge/dashboard_pfs.png
|
||||
share/doc/HTML/en/skrooge/dashboard_portfolio.png
|
||||
share/doc/HTML/en/skrooge/dashboard_quotes.png
|
||||
share/doc/HTML/en/skrooge/dashboard_report.png
|
||||
|
|
@ -384,6 +386,7 @@ share/kservices5/org.kde.skrooge-import-afb120.desktop
|
|||
share/kservices5/org.kde.skrooge-import-backend-aqbanking.desktop
|
||||
share/kservices5/org.kde.skrooge-import-backend-weboob.desktop
|
||||
share/kservices5/org.kde.skrooge-import-backend-weboob0g.desktop
|
||||
share/kservices5/org.kde.skrooge-import-backend-weboob_coming.desktop
|
||||
share/kservices5/org.kde.skrooge-import-backend.desktop
|
||||
share/kservices5/org.kde.skrooge-import-csv.desktop
|
||||
share/kservices5/org.kde.skrooge-import-gnc.desktop
|
||||
|
|
@ -391,6 +394,7 @@ share/kservices5/org.kde.skrooge-import-gsb.desktop
|
|||
share/kservices5/org.kde.skrooge-import-iif.desktop
|
||||
share/kservices5/org.kde.skrooge-import-json.desktop
|
||||
share/kservices5/org.kde.skrooge-import-kmy.desktop
|
||||
share/kservices5/org.kde.skrooge-import-ledger.desktop
|
||||
share/kservices5/org.kde.skrooge-import-mmb.desktop
|
||||
share/kservices5/org.kde.skrooge-import-mny.desktop
|
||||
share/kservices5/org.kde.skrooge-import-mt940.desktop
|
||||
|
|
@ -861,6 +865,8 @@ share/mime/packages/x-skg.xml
|
|||
%%DATADIR%%/images/splash.png
|
||||
%%DATADIR%%/quotes/BitcoinAverage.txt
|
||||
%%DATADIR%%/quotes/BitcoinCharts.txt
|
||||
%%DATADIR%%/quotes/Google.txt
|
||||
%%DATADIR%%/quotes/GrandTrunk.txt
|
||||
%%DATADIR%%/quotes/Skrooge.txt
|
||||
%%DATADIR%%/quotes/Stooq.txt
|
||||
%%DATADIR%%/quotes/Yahoo.txt
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bftpd
|
||||
PORTVERSION= 4.6
|
||||
PORTVERSION= 4.8
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1509917585
|
||||
SHA256 (bftpd-4.6.tar.gz) = 071c7df63062cb707b91cb80fe07019add3a9e1b3527a8b479f044e0af6aa45e
|
||||
SIZE (bftpd-4.6.tar.gz) = 165123
|
||||
TIMESTAMP = 1514329261
|
||||
SHA256 (bftpd-4.8.tar.gz) = 0c80399b0cbdd24c882d59c39b4bd5233fe1a153f5d92f23e3a9496ea4549afe
|
||||
SIZE (bftpd-4.8.tar.gz) = 165198
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ RUN_DEPENDS= scummvm:games/scummvm
|
|||
|
||||
USES= zip
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
SUB_FILES= pkg-message
|
||||
|
|
@ -27,11 +28,13 @@ SUB_FILES= pkg-message
|
|||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sky.dnr ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sky.dsk ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sky.cpt ${STAGEDIR}${DATADIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= libphysfs.so:devel/physfs
|
||||
LIB_DEPENDS+= libalut.so:audio/freealut
|
||||
|
||||
BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native
|
||||
BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native
|
||||
BROKEN_armv7= fails to compile: error: the clang compiler does not support -march=native
|
||||
BROKEN_powerpc64= fails to compile: error: the clang compiler does not support -march=native
|
||||
#BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native
|
||||
#BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native
|
||||
#BROKEN_armv7= fails to compile: error: the clang compiler does not support -march=native
|
||||
#BROKEN_powerpc64= fails to compile: error: the clang compiler does not support -march=native
|
||||
|
||||
WRKSRC_SUBDIR= src
|
||||
USES= gmake openal:al,alut
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
--- GNUmakefile.orig 2016-11-05 17:27:10 UTC
|
||||
+++ GNUmakefile
|
||||
@@ -21,7 +21,7 @@ SRCFILES := $(shell find $(PROJDI
|
||||
OBJFILES := $(patsubst %.cpp, %.o, $(SRCFILES))
|
||||
DEPFILES := $(patsubst %.cpp, %.d, $(SRCFILES))
|
||||
WARNINGS ?= -Wall -Wextra -pedantic
|
||||
-OPTIMS ?= -march=native -mtune=native -Ofast
|
||||
+OPTIMS ?= -mtune=native -Ofast
|
||||
DMACROS := -DNDEBUG -DUNIX -DPACKAGE_VERSION=\"$(DISTVER)\"
|
||||
INCDIRS := -I'./include'
|
||||
CXXFLAGS += -std=c++11 $(WARNINGS) $(OPTIMS)
|
||||
@@ -125,7 +125,7 @@ $(TR_EXEFILE): $(OBJFILES)
|
||||
printf "\t%s\n" $$file; \
|
||||
done;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ImageMagick
|
||||
DISTVERSION= 6.9.9-15
|
||||
DISTVERSION= 6.9.9-28
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.imagemagick.org/download/ \
|
||||
|
|
@ -54,8 +54,9 @@ USE_GNOME= libxml2
|
|||
|
||||
SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \
|
||||
policy.xml quantization-table.xml thresholds.xml type-apple.xml \
|
||||
type-dejavu.xml type-ghostscript.xml type-windows.xml type.xml
|
||||
|
||||
type-dejavu.xml type-ghostscript.xml type-urw-base35.xml \
|
||||
type-windows.xml type.xml
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
||||
|
||||
OPTIONS_DEFINE= BZIP2 DOCS DJVU FFTW FONTCONFIG FPX FREETYPE \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1506539505
|
||||
SHA256 (ImageMagick-6.9.9-15.tar.xz) = cc5411bcd766efbc5c281ae2147f0d154c452e5f0cc72894796afb88036baf2f
|
||||
SIZE (ImageMagick-6.9.9-15.tar.xz) = 8792252
|
||||
TIMESTAMP = 1514224543
|
||||
SHA256 (ImageMagick-6.9.9-28.tar.xz) = c1df8dcdd9e8fd910b1d3fa85337beebe8eff1664ed0bf05a353a33afed2bfe1
|
||||
SIZE (ImageMagick-6.9.9-28.tar.xz) = 8826584
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ bin/stream
|
|||
@sample etc/ImageMagick-6/type-apple.xml.sample
|
||||
@sample etc/ImageMagick-6/type-dejavu.xml.sample
|
||||
@sample etc/ImageMagick-6/type-ghostscript.xml.sample
|
||||
@sample etc/ImageMagick-6/type-urw-base35.xml.sample
|
||||
@sample etc/ImageMagick-6/type-windows.xml.sample
|
||||
@sample etc/ImageMagick-6/type.xml.sample
|
||||
include/ImageMagick-6/Magick++.h
|
||||
|
|
@ -1399,6 +1400,8 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/version.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/api/wand-view.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/architecture.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/assets/magick.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/assets/magick.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/binary-releases.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/changelog.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/cipher.html
|
||||
|
|
@ -1414,8 +1417,6 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-6/www/connected-components.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/contact.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/convert.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/css/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/css/magick.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/develop.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/display.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/distribute-pixel-cache.html
|
||||
|
|
@ -1435,8 +1436,6 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-6/www/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/install-source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/jp2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/js/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/js/magick.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/license.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/links.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/magick.html
|
||||
|
|
@ -1477,8 +1476,12 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/piechart.mvg
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/piechart.svg
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/policy.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/quantization-table.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/thresholds.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type-apple.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type-dejavu.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type-ghostscript.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type-urw-base35.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type-windows.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/type.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-6/www/source/wand.c
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ImageMagick
|
||||
DISTVERSION= 7.0.7-4
|
||||
DISTVERSION= 7.0.7-16
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://www.imagemagick.org/download/ \
|
||||
http://www.imagemagick.org/download/legacy/ \
|
||||
|
|
@ -53,7 +53,7 @@ USE_GNOME= libxml2
|
|||
SAMPLE_FILES= coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \
|
||||
policy.xml quantization-table.xml thresholds.xml \
|
||||
type-apple.xml type-dejavu.xml type-ghostscript.xml \
|
||||
type-windows.xml type.xml
|
||||
type-urw-base35.xml type-windows.xml type.xml
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1506255580
|
||||
SHA256 (ImageMagick-7.0.7-4.tar.xz) = 88d9f111583ab0c16bf0f2cd18deaaa356d8b6a41451c97b430b255daa249c1c
|
||||
SIZE (ImageMagick-7.0.7-4.tar.xz) = 8563432
|
||||
TIMESTAMP = 1514225005
|
||||
SHA256 (ImageMagick-7.0.7-16.tar.xz) = 9b3ef8c8a8d2eafc0b72ea9f037720e5d50d5c072cc2847e7d97f65fd3af1f14
|
||||
SIZE (ImageMagick-7.0.7-16.tar.xz) = 8539884
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ bin/stream
|
|||
@sample etc/ImageMagick-7/type-apple.xml.sample
|
||||
@sample etc/ImageMagick-7/type-dejavu.xml.sample
|
||||
@sample etc/ImageMagick-7/type-ghostscript.xml.sample
|
||||
@sample etc/ImageMagick-7/type-urw-base35.xml.sample
|
||||
@sample etc/ImageMagick-7/type-windows.xml.sample
|
||||
@sample etc/ImageMagick-7/type.xml.sample
|
||||
include/ImageMagick-7/Magick++.h
|
||||
|
|
@ -414,18 +415,18 @@ lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%%%HDRI%%/configure.xml
|
|||
lib/libMagick++-7.a
|
||||
lib/libMagick++-7.la
|
||||
lib/libMagick++-7.so
|
||||
lib/libMagick++-7.so.3
|
||||
lib/libMagick++-7.so.3.0.0
|
||||
lib/libMagick++-7.so.4
|
||||
lib/libMagick++-7.so.4.0.0
|
||||
lib/libMagickCore-7.a
|
||||
lib/libMagickCore-7.la
|
||||
lib/libMagickCore-7.so
|
||||
lib/libMagickCore-7.so.4
|
||||
lib/libMagickCore-7.so.4.0.0
|
||||
lib/libMagickCore-7.so.5
|
||||
lib/libMagickCore-7.so.5.0.0
|
||||
lib/libMagickWand-7.a
|
||||
lib/libMagickWand-7.la
|
||||
lib/libMagickWand-7.so
|
||||
lib/libMagickWand-7.so.4
|
||||
lib/libMagickWand-7.so.4.0.0
|
||||
lib/libMagickWand-7.so.5
|
||||
lib/libMagickWand-7.so.5.0.0
|
||||
%%WITH_PERL%%%%SITE_ARCH%%/Image/Magick.pm
|
||||
%%WITH_PERL%%%%SITE_ARCH%%/Image/Magick/%%QBIT%%%%HDRI%%.pm
|
||||
%%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/%%QBIT%%%%HDRI%%/%%QBIT%%%%HDRI%%.so
|
||||
|
|
@ -601,6 +602,7 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-7/www/Magick++/NEWS.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/Magick++/PixelPacket.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/Magick++/Pixels.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/Magick++/Quantum.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/Magick++/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/Magick++/STL.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/Magick++/TypeMetric.html
|
||||
|
|
@ -1450,6 +1452,8 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-7/www/api/wand-view.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/api/wand-view.php
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/architecture.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/assets/magick.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/assets/magick.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/binary-releases.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/changelog.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/cipher.html
|
||||
|
|
@ -1465,8 +1469,6 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-7/www/connected-components.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/contact.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/convert.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/css/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/css/magick.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/develop.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/display.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/distribute-pixel-cache.html
|
||||
|
|
@ -1486,8 +1488,6 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-7/www/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/install-source.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/jp2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/js/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/js/magick.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/license.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/links.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/magick++.html
|
||||
|
|
@ -1529,8 +1529,12 @@ man/man1/stream.1.gz
|
|||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/piechart.mvg
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/piechart.svg
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/policy.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/quantization-table.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/thresholds.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/type-apple.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/type-dejavu.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/type-ghostscript.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/type-urw-base35.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/type-windows.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/type.xml
|
||||
%%PORTDOCS%%%%DOCSDIR%%-7/www/source/wand.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pydot
|
||||
PORTVERSION= 1.2.3
|
||||
PORTVERSION= 1.2.4
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479405300
|
||||
SHA256 (pydot-1.2.3.tar.gz) = edb5d3f249f97fbd9c4bb16959e61bc32ecf40eee1a9f6d27abe8d01c0a73502
|
||||
SIZE (pydot-1.2.3.tar.gz) = 20268
|
||||
TIMESTAMP = 1514301967
|
||||
SHA256 (pydot-1.2.4.tar.gz) = 92d2e2d15531d00710f2d6fb5540d2acabc5399d464f2f20d5d21073af241eb6
|
||||
SIZE (pydot-1.2.4.tar.gz) = 132018
|
||||
|
|
|
|||
|
|
@ -3,19 +3,19 @@
|
|||
|
||||
PORTNAME= tilecache
|
||||
PORTVERSION= 2.11
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics python geography www
|
||||
MASTER_SITES= http://tilecache.org/
|
||||
|
||||
MAINTAINER= joris.dedieu@gmail.com
|
||||
COMMENT= Python-based WMS-C/TMS server
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Paste>0:www/py-paste@${FLAVOR}
|
||||
|
||||
LICENSE= BSD3CLAUSE MIT
|
||||
LICENSE_COMB= multi
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup6>0:www/py-flup6@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Paste>0:www/py-paste@${FLAVOR}
|
||||
|
||||
USES= python:2.7 shebangfix
|
||||
USE_PYTHON= distutils autoplist
|
||||
SHEBANG_FILES= tilecache.cgi tilecache.fcgi
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Number-Phone-JP
|
||||
PORTVERSION= 0.20171002
|
||||
PORTVERSION= 0.20171201
|
||||
CATEGORIES= japanese perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TANIGUCHI
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510101872
|
||||
SHA256 (Number-Phone-JP-0.20171002.tar.gz) = 9a3f3eafeeb9ae44b4aeae2cc0bd77f22fce2094df5cd003aa2b5037de6765fc
|
||||
SIZE (Number-Phone-JP-0.20171002.tar.gz) = 414571
|
||||
TIMESTAMP = 1514329537
|
||||
SHA256 (Number-Phone-JP-0.20171201.tar.gz) = e3b0ef51de1e1a547e68b6399d09f179ea269e3d30a66798fa408eed7b5522a4
|
||||
SIZE (Number-Phone-JP-0.20171201.tar.gz) = 414601
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
# Vadim Zhukov <zhuk@openbsd.org>
|
||||
|
||||
PORTNAME= intellij
|
||||
PORTVERSION= 2017.3.1
|
||||
PORTVERSION= 2017.3.2
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= https://download.jetbrains.com/idea/ \
|
||||
http://download.jetbrains.com/idea/
|
||||
|
|
@ -28,7 +28,7 @@ NO_ARCH= yes
|
|||
NO_BUILD= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
WRKSRC= ${WRKDIR}/idea-IC-173.3942.27
|
||||
WRKSRC= ${WRKDIR}/idea-IC-173.4127.27
|
||||
|
||||
.include "common.mk"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1513246744
|
||||
SHA256 (ideaIC-2017.3.1-no-jdk.tar.gz) = 961a880a720f7c3d99bd8eea3450a20b76bd275a8a68827198c78cbcff7e9e84
|
||||
SIZE (ideaIC-2017.3.1-no-jdk.tar.gz) = 383147065
|
||||
TIMESTAMP = 1514289287
|
||||
SHA256 (ideaIC-2017.3.2-no-jdk.tar.gz) = b2d813e0db6c2510efec6dff19e987de97cd2c4e33d05f47d848cfd5e3c8a4e2
|
||||
SIZE (ideaIC-2017.3.2-no-jdk.tar.gz) = 383250869
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 8.0.0.s20171210
|
||||
PORTVERSION= 8.0.0.s20171224
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1513045248
|
||||
SHA256 (gcc-8-20171210.tar.xz) = 3cca5f13b09064bfffa2a8243a3fa1a873f4f6cbe619205d6ff2c3318f3b7d08
|
||||
SIZE (gcc-8-20171210.tar.xz) = 60383624
|
||||
TIMESTAMP = 1514266536
|
||||
SHA256 (gcc-8-20171224.tar.xz) = 23eda638dd7ec4c82f795c167ea8552c826a9012157c34cdda35d634ac1b9811
|
||||
SIZE (gcc-8-20171224.tar.xz) = 60543532
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ USE_GNOME= glib20
|
|||
USE_PERL5= build
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
LLD_UNSAFE= yes
|
||||
SHEBANG_FILES= scripts/mono-heapviz
|
||||
|
||||
CONFIGURE_ARGS= --disable-dtrace
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ USES= ncurses zip
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_LDCONFIG= yes
|
||||
LLD_UNSAFE= yes # lld lacks built-in search paths
|
||||
MAKEFILE= Makefile.bsd
|
||||
MAKE_ARGS+= PLIBS="${LDFLAGS:M-L*} -lncurses"
|
||||
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@
|
|||
SUBDIR += abs
|
||||
SUBDIR += acalc
|
||||
SUBDIR += add
|
||||
SUBDIR += adept
|
||||
SUBDIR += algae
|
||||
SUBDIR += alglib
|
||||
SUBDIR += algotutor
|
||||
|
|
@ -727,6 +728,7 @@
|
|||
SUBDIR += spooles-mpich
|
||||
SUBDIR += stp
|
||||
SUBDIR += suitesparse
|
||||
SUBDIR += sundials
|
||||
SUBDIR += superlu
|
||||
SUBDIR += superlu_mt
|
||||
SUBDIR += surf
|
||||
|
|
|
|||
34
math/adept/Makefile
Normal file
34
math/adept/Makefile
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= adept
|
||||
DISTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.met.reading.ac.uk/clouds/adept/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Combined array and automatic differentiation library in C++
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf gmake fortran blaslapack:openblas libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= PDFTEXDOCS
|
||||
PDFTEXDOCS_DESC= Build and install PDF documentation from LaTeX sources
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PDFTEXDOCS_USE= TEX=pdftex:build,dvipsk:build
|
||||
|
||||
post-build-PDFTEXDOCS-on:
|
||||
@cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
|
||||
|
||||
post-install-PDFTEXDOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
math/adept/distinfo
Normal file
3
math/adept/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1514262452
|
||||
SHA256 (adept-2.0.3.tar.gz) = c1b9c2907774ec39d9f336ae38b226893c7e86e64410c85ea965c855111381c6
|
||||
SIZE (adept-2.0.3.tar.gz) = 652609
|
||||
8
math/adept/files/patch-Makefile.am
Normal file
8
math/adept/files/patch-Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
--- Makefile.am.orig 2017-10-08 21:32:39 UTC
|
||||
+++ Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-pkgdata_DATA = README COPYING ChangeLog NEWS AUTHORS
|
||||
+#pkgdata_DATA = README COPYING ChangeLog NEWS AUTHORS
|
||||
SUBDIRS = adept include benchmark test
|
||||
# The test/ directory does not use automake so we need to specify the
|
||||
# files that will be included in the distribution
|
||||
10
math/adept/pkg-descr
Normal file
10
math/adept/pkg-descr
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Adept (Automatic Differentiation using Expression Templates) is a free C++
|
||||
software library that enables algorithms to be automatically differentiated,
|
||||
very useful for a wide range of applications that involve mathematical
|
||||
optimization. It uses an operator overloading approach, so very little code
|
||||
modification is required. Moreover, the way that expression templates have
|
||||
been used and several other important optimizations mean that reverse-mode
|
||||
differentiation is significantly faster than other C++ libraries that provide
|
||||
equivalent functionality.
|
||||
|
||||
WWW: http://www.met.reading.ac.uk/clouds/adept/
|
||||
48
math/adept/pkg-plist
Normal file
48
math/adept/pkg-plist
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
include/adept.h
|
||||
include/adept/Active.h
|
||||
include/adept/ActiveConstReference.h
|
||||
include/adept/ActiveReference.h
|
||||
include/adept/Allocator.h
|
||||
include/adept/Array.h
|
||||
include/adept/ArrayWrapper.h
|
||||
include/adept/BinaryOperation.h
|
||||
include/adept/Expression.h
|
||||
include/adept/ExpressionSize.h
|
||||
include/adept/FixedArray.h
|
||||
include/adept/IndexedArray.h
|
||||
include/adept/Packet.h
|
||||
include/adept/RangeIndex.h
|
||||
include/adept/ScratchVector.h
|
||||
include/adept/SpecialMatrix.h
|
||||
include/adept/Stack.h
|
||||
include/adept/StackStorage.h
|
||||
include/adept/StackStorageOrig.h
|
||||
include/adept/StackStorageOrigStl.h
|
||||
include/adept/Statement.h
|
||||
include/adept/Storage.h
|
||||
include/adept/UnaryOperation.h
|
||||
include/adept/array_shortcuts.h
|
||||
include/adept/base.h
|
||||
include/adept/contiguous_matrix.h
|
||||
include/adept/cppblas.h
|
||||
include/adept/eval.h
|
||||
include/adept/exception.h
|
||||
include/adept/interp.h
|
||||
include/adept/inv.h
|
||||
include/adept/matmul.h
|
||||
include/adept/noalias.h
|
||||
include/adept/outer_product.h
|
||||
include/adept/reduce.h
|
||||
include/adept/scalar_shortcuts.h
|
||||
include/adept/settings.h
|
||||
include/adept/solve.h
|
||||
include/adept/spread.h
|
||||
include/adept/traits.h
|
||||
include/adept/vector_utilities.h
|
||||
include/adept/where.h
|
||||
include/adept_arrays.h
|
||||
lib/libadept.so
|
||||
lib/libadept.so.0
|
||||
lib/libadept.so.0.0.0
|
||||
%%PDFTEXDOCS%%%%DOCSDIR%%/adept_documentation.pdf
|
||||
%%PDFTEXDOCS%%%%DOCSDIR%%/adept_reference.pdf
|
||||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= armadillo
|
||||
PORTVERSION= 7.950.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 8.300.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/arma
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1497369328
|
||||
SHA256 (armadillo-7.950.1.tar.xz) = a32da32a0ea420b8397a53e4b40ed279c1a5fc791dd492a2ced81ffb14ad0d1b
|
||||
SIZE (armadillo-7.950.1.tar.xz) = 4022716
|
||||
TIMESTAMP = 1514329588
|
||||
SHA256 (armadillo-8.300.2.tar.xz) = b41886f4b4ec8eab2b97088834974e5479f2e2075e01859832d6516db77e655f
|
||||
SIZE (armadillo-8.300.2.tar.xz) = 4593916
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ include/armadillo_bits/GlueCube_bones.hpp
|
|||
include/armadillo_bits/GlueCube_meat.hpp
|
||||
include/armadillo_bits/Glue_bones.hpp
|
||||
include/armadillo_bits/Glue_meat.hpp
|
||||
include/armadillo_bits/MapMat_bones.hpp
|
||||
include/armadillo_bits/MapMat_meat.hpp
|
||||
include/armadillo_bits/Mat_bones.hpp
|
||||
include/armadillo_bits/Mat_meat.hpp
|
||||
include/armadillo_bits/OpCube_bones.hpp
|
||||
|
|
@ -32,7 +34,6 @@ include/armadillo_bits/SizeMat_bones.hpp
|
|||
include/armadillo_bits/SizeMat_meat.hpp
|
||||
include/armadillo_bits/SpBase_bones.hpp
|
||||
include/armadillo_bits/SpBase_meat.hpp
|
||||
include/armadillo_bits/compiler_extra.hpp
|
||||
include/armadillo_bits/SpCol_bones.hpp
|
||||
include/armadillo_bits/SpCol_meat.hpp
|
||||
include/armadillo_bits/SpGlue_bones.hpp
|
||||
|
|
@ -66,6 +67,8 @@ include/armadillo_bits/arrayops_bones.hpp
|
|||
include/armadillo_bits/arrayops_meat.hpp
|
||||
include/armadillo_bits/auxlib_bones.hpp
|
||||
include/armadillo_bits/auxlib_meat.hpp
|
||||
include/armadillo_bits/band_helper.hpp
|
||||
include/armadillo_bits/compiler_extra.hpp
|
||||
include/armadillo_bits/compiler_setup.hpp
|
||||
include/armadillo_bits/compiler_setup_post.hpp
|
||||
include/armadillo_bits/cond_rel_bones.hpp
|
||||
|
|
@ -143,6 +146,7 @@ include/armadillo_bits/fn_index_min.hpp
|
|||
include/armadillo_bits/fn_inplace_strans.hpp
|
||||
include/armadillo_bits/fn_inplace_trans.hpp
|
||||
include/armadillo_bits/fn_interp1.hpp
|
||||
include/armadillo_bits/fn_intersect.hpp
|
||||
include/armadillo_bits/fn_inv.hpp
|
||||
include/armadillo_bits/fn_join.hpp
|
||||
include/armadillo_bits/fn_kmeans.hpp
|
||||
|
|
@ -159,6 +163,7 @@ include/armadillo_bits/fn_n_unique.hpp
|
|||
include/armadillo_bits/fn_nonzeros.hpp
|
||||
include/armadillo_bits/fn_norm.hpp
|
||||
include/armadillo_bits/fn_normalise.hpp
|
||||
include/armadillo_bits/fn_normpdf.hpp
|
||||
include/armadillo_bits/fn_numel.hpp
|
||||
include/armadillo_bits/fn_ones.hpp
|
||||
include/armadillo_bits/fn_orth_null.hpp
|
||||
|
|
@ -211,6 +216,8 @@ include/armadillo_bits/fn_unique.hpp
|
|||
include/armadillo_bits/fn_var.hpp
|
||||
include/armadillo_bits/fn_vectorise.hpp
|
||||
include/armadillo_bits/fn_zeros.hpp
|
||||
include/armadillo_bits/glue_affmul_bones.hpp
|
||||
include/armadillo_bits/glue_affmul_meat.hpp
|
||||
include/armadillo_bits/glue_atan2_bones.hpp
|
||||
include/armadillo_bits/glue_atan2_meat.hpp
|
||||
include/armadillo_bits/glue_conv_bones.hpp
|
||||
|
|
@ -227,6 +234,8 @@ include/armadillo_bits/glue_histc_bones.hpp
|
|||
include/armadillo_bits/glue_histc_meat.hpp
|
||||
include/armadillo_bits/glue_hypot_bones.hpp
|
||||
include/armadillo_bits/glue_hypot_meat.hpp
|
||||
include/armadillo_bits/glue_intersect_bones.hpp
|
||||
include/armadillo_bits/glue_intersect_meat.hpp
|
||||
include/armadillo_bits/glue_join_bones.hpp
|
||||
include/armadillo_bits/glue_join_meat.hpp
|
||||
include/armadillo_bits/glue_kron_bones.hpp
|
||||
|
|
@ -253,6 +262,8 @@ include/armadillo_bits/glue_trapz_bones.hpp
|
|||
include/armadillo_bits/glue_trapz_meat.hpp
|
||||
include/armadillo_bits/gmm_diag_bones.hpp
|
||||
include/armadillo_bits/gmm_diag_meat.hpp
|
||||
include/armadillo_bits/gmm_full_bones.hpp
|
||||
include/armadillo_bits/gmm_full_meat.hpp
|
||||
include/armadillo_bits/gmm_misc_bones.hpp
|
||||
include/armadillo_bits/gmm_misc_meat.hpp
|
||||
include/armadillo_bits/hdf5_misc.hpp
|
||||
|
|
@ -501,8 +512,8 @@ include/armadillo_bits/xtrans_mat_meat.hpp
|
|||
include/armadillo_bits/xvec_htrans_bones.hpp
|
||||
include/armadillo_bits/xvec_htrans_meat.hpp
|
||||
lib/libarmadillo.so
|
||||
lib/libarmadillo.so.7
|
||||
lib/libarmadillo.so.7.950.1
|
||||
lib/libarmadillo.so.8
|
||||
lib/libarmadillo.so.8.300.2
|
||||
libdata/pkgconfig/armadillo.pc
|
||||
share/Armadillo/CMake/ArmadilloConfig.cmake
|
||||
share/Armadillo/CMake/ArmadilloConfigVersion.cmake
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gsl
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1493448013
|
||||
SHA256 (python/pygsl-2.2.0.tar.gz) = 200e7986c368cb815685e502993e5211702219e1a0bb79030d671c35df25a59e
|
||||
SIZE (python/pygsl-2.2.0.tar.gz) = 983467
|
||||
TIMESTAMP = 1514315689
|
||||
SHA256 (python/pygsl-2.3.0.tar.gz) = 26f79645bccef52a4f9f24c4307d9be954992ac008581750d4413e405404406a
|
||||
SIZE (python/pygsl-2.3.0.tar.gz) = 1096186
|
||||
|
|
|
|||
82
math/sundials/Makefile
Normal file
82
math/sundials/Makefile
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sundials
|
||||
DISTVERSION= 3.1.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://computation.llnl.gov/projects/sundials/download/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake:outsource,noninja python:build # ninja doesn't support fortran
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DPTHREAD_ENABLE:BOOL=ON \
|
||||
-DBUILD_STATIC_LIBS:BOOL=OFF
|
||||
|
||||
PLIST_SUB= SHL3=${DISTVERSION} SHL1=${DISTVERSION:R:R} SHLX3=1.1.0 SHLX1=1 SHLY3=2.1.0 SHLY1=2
|
||||
|
||||
OPTIONS_DEFINE= BLAS EXAMPLES LAPACK MPI SUPERLUMT # OPENMP detection is broken in cmake: https://gitlab.kitware.com/cmake/cmake/issues/17474
|
||||
OPTIONS_GROUP= VECTORS
|
||||
OPTIONS_GROUP_VECTORS= HYPRE PETSC
|
||||
VECTORS_DESC= Alternative vector libraries
|
||||
BLAS_DESC= Enable BLAS support
|
||||
HYPRE_DESC= HYPRE vectors support (also enables MPI)
|
||||
LAPACK_DESC= Use Lapack linear algebra (sets SUNDIALS_INDEX_TYPE=int32)
|
||||
PETSC_DESC= PETSc vectors support (also enables MPI)
|
||||
SUPERLUMT_DESC= Sparse matrix factorization through SUPERLUMT
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
BLAS_CMAKE_BOOL= BLAS_ENABLE
|
||||
BLAS_USES= blaslapack:openblas fortran
|
||||
BLAS_CMAKE_ON= -DFREEBSD_GCC_DIR:STRING=${LOCALBASE}/lib/gcc${GCC_DEFAULT:S/.//} # assumes that fortran:gcc is used
|
||||
|
||||
EXAMPLES_CMAKE_BOOL= EXAMPLES_ENABLE_C EXAMPLES_ENABLE_CXX EXAMPLES_ENABLE_F77 EXAMPLES_ENABLE_F90
|
||||
EXAMPLES_CMAKE_ON= -DEXAMPLES_INSTALL_PATH=${EXAMPLESDIR}
|
||||
|
||||
HYPRE_CMAKE_BOOL= HYPRE_ENABLE
|
||||
HYPRE_CMAKE_ON= -DHYPRE_INCLUDE_DIR=${LOCALBASE}/include \
|
||||
-DHYPRE_LIBRARY_DIR=${LOCALBASE}/lib \
|
||||
-DMPI_ENABLE:BOOL=ON
|
||||
HYPRE_LIB_DEPENDS= libHYPRE.so:science/hypre
|
||||
|
||||
LAPACK_USES= blaslapack:openblas fortran
|
||||
LAPACK_CMAKE_BOOL= LAPACK_ENABLE
|
||||
LAPACK_CMAKE_ON= -DSUNDIALS_INDEX_TYPE:STRING=int32_t \
|
||||
-DFREEBSD_GCC_DIR:STRING=${LOCALBASE}/lib/gcc${GCC_DEFAULT:S/.//} # assumes that fortran:gcc is used
|
||||
|
||||
MPI_CMAKE_ON= -DMPI_ENABLE:BOOL=ON
|
||||
|
||||
PETSC_CMAKE_BOOL= PETSC_ENABLE
|
||||
PETSC_CMAKE_ON= -DPETSC_INCLUDE_DIR=${LOCALBASE}/include \
|
||||
-DPETSC_LIBRARY_DIR=${LOCALBASE}/lib \
|
||||
-DMPI_ENABLE:BOOL=ON
|
||||
PETSC_LIB_DEPENDS= libpetsc.so:science/PETSc
|
||||
|
||||
SUPERLU_CMAKE_BOOL= SUPERLUMT_ENABLE
|
||||
SUPERLU_CMAKE_ON= -DSUPERLUMT_INCLUDE_DIR=${LOCALBASE}/include/superlu_mt \
|
||||
-DSUPERLUMT_LIBRARY_DIR=${LOCALBASE}/lib \
|
||||
-DSUPERLUMT_THREAD_TYPE=Pthread
|
||||
SUPERLUMT_DEPENDS= libsuperlu_mt_PTHREAD.so:math/superlu_mt
|
||||
|
||||
PORTEXAMPLES= *
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMPI} || ${PORT_OPTIONS:MHYPRE} || ${PORT_OPTIONS:MPETSC}
|
||||
LIB_DEPENDS+= libmpich.so:net/mpich2
|
||||
|
||||
PLIST_FILES= include/nvector/nvector_parallel.h \
|
||||
include/sundials/sundials_mpi_types.h \
|
||||
lib/libsundials_nvecparallel.so \
|
||||
lib/libsundials_nvecparallel.so.${DISTVERSION:R:R} \
|
||||
lib/libsundials_nvecparallel.so.${DISTVERSION}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${RM} ${STAGEDIR}${PREFIX}/LICENSE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
math/sundials/distinfo
Normal file
3
math/sundials/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1514338444
|
||||
SHA256 (sundials-3.1.0.tar.gz) = 18d52f8f329626f77b99b8bf91e05b7d16b49fde2483d3a0ea55496ce4cdd43a
|
||||
SIZE (sundials-3.1.0.tar.gz) = 13033516
|
||||
10
math/sundials/files/patch-config_SundialsBlas.cmake
Normal file
10
math/sundials/files/patch-config_SundialsBlas.cmake
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- config/SundialsBlas.cmake.orig 2017-11-07 23:47:45 UTC
|
||||
+++ config/SundialsBlas.cmake
|
||||
@@ -74,6 +74,7 @@ if(BLAS_LIBRARIES)
|
||||
|
||||
# Attempt to link the "ltest" executable
|
||||
try_compile(LTEST_OK ${BlasTest_DIR} ${BlasTest_DIR}
|
||||
+ LINK_DIRECTORIES ${FREEBSD_GCC_DIR}
|
||||
ltest OUTPUT_VARIABLE MY_OUTPUT)
|
||||
|
||||
# To ensure we do not use stuff from the previous attempts,
|
||||
15
math/sundials/files/patch-config_SundialsFortran.cmake
Normal file
15
math/sundials/files/patch-config_SundialsFortran.cmake
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--- config/SundialsFortran.cmake.orig 2017-11-07 23:47:45 UTC
|
||||
+++ config/SundialsFortran.cmake
|
||||
@@ -51,9 +51,9 @@ if(CMAKE_Fortran_COMPILER)
|
||||
(NOT "${ENV_FCFLAGS}" STREQUAL "") AND
|
||||
("${CMAKE_Fortran_FLAGS}" STREQUAL ""))
|
||||
# check if environment variables are equal
|
||||
- IF (NOT "${ENV_FFLAGS}" STREQUAL "${ENV_FCFLAGS}")
|
||||
- PRINT_ERROR("FFLAGS='${ENV_FFLAGS}' and FCFLAGS='${ENV_FCFLAGS}' are both set but are not equal.")
|
||||
- ENDIF()
|
||||
+ #IF (NOT "${ENV_FFLAGS}" STREQUAL "${ENV_FCFLAGS}")
|
||||
+ # PRINT_ERROR("FFLAGS='${ENV_FFLAGS}' and FCFLAGS='${ENV_FCFLAGS}' are both set but are not equal.")
|
||||
+ #ENDIF()
|
||||
ENDIF()
|
||||
|
||||
# Enable the language for next steps
|
||||
15
math/sundials/files/patch-config_SundialsFortran90.cmake
Normal file
15
math/sundials/files/patch-config_SundialsFortran90.cmake
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
--- config/SundialsFortran90.cmake.orig 2017-11-07 23:47:45 UTC
|
||||
+++ config/SundialsFortran90.cmake
|
||||
@@ -35,9 +35,9 @@ if(CMAKE_Fortran_COMPILER)
|
||||
(NOT "${ENV_FCFLAGS}" STREQUAL "") AND
|
||||
("${CMAKE_Fortran_FLAGS}" STREQUAL ""))
|
||||
# check if environment variables are equal
|
||||
- IF (NOT "${ENV_FFLAGS}" STREQUAL "${ENV_FCFLAGS}")
|
||||
- PRINT_ERROR("FFLAGS='${ENV_FFLAGS}' and FCFLAGS='${ENV_FCFLAGS}' are both set but are not equal.")
|
||||
- ENDIF()
|
||||
+ #IF (NOT "${ENV_FFLAGS}" STREQUAL "${ENV_FCFLAGS}")
|
||||
+ # PRINT_ERROR("FFLAGS='${ENV_FFLAGS}' and FCFLAGS='${ENV_FCFLAGS}' are both set but are not equal.")
|
||||
+ #ENDIF()
|
||||
ENDIF()
|
||||
|
||||
# Enable the language for next steps
|
||||
10
math/sundials/files/patch-config_SundialsLapack.cmake
Normal file
10
math/sundials/files/patch-config_SundialsLapack.cmake
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- config/SundialsLapack.cmake.orig 2017-11-07 23:47:45 UTC
|
||||
+++ config/SundialsLapack.cmake
|
||||
@@ -75,6 +75,7 @@ if(LAPACK_LIBRARIES)
|
||||
|
||||
# Attempt to link the "ltest" executable
|
||||
try_compile(LTEST_OK ${LapackTest_DIR} ${LapackTest_DIR}
|
||||
+ LINK_DIRECTORIES ${FREEBSD_GCC_DIR}
|
||||
ltest OUTPUT_VARIABLE MY_OUTPUT)
|
||||
|
||||
# To ensure we do not use stuff from the previous attempts,
|
||||
22
math/sundials/files/patch-src_arkode_CMakeLists.txt
Normal file
22
math/sundials/files/patch-src_arkode_CMakeLists.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
--- src/arkode/CMakeLists.txt.orig 2017-11-07 23:47:45 UTC
|
||||
+++ src/arkode/CMakeLists.txt
|
||||
@@ -112,6 +112,19 @@ IF(BUILD_SHARED_LIBS)
|
||||
TARGET_LINK_LIBRARIES(sundials_arkode_shared m)
|
||||
ENDIF()
|
||||
|
||||
+
|
||||
+ IF(UNIX)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_arkode_shared m)
|
||||
+ ENDIF()
|
||||
+
|
||||
+ IF(LAPACK_FOUND)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_arkode_shared ${LAPACK_LIBRARIES})
|
||||
+ ENDIF()
|
||||
+
|
||||
+ IF(KLU_FOUND)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_arkode_shared ${KLU_LIBRARIES})
|
||||
+ ENDIF ()
|
||||
+
|
||||
# Set the library name and make sure it is not deleted
|
||||
SET_TARGET_PROPERTIES(sundials_arkode_shared
|
||||
PROPERTIES OUTPUT_NAME sundials_arkode CLEAN_DIRECT_OUTPUT 1)
|
||||
21
math/sundials/files/patch-src_cvode_CMakeLists.txt
Normal file
21
math/sundials/files/patch-src_cvode_CMakeLists.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
--- src/cvode/CMakeLists.txt.orig 2017-11-07 23:47:57 UTC
|
||||
+++ src/cvode/CMakeLists.txt
|
||||
@@ -114,6 +114,18 @@ IF(BUILD_SHARED_LIBS)
|
||||
TARGET_LINK_LIBRARIES(sundials_cvode_shared m)
|
||||
ENDIF()
|
||||
|
||||
+ IF(UNIX)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_cvode_shared m)
|
||||
+ ENDIF()
|
||||
+
|
||||
+ IF(LAPACK_FOUND)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_cvode_shared ${LAPACK_LIBRARIES})
|
||||
+ ENDIF()
|
||||
+
|
||||
+ IF(KLU_FOUND)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_cvode_shared ${KLU_LIBRARIES})
|
||||
+ ENDIF ()
|
||||
+
|
||||
# Set the library name and make sure it is not deleted
|
||||
SET_TARGET_PROPERTIES(sundials_cvode_shared
|
||||
PROPERTIES OUTPUT_NAME sundials_cvode CLEAN_DIRECT_OUTPUT 1)
|
||||
21
math/sundials/files/patch-src_cvodes_CMakeLists.txt
Normal file
21
math/sundials/files/patch-src_cvodes_CMakeLists.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
--- src/cvodes/CMakeLists.txt.orig 2017-11-07 23:48:01 UTC
|
||||
+++ src/cvodes/CMakeLists.txt
|
||||
@@ -116,6 +116,18 @@ IF(BUILD_SHARED_LIBS)
|
||||
TARGET_LINK_LIBRARIES(sundials_cvodes_shared m)
|
||||
ENDIF()
|
||||
|
||||
+ IF(UNIX)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_cvodes_shared m)
|
||||
+ ENDIF()
|
||||
+
|
||||
+ IF(LAPACK_FOUND)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_cvodes_shared ${LAPACK_LIBRARIES})
|
||||
+ ENDIF()
|
||||
+
|
||||
+ IF(KLU_FOUND)
|
||||
+ TARGET_LINK_LIBRARIES(sundials_cvodes_shared ${KLU_LIBRARIES})
|
||||
+ ENDIF()
|
||||
+
|
||||
# Set the library name and make sure it is not deleted
|
||||
SET_TARGET_PROPERTIES(sundials_cvodes_shared
|
||||
PROPERTIES OUTPUT_NAME sundials_cvodes CLEAN_DIRECT_OUTPUT 1)
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue