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
261 changed files
with
1,931 additions
and
5,356 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,3 +1,3 @@ | ||
TIMESTAMP = 1475424075 | ||
SHA256 (KDE/frameworks/5.27.0/karchive-5.27.0.tar.xz) = 7f387fa2e0f5360870524d0f2b352179f191d0ed0ea78ec3456964ffab8bebb0 | ||
SIZE (KDE/frameworks/5.27.0/karchive-5.27.0.tar.xz) = 110736 | ||
TIMESTAMP = 1480934869 | ||
SHA256 (KDE/frameworks/5.29.0/karchive-5.29.0.tar.xz) = 9091bba1683eefcae6e27ecce6c7236ac792c173d3efa15f255e5890909c2986 | ||
SIZE (KDE/frameworks/5.29.0/karchive-5.29.0.tar.xz) = 111712 |
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 = 1478078796 | ||
SHA256 (facebook-zstd-v1.1.1_GH0.tar.gz) = a92965a2480fecc6b7bf491106e93cbf69a298b865b6d623755b3a482d77e614 | ||
SIZE (facebook-zstd-v1.1.1_GH0.tar.gz) = 734872 | ||
TIMESTAMP = 1482085591 | ||
SHA256 (facebook-zstd-v1.1.2_GH0.tar.gz) = 980b8febb0118e22f6ed70d23b5b3e600995dbf7489c1f6d6122c1411cdda8d8 | ||
SIZE (facebook-zstd-v1.1.2_GH0.tar.gz) = 769017 |
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,29 +1,29 @@ | ||
--- lib/Makefile.orig 2016-11-01 18:13:22 UTC | ||
+++ lib/Makefile | ||
@@ -90,16 +90,16 @@ libzstd.pc: libzstd.pc.in | ||
@@ -106,16 +106,16 @@ libzstd.pc: libzstd.pc.in | ||
$< >$@ | ||
|
||
install: libzstd libzstd.pc | ||
install: libzstd.a libzstd libzstd.pc | ||
- @install -d -m 755 $(DESTDIR)$(LIBDIR)/pkgconfig/ $(DESTDIR)$(INCLUDEDIR)/ | ||
- @install -m 755 libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR)/libzstd.$(SHARED_EXT_VER) | ||
- @install -m 755 libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR) | ||
- @cp -a libzstd.$(SHARED_EXT_MAJOR) $(DESTDIR)$(LIBDIR) | ||
- @cp -a libzstd.$(SHARED_EXT) $(DESTDIR)$(LIBDIR) | ||
- @cp -a libzstd.pc $(DESTDIR)$(LIBDIR)/pkgconfig/ | ||
- @install -m 644 libzstd.a $(DESTDIR)$(LIBDIR)/libzstd.a | ||
- @install -m 644 zstd.h $(DESTDIR)$(INCLUDEDIR)/zstd.h | ||
- @install -m 644 common/zstd_errors.h $(DESTDIR)$(INCLUDEDIR)/zstd_errors.h | ||
- @install -m 644 common/zbuff.h $(DESTDIR)$(INCLUDEDIR)/zbuff.h # Deprecated streaming functions | ||
- @install -m 644 dictBuilder/zdict.h $(DESTDIR)$(INCLUDEDIR)/zdict.h | ||
- @install -m 644 libzstd.a $(DESTDIR)$(LIBDIR) | ||
- @install -m 644 zstd.h $(DESTDIR)$(INCLUDEDIR) | ||
- @install -m 644 common/zstd_errors.h $(DESTDIR)$(INCLUDEDIR) | ||
- @install -m 644 deprecated/zbuff.h $(DESTDIR)$(INCLUDEDIR) # prototypes generate deprecation warnings | ||
- @install -m 644 dictBuilder/zdict.h $(DESTDIR)$(INCLUDEDIR) | ||
+ @install -d -m 755 $(DESTDIR)$(PREFIX)/libdata/pkgconfig/ $(DESTDIR)$(INCLUDEDIR)/ | ||
+ @$(BSD_INSTALL_LIB) libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR)/libzstd.$(SHARED_EXT_VER) | ||
+ @$(BSD_INSTALL_LIB) libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR) | ||
+ @ln -sf libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR)/libzstd.$(SHARED_EXT_MAJOR) | ||
+ @ln -sf libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR)/libzstd.$(SHARED_EXT) | ||
+ @$(BSD_INSTALL_DATA) libzstd.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/ | ||
+ @$(BSD_INSTALL_LIB) libzstd.a $(DESTDIR)$(LIBDIR)/libzstd.a | ||
+ @$(BSD_INSTALL_DATA) zstd.h $(DESTDIR)$(INCLUDEDIR)/zstd.h | ||
+ @$(BSD_INSTALL_DATA) common/zstd_errors.h $(DESTDIR)$(INCLUDEDIR)/zstd_errors.h | ||
+ @$(BSD_INSTALL_DATA) common/zbuff.h $(DESTDIR)$(INCLUDEDIR)/zbuff.h # Deprecated streaming functions | ||
+ @$(BSD_INSTALL_DATA) dictBuilder/zdict.h $(DESTDIR)$(INCLUDEDIR)/zdict.h | ||
+ @$(BSD_INSTALL_LIB) libzstd.a $(DESTDIR)$(LIBDIR) | ||
+ @$(BSD_INSTALL_DATA) zstd.h $(DESTDIR)$(INCLUDEDIR) | ||
+ @$(BSD_INSTALL_DATA) common/zstd_errors.h $(DESTDIR)$(INCLUDEDIR) | ||
+ @$(BSD_INSTALL_DATA) deprecated/zbuff.h $(DESTDIR)$(INCLUDEDIR) # prototypes generate deprecation warnings | ||
+ @$(BSD_INSTALL_DATA) dictBuilder/zdict.h $(DESTDIR)$(INCLUDEDIR) | ||
@echo zstd static and shared library installed | ||
|
||
uninstall: |
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,6 +1,8 @@ | ||
bin/unzstd | ||
bin/zstd | ||
bin/zstdcat | ||
bin/zstdgrep | ||
bin/zstdless | ||
include/zbuff.h | ||
include/zdict.h | ||
include/zstd.h | ||
|
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,2 +1,3 @@ | ||
SHA256 (gmarcais-Jellyfish-v2.2.4_GH0.tar.gz) = 44b6478aed63b859b8287d72b4f9bfb5d513fed334efbc8a9e5783da12ecb3ec | ||
SIZE (gmarcais-Jellyfish-v2.2.4_GH0.tar.gz) = 658653 | ||
TIMESTAMP = 1482069678 | ||
SHA256 (gmarcais-Jellyfish-v2.2.6_GH0.tar.gz) = 800bc60aaec273dc04296ee7493e714457f2fe88551f76693e5d9f9a679dd35e | ||
SIZE (gmarcais-Jellyfish-v2.2.6_GH0.tar.gz) = 660858 |
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,24 @@ | ||
# Created by: Sunpoet Po-Chuan Hsieh <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= Bio-Coordinate | ||
PORTVERSION= 1.007001 | ||
CATEGORIES= biology perl5 | ||
MASTER_SITES= CPAN | ||
PKGNAMEPREFIX= p5- | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Modules for working with biological coordinates | ||
|
||
LICENSE= ART10 GPLv1 | ||
LICENSE_COMB= dual | ||
LICENSE_FILE= ${WRKSRC}/LICENSE | ||
|
||
BUILD_DEPENDS= p5-BioPerl>=1.007000:biology/p5-BioPerl | ||
RUN_DEPENDS:= ${BUILD_DEPENDS} | ||
|
||
NO_ARCH= yes | ||
USE_PERL5= configure | ||
USES= perl5 | ||
|
||
.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,3 @@ | ||
TIMESTAMP = 1482042798 | ||
SHA256 (Bio-Coordinate-1.007001.tar.gz) = 63c0a652ec60a2a905d71c85c08b96fcfb12fc784cac8a5d029eb9647d45d619 | ||
SIZE (Bio-Coordinate-1.007001.tar.gz) = 44111 |
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,4 @@ | ||
Bio::Coordinate classes are used for working with various biological coordinate | ||
systems. See Bio::Coordinate::Collection and Bio::Collection::Pair for examples. | ||
|
||
WWW: http://search.cpan.org/dist/Bio-Coordinate/ |
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 @@ | ||
%%SITE_PERL%%/Bio/Coordinate.pm | ||
%%SITE_PERL%%/Bio/Coordinate/Chain.pm | ||
%%SITE_PERL%%/Bio/Coordinate/Collection.pm | ||
%%SITE_PERL%%/Bio/Coordinate/ExtrapolatingPair.pm | ||
%%SITE_PERL%%/Bio/Coordinate/GeneMapper.pm | ||
%%SITE_PERL%%/Bio/Coordinate/Graph.pm | ||
%%SITE_PERL%%/Bio/Coordinate/MapperI.pm | ||
%%SITE_PERL%%/Bio/Coordinate/Pair.pm | ||
%%SITE_PERL%%/Bio/Coordinate/Result.pm | ||
%%SITE_PERL%%/Bio/Coordinate/Result/Gap.pm | ||
%%SITE_PERL%%/Bio/Coordinate/Result/Match.pm | ||
%%SITE_PERL%%/Bio/Coordinate/ResultI.pm | ||
%%SITE_PERL%%/Bio/Coordinate/Utils.pm | ||
%%PERL5_MAN3%%/Bio::Coordinate.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::Chain.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::Collection.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::ExtrapolatingPair.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::GeneMapper.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::Graph.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::MapperI.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::Pair.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::Result.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::Result::Gap.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::Result::Match.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::ResultI.3.gz | ||
%%PERL5_MAN3%%/Bio::Coordinate::Utils.3.gz |
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.