forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
588 changed files
with
3,084 additions
and
2,596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Created by: Anders Nordby <[email protected]> | ||
|
||
PORTNAME= engrampa | ||
PORTVERSION= 1.24.2 | ||
PORTVERSION= 1.26.0 | ||
CATEGORIES= archivers mate | ||
MASTER_SITES= MATE | ||
DIST_SUBDIR= mate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1623458443 | ||
SHA256 (mate/engrampa-1.24.2.tar.xz) = ee280d288c974732ec7bc2d1c3e18fa563b33a30f3e4cb3e976ebc71be6c4674 | ||
SIZE (mate/engrampa-1.24.2.tar.xz) = 1687432 | ||
TIMESTAMP = 1633995542 | ||
SHA256 (mate/engrampa-1.26.0.tar.xz) = 97cdb2c22c32315a38803d4147dfad9de7309e30ce8f37ac9f600709ad075ee3 | ||
SIZE (mate/engrampa-1.26.0.tar.xz) = 1761596 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1588450874 | ||
SHA256 (Astro-Catalog-4.35.tar.gz) = 7110588444f9f14f5ffc256dd7242ca1a8b2ea6ee9a4f95096cb7028081e0347 | ||
SIZE (Astro-Catalog-4.35.tar.gz) = 266376 | ||
TIMESTAMP = 1634041740 | ||
SHA256 (Astro-Catalog-4.36.tar.gz) = 5f7a710ec3b3ec9f3a4fbfb6e25d232127b8e0e40b99235f8eec8e8fad82065f | ||
SIZE (Astro-Catalog-4.36.tar.gz) = 271375 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- ext/qm-dsp/meson.build.orig 2021-10-13 01:44:29 UTC | ||
+++ ext/qm-dsp/meson.build | ||
@@ -39,9 +39,6 @@ qm_dsp_lib = static_library ( | ||
'-Wall', | ||
'-Wextra', | ||
'-O3', | ||
- '-msse', | ||
- '-msse2', | ||
- '-mfpmath=sse', | ||
'-ftree-vectorize', | ||
'-DUSE_PTHREADS', | ||
], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
PORTNAME= bamutil | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 1.0.14 | ||
CATEGORIES= biology | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Utilities for working with SAM/BAM files | ||
|
||
LICENSE= GPLv3 | ||
LICENSE_FILE= ${WRKSRC}/copyrights/COPYING | ||
|
||
USES= gmake | ||
USE_GITHUB= yes | ||
|
||
GH_ACCOUNT= statgen | ||
GH_PROJECT= bamUtil | ||
|
||
# Build needs access to libStatGen Makefiles, so can't install separately | ||
GH_TUPLE= statgen:libStatGen:v${DISTVERSION}:statgen/libStatGen | ||
|
||
MAKE_ENV= LIB_PATH_GENERAL=${WRKSRC}/libStatGen | ||
MAKE_ENV+= INSTALLDIR=${STAGEDIR}${PREFIX}/bin | ||
|
||
PLIST_FILES= bin/bam | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
TIMESTAMP = 1634051641 | ||
SHA256 (statgen-bamUtil-v1.0.14_GH0.tar.gz) = f5ec8d5e98a3797742106c3413a4ab1622d8787e38b29b3df4cddb59d77efda5 | ||
SIZE (statgen-bamUtil-v1.0.14_GH0.tar.gz) = 1916953 | ||
SHA256 (statgen-libStatGen-v1.0.14_GH0.tar.gz) = 70a504c5cc4838c6ac96cdd010644454615cc907df4e3794c999baf958fa734b | ||
SIZE (statgen-libStatGen-v1.0.14_GH0.tar.gz) = 558924 |
17 changes: 17 additions & 0 deletions
17
biology/bamutil/files/patch-libStatGen_Makefiles_Makefile.lib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- libStatGen/Makefiles/Makefile.lib.orig 2021-10-12 15:28:34 UTC | ||
+++ libStatGen/Makefiles/Makefile.lib | ||
@@ -34,11 +34,11 @@ profile: $(STAT_GEN_LIB_PROFILE) | ||
# To build the library, build the objects | ||
# Then add them to the library | ||
$(STAT_GEN_LIB_OPT): $(OBJECTS_OPT) | ||
- ar -cru $@ $(OBJECTS_OPT) | ||
+ ar -cr $@ $(OBJECTS_OPT) | ||
$(STAT_GEN_LIB_DEBUG): $(OBJECTS_DEBUG) | ||
- ar -cru $@ $(OBJECTS_DEBUG) | ||
+ ar -cr $@ $(OBJECTS_DEBUG) | ||
$(STAT_GEN_LIB_PROFILE): $(OBJECTS_PROFILE) | ||
- ar -cru $@ $(OBJECTS_PROFILE) | ||
+ ar -cr $@ $(OBJECTS_PROFILE) | ||
|
||
UNAME=$(shell uname) | ||
|
13 changes: 13 additions & 0 deletions
13
biology/bamutil/files/patch-libStatGen_Makefiles_Makefile.toolchain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- libStatGen/Makefiles/Makefile.toolchain.orig 2021-10-12 15:09:29 UTC | ||
+++ libStatGen/Makefiles/Makefile.toolchain | ||
@@ -51,8 +51,8 @@ endif | ||
|
||
# CPP0X=-std=c++0x | ||
|
||
-CXX = $(TOOLCHAIN_DIR)$(TOOLCHAIN_PREFIX)g++ $(CPP0X) | ||
-CC = $(TOOLCHAIN_DIR)$(TOOLCHAIN_PREFIX)gcc | ||
+CXX = $(TOOLCHAIN_DIR)$(TOOLCHAIN_PREFIX)c++ $(CPP0X) | ||
+CC = $(TOOLCHAIN_DIR)$(TOOLCHAIN_PREFIX)cc | ||
LD = $(TOOLCHAIN_DIR)$(TOOLCHAIN_PREFIX)ld | ||
AR = $(TOOLCHAIN_DIR)$(TOOLCHAIN_PREFIX)ar | ||
RANLIB = $(TOOLCHAIN_DIR)$(TOOLCHAIN_PREFIX)ranlib |
11 changes: 11 additions & 0 deletions
11
biology/bamutil/files/patch-libStatGen_vcf_VcfRecordGenotype.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- libStatGen/vcf/VcfRecordGenotype.cpp.orig 2021-10-12 15:13:03 UTC | ||
+++ libStatGen/vcf/VcfRecordGenotype.cpp | ||
@@ -176,7 +176,7 @@ bool VcfRecordGenotype::setString(const std::string& k | ||
if(sampleNum >= mySamples.size()) | ||
{ | ||
// Out of range sample index. | ||
- return(NULL); | ||
+ return(false); | ||
} | ||
// Set the field in the sample. | ||
return(mySamples.get(sampleNum).setString(key, value)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Utilities for working on SAM/BAM files from The Center for Statistical | ||
Genetics at the University of Michigan School of Public Health. It | ||
includes numerous functions such as splitting, merging, trimming reads, | ||
filtering, validation, diff, etc. | ||
|
||
WWW: https://github.com/statgen/bamUtil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PORTNAME= biostar-tools | ||
PORTVERSION= 1.7.0 | ||
PORTVERSION= 1.8.0 | ||
CATEGORIES= biology python | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -60,7 +60,8 @@ RUN_DEPENDS= wget>0:ftp/wget \ | |
clustal-omega>0:biology/clustal-omega \ | ||
${PYTHON_PKGNAMEPREFIX}pywgsim>0:biology/py-pywgsim@${PY_FLAVOR} \ | ||
sam2pairwise>0:biology/sam2pairwise \ | ||
kallisto>0:biology/kallisto | ||
kallisto>0:biology/kallisto \ | ||
bamutil>0:biology/bamutil | ||
|
||
USES= metaport python | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
TIMESTAMP = 1632744796 | ||
TIMESTAMP = 1634056949 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
PORTNAME= diamond | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 2.0.11-1 | ||
DISTVERSIONSUFFIX= -g810a3904 | ||
DISTVERSION= 2.0.12 | ||
CATEGORIES= biology | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1625576969 | ||
SHA256 (bbuchfink-diamond-v2.0.11-1-g810a3904_GH0.tar.gz) = 4876be5c8dc0b070ca5208e7833af5d492e0e8928347f8fe63feed9044eec303 | ||
SIZE (bbuchfink-diamond-v2.0.11-1-g810a3904_GH0.tar.gz) = 1473340 | ||
TIMESTAMP = 1634050594 | ||
SHA256 (bbuchfink-diamond-v2.0.12_GH0.tar.gz) = d0468959ea677cc8e90a6fbd9506f3fb1fbd1b415d30bf398ac2524bb5b6f20c | ||
SIZE (bbuchfink-diamond-v2.0.12_GH0.tar.gz) = 1489676 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
|
||
PORTNAME= qtel | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Qtel Echolink client | ||
|
||
LICENSE= GPLv2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ CATEGORIES= comms hamradio | |
MAINTAINER= [email protected] | ||
COMMENT?= General purpose ham radio voice services | ||
|
||
LICENSE= GPLv2 | ||
LICENSE?= GPLv2 | ||
|
||
LIB_DEPENDS?= libgsm.so:audio/gsm \ | ||
libspeex.so:audio/speex \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.