forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
86a9b12a51
commit
7ff73c19cf
118 changed files with 720 additions and 481 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Astro-SpaceTrack
|
||||
PORTVERSION= 0.116
|
||||
PORTVERSION= 0.117
|
||||
CATEGORIES= astro perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1535639986
|
||||
SHA256 (Astro-SpaceTrack-0.116.tar.gz) = cb0f5f2521109a2fcbe1df7ae0a48afc5d9fcba272299cfeb9af11545a8b5fe1
|
||||
SIZE (Astro-SpaceTrack-0.116.tar.gz) = 172847
|
||||
TIMESTAMP = 1536789901
|
||||
SHA256 (Astro-SpaceTrack-0.117.tar.gz) = ec3fea8a99243475831ac6bac62c71af0a80e0d3f2653a1b7cf537c0cdfca302
|
||||
SIZE (Astro-SpaceTrack-0.117.tar.gz) = 172941
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgbadger
|
||||
PORTVERSION= 10.0
|
||||
PORTVERSION= 10.1
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= databases
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536567793
|
||||
SHA256 (darold-pgbadger-v10.0_GH0.tar.gz) = 74973f686e3b2d865f344489acc54d2fa5547d252131e87b46bdf624a3969740
|
||||
SIZE (darold-pgbadger-v10.0_GH0.tar.gz) = 775322
|
||||
TIMESTAMP = 1536828062
|
||||
SHA256 (darold-pgbadger-v10.1_GH0.tar.gz) = cf8993bf557504fb935a1da737a4b1f0a36dfcf13525a039faa6ce3eb940e276
|
||||
SIZE (darold-pgbadger-v10.1_GH0.tar.gz) = 1262376
|
||||
|
|
|
|||
|
|
@ -1,18 +1,19 @@
|
|||
--- Makefile.PL.orig 2018-09-10 08:43:15 UTC
|
||||
+++ Makefile.PL
|
||||
@@ -45,12 +45,12 @@ doc/synopsis.pod: Makefile pgbadger
|
||||
--- Makefile.PL.orig 2018-09-13 11:03:46.086169000 +0200
|
||||
+++ Makefile.PL 2018-09-13 11:03:58.018702000 +0200
|
||||
@@ -45,13 +45,13 @@
|
||||
echo "=head1 SYNOPSIS" > $@
|
||||
./pgbadger --help >> $@
|
||||
echo "=head1 DESCRIPTION" >> $@
|
||||
- sed -i 's/ +$$//g' $@
|
||||
+ gsed -i 's/ +$$//g' $@
|
||||
- sed -i.bak 's/ +$$//g' $@
|
||||
+ gsed -i.bak 's/ +$$//g' $@
|
||||
rm $@.bak
|
||||
|
||||
.PHONY: doc/pgBadger.pod
|
||||
doc/pgBadger.pod: doc/synopsis.pod Makefile
|
||||
- sed -i '/^=head1 SYNOPSIS/,/^=head1 DESCRIPTION/d' $@
|
||||
- sed -i '4r $<' $@
|
||||
+ gsed -i '/^=head1 SYNOPSIS/,/^=head1 DESCRIPTION/d' $@
|
||||
+ gsed -i '4r $<' $@
|
||||
- sed -i.bak '/^=head1 SYNOPSIS/,/^=head1 DESCRIPTION/d' $@
|
||||
- sed -i.bak '4r $<' $@
|
||||
+ gsed -i.bak '/^=head1 SYNOPSIS/,/^=head1 DESCRIPTION/d' $@
|
||||
+ gsed -i.bak '4r $<' $@
|
||||
rm $@.bak
|
||||
EOMAKE
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= timescaledb
|
||||
PORTVERSION= 0.11.0
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= kbowling@FreeBSD.org
|
||||
|
|
@ -11,7 +11,7 @@ COMMENT= Time-series database built on PostgreSQL
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= compiler:c11 cmake:outsource pgsql:9.6,10
|
||||
USES= compiler:c11 cmake:outsource pgsql:9.6,10 ssl
|
||||
|
||||
USE_GITHUB= YES
|
||||
GH_ACCOUNT= timescale
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1534295981
|
||||
SHA256 (timescale-timescaledb-0.11.0_GH0.tar.gz) = dc6112be5314068a1b317936ad8bed2f4621a7e490e559cfbe160889d01ea690
|
||||
SIZE (timescale-timescaledb-0.11.0_GH0.tar.gz) = 368759
|
||||
TIMESTAMP = 1536727057
|
||||
SHA256 (timescale-timescaledb-0.12.0_GH0.tar.gz) = 94e0069275cb5e38d27ec96ecbd5d7f41cbeed0da810c4ae76e41a0b9caff07d
|
||||
SIZE (timescale-timescaledb-0.12.0_GH0.tar.gz) = 441839
|
||||
|
|
|
|||
22
databases/timescaledb/files/patch-src_net_conn__plain.c
Normal file
22
databases/timescaledb/files/patch-src_net_conn__plain.c
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
--- src/net/conn_plain.c.orig 2018-09-12 05:10:16 UTC
|
||||
+++ src/net/conn_plain.c
|
||||
@@ -2,6 +2,10 @@
|
||||
#include <postgres.h>
|
||||
#include <pg_config.h>
|
||||
|
||||
+#ifndef WIN32
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
+
|
||||
#include "conn_internal.h"
|
||||
#include "conn_plain.h"
|
||||
|
||||
@@ -25,7 +29,7 @@ plain_connect(Connection *conn, const char *host, cons
|
||||
char strport[6];
|
||||
struct addrinfo *ainfo,
|
||||
hints = {
|
||||
- .ai_family = PF_UNSPEC,
|
||||
+ .ai_family = AF_UNSPEC,
|
||||
.ai_socktype = SOCK_STREAM,
|
||||
};
|
||||
int ret;
|
||||
|
|
@ -3,6 +3,7 @@ lib/postgresql/timescaledb.so
|
|||
share/postgresql/extension/timescaledb--0.1.0--%%PORTVERSION%%.sql
|
||||
share/postgresql/extension/timescaledb--0.10.0--%%PORTVERSION%%.sql
|
||||
share/postgresql/extension/timescaledb--0.10.1--%%PORTVERSION%%.sql
|
||||
share/postgresql/extension/timescaledb--0.11.0--%%PORTVERSION%%.sql
|
||||
share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
|
||||
share/postgresql/extension/timescaledb--0.2.0--%%PORTVERSION%%.sql
|
||||
share/postgresql/extension/timescaledb--0.3.0--%%PORTVERSION%%.sql
|
||||
|
|
|
|||
|
|
@ -4604,6 +4604,7 @@
|
|||
SUBDIR += py-grizzled
|
||||
SUBDIR += py-grouch
|
||||
SUBDIR += py-grpcio
|
||||
SUBDIR += py-grpcio-gcp
|
||||
SUBDIR += py-grpcio-tools
|
||||
SUBDIR += py-gtfslib
|
||||
SUBDIR += py-gyp
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
PORTNAME= Data-Sah-Normalize
|
||||
PORTVERSION= 0.05
|
||||
DISTVERSIONSUFFIX= 0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}0
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Normalize Sah schema
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Devel-Hide
|
||||
PORTVERSION= 0.0009
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.0010
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -11,7 +10,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Forces the unavailability of specified Perl modules (for testing)
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Devel-Hide-0.0009.tar.gz) = 71dec40b9e53cd2dc98301ea4a64e1a95b71aa414f9b0d6d28c56c54f8fa16de
|
||||
SIZE (Devel-Hide-0.0009.tar.gz) = 6972
|
||||
TIMESTAMP = 1536761306
|
||||
SHA256 (Devel-Hide-0.0010.tar.gz) = 756fefa60febf1d8dbc851426bfb084520db45f745d35c8e8623945d6dda5e82
|
||||
SIZE (Devel-Hide-0.0010.tar.gz) = 7225
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= File-NFSLock
|
||||
PORTVERSION= 1.21
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.27
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -16,6 +15,7 @@ LICENSE_COMB= dual
|
|||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (File-NFSLock-1.21.tar.gz) = 3fa65832c4cdb6f1a3bb9d79a5077ec7aee104fa34ab960896b10b057d8594cd
|
||||
SIZE (File-NFSLock-1.21.tar.gz) = 17301
|
||||
TIMESTAMP = 1536761323
|
||||
SHA256 (File-NFSLock-1.27.tar.gz) = 0f41d6cfeaa44987221b38e31fa6862933ccc390bb11037b5828f9b52a1b1042
|
||||
SIZE (File-NFSLock-1.27.tar.gz) = 21518
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Sort-Versions
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.62
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -11,7 +10,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl 5 module for sorting of revision-like numbers
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Sort-Versions-1.5.tar.gz) = 09c2ffa65d504b3a0238c41a97e0138cc2a61609a3719af2738e413f95ea1efa
|
||||
SIZE (Sort-Versions-1.5.tar.gz) = 4482
|
||||
TIMESTAMP = 1536761380
|
||||
SHA256 (Sort-Versions-1.62.tar.gz) = bf5f3307406ebe2581237f025982e8c84f6f6625dd774e457c03f8994efd2eaa
|
||||
SIZE (Sort-Versions-1.62.tar.gz) = 12295
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Storable
|
||||
PORTVERSION= 2.45
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.11
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -11,10 +10,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Persistency for perl data structures
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -i '' -e 's|INSTALLDIRS.*||' ${WRKSRC}/Makefile.PL
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Storable/Storable.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Storable-2.45.tar.gz) = d375dd53df154f060284bc6cb0a3e2807f091f6780c92a6b71e2c5cc0d4b1d56
|
||||
SIZE (Storable-2.45.tar.gz) = 184098
|
||||
TIMESTAMP = 1536761398
|
||||
SHA256 (Storable-3.11.tar.gz) = b2dac116d2f5adaf289e9a8a9bbac35cc2c24a9d2221fea9b6578a33b8ec7d28
|
||||
SIZE (Storable-3.11.tar.gz) = 201627
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
%%SITE_ARCH%%/Storable.pm
|
||||
%%SITE_ARCH%%/Storable/Limit.pm
|
||||
%%SITE_ARCH%%/auto/Storable/Storable.so
|
||||
%%PERL5_MAN3%%/Storable.3.gz
|
||||
%%PERL5_MAN3%%/Storable::Limit.3.gz
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.4+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
|
|
|||
|
|
@ -20,9 +20,10 @@ RUN_DEPENDS= ${PY_ENUM34} \
|
|||
|
||||
PORTSCOUT= limit:^1\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
|||
23
devel/py-grpcio-gcp/Makefile
Normal file
23
devel/py-grpcio-gcp/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= grpcio-gcp
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= gRPC extensions for Google Cloud Platform
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.12.0:devel/py-grpcio@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/py-grpcio-gcp/distinfo
Normal file
3
devel/py-grpcio-gcp/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1536761840
|
||||
SHA256 (grpcio-gcp-0.2.2.tar.gz) = e292605effc7da39b7a8734c719afb12ec4b5362add3528d8afad3aa3aa9057c
|
||||
SIZE (grpcio-gcp-0.2.2.tar.gz) = 13366
|
||||
3
devel/py-grpcio-gcp/pkg-descr
Normal file
3
devel/py-grpcio-gcp/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
It supports Google Cloud Platform (GCP) specific extensions for gRPC.
|
||||
|
||||
WWW: https://github.com/GoogleCloudPlatform/grpc-gcp-python/tree/master/src
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pycharm-ce
|
||||
PORTVERSION= 2018.2.1
|
||||
PORTVERSION= 2018.2.3
|
||||
CATEGORIES= devel java python
|
||||
MASTER_SITES= https://download.jetbrains.com/python/ \
|
||||
http://download.jetbrains.com/python/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1533996173
|
||||
SHA256 (pycharm-community-2018.2.1.tar.gz) = 587c411d18b20832458855008a05a5aebcc4f060ad89ddeadf56810e26e67693
|
||||
SIZE (pycharm-community-2018.2.1.tar.gz) = 260758803
|
||||
TIMESTAMP = 1536775014
|
||||
SHA256 (pycharm-community-2018.2.3.tar.gz) = fc09868135282588d64a4d50c3c0dc140dddc9e9e9b86bc0a7a3f3dfaaf86e2b
|
||||
SIZE (pycharm-community-2018.2.3.tar.gz) = 260802968
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astroid>=2.0.0:devel/py-astroid@${PY_FLAVOR}
|
|||
${PYTHON_PKGNAMEPREFIX}isort>=4.2.5:devel/py-isort@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mccabe>=0:devel/py-mccabe@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.4+ shebangfix
|
||||
USE_PYTHON= distutils py3kplist
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-sdk-core
|
||||
DISTVERSION= 2.11.127
|
||||
DISTVERSION= 2.11.128
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536690332
|
||||
SHA256 (rubygem/aws-sdk-core-2.11.127.gem) = 04e8f2b14649277c28a4e010899369d00752e818f54bc7045308c57f29c8bd45
|
||||
SIZE (rubygem/aws-sdk-core-2.11.127.gem) = 1354752
|
||||
TIMESTAMP = 1536758841
|
||||
SHA256 (rubygem/aws-sdk-core-2.11.128.gem) = 1dc98b27394c1c3989f718820111cc0d8bedb61ba9cf3d15d84af127efc4911e
|
||||
SIZE (rubygem/aws-sdk-core-2.11.128.gem) = 1355264
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-sdk-resources
|
||||
DISTVERSION= 2.11.127
|
||||
DISTVERSION= 2.11.128
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536690344
|
||||
SHA256 (rubygem/aws-sdk-resources-2.11.127.gem) = 641a72cd9cec8e59cf1f0a0fdf86c80ec97d57699fac2dbbfe85b24c00999a45
|
||||
SIZE (rubygem/aws-sdk-resources-2.11.127.gem) = 48640
|
||||
TIMESTAMP = 1536758852
|
||||
SHA256 (rubygem/aws-sdk-resources-2.11.128.gem) = 6415f87404c6f3f5e582d3df4a0dac8353c612a021c92268156f0ada8b1e7c54
|
||||
SIZE (rubygem/aws-sdk-resources-2.11.128.gem) = 48640
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-sdk
|
||||
DISTVERSION= 2.11.127
|
||||
DISTVERSION= 2.11.128
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536690355
|
||||
SHA256 (rubygem/aws-sdk-2.11.127.gem) = cafbb126976d139e9cbbc9a0ce4bdcc006efd32f68acf09069ac0a7f8523a9bb
|
||||
SIZE (rubygem/aws-sdk-2.11.127.gem) = 4608
|
||||
TIMESTAMP = 1536758864
|
||||
SHA256 (rubygem/aws-sdk-2.11.128.gem) = 2ae00a20752d4ebbc6d59deb3858220dd63ba77a91220d3ce3a6a1fd55d94129
|
||||
SIZE (rubygem/aws-sdk-2.11.128.gem) = 4608
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
|
||||
PORTNAME= rpcs3
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.5-866
|
||||
DISTVERSIONSUFFIX= -g3072571a4
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.0.5-872
|
||||
DISTVERSIONSUFFIX= -gcd11ae5d8
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1536598777
|
||||
SHA256 (RPCS3-rpcs3-v0.0.5-866-g3072571a4_GH0.tar.gz) = 42be696a813393378a617381981898a5c1ddf6d2539d526c107fc904625c4e05
|
||||
SIZE (RPCS3-rpcs3-v0.0.5-866-g3072571a4_GH0.tar.gz) = 4976978
|
||||
TIMESTAMP = 1536783473
|
||||
SHA256 (RPCS3-rpcs3-v0.0.5-872-gcd11ae5d8_GH0.tar.gz) = 71cdfd646ca714e9e5812b328dafe43c610183905fddad8e738a453dba097831
|
||||
SIZE (RPCS3-rpcs3-v0.0.5-872-gcd11ae5d8_GH0.tar.gz) = 4979868
|
||||
SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 4f58ba2a51136cc6af0f1d833688b55f78468c4f5429a4bf9b38bb51c9d212b1
|
||||
SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-26-g4c27501_GH0.tar.gz) = 105372
|
||||
SHA256 (RPCS3-llvm-be9f7bfe2068_GH0.tar.gz) = 6fc805799e0853505ce786882e5856d018130fcca37206e7ef5fcef6b72937d3
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ NUGET_DEPENDS= FuzzyLogicLibrary=1.2.0 \
|
|||
Open.NAT=2.1.0 \
|
||||
SharpFont=4.0.1 \
|
||||
SharpZipLib=0.86.0 \
|
||||
StyleCop.MSBuild=4.7.49.0 \
|
||||
StyleCop.MSBuild=4.7.49 \
|
||||
StyleCopPlus.MSBuild=4.7.49.5 \
|
||||
rix0rrr.BeaconLib=1.0.1
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ SHA256 (sharpfont.4.0.1.nupkg) = 48eff311d5fb4fe88612352462317a7e6a73a148c755afc
|
|||
SIZE (sharpfont.4.0.1.nupkg) = 141955
|
||||
SHA256 (sharpziplib.0.86.0.nupkg) = 5906c248bb986d50489192f490f94d2331d04e7d34337bc3c0d64df6d0008207
|
||||
SIZE (sharpziplib.0.86.0.nupkg) = 454026
|
||||
SHA256 (stylecop.msbuild.4.7.49.0.nupkg) = 6680dedaa5d27fb1ead475015de98e476e58fa9a27e4b7ad0f08d5f7d8f6ee66
|
||||
SIZE (stylecop.msbuild.4.7.49.0.nupkg) = 2366995
|
||||
SHA256 (stylecop.msbuild.4.7.49.nupkg) = 6680dedaa5d27fb1ead475015de98e476e58fa9a27e4b7ad0f08d5f7d8f6ee66
|
||||
SIZE (stylecop.msbuild.4.7.49.nupkg) = 2366995
|
||||
SHA256 (stylecopplus.msbuild.4.7.49.5.nupkg) = b98a8ed20c5e82ff5fe6c2a52ecd45bffd4d4ab284611f35a25889c3bba364c3
|
||||
SIZE (stylecopplus.msbuild.4.7.49.5.nupkg) = 124724
|
||||
SHA256 (rix0rrr.beaconlib.1.0.1.nupkg) = e8e126b98ae7676cb0434455aa8a41c17a927c1b40c4cf368f9527af6bc251f2
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
# Vadim Zhukov <zhuk@openbsd.org>
|
||||
|
||||
PORTNAME= intellij
|
||||
PORTVERSION= 2018.2.1
|
||||
PORTVERSION= 2018.2.3
|
||||
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-182.3911.36
|
||||
WRKSRC= ${WRKDIR}/idea-IC-182.4323.46
|
||||
|
||||
.include "common.mk"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1534091076
|
||||
SHA256 (ideaIC-2018.2.1-no-jdk.tar.gz) = 5e26c975f12bdda8b02fd592ab9a725a91306db10e84e515787370f4821a4eb7
|
||||
SIZE (ideaIC-2018.2.1-no-jdk.tar.gz) = 447164621
|
||||
TIMESTAMP = 1536774788
|
||||
SHA256 (ideaIC-2018.2.3-no-jdk.tar.gz) = c1202a019258eeed0932b17142a6e8363930df52d5fe33345d8add4b0f40fb0b
|
||||
SIZE (ideaIC-2018.2.3-no-jdk.tar.gz) = 448379056
|
||||
|
|
|
|||
|
|
@ -9257,6 +9257,11 @@ share/applications/idea.desktop
|
|||
%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/storage_list.xml
|
||||
%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/time_zones_by_country.xml
|
||||
%%IDEA_HOME%%/plugins/android/lib/libwebp.jar
|
||||
%%IDEA_HOME%%/plugins/android/lib/libwebp/linux/libwebp_jni.so
|
||||
%%IDEA_HOME%%/plugins/android/lib/libwebp/linux/libwebp_jni64.so
|
||||
%%IDEA_HOME%%/plugins/android/lib/libwebp/mac/libwebp_jni64.dylib
|
||||
%%IDEA_HOME%%/plugins/android/lib/libwebp/win/webp_jni.dll
|
||||
%%IDEA_HOME%%/plugins/android/lib/libwebp/win/webp_jni64.dll
|
||||
%%IDEA_HOME%%/plugins/android/lib/lint-api-26.1.2.jar
|
||||
%%IDEA_HOME%%/plugins/android/lib/lint-checks-26.1.2.jar
|
||||
%%IDEA_HOME%%/plugins/android/lib/manifest-merger-26.1.2.jar
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Email-Valid
|
||||
PORTVERSION= 1.200
|
||||
PORTVERSION= 1.202
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:RJBS
|
||||
|
|
@ -13,15 +13,16 @@ COMMENT= Check validity of Internet email addresses
|
|||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
COMMON_DEPENDS= p5-Net-DNS>0:dns/p5-Net-DNS \
|
||||
p5-Mail-Tools>0:mail/p5-Mail-Tools \
|
||||
p5-Net-Domain-TLD>0:dns/p5-Net-Domain-TLD
|
||||
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
||||
RUN_DEPENDS= ${COMMON_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Mail-Tools>=0:mail/p5-Mail-Tools \
|
||||
p5-Net-DNS>0:dns/p5-Net-DNS \
|
||||
p5-Net-Domain-TLD>=1.65:dns/p5-Net-Domain-TLD
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1473342690
|
||||
SHA256 (Email-Valid-1.200.tar.gz) = a4f059f72d19709a90ebe28ad54a0895ce692a7ed47070cb0a85680a3e5edb5a
|
||||
SIZE (Email-Valid-1.200.tar.gz) = 33615
|
||||
TIMESTAMP = 1536761436
|
||||
SHA256 (Email-Valid-1.202.tar.gz) = d021089b662a60e6a0c8abdb72bd9c5e46848d248d98a98c1ea2addf1aac13a2
|
||||
SIZE (Email-Valid-1.202.tar.gz) = 33891
|
||||
|
|
|
|||
|
|
@ -2,11 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thunderbird-i18n
|
||||
PORTVERSION= 60.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 60.1.0
|
||||
CATEGORIES= mail news net-im
|
||||
MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
|
||||
MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi
|
||||
MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi
|
||||
PKGNAMEPREFIX=
|
||||
DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/}
|
||||
DIST_SUBDIR= xpi/${DISTNAME}
|
||||
|
|
|
|||
|
|
@ -1,117 +1,117 @@
|
|||
TIMESTAMP = 1533061306
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ar.xpi) = 782066f815ee65cbc6984bd64855c71e7c625f19d456b9153e5ac9361ce2dbac
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ar.xpi) = 627180
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ast.xpi) = 097a7f1632d1e701891423876af06e9b2474584661d618352fc47cc137a90a4b
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ast.xpi) = 560866
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/be.xpi) = 66e701e8d6505c42aed613f78de84e19f08a9b3a99143c6206094756009628b0
|
||||
SIZE (xpi/thunderbird-i18n-60.0/be.xpi) = 659078
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/bg.xpi) = bcf46ba1484d442d821e812d49eafd2f6c2616604e930585234454eda579aff1
|
||||
SIZE (xpi/thunderbird-i18n-60.0/bg.xpi) = 665512
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/br.xpi) = 749b91a82cb4eba11887b89e0a8143e49b4ad05aa7757441eca2ab9552444a52
|
||||
SIZE (xpi/thunderbird-i18n-60.0/br.xpi) = 581592
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ca.xpi) = bb95ded8f696e47c55b9734aa0635c21d645db229fccfdb10282e57f4ace1fe1
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ca.xpi) = 591969
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/cs.xpi) = dc7256dce7b23528c3d6cf02bab89037e65593e142ca4cb8f574afa6884593a4
|
||||
SIZE (xpi/thunderbird-i18n-60.0/cs.xpi) = 611202
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/cy.xpi) = 96551f70f1e026c14fa04f8bd868f5a7e5ad5b6667a6d482f94fa934a5bc40a1
|
||||
SIZE (xpi/thunderbird-i18n-60.0/cy.xpi) = 582232
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/da.xpi) = 0d009a143331305d475cc3cd494f8270dab3aebc66c836296beee0873a66b494
|
||||
SIZE (xpi/thunderbird-i18n-60.0/da.xpi) = 570805
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/de.xpi) = 0e03e79c6eb6a4be604825c86376cabce050a00f84c03264bfac417bc320bdfb
|
||||
SIZE (xpi/thunderbird-i18n-60.0/de.xpi) = 582574
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/dsb.xpi) = a2ee9e48e97e83741454ffdf96bb7cfd31721422ff1f16216e26885292ac0b29
|
||||
SIZE (xpi/thunderbird-i18n-60.0/dsb.xpi) = 613758
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/el.xpi) = 50309bab799d60c95ac43d3383bdae06f7e2a563241743adf130f449bcde3150
|
||||
SIZE (xpi/thunderbird-i18n-60.0/el.xpi) = 691054
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/en-GB.xpi) = b2d7466e287a5c8eb0e49c2dca5497f0fc8763d79c5541abdf8c77f6cbfb3d81
|
||||
SIZE (xpi/thunderbird-i18n-60.0/en-GB.xpi) = 550354
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/en-US.xpi) = 3cc758ced1e4cc317808c52bcf5258accb6be8ef5ebc83812e9fc10791d12a30
|
||||
SIZE (xpi/thunderbird-i18n-60.0/en-US.xpi) = 547036
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/es-AR.xpi) = d2fc146fc036c672c7d12ddfe90d7446e0c18556480a17a966d8ce39951227f8
|
||||
SIZE (xpi/thunderbird-i18n-60.0/es-AR.xpi) = 595048
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/es-ES.xpi) = 98d82eda7a4a3a4e7eb7495e939ad82dc9b53a01866e93ad5f648dd06126fd17
|
||||
SIZE (xpi/thunderbird-i18n-60.0/es-ES.xpi) = 492211
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/et.xpi) = ef18fb04c4fe849d7f5685e15aba69db614f11c32dfeaccae9cab9dbbcce0927
|
||||
SIZE (xpi/thunderbird-i18n-60.0/et.xpi) = 570865
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/eu.xpi) = 5d00497f10b000c8739a25520d02e2612f89d7b7b73b4515f1b956fdfc8a0358
|
||||
SIZE (xpi/thunderbird-i18n-60.0/eu.xpi) = 577579
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/fi.xpi) = 765064373cf2cf2bbe0913eef27353e536af912f38009d0932b20cfd9aa2df04
|
||||
SIZE (xpi/thunderbird-i18n-60.0/fi.xpi) = 575754
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/fr.xpi) = 9765224e7ca9d130abb4c82eee8b9a0aca8f77b4f93d12556aa8e8ed054a3aab
|
||||
SIZE (xpi/thunderbird-i18n-60.0/fr.xpi) = 608466
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/fy-NL.xpi) = 640fddfd90b10e444d2d1c0566c9fe5abf68ed810836663a073e673038a1bfe3
|
||||
SIZE (xpi/thunderbird-i18n-60.0/fy-NL.xpi) = 590033
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ga-IE.xpi) = 8fc908661bd403b7f9e0273339ea1cf73402cb88abe40cf3080fb9fbbaecb896
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ga-IE.xpi) = 603505
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/gd.xpi) = 0e94e72a16dd8cabe1edd2202effc05541488d40fe2dd79cd6933de8b0af9b6f
|
||||
SIZE (xpi/thunderbird-i18n-60.0/gd.xpi) = 599261
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/gl.xpi) = dc4fe160e7ec2c58261636a06e39e40f019de3fae57c977b6a3fd1edad86c64f
|
||||
SIZE (xpi/thunderbird-i18n-60.0/gl.xpi) = 576546
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/he.xpi) = 6d9511733d081383f2651e8ab10d819892960a9657cf56109309db72fbd3e86d
|
||||
SIZE (xpi/thunderbird-i18n-60.0/he.xpi) = 618364
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/hr.xpi) = 03beb1cf7bb9f50cad093b09ad70a2ec64ee0dd4d980ed449ff0d625cdbe5ddf
|
||||
SIZE (xpi/thunderbird-i18n-60.0/hr.xpi) = 583459
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/hsb.xpi) = 7a49eabab067b9b7bd9ff0e646803759149021f2e0e13d37a4a42970563fcafc
|
||||
SIZE (xpi/thunderbird-i18n-60.0/hsb.xpi) = 611322
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/hu.xpi) = 0f51d80b0b15b8ab5e6cca5b84530e6da9f8cf69f3a3026b838f4265ec3893c4
|
||||
SIZE (xpi/thunderbird-i18n-60.0/hu.xpi) = 615345
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/hy-AM.xpi) = e655d59dfac3d1f7930a65e3236e70cdd3577b3506dffa0460d57e26d57c3e61
|
||||
SIZE (xpi/thunderbird-i18n-60.0/hy-AM.xpi) = 649712
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/id.xpi) = 9e5cc84bc4b5a43ec50c15a3ef513fef24d564653a8a7cfd0020bf6bc5be40cd
|
||||
SIZE (xpi/thunderbird-i18n-60.0/id.xpi) = 568860
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/is.xpi) = e81ef7bece622d734f67893472660ad40dc28503011979063623066b58e792d9
|
||||
SIZE (xpi/thunderbird-i18n-60.0/is.xpi) = 579047
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/it.xpi) = 3cb0d809c41ab096058c87a18235b06e031608fdf32d8758970aa490f553019c
|
||||
SIZE (xpi/thunderbird-i18n-60.0/it.xpi) = 477499
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ja.xpi) = d3c55915a6872f81144a57439be7a0625771e17f45b73bddba008d0a6a7032de
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ja.xpi) = 653343
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/kab.xpi) = b91bee1dc1f351f2bca179c10a855a8e035881912dd0327ecae1d6dcb1d5e9eb
|
||||
SIZE (xpi/thunderbird-i18n-60.0/kab.xpi) = 595240
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/kk.xpi) = 7619e1ae13f2df1008b51dd288f038c2618becdf3dae2819aaac685ea2e06d4b
|
||||
SIZE (xpi/thunderbird-i18n-60.0/kk.xpi) = 670450
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ko.xpi) = 804fddde57a4b8db0e2a21ba8931543daaeee81fe27482aa299004352b444d4c
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ko.xpi) = 619729
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/lt.xpi) = 9ed53901d3589f542b06406332a1478b5dd378e34ccbc63195d3dac0040c3a25
|
||||
SIZE (xpi/thunderbird-i18n-60.0/lt.xpi) = 605439
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ms.xpi) = 3a97bf7d754fc6c121c8ec40e2e27c5ad120935d951318107a2ad4706dea9ff2
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ms.xpi) = 574307
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/nb-NO.xpi) = 563e9f8f6b6d471fc19c53ae0f810d239c3fe7e3c337506c420c2989afb1c22d
|
||||
SIZE (xpi/thunderbird-i18n-60.0/nb-NO.xpi) = 578233
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/nl.xpi) = 61ced037011c34544af7c57663b693320ca0a7fb590b40f68c13203bbc6320d5
|
||||
SIZE (xpi/thunderbird-i18n-60.0/nl.xpi) = 583912
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/nn-NO.xpi) = 9e7a0b0c08cc0904e002f23237a0405fb9bb8c1db7f7399d94d2ee372ed72cbc
|
||||
SIZE (xpi/thunderbird-i18n-60.0/nn-NO.xpi) = 577653
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/pl.xpi) = 9cb507d86d019e8023fa6b0b04d28c679f20db8b733407d9fcf92ccb10555f91
|
||||
SIZE (xpi/thunderbird-i18n-60.0/pl.xpi) = 480724
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/pt-BR.xpi) = 50f23a5eddbd2e170cf00903e0cbf6fb0ffa52dc55ea02d2b141d4904ef7a0ba
|
||||
SIZE (xpi/thunderbird-i18n-60.0/pt-BR.xpi) = 585017
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/pt-PT.xpi) = 3021391b383a3809b3a66de3553b0e75cae78f87c4e5303c30b9864bda823e36
|
||||
SIZE (xpi/thunderbird-i18n-60.0/pt-PT.xpi) = 593185
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/rm.xpi) = 7c1a7ddba15a4bf3b89e68dc8ca2dd5fc669899bec76d2570906ded57f184306
|
||||
SIZE (xpi/thunderbird-i18n-60.0/rm.xpi) = 578383
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ro.xpi) = 8ac6a5e21a53507447f5122a19933b5773352046b79b94babfd126dabe90c4dc
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ro.xpi) = 584308
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/ru.xpi) = 24c9ae3ad312785baa4c10e8e2280d80e44a060174f2d99d575c46b7e063e483
|
||||
SIZE (xpi/thunderbird-i18n-60.0/ru.xpi) = 694703
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/si.xpi) = 04a5b6551eefa734e7b7f55627811694b90ea39b313dd812ac748ae12617ce1b
|
||||
SIZE (xpi/thunderbird-i18n-60.0/si.xpi) = 643790
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/sk.xpi) = 11589c026e80d278aea96b1cd9340ecc4297841119135e73d0e5935d378eeab5
|
||||
SIZE (xpi/thunderbird-i18n-60.0/sk.xpi) = 612216
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/sl.xpi) = 43dc11f8340bf8661f31e485c321a005582487b684ddafbf88f9de798a29ed1f
|
||||
SIZE (xpi/thunderbird-i18n-60.0/sl.xpi) = 589945
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/sq.xpi) = 995ab184916ad470f53bef9736225e2c2413d9384c59ddb4cc4cbfff1f4b689c
|
||||
SIZE (xpi/thunderbird-i18n-60.0/sq.xpi) = 593093
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/sr.xpi) = 8a538a47a15f320567e56643c0120abaed3ab0536cdd2ddf9ae70c73809d1f11
|
||||
SIZE (xpi/thunderbird-i18n-60.0/sr.xpi) = 637721
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/sv-SE.xpi) = 5dd538eb760792a6eac74b79cafe29181908b91ad8bfd825398b24cd3fb88783
|
||||
SIZE (xpi/thunderbird-i18n-60.0/sv-SE.xpi) = 594078
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/tr.xpi) = 0dbbe8b2fbf9c1528d3b569cfc84da4344a20b3fce129a333c1792f620d565c8
|
||||
SIZE (xpi/thunderbird-i18n-60.0/tr.xpi) = 598009
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/uk.xpi) = f4f5d92f130e6a7f13bdb02728490bb64720dfd3d48a7757487e4996a8496539
|
||||
SIZE (xpi/thunderbird-i18n-60.0/uk.xpi) = 684154
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/vi.xpi) = cb057b7af5b0ab9f9bb253d9e431b0a11656eb30bd670fce22a1bdf6145bd48b
|
||||
SIZE (xpi/thunderbird-i18n-60.0/vi.xpi) = 638422
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/zh-CN.xpi) = ea07363d1363e44c0c55465a34d8d009fec92aab83ca5ef1259b7dbb6780e29b
|
||||
SIZE (xpi/thunderbird-i18n-60.0/zh-CN.xpi) = 622464
|
||||
SHA256 (xpi/thunderbird-i18n-60.0/zh-TW.xpi) = b15600749266bc94a45d68a814fa1ff99037201cb637d393254b798417c18b55
|
||||
SIZE (xpi/thunderbird-i18n-60.0/zh-TW.xpi) = 626189
|
||||
TIMESTAMP = 1536716545
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ar.xpi) = 50f627e14883a9ad7c83855840c619175cea63ef03b1237cead2729da6a86908
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ar.xpi) = 627179
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ast.xpi) = db429264f08aaa73ff93a3033350236196f0bf78300ebdcf550123fe08185052
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ast.xpi) = 560865
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/be.xpi) = fbe19b49c3355c68d5ffdffc040897ebc5f7c86dfdcd66b7a6d10562b698af12
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/be.xpi) = 659077
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/bg.xpi) = ed3666663dad3165a91f7589c954989c401edb4300834e5d30e75f27bdf4e521
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/bg.xpi) = 665511
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/br.xpi) = 7f9e160b013eabf16fb048d2902bfe8bc0730a79d6e6a0e4dd3b61153639c6cd
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/br.xpi) = 581591
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ca.xpi) = 20c7531d3f5345f144cdf70c291bd180b5875077c62b74e8eb16c03392d14128
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ca.xpi) = 591968
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/cs.xpi) = 30b8d5cbdfa4ac3b42bcf92fee0c25f8b331071aa0bce79e78beff3a06a261a0
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/cs.xpi) = 611199
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/cy.xpi) = 7c2b04979df18c76bbf197c03747a8e710a5ea8a1bd1452b9dc4a25e87ea1848
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/cy.xpi) = 582232
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/da.xpi) = b8a56bca09c619d9b985aacc4d76653512fd76239aa920d4c4d80307a6160f9b
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/da.xpi) = 570805
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/de.xpi) = 81ac640f672d7c4e1f7423449f179fce366f20173edef758ad9e9a07abab17e9
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/de.xpi) = 582573
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/dsb.xpi) = 06eb9865ab1fc9d20f89b0fee2ddee84f0b92ce01e6d26e6ab1aa9eda9d12fe1
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/dsb.xpi) = 613757
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/el.xpi) = ee5308531090601a655428a1e942953dd0e971cd47d4565e9293f4c2a6dbbf31
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/el.xpi) = 691053
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/en-GB.xpi) = 160634a59704234d13f3de93c559c171d41bf31d2afbc8a5cd5c821f71f8cd10
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/en-GB.xpi) = 550354
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/en-US.xpi) = 8110707b5f18d0fae39c4b72e1e3bc874e6e136483a0f5723f8f4626bbe3a6c4
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/en-US.xpi) = 547034
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/es-AR.xpi) = fbc578bfa4d18983d95201f4866234c42b0ece0220b6df141f8d09fa309fcf73
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/es-AR.xpi) = 595046
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/es-ES.xpi) = 39800e439ed7277bde9f79a500655dc4e97151f361dd21c98ae3208dc63a15e1
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/es-ES.xpi) = 492209
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/et.xpi) = c78281795e9fb06b9af4b5f38bd38109fb6b114c372f52604c28a9eb8411a45f
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/et.xpi) = 570866
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/eu.xpi) = 0cb0dbb2b8a2d18176a29f6dc783e81786c2b162526b31cf06bbc4894bb2f7eb
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/eu.xpi) = 577576
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/fi.xpi) = fdb0664ec555ec607a3f84f2e4ea9a94ce923935565160d2b7f7b12d477bff5d
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/fi.xpi) = 575752
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/fr.xpi) = 534f79359c187e2fee9e903bc715f2372bd1c3bbbd610d12746b1c714e2cd2fc
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/fr.xpi) = 608464
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/fy-NL.xpi) = 35afd4518f08187f5706ba5b026836242dfa5a2fb0ae6d62c1d609ffe853c7ef
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/fy-NL.xpi) = 590032
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ga-IE.xpi) = ebf0e4e2b487ea9246e8fe50764be4557a2138b05b1097bd262b8ab746c09111
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ga-IE.xpi) = 603505
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/gd.xpi) = 46dc016d37abee04aa7213095b5a341c1122460d419f03b2f5b20d817ba0dda2
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/gd.xpi) = 599260
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/gl.xpi) = 83d0dc27fe7b3a15a505adcadfd2dd34e2c04019c5dc2d54105549576a7a3904
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/gl.xpi) = 576546
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/he.xpi) = 05f0c9faeaec375b20fc33a061a4c863b70a757ef863d07287118ea91bf7b437
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/he.xpi) = 618364
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/hr.xpi) = 6e6087be80a143ea6662266d2b00834b854e89f59ed9ee3bb955cbc047a2410b
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/hr.xpi) = 583459
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/hsb.xpi) = 47272a717b5760423ee8c0d4a2676c36edb505af679501cfede25bf389be19e7
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/hsb.xpi) = 611321
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/hu.xpi) = 8bc5ae84f7d3029c46d5e65d5cdc5a03b0870cb64f9c85495af5b234daf96197
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/hu.xpi) = 615344
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/hy-AM.xpi) = 9b805ce0eef763603059616e356741c50fe30eecdaaa2232843aa20c630e1cf0
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/hy-AM.xpi) = 649711
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/id.xpi) = e32bd7c9ed59388fb5da1349b4617e98e32c4921f527b4bcc99a89edc12ea8c8
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/id.xpi) = 568859
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/is.xpi) = 05b980d65a7b6dc1d10692ba060786c7e1e9ad9fe980cc6534a665b40516cd44
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/is.xpi) = 579046
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/it.xpi) = 1975d923449e2a91dd27ed09a95a632b4bf33d238e889841a2a2d81fd4a76bf9
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/it.xpi) = 477498
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ja.xpi) = 319b15f75866d6046e99c4d71471ae6e1ce63ade0faa09cc5415acf7c230c76c
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ja.xpi) = 653342
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/kab.xpi) = 65ce8f245dddc1d0ad0927427af77218b37f7fc0ccc8f0c6a45d01fca94bf796
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/kab.xpi) = 595237
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/kk.xpi) = a806c4b5717b910e6f9a85223e4eff2f8ed7064b6e83625d091092f725036ff0
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/kk.xpi) = 670449
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ko.xpi) = 9b58a4396cc9dc3a6b3e80fd2239a07c1a6e80a1be014d81456e545797254f40
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ko.xpi) = 619728
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/lt.xpi) = 614c831937067b79bdf80b5056acbe70d6cc7c2d43eb9cac40738ad6444a0cfc
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/lt.xpi) = 605440
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ms.xpi) = aff11e2e1c9698b6fdb5f638e9f4a9aca93124977fbf8464e335ae0f758bc423
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ms.xpi) = 574306
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/nb-NO.xpi) = 8916b2940494bc87ffff317de572e1a7620521d9dd5f77c8567b18e59aa8e030
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/nb-NO.xpi) = 578232
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/nl.xpi) = 7a91e62c463399e3f3bfc5b38928838d113c589516833606ebbbbf0fd2bf181d
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/nl.xpi) = 583912
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/nn-NO.xpi) = b75b4282769fbcecdc217ad0e0e5ce4795b8a4b4c942226414f71353eb1191b0
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/nn-NO.xpi) = 577652
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/pl.xpi) = 74e709108a966947dc461508f860442895d2b7cb50166189946b9cdbaecbde21
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/pl.xpi) = 480723
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/pt-BR.xpi) = 2d52da60a1fd39aeee47560c7f96a2dec70abd90c2109f5d5c4b0d6b980a0e7a
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/pt-BR.xpi) = 585016
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/pt-PT.xpi) = 5fd7d874640325c4d7d07a37ce21a8ded45990f87d7045b33d7ca86e60d7d726
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/pt-PT.xpi) = 593184
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/rm.xpi) = ff24116ef338ab157f71a5a80ddfb1b23d6198989b0259daf70b9f314297891f
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/rm.xpi) = 578382
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ro.xpi) = e4ce3c4d447cd60f0b39ede94dbd63b77e60ba8394ec9d24892e4d8f7c8c2bc1
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ro.xpi) = 584306
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/ru.xpi) = 4b77434128c45967437dacf0dad6b24ff6da953f2b2d8d5dbf3cb03103e0d0b7
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/ru.xpi) = 694704
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/si.xpi) = 6692f166e27d8a1a255bf02ec9a43df44bcfb322131313c7374ca9c086c8173f
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/si.xpi) = 643790
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/sk.xpi) = 88c99ca7ef08e39b1455dd0aaf0347bbcef75bd81ef71fd0adb06612e2ac287f
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/sk.xpi) = 612214
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/sl.xpi) = fcdecaf98be19c925b29a6e91ce5837b7ee91c1cfcf6e6d5def427cbd5fe69d3
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/sl.xpi) = 589945
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/sq.xpi) = 0d3b2d18107aeb4d0e76c3d35ef904fb6f82e52f12210a7b1f00a4b1b677da71
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/sq.xpi) = 593095
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/sr.xpi) = 4f89725e876a99a9446c0b1ba195bae8b964b8d315c6f8396840b89199d60d67
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/sr.xpi) = 637720
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/sv-SE.xpi) = 1c2622d8c7b64e1288e14ffa0d667f83fa4a7656f25baa3d75010f608e754516
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/sv-SE.xpi) = 594076
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/tr.xpi) = ee969e2e9d96954dba06ba1b4c8b1d30683dfbf6ad318364d200eceef18958b3
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/tr.xpi) = 598008
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/uk.xpi) = 503e0f15e5b062fbb44fe73e7ce777c04f685b218c612f12a3f324100e19dc24
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/uk.xpi) = 684153
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/vi.xpi) = c648008e0ab238268e30af5e7bfbb9ce11c848ecb93b95ac85861718d1577401
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/vi.xpi) = 638421
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/zh-CN.xpi) = 2d43f63fc5f73b799255b819ee64c4f0a3801ec95845329dc8895d267c66d0bd
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/zh-CN.xpi) = 622464
|
||||
SHA256 (xpi/thunderbird-i18n-60.1.0/zh-TW.xpi) = ff594850e9b565bd8cba2b46fd11c78be5e6db6e7e604137ccb2d85db63ebc16
|
||||
SIZE (xpi/thunderbird-i18n-60.1.0/zh-TW.xpi) = 626188
|
||||
|
|
|
|||
|
|
@ -2,11 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= thunderbird
|
||||
DISTVERSION= 60.0
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 60.1.0
|
||||
CATEGORIES= mail news net-im ipv6
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build4/source
|
||||
MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
|
||||
DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= gecko@FreeBSD.org
|
||||
|
|
@ -38,6 +37,8 @@ USE_MOZILLA= -cairo -soundtouch
|
|||
USE_GL= gl
|
||||
USES= tar:xz
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-60.0.1
|
||||
|
||||
MOZ_OPTIONS= --enable-application=comm/mail --enable-official-branding
|
||||
MOZ_MK_OPTIONS= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
|
||||
MOZ_EXPORT= MOZ_THUNDERBIRD=1 MAIL_PKG_SHARED=1
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1533061306
|
||||
SHA256 (thunderbird-60.0.source.tar.xz) = bd7da88dcc03c448a4e975b5a1d3e9bf466ec9151b1059392bcdb50955a22056
|
||||
SIZE (thunderbird-60.0.source.tar.xz) = 282494428
|
||||
TIMESTAMP = 1536716545
|
||||
SHA256 (thunderbird-60.1.0.source.tar.xz) = 4734f5381140d6f905591ac3698fde77fabf6c846e5f097944b25601ee188baf
|
||||
SIZE (thunderbird-60.1.0.source.tar.xz) = 284897004
|
||||
|
|
|
|||
|
|
@ -35,12 +35,12 @@ diff --git toolkit/mozapps/extensions/internal/AddonRepository.jsm toolkit/mozap
|
|||
index f70fd8d7e3bd8..81e8cd7764fdf 100644
|
||||
--- toolkit/mozapps/extensions/internal/AddonRepository.jsm
|
||||
+++ toolkit/mozapps/extensions/internal/AddonRepository.jsm
|
||||
@@ -588,7 +588,7 @@ var AddonRepository = {
|
||||
@@ -602,7 +602,7 @@ var AddonRepository = {
|
||||
addon.version = String(aEntry.current_version.version);
|
||||
if (Array.isArray(aEntry.current_version.files)) {
|
||||
for (let file of aEntry.current_version.files) {
|
||||
- if (file.platform == "all" || file.platform == Services.appinfo.OS.toLowerCase()) {
|
||||
+ if (file.platform == "all" || file.platform == "linux" || file.platform == Services.appinfo.OS.toLowerCase()) {
|
||||
- if (file.platform == "all" || file.platform == PLATFORM) {
|
||||
+ if (file.platform == "all" || file.platform == "linux" || file.platform == PLATFORM) {
|
||||
if (file.url) {
|
||||
addon.sourceURI = NetUtil.newURI(file.url);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ deleted file mode 100644
|
|||
index 808b797d9bee..000000000000
|
||||
--- dom/ipc/ContentPrefs.cpp
|
||||
+++ /dev/null
|
||||
@@ -1,361 +0,0 @@
|
||||
@@ -1,362 +0,0 @@
|
||||
-/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
-/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
||||
-/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
|
@ -354,6 +354,7 @@ index 808b797d9bee..000000000000
|
|||
- "network.dns.disablePrefetch",
|
||||
- "network.dns.disablePrefetchFromHTTPS",
|
||||
- "network.file.disable_unc_paths",
|
||||
- "network.file.path_blacklist",
|
||||
- "network.http.tailing.enabled",
|
||||
- "network.jar.block-remote-files",
|
||||
- "network.loadinfo.skip_type_assertion",
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Geo-Distance-XS
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -14,11 +13,13 @@ COMMENT= Calculate Distances and Closest Locations faster
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Geo-Distance>=0.16:math/p5-Geo-Distance
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Simple>=0.94:devel/p5-Test-Simple
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Geo-Distance>=0.16:math/p5-Geo-Distance
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/Distance/XS/XS.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Geo-Distance-XS-0.11.tar.gz) = dcff4b331e89135959699f63a69b3c89d8dd64f678aae8fbf95fd70cc5f9c968
|
||||
SIZE (Geo-Distance-XS-0.11.tar.gz) = 25760
|
||||
TIMESTAMP = 1536761454
|
||||
SHA256 (Geo-Distance-XS-0.13.tar.gz) = 25199be334213e0ef0f6f3037f09ce49688116e050afd4c223db27de64eba01e
|
||||
SIZE (Geo-Distance-XS-0.13.tar.gz) = 26611
|
||||
|
|
|
|||
|
|
@ -5,9 +5,10 @@ PORTVERSION= 0.3.1
|
|||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= dsp@php.net
|
||||
COMMENT= Collectd exporter for prometheus
|
||||
COMMENT= Collectd exporter for Prometheus
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go gmake
|
||||
USE_GITHUB= yes
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= haproxy
|
||||
DISTVERSION= 1.9-dev1
|
||||
DISTVERSION= 1.9-dev2
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://www.haproxy.org/download/1.9/src/devel/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1534312086
|
||||
SHA256 (haproxy-1.9-dev1.tar.gz) = 13779d62be6f33d4557cd65ff728151f1203259aca437aaf9c043f3b7fd98da6
|
||||
SIZE (haproxy-1.9-dev1.tar.gz) = 2113734
|
||||
TIMESTAMP = 1536828079
|
||||
SHA256 (haproxy-1.9-dev2.tar.gz) = c0a5ecb51ed32419b67d55053ea474c92f0087259a7024c9df6623ce18bc3864
|
||||
SIZE (haproxy-1.9-dev2.tar.gz) = 2138599
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Geo-IPfree
|
||||
PORTVERSION= 1.131650
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.151940
|
||||
CATEGORIES= net perl5 geography
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -16,4 +15,6 @@ LICENSE_COMB= dual
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Geo-IPfree-1.131650.tar.gz) = eaba4049b6e18ac202eb23efaff6481b01c46283a6240c170bf04c5fda6e99f2
|
||||
SIZE (Geo-IPfree-1.131650.tar.gz) = 538352
|
||||
TIMESTAMP = 1536761490
|
||||
SHA256 (Geo-IPfree-1.151940.tar.gz) = ae8d67f4f7e999ee0190ca112045e207ef019fe5eda8b634ef2479f34d8f6251
|
||||
SIZE (Geo-IPfree-1.151940.tar.gz) = 642161
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Perl interface to RabbitMQ
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-RabbitMQ/
|
||||
WWW: https://metacpan.org/release/Net--RabbitMQ
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/network/ssl/qsslcertificate_openssl.cpp.orig 2018-09-12 07:52:51 UTC
|
||||
+++ src/network/ssl/qsslcertificate_openssl.cpp
|
||||
@@ -607,7 +607,7 @@ static QMap<QByteArray, QString> _q_mapFromX509Name(X5
|
||||
unsigned char *data = 0;
|
||||
int size = q_ASN1_STRING_to_UTF8(&data, q_X509_NAME_ENTRY_get_data(e));
|
||||
info.insertMulti(name, QString::fromUtf8((char*)data, size));
|
||||
-#if QT_CONFIG(opensslv11)
|
||||
+#if QT_CONFIG(opensslv11) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
q_CRYPTO_free(data, 0, 0);
|
||||
#else
|
||||
q_CRYPTO_free(data);
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/network/ssl/qssldiffiehellmanparameters_openssl.cpp.orig 2018-09-12 07:50:27 UTC
|
||||
+++ src/network/ssl/qssldiffiehellmanparameters_openssl.cpp
|
||||
@@ -75,7 +75,7 @@ static bool isSafeDH(DH *dh)
|
||||
// Without the test, the IETF parameters would
|
||||
// fail validation. For details, see Diffie-Hellman
|
||||
// Parameter Check (when g = 2, must p mod 24 == 11?).
|
||||
-#if QT_CONFIG(opensslv11)
|
||||
+#if QT_CONFIG(opensslv11) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
// Mark p < 1024 bits as unsafe.
|
||||
if (q_DH_bits(dh) < 1024)
|
||||
return false;
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
--- src/network/ssl/qsslkey_openssl.cpp.orig 2018-09-12 07:54:26 UTC
|
||||
+++ src/network/ssl/qsslkey_openssl.cpp
|
||||
@@ -305,7 +305,7 @@ static QByteArray doCrypt(QSslKeyPrivate::Cipher ciphe
|
||||
QByteArray output;
|
||||
output.resize(data.size() + EVP_MAX_BLOCK_LENGTH);
|
||||
|
||||
-#if QT_CONFIG(opensslv11)
|
||||
+#if QT_CONFIG(opensslv11) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
EVP_CIPHER_CTX *ctx = q_EVP_CIPHER_CTX_new();
|
||||
q_EVP_CIPHER_CTX_reset(ctx);
|
||||
#else
|
||||
@@ -319,7 +319,7 @@ static QByteArray doCrypt(QSslKeyPrivate::Cipher ciphe
|
||||
if (cipher == QSslKeyPrivate::Rc2Cbc)
|
||||
q_EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_SET_RC2_KEY_BITS, 8 * key.size(), NULL);
|
||||
|
||||
-#if QT_CONFIG(opensslv11)
|
||||
+#if QT_CONFIG(opensslv11) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
// EVP_CipherInit in 1.1 resets the context thus making the calls above useless.
|
||||
// We call EVP_CipherInit_ex instead.
|
||||
q_EVP_CipherInit_ex(ctx, nullptr, nullptr,
|
||||
|
|
@ -9,12 +9,3 @@
|
|||
// Choosing Tlsv1_1OrLater or TlsV1_2OrLater on OpenSSL < 1.0.1
|
||||
// will cause an error in QSslContext::fromConfiguration, meaning
|
||||
// we will never get here.
|
||||
@@ -437,7 +437,7 @@ QString QSslSocketPrivate::sslLibraryBuildVersionStrin
|
||||
*/
|
||||
void QSslSocketPrivate::resetDefaultCiphers()
|
||||
{
|
||||
-#if QT_CONFIG(opensslv11)
|
||||
+#if QT_CONFIG(opensslv11) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
SSL_CTX *myCtx = q_SSL_CTX_new(q_TLS_client_method());
|
||||
#else
|
||||
SSL_CTX *myCtx = q_SSL_CTX_new(q_SSLv23_client_method());
|
||||
|
|
|
|||
|
|
@ -1,14 +1,5 @@
|
|||
--- src/network/ssl/qsslsocket_openssl_symbols.cpp.orig 2018-06-15 07:29:31 UTC
|
||||
+++ src/network/ssl/qsslsocket_openssl_symbols.cpp
|
||||
@@ -137,7 +137,7 @@ void qsslSocketCannotResolveSymbolWarning(const char *
|
||||
|
||||
#endif // QT_LINKED_OPENSSL
|
||||
|
||||
-#if QT_CONFIG(opensslv11)
|
||||
+#if QT_CONFIG(opensslv11) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
|
||||
// Below are the functions first introduced in version 1.1:
|
||||
|
||||
@@ -150,6 +150,14 @@ DEFINEFUNC2(int, BN_is_word, BIGNUM *a, a, BN_ULONG w,
|
||||
DEFINEFUNC(int, EVP_CIPHER_CTX_reset, EVP_CIPHER_CTX *c, c, return 0, return)
|
||||
DEFINEFUNC(int, EVP_PKEY_base_id, EVP_PKEY *a, a, return NID_undef, return)
|
||||
|
|
@ -67,8 +58,8 @@
|
|||
// first attempt: the canonical name is libssl.so.<SHLIB_VERSION_NUMBER>
|
||||
- libssl->setFileNameAndVersion(QLatin1String("ssl"), QLatin1String(SHLIB_VERSION_NUMBER));
|
||||
- libcrypto->setFileNameAndVersion(QLatin1String("crypto"), QLatin1String(SHLIB_VERSION_NUMBER));
|
||||
+ libssl->setFileNameAndVersion(QLatin1String("/usr/local/lib/libssl"), QLatin1String(SHLIB_VERSION_NUMBER));
|
||||
+ libcrypto->setFileNameAndVersion(QLatin1String("/usr/local/lib/libcrypto"), QLatin1String(SHLIB_VERSION_NUMBER));
|
||||
+ libssl->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libssl"), QLatin1String(SHLIB_VERSION_NUMBER));
|
||||
+ libcrypto->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libcrypto"), QLatin1String(SHLIB_VERSION_NUMBER));
|
||||
if (libcrypto->load() && libssl->load()) {
|
||||
// libssl.so.<SHLIB_VERSION_NUMBER> and libcrypto.so.<SHLIB_VERSION_NUMBER> found
|
||||
return pair;
|
||||
|
|
@ -78,8 +69,8 @@
|
|||
// iOS does not ship a system libssl.dylib, libcrypto.dylib in the first place.
|
||||
- libssl->setFileNameAndVersion(QLatin1String("ssl"), -1);
|
||||
- libcrypto->setFileNameAndVersion(QLatin1String("crypto"), -1);
|
||||
+ libssl->setFileNameAndVersion(QLatin1String("/usr/local/lib/libssl"), -1);
|
||||
+ libcrypto->setFileNameAndVersion(QLatin1String("/usr/local/lib/libcrypto"), -1);
|
||||
+ libssl->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libssl"), -1);
|
||||
+ libcrypto->setFileNameAndVersion(QLatin1String("%%OPENSSLLIB%%/libcrypto"), -1);
|
||||
if (libcrypto->load() && libssl->load()) {
|
||||
// libssl.so.0 and libcrypto.so.0 found
|
||||
return pair;
|
||||
|
|
@ -179,15 +170,6 @@
|
|||
#endif // OPENSSL_VERSION_NUMBER >= 0x10002000L
|
||||
#endif // OPENSSL_NO_EC
|
||||
|
||||
@@ -1030,7 +1064,7 @@ bool q_resolveOpenSslSymbols()
|
||||
RESOLVEFUNC(EC_GROUP_get_degree)
|
||||
#endif
|
||||
RESOLVEFUNC(BN_num_bits)
|
||||
-#if QT_CONFIG(opensslv11)
|
||||
+#if QT_CONFIG(opensslv11) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
RESOLVEFUNC(BN_is_word)
|
||||
#endif
|
||||
RESOLVEFUNC(BN_mod_word)
|
||||
@@ -1122,7 +1156,7 @@ bool q_resolveOpenSslSymbols()
|
||||
RESOLVEFUNC(SSL_CTX_use_RSAPrivateKey)
|
||||
RESOLVEFUNC(SSL_CTX_use_PrivateKey_file)
|
||||
|
|
|
|||
|
|
@ -1,14 +1,5 @@
|
|||
--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig 2018-06-15 07:29:31 UTC
|
||||
+++ src/network/ssl/qsslsocket_openssl_symbols_p.h
|
||||
@@ -216,7 +216,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
#endif // !defined QT_LINKED_OPENSSL
|
||||
|
||||
-#if QT_CONFIG(opensslv11)
|
||||
+#if QT_CONFIG(opensslv11) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
#include "qsslsocket_openssl11_symbols_p.h"
|
||||
#else
|
||||
#include "qsslsocket_opensslpre11_symbols_p.h"
|
||||
@@ -356,7 +356,7 @@ int q_SSL_CTX_use_PrivateKey(SSL_CTX *a, EVP_PKEY *b);
|
||||
int q_SSL_CTX_use_RSAPrivateKey(SSL_CTX *a, RSA *b);
|
||||
int q_SSL_CTX_use_PrivateKey_file(SSL_CTX *a, const char *b, int c);
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-local
|
||||
PORTVERSION= 0.5.0
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|||
|
||||
RUN_DEPENDS= rubygem-fog-core1>=1.27:devel/rubygem-fog-core1
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1519646229
|
||||
SHA256 (rubygem/fog-local-0.5.0.gem) = 327dc053e95b2dea563cec7f85dbe340682df7efbc57a4cdefad6855baa0c40f
|
||||
SIZE (rubygem/fog-local-0.5.0.gem) = 12800
|
||||
TIMESTAMP = 1536758876
|
||||
SHA256 (rubygem/fog-local-0.6.0.gem) = 417473fe22a839af8f1388218d1843dbd09a5edfc8fcc59a893edb322ca5442d
|
||||
SIZE (rubygem/fog-local-0.6.0.gem) = 13312
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-openstack
|
||||
PORTVERSION= 0.2.1
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536254771
|
||||
SHA256 (rubygem/fog-openstack-0.2.1.gem) = 9f43acaaa7fb7176a534070daffb8c7c8fb2076e158d5659925f28c95c0fec80
|
||||
SIZE (rubygem/fog-openstack-0.2.1.gem) = 227328
|
||||
TIMESTAMP = 1536759094
|
||||
SHA256 (rubygem/fog-openstack-0.2.2.gem) = bb57dd1120d748980f5f845e21f7a88663bfa899a28e150384451f4f37c7e979
|
||||
SIZE (rubygem/fog-openstack-0.2.2.gem) = 227328
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octokit
|
||||
PORTVERSION= 4.11.0
|
||||
PORTVERSION= 4.12.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|||
|
||||
RUN_DEPENDS= rubygem-sawyer>=0.8.0:www/rubygem-sawyer
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1535728749
|
||||
SHA256 (rubygem/octokit-4.11.0.gem) = a949186848e47a86b1d87d867b94699064f846c2e9b60f213cafe26859569693
|
||||
SIZE (rubygem/octokit-4.11.0.gem) = 77312
|
||||
TIMESTAMP = 1536759147
|
||||
SHA256 (rubygem/octokit-4.12.0.gem) = 904a37a3a0240561d583227510dfac346fcfea4f22ef8615ac4dc6a8e92e71d2
|
||||
SIZE (rubygem/octokit-4.12.0.gem) = 77824
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
SUBDIR += dcl
|
||||
SUBDIR += devisor
|
||||
SUBDIR += dft_tools
|
||||
SUBDIR += dftbplus
|
||||
SUBDIR += dkh
|
||||
SUBDIR += dlib-cpp
|
||||
SUBDIR += dlpoly-classic
|
||||
|
|
|
|||
67
science/dftbplus/Makefile
Normal file
67
science/dftbplus/Makefile
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dftbplus
|
||||
DISTVERSION= 18.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Package for performing fast atomistic simulations
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
||||
LIB_DEPENDS= libblas.so:math/blas \
|
||||
liblapack.so:math/lapack \
|
||||
libomp.so:devel/openmp
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= fortran gmake python shebangfix
|
||||
SHEBANG_FILES= tools/dptools/bin/* tools/misc/* utils/srcmanip/* utils/build/* external/fypp/bin/* utils/get_opt_externals \
|
||||
external/fypp/bin/fypp utils/test/testlist_to_fypp test/prog/dftb+/bin/tagdiff
|
||||
SHEBANG_GLOB= *.py
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= dftbplus:mpifx:099ff75:mpifx/external/mpifx/origin \
|
||||
dftbplus:scalapackfx:86cd6e4:scalapackfx/external/scalapackfx/origin \
|
||||
dftbplus:dftd3-lib:00504a9:dftd3/external/dftd3/origin
|
||||
MAKEFILE= makefile
|
||||
|
||||
FFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -llapack -lblas ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgfortran.so -lm ${LOCALBASE}/lib/libomp.so
|
||||
|
||||
MAKE_ARGS= PYTHON=${PYTHON_CMD} FC=${FC} FXX=${FC} LN=${CC} \
|
||||
INSTALLDIR=${STAGEDIR}${PREFIX} FREEBSD_PYDISTUTILS_INSTALLARGS="${PYDISTUTILS_INSTALLARGS} --root=${STAGEDIR}"
|
||||
|
||||
OPTIONS_DEFINE= DFTD3 MPI SOCKETS ARPACK
|
||||
OPTIONS_DEFAULT= DFTD3 MPI SOCKETS
|
||||
|
||||
DFTD3_DESC= Build with libdft3
|
||||
DFTD3_MAKE_ENV= WITH_DFTD3=1
|
||||
DFTD3_MAKE_ENV_OFF= WITH_DFTD3=0
|
||||
|
||||
MPI_MAKE_ENV= WITH_MPI=1
|
||||
MPI_MAKE_ENV_OFF= WITH_MPI=0
|
||||
MPI_LIB_DEPENDS= libmpich.so:net/mpich2 \
|
||||
libscalapack.so:math/scalapack
|
||||
MPI_LDFLAGS= ${LOCALBASE}/lib/libmpich.so
|
||||
|
||||
SOCKETS_DESC= Build with sockets library
|
||||
SOCKETS_MAKE_ENV= WITH_SOCKETS=1
|
||||
SOCKETS_MAKE_ENV_OFF= WITH_SOCKETS=0
|
||||
SOCKETS_BINARY_ALIAS= gcc=${CC}
|
||||
|
||||
ARPACK_DESC= Build with ARPACK for large eigenvalue problems
|
||||
ARPACK_MAKE_ENV= WITH_ARPACK=1
|
||||
ARPACK_MAKE_ENV_OFF= WITH_ARPACK=0
|
||||
ARPACK_LIB_DEPENDS= libarpack.so:math/arpack
|
||||
ARPACK_PREVENTS= MPI # ARPACK is only used in a single-core application
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes # race conditions when some options are ON
|
||||
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/external/scalapackfx/origin/test/psyr_result.dat.orig
|
||||
@cd ${WRKSRC} && ${CP} sys/make.x86_64-linux-gnu make.arch
|
||||
|
||||
post-install:
|
||||
@cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} dftb+ modes waveplot
|
||||
|
||||
.include <bsd.port.mk>
|
||||
9
science/dftbplus/distinfo
Normal file
9
science/dftbplus/distinfo
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
TIMESTAMP = 1536787612
|
||||
SHA256 (dftbplus-dftbplus-18.2_GH0.tar.gz) = 21846f0866cc8ca40d80776d2786c41aac3b05d759e8137c10490b677ab93e6c
|
||||
SIZE (dftbplus-dftbplus-18.2_GH0.tar.gz) = 1053090
|
||||
SHA256 (dftbplus-mpifx-099ff75_GH0.tar.gz) = 444d5f73eb112a9bb8e225e394aa5cd52406c69e652fd39a491fff696f5f8573
|
||||
SIZE (dftbplus-mpifx-099ff75_GH0.tar.gz) = 59513
|
||||
SHA256 (dftbplus-scalapackfx-86cd6e4_GH0.tar.gz) = 81e6330f392d3766199f646877e3fd2fe2bf2be6da26b3163a8fdb6a51ff88f1
|
||||
SIZE (dftbplus-scalapackfx-86cd6e4_GH0.tar.gz) = 71360
|
||||
SHA256 (dftbplus-dftd3-lib-00504a9_GH0.tar.gz) = b6d891320139d7b41029ddaa389eb92878a2f55be065fdc438d199e7e0414cbb
|
||||
SIZE (dftbplus-dftd3-lib-00504a9_GH0.tar.gz) = 575172
|
||||
11
science/dftbplus/files/patch-external_xmlf90_make.dpbuild
Normal file
11
science/dftbplus/files/patch-external_xmlf90_make.dpbuild
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- external/xmlf90/make.dpbuild.orig 2018-09-12 21:14:34 UTC
|
||||
+++ external/xmlf90/make.dpbuild
|
||||
@@ -31,7 +31,7 @@ clean:
|
||||
rm -f *.o _mod_* *.mod
|
||||
|
||||
%.o: %.f90
|
||||
- $(FXX) $(FXXOPT) -o $@ -c $<
|
||||
+ $(FXX) -c $(FXXOPT) -o $@ -c $<
|
||||
|
||||
_mod_%:
|
||||
@[ -f $< ] && touch $@
|
||||
57
science/dftbplus/files/patch-make.arch
Normal file
57
science/dftbplus/files/patch-make.arch
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
--- make.arch.orig 2018-09-12 23:49:19 UTC
|
||||
+++ make.arch
|
||||
@@ -13,17 +13,17 @@ FXX = mpif90
|
||||
CC = gcc
|
||||
|
||||
# Compiler options
|
||||
-FXXOPT = -O2 -funroll-all-loops -fopenmp
|
||||
-CCOPT = -O2 -funroll-all-loops -fall-intrinsics
|
||||
+FXXOPT = $(FFLAGS) -funroll-all-loops -fopenmp
|
||||
+CCOPT = $(CFLAGS) -funroll-all-loops -fall-intrinsics
|
||||
|
||||
# Linker
|
||||
LN = $(FXX)
|
||||
-LNOPT = -fopenmp
|
||||
+LNOPT = $(LDFLAGS) -fopenmp
|
||||
|
||||
# How to link specific libraries
|
||||
|
||||
# ScaLAPACK
|
||||
-SCALAPACKDIR = /usr/lib
|
||||
+SCALAPACKDIR = $(PREFIX)
|
||||
LIB_SCALAPACK = -L$(SCALAPACKDIR) -lscalapack
|
||||
|
||||
# LAPACK/BLAS
|
||||
@@ -49,12 +49,12 @@ FXX = gfortran
|
||||
CC = gcc
|
||||
|
||||
# Compiler options
|
||||
-FXXOPT = -O2 -funroll-all-loops -fopenmp
|
||||
-CCOPT = -O2 -funroll-all-loops -fall-intrinsics
|
||||
+FXXOPT = $(FFLAGS) -funroll-all-loops -fopenmp
|
||||
+CCOPT = $(CFLAGS) -funroll-all-loops -fall-intrinsics
|
||||
|
||||
# Linker
|
||||
LN = $(FXX)
|
||||
-LNOPT = -fopenmp
|
||||
+LNOPT = $(LDFLAGS) -fopenmp
|
||||
|
||||
# How to link specific libraries
|
||||
|
||||
@@ -88,12 +88,12 @@ LIBOPT =
|
||||
# Override options for different DEBUG modes
|
||||
ifeq ($(strip $(DEBUG)),1)
|
||||
OTHERLIBS =
|
||||
- FXXOPT = -fopenmp -g -Wall -std=f2008 -pedantic
|
||||
- CCOPT = -g -Wall -pedantic -fall-intrinsics
|
||||
+ FXXOPT = $(FFLAGS) -fopenmp -g -Wall -std=f2008 -pedantic
|
||||
+ CCOPT = $(CFLAGS) -g -Wall -pedantic -fall-intrinsics
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(DEBUG)),2)
|
||||
OTHERLIBS =
|
||||
- FXXOPT = -fopenmp -g -Wall -std=f2008 -pedantic -fbounds-check
|
||||
- CCOPT = -g -Wall -pedantic -fall-intrinsics -fbounds-check
|
||||
+ FXXOPT = $(FFLAGS) -fopenmp -g -Wall -std=f2008 -pedantic -fbounds-check
|
||||
+ CCOPT = $(CFLAGS) -g -Wall -pedantic -fall-intrinsics -fbounds-check
|
||||
endif
|
||||
42
science/dftbplus/files/patch-make.config
Normal file
42
science/dftbplus/files/patch-make.config
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
--- make.config.orig 2018-08-17 17:13:08 UTC
|
||||
+++ make.config
|
||||
@@ -13,19 +13,19 @@ INSTALLDIR := $(ROOT)/_install
|
||||
################################################################################
|
||||
|
||||
# Whether DFTB+ should support MPI-parallelism
|
||||
-WITH_MPI := 0
|
||||
+WITH_MPI ?= 0
|
||||
|
||||
# Whether the socket library (external control) should be linked.
|
||||
-WITH_SOCKETS := 1
|
||||
+WITH_SOCKETS ?= 1
|
||||
|
||||
# Whether the ARPACK library (needed by TD-DFTB) should be linked with DFTB+
|
||||
# Only affects serial build (MPI-version is built without ARPACK/TD-DFTB).
|
||||
-WITH_ARPACK := 1
|
||||
+WITH_ARPACK ?= 1
|
||||
|
||||
# Whether the DFTD3 library (dispersion) should be linked.
|
||||
# NOTE: Due to license incompatibility, distribution of a DFTB+ binary built
|
||||
# with this component is not permitted. Use it only for your personal research.
|
||||
-WITH_DFTD3 := 0
|
||||
+WITH_DFTD3 ?= 0
|
||||
|
||||
################################################################################
|
||||
# General building/testing options
|
||||
@@ -55,12 +55,12 @@ COMPILE_DFTD3 := 1
|
||||
|
||||
# Set the compile time include and the link time library options for
|
||||
# dftd3-lib. Ignored if WITH_DFTD3 has been disabled or COMPILE_DFTD3 enabled.
|
||||
-DFTD3_INCS := -I/usr/local/include/dftd3-lib
|
||||
-DFTD3_LIBS := -L/usr/local/lib -ldftd3
|
||||
+DFTD3_INCS := -I$(PREFIX)/include/dftd3-lib
|
||||
+DFTD3_LIBS := -L$(PREFIX)/lib -ldftd3
|
||||
|
||||
# Link time library options for linking ARPACK. Ignored if WITH_ARPACK was
|
||||
# disabled.
|
||||
-ARPACK_LIBS := -larpack
|
||||
+ARPACK_LIBS := $(PREFIX)/lib/libarpack.so
|
||||
|
||||
# Whether ARPACK depends on the external LAPACK and BLAS libraries
|
||||
ARPACK_NEEDS_LAPACK := 0
|
||||
16
science/dftbplus/files/patch-makefile
Normal file
16
science/dftbplus/files/patch-makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
--- makefile.orig 2018-08-17 17:13:08 UTC
|
||||
+++ makefile
|
||||
@@ -123,11 +123,11 @@ install_misc_skderivs install_misc_slako
|
||||
ROOT=$(ROOT) BUILDROOT=$(BUILDDIR) install
|
||||
|
||||
|
||||
-PYTHON := python
|
||||
+PYTHON ?= python
|
||||
.PHONY: install_dptools
|
||||
install_dptools:
|
||||
cd $(ROOT)/tools/dptools \
|
||||
- && $(PYTHON) setup.py install --prefix $(INSTALLDIR)
|
||||
+ && $(PYTHON) setup.py install $(FREEBSD_PYDISTUTILS_INSTALLARGS)
|
||||
|
||||
################################################################################
|
||||
# Check targets
|
||||
9
science/dftbplus/pkg-descr
Normal file
9
science/dftbplus/pkg-descr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
DFTB+ is a fast and efficient versatile quantum mechanical simulation software
|
||||
package. Using DFTB+ you can carry out quantum mechanical simulations similar to
|
||||
density functional theory but in an approximate way, typically gaining around
|
||||
two orders of magnitude in speed.
|
||||
|
||||
DFTB+ can be used either as a standalone application or embeded it into other
|
||||
academic or commercial simulation packages as a library.
|
||||
|
||||
WWW: https://www.dftbplus.org/
|
||||
51
science/dftbplus/pkg-plist
Normal file
51
science/dftbplus/pkg-plist
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
bin/dftb+
|
||||
bin/dp_bands
|
||||
bin/dp_dos
|
||||
bin/gen2cif
|
||||
bin/gen2xyz
|
||||
bin/makecube
|
||||
bin/modes
|
||||
bin/repeatgen
|
||||
bin/straingen
|
||||
bin/waveplot
|
||||
bin/xyz2gen
|
||||
%%PYTHON_SITELIBDIR%%/dptools-18.2-py%%PYTHON_VER%%.egg-info
|
||||
%%PYTHON_SITELIBDIR%%/dptools/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/__init__.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/bandout.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/bandout.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/bandout.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/cif.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/cif.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/cif.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/common.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/common.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/common.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/gen.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/gen.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/gen.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/geometry.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/geometry.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/geometry.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/grids.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/grids.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/grids.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/gridsio.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/gridsio.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/gridsio.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/__init__.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/common.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/common.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/common.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/repeatgen.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/repeatgen.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/repeatgen.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/straingen.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/straingen.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/scripts/straingen.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/dptools/xyz.py
|
||||
%%PYTHON_SITELIBDIR%%/dptools/xyz.pyc
|
||||
%%PYTHON_SITELIBDIR%%/dptools/xyz.%%PYTHON_PYOEXTENSION%%
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= qbox
|
||||
DISTVERSIONPREFIX= rel
|
||||
DISTVERSION= 1_66_1
|
||||
DISTVERSION= 1_66_2
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536730995
|
||||
SHA256 (qboxcode-qbox-public-rel1_66_1_GH0.tar.gz) = 44360cd5f0cecda81ac53526c0c7f258e7b6368ece4225153d16c3f54b9c3605
|
||||
SIZE (qboxcode-qbox-public-rel1_66_1_GH0.tar.gz) = 687701
|
||||
TIMESTAMP = 1536816560
|
||||
SHA256 (qboxcode-qbox-public-rel1_66_2_GH0.tar.gz) = eaa3090b90a3ce7db5c15a312686769e30c0a407cb60296026f6fbc7faa52e27
|
||||
SIZE (qboxcode-qbox-public-rel1_66_2_GH0.tar.gz) = 687862
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kbfs
|
||||
PORTVERSION= 2.5.2
|
||||
PORTVERSION= 2.6.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= security
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536362440
|
||||
SHA256 (keybase-kbfs-v2.5.2_GH0.tar.gz) = 0e19c31b95170e4656ec8a867055f5b49e9cbbbcb8597303426db32d43bd9cfd
|
||||
SIZE (keybase-kbfs-v2.5.2_GH0.tar.gz) = 5788848
|
||||
TIMESTAMP = 1536758711
|
||||
SHA256 (keybase-kbfs-v2.6.0_GH0.tar.gz) = acdb89f07d6523bb3112f9105ffd10419ab8a3d08db1cb8d5507cfb8202d85cf
|
||||
SIZE (keybase-kbfs-v2.6.0_GH0.tar.gz) = 5836566
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= keybase
|
||||
PORTVERSION= 2.5.2
|
||||
PORTVERSION= 2.6.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= security
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1536362468
|
||||
SHA256 (keybase-client-v2.5.2_GH0.tar.gz) = 61d536019554fb7a04812529c0060c8948024bd06635fa83d54ece477d90f2bd
|
||||
SIZE (keybase-client-v2.5.2_GH0.tar.gz) = 35005812
|
||||
TIMESTAMP = 1536758738
|
||||
SHA256 (keybase-client-v2.6.0_GH0.tar.gz) = 0c9df09a9a41380d4bca166a9028ebad95195e4408a2d1d93e41b04497d18269
|
||||
SIZE (keybase-client-v2.6.0_GH0.tar.gz) = 34597277
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|||
MAINTAINER= root@cooltrainer.org
|
||||
COMMENT= wxWidgets frontend for abgx360
|
||||
|
||||
LICENSE= NONE
|
||||
|
||||
RUN_DEPENDS= abgx360:sysutils/abgx360 \
|
||||
xterm:x11/xterm
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ sysutils/abgx360. It allows the user to easily select abgx360 options.
|
|||
It can output an abgx360 log to a new xterm window, a text file,
|
||||
or an HTML file.
|
||||
|
||||
WWW: http://abgx360.xecuter.com/
|
||||
WWW: https://abgx360.xecuter.com/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= eksctl
|
||||
PORTVERSION= 0.1.1
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
|
|
@ -24,6 +24,7 @@ PLIST_FILES= bin/${PORTNAME}
|
|||
|
||||
GO_PKGNAME= github.com/weaveworks/${PORTNAME}
|
||||
GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME}
|
||||
GO_BUILDFLAGS= -ldflags="-X main.gitCommit=${PORTVERSION}"
|
||||
GO_BUILDFLAGS= -ldflags="-X main.gitCommit=${PORTVERSION} \
|
||||
-X main.builtAt=$$(date +'%s')"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1535897918
|
||||
SHA256 (weaveworks-eksctl-0.1.1_GH0.tar.gz) = c97c0eb3603076943a0edb2a58eb09a2fa422ce834782f57028faef69549fd67
|
||||
SIZE (weaveworks-eksctl-0.1.1_GH0.tar.gz) = 15258231
|
||||
TIMESTAMP = 1536802590
|
||||
SHA256 (weaveworks-eksctl-0.1.2_GH0.tar.gz) = 6050a1f7b9d4e1d4555816e69d49d6ba6116ffb19013ab3b26a931edc95aae6b
|
||||
SIZE (weaveworks-eksctl-0.1.2_GH0.tar.gz) = 14916768
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Diff
|
||||
PORTVERSION= 1.44
|
||||
PORTVERSION= 1.45
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -13,12 +13,12 @@ COMMENT= Text::Diff - Perform diffs on files and record sets
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
COMMON_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff
|
||||
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
||||
RUN_DEPENDS= ${COMMON_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Algorithm-Diff>=1.1900:devel/p5-Algorithm-Diff
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1489240537
|
||||
SHA256 (Text-Diff-1.44.tar.gz) = 57f7a0bed7d085d34a3ffab3a68140d7b816737c87b831086b4c0945bf483b10
|
||||
SIZE (Text-Diff-1.44.tar.gz) = 29535
|
||||
TIMESTAMP = 1536761507
|
||||
SHA256 (Text-Diff-1.45.tar.gz) = e8baa07b1b3f53e00af3636898bbf73aec9a0ff38f94536ede1dbe96ef086f04
|
||||
SIZE (Text-Diff-1.45.tar.gz) = 29599
|
||||
|
|
|
|||
|
|
@ -5,6 +5,3 @@ than shelling out to a system's diff(1) executable for small files, and
|
|||
generally slower on larger files.
|
||||
|
||||
WWW: https://metacpan.org/release/Text-Diff
|
||||
|
||||
-Anton
|
||||
<tobez@FreeBSD.org>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Format
|
||||
PORTVERSION= 0.58
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.61
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -12,8 +11,11 @@ COMMENT= Various subroutines to format text
|
|||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Text-Format-0.58.tar.gz) = a26fde0832f27c2fb9e520c4377b24d86ea9de233a49ed88ce96165488d06003
|
||||
SIZE (Text-Format-0.58.tar.gz) = 16444
|
||||
TIMESTAMP = 1536761526
|
||||
SHA256 (Text-Format-0.61.tar.gz) = bb8a3b8ff515c85101baf553a769337f944a05cde81f111ae78aff416bf4ae2b
|
||||
SIZE (Text-Format-0.61.tar.gz) = 27814
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
%%PERL5_MAN3%%/Text::Format.3.gz
|
||||
%%SITE_PERL%%/Text/Format.pm
|
||||
%%PERL5_MAN3%%/Text::Format.3.gz
|
||||
|
|
|
|||
|
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Xslate
|
||||
PORTVERSION= 3.3.7
|
||||
PORTVERSION= 3.4.0
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SYOHEX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
|
|
@ -14,15 +13,15 @@ COMMENT= High performance template engine
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Data-MessagePack>=0.38:devel/p5-Data-MessagePack \
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Data-MessagePack>=0.38:devel/p5-Data-MessagePack \
|
||||
p5-Mouse>=0.61:devel/p5-Mouse
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Xslate/Xslate.so
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Text-Xslate-3.3.7.tar.gz) = b4ce86da997408f10401c6006c26ce77cc5da6eb6f6b4488d250bdf89c130d7b
|
||||
SIZE (Text-Xslate-3.3.7.tar.gz) = 227310
|
||||
TIMESTAMP = 1536761546
|
||||
SHA256 (Text-Xslate-3.4.0.tar.gz) = 3b98c99110b51c1048d0b373f20c5147e2ddb1d571ee269ba63d8256ca2693be
|
||||
SIZE (Text-Xslate-3.4.0.tar.gz) = 228885
|
||||
|
|
|
|||
|
|
@ -1,29 +1,3 @@
|
|||
%%PERL5_MAN3%%/Text::Xslate.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Bridge.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Bridge::Star.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Compiler.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::HashWithDefault.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual::Builtin.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual::Cookbook.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual::Debugging.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual::FAQ.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Const.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Method.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Opcode.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::State.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Type::Macro.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Type::Pair.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Type::Raw.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Parser.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Runner.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Symbol.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Syntax::Kolon.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Syntax::Metakolon.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Syntax::TTerse.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Type::Raw.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Util.3.gz
|
||||
bin/xslate
|
||||
%%SITE_ARCH%%/Text/Xslate.pm
|
||||
%%SITE_ARCH%%/Text/Xslate/Bridge.pm
|
||||
|
|
@ -53,3 +27,29 @@ bin/xslate
|
|||
%%SITE_ARCH%%/Text/Xslate/Util.pm
|
||||
%%SITE_ARCH%%/auto/Text/Xslate/Xslate.so
|
||||
%%PERL5_MAN1%%/xslate.1.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Bridge.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Bridge::Star.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Compiler.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::HashWithDefault.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual::Builtin.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual::Cookbook.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual::Debugging.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Manual::FAQ.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Const.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Method.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Opcode.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::State.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Type::Macro.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Type::Pair.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::PP::Type::Raw.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Parser.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Runner.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Symbol.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Syntax::Kolon.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Syntax::Metakolon.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Syntax::TTerse.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Type::Raw.3.gz
|
||||
%%PERL5_MAN3%%/Text::Xslate::Util.3.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= YAML
|
||||
PORTVERSION= 1.24
|
||||
PORTVERSION= 1.26
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -13,7 +13,8 @@ LICENSE= ART10 GPLv1+
|
|||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
TEST_DEPENDS= p5-Test-YAML>=1.05:devel/p5-Test-YAML
|
||||
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||
p5-Test-YAML>=1.05:devel/p5-Test-YAML
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1511748969
|
||||
SHA256 (YAML-1.24.tar.gz) = b58d045a72a5e1ce714f1d42b64ccddbb055a4afac10b74972dba3b6a47dffb6
|
||||
SIZE (YAML-1.24.tar.gz) = 83296
|
||||
TIMESTAMP = 1536761564
|
||||
SHA256 (YAML-1.26.tar.gz) = fa2f99d54c4afbc5af9da6322609d2b697d0200b6bce6fdf644aff4242957fbc
|
||||
SIZE (YAML-1.26.tar.gz) = 86698
|
||||
|
|
|
|||
|
|
@ -8,7 +8,4 @@ modern programming languages, including Perl.
|
|||
For information on the YAML syntax, please refer to the YAML
|
||||
specification.
|
||||
|
||||
|
||||
WWW: https://metacpan.org/release/YAML
|
||||
|
||||
-Anton
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue