*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
7b8d84e3ac
commit
dd77e8b5bc
260 changed files with 1670 additions and 1197 deletions
|
|
@ -18,7 +18,6 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openstreetmap
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
USES= pkgconfig sqlite:3 qmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= forked-daapd
|
||||
PORTVERSION= 24.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= takumiiinn@gmail.com
|
||||
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \
|
|||
libavahi-client.so:net/avahi-app \
|
||||
libavcodec.so:multimedia/ffmpeg \
|
||||
libconfuse.so:devel/libconfuse \
|
||||
libevent.so:devel/libevent2 \
|
||||
libevent.so:devel/libevent \
|
||||
libgcrypt.so:security/libgcrypt \
|
||||
libinotify.so:devel/libinotify \
|
||||
libmxml.so:textproc/mxml \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kid3
|
||||
PORTVERSION= 3.4.4
|
||||
PORTVERSION= 3.4.5
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= SF
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1482483989
|
||||
SHA256 (kid3-3.4.4.tar.gz) = ab1f622e26e5d672eb078f93abdb51f1a2667a748be8a211fcd91d18e0db4de0
|
||||
SIZE (kid3-3.4.4.tar.gz) = 1366457
|
||||
TIMESTAMP = 1487510886
|
||||
SHA256 (kid3-3.4.5.tar.gz) = 0d703b0b8c2538eba1f8f540a87e13a4bf61f715ef9cd1253f18417ebb096404
|
||||
SIZE (kid3-3.4.5.tar.gz) = 1376570
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= suil
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.8.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.drobilla.net/
|
||||
|
||||
|
|
@ -24,9 +24,13 @@ USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
|
|||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS= --no-qt5
|
||||
|
||||
PLIST_SUB= SUILVERSION=${PORTVERSION}
|
||||
|
||||
post-install:
|
||||
@${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/*.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsuil-0.so.0.8.2
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsuil-0.so.${PORTVERSION}
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/suil-0/libsuil_gtk2_in_qt4.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/suil-0/libsuil_qt4_in_gtk2.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/suil-0/libsuil_x11_in_gtk2.so
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1483909687
|
||||
SHA256 (suil-0.8.2.tar.bz2) = 787608c1e5b1f5051137dbf77c671266088583515af152b77b45e9c3a36f6ae8
|
||||
SIZE (suil-0.8.2.tar.bz2) = 141929
|
||||
TIMESTAMP = 1487548037
|
||||
SHA256 (suil-0.8.4.tar.bz2) = 6ef2247eaeaf3b5d7fc7a2728bcbca797d40586111c954bbc9d80805211d51ce
|
||||
SIZE (suil-0.8.4.tar.bz2) = 156375
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
include/suil-0/suil/suil.h
|
||||
lib/libsuil-0.so
|
||||
lib/libsuil-0.so.0
|
||||
lib/libsuil-0.so.0.8.2
|
||||
lib/libsuil-0.so.%%SUILVERSION%%
|
||||
lib/suil-0/libsuil_gtk2_in_qt4.so
|
||||
lib/suil-0/libsuil_qt4_in_gtk2.so
|
||||
lib/suil-0/libsuil_x11_in_gtk2.so
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= libcouchbase
|
||||
DISTVERSION= 2.6.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://packages.couchbase.com/clients/c/
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ COMMENT= Multithreaded noSQL database (client and library)
|
|||
|
||||
LICENSE= APACHE20
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2 \
|
||||
LIB_DEPENDS= libevent.so:devel/libevent \
|
||||
libev.so:devel/libev \
|
||||
libuv.so:devel/libuv
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= libmemcached
|
||||
PORTVERSION= 1.0.18
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ COMMENT= C and C++ client library to the memcached server
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS?= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS?= libevent.so:devel/libevent
|
||||
TEST_DEPENDS= memcached:databases/memcached
|
||||
|
||||
USES= autoreconf execinfo gmake pathfix pkgconfig libtool
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= memcached
|
||||
PORTVERSION= 1.4.34
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.memcached.org/files/ \
|
||||
GENTOO
|
||||
|
|
@ -14,7 +14,7 @@ COMMENT= High-performance distributed memory object cache system
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
CONFLICTS= memcached-1.2*
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= memcacheq
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GENTOO
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ COMMENT= Simple queue service over Memcache
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
USE_CSTD= gnu89
|
||||
CFLAGS+= -I"${BDB_INCLUDE_DIR}"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mysql-proxy
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= MYSQL/MySQL-Proxy
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ COMMENT= Monitor, analyze, or transform the communication of MySQL
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
CONFIGURE_ARGS+= --with-lua=lua-${LUA_VER} --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
PKGNAMESUFFIX= 57-client
|
||||
|
||||
COMMENT= Multithreaded SQL database (client)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME?= mysql
|
||||
PORTVERSION= 5.7.17
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= MYSQL/MySQL-5.7
|
||||
PKGNAMESUFFIX?= 57-server
|
||||
|
|
@ -26,7 +26,7 @@ MY_DBDIR= /var/db/mysql
|
|||
MY_SECDIR= /var/db/mysql_secure
|
||||
MY_TMPDIR= /var/db/mysql_tmpdir
|
||||
|
||||
LIB_DEPENDS+= libevent.so:devel/libevent2 \
|
||||
LIB_DEPENDS+= libevent.so:devel/libevent \
|
||||
liblz4.so:archivers/liblz4
|
||||
|
||||
CMAKE_BUILD_TYPE= Release
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mysql
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
PKGNAMESUFFIX= 80-client
|
||||
|
||||
COMMENT= Multithreaded SQL database (client)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME?= mysql
|
||||
PORTVERSION= 8.0.0
|
||||
DISTVERSIONSUFFIX?= -dmr
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= MYSQL/MySQL-8.0
|
||||
PKGNAMESUFFIX?= 80-server
|
||||
|
|
@ -27,7 +27,7 @@ MY_DBDIR= /var/db/mysql
|
|||
MY_SECDIR= /var/db/mysql_secure
|
||||
MY_TMPDIR= /var/db/mysql_tmpdir
|
||||
|
||||
LIB_DEPENDS+= libevent.so:devel/libevent2 \
|
||||
LIB_DEPENDS+= libevent.so:devel/libevent \
|
||||
liblz4.so:archivers/liblz4
|
||||
|
||||
CMAKE_BUILD_TYPE= Release
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= percona
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
PKGNAMESUFFIX= 57-client
|
||||
|
||||
COMMENT= Multithreaded SQL database (client)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= percona57
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
PKGNAMESUFFIX= -pam-for-mysql
|
||||
|
||||
COMMENT= PAM plugin for MySQL
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME?= percona
|
||||
DISTVERSION= 5.7.16-10
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.7/Percona-Server-${DISTVERSION}/source/tarball/:percona \
|
||||
SF/boost/boost/1.59.0:boost
|
||||
|
|
@ -17,7 +17,7 @@ COMMENT?= Multithreaded SQL database (server)
|
|||
|
||||
LICENSE?= GPLv2+
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2 \
|
||||
LIB_DEPENDS= libevent.so:devel/libevent \
|
||||
liblz4.so:archivers/liblz4
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pgbouncer
|
||||
PORTVERSION= 1.7.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \
|
||||
http://pgbouncer.github.io/downloads/files/${PORTVERSION}/
|
||||
|
|
@ -13,7 +13,7 @@ COMMENT= Lightweight connection pooler for PostgreSQL
|
|||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/gsed:textproc/gsed
|
||||
|
||||
PORTSCOUT= site:https://pgbouncer.github.io/downloads/
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
PORTNAME= sharedance
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.pureftpd.org/pub/sharedance/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Daemon to centralize keys and associated data
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
CONFIGURE_ARGS= --with-largefile
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
|||
|
|
@ -1273,7 +1273,7 @@
|
|||
SUBDIR += libev
|
||||
SUBDIR += libevdev
|
||||
SUBDIR += libevent-hiphop
|
||||
SUBDIR += libevent2
|
||||
SUBDIR += libevent
|
||||
SUBDIR += libevt
|
||||
SUBDIR += libevtx
|
||||
SUBDIR += libewf
|
||||
|
|
@ -5372,6 +5372,7 @@
|
|||
SUBDIR += rubygem-powerpack
|
||||
SUBDIR += rubygem-pqueue
|
||||
SUBDIR += rubygem-progressbar
|
||||
SUBDIR += rubygem-progressbar09
|
||||
SUBDIR += rubygem-protected_attributes
|
||||
SUBDIR += rubygem-pry
|
||||
SUBDIR += rubygem-pry-rails
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aws-sdk-cpp
|
||||
PORTVERSION= 1.0.59
|
||||
PORTVERSION= 1.0.71
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1485639617
|
||||
SHA256 (aws-aws-sdk-cpp-1.0.59_GH0.tar.gz) = 0b2ade00d84dccfcfd60771e905755c192461c1af38aff6f6f63929bbc8c3378
|
||||
SIZE (aws-aws-sdk-cpp-1.0.59_GH0.tar.gz) = 9474696
|
||||
TIMESTAMP = 1487506913
|
||||
SHA256 (aws-aws-sdk-cpp-1.0.71_GH0.tar.gz) = 92d63b83d979689cd81681ecdff7608dc4b0ff35c2f8fe50ffcf41c3738702f9
|
||||
SIZE (aws-aws-sdk-cpp-1.0.71_GH0.tar.gz) = 9693249
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- ./aws-cpp-sdk-core/source/external/json-cpp/jsoncpp.cpp.orig 2017-01-03 09:13:57.776272000 +0000
|
||||
+++ ./aws-cpp-sdk-core/source/external/json-cpp/jsoncpp.cpp 2017-01-03 09:14:40.064338000 +0000
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
|
||||
#include <aws/core/external/json-cpp/json.h>
|
||||
-
|
||||
+#include <cmath>
|
||||
|
||||
// //////////////////////////////////////////////////////////////////////
|
||||
// Beginning of content of file: src/lib_json/json_tool.h
|
||||
|
|
@ -14,6 +14,7 @@ include/aws/acm/model/CertificateType.h
|
|||
include/aws/acm/model/DeleteCertificateRequest.h
|
||||
include/aws/acm/model/DescribeCertificateRequest.h
|
||||
include/aws/acm/model/DescribeCertificateResult.h
|
||||
include/aws/acm/model/DomainStatus.h
|
||||
include/aws/acm/model/DomainValidation.h
|
||||
include/aws/acm/model/DomainValidationOption.h
|
||||
include/aws/acm/model/FailureReason.h
|
||||
|
|
@ -27,6 +28,8 @@ include/aws/acm/model/ListCertificatesResult.h
|
|||
include/aws/acm/model/ListTagsForCertificateRequest.h
|
||||
include/aws/acm/model/ListTagsForCertificateResult.h
|
||||
include/aws/acm/model/RemoveTagsFromCertificateRequest.h
|
||||
include/aws/acm/model/RenewalStatus.h
|
||||
include/aws/acm/model/RenewalSummary.h
|
||||
include/aws/acm/model/RequestCertificateRequest.h
|
||||
include/aws/acm/model/RequestCertificateResult.h
|
||||
include/aws/acm/model/ResendValidationEmailRequest.h
|
||||
|
|
@ -470,6 +473,69 @@ include/aws/autoscaling/model/TagDescription.h
|
|||
include/aws/autoscaling/model/TerminateInstanceInAutoScalingGroupRequest.h
|
||||
include/aws/autoscaling/model/TerminateInstanceInAutoScalingGroupResult.h
|
||||
include/aws/autoscaling/model/UpdateAutoScalingGroupRequest.h
|
||||
include/aws/batch/BatchClient.h
|
||||
include/aws/batch/BatchEndpoint.h
|
||||
include/aws/batch/BatchErrorMarshaller.h
|
||||
include/aws/batch/BatchErrors.h
|
||||
include/aws/batch/BatchRequest.h
|
||||
include/aws/batch/Batch_EXPORTS.h
|
||||
include/aws/batch/model/CEState.h
|
||||
include/aws/batch/model/CEStatus.h
|
||||
include/aws/batch/model/CEType.h
|
||||
include/aws/batch/model/CRType.h
|
||||
include/aws/batch/model/CancelJobRequest.h
|
||||
include/aws/batch/model/CancelJobResult.h
|
||||
include/aws/batch/model/ComputeEnvironmentDetail.h
|
||||
include/aws/batch/model/ComputeEnvironmentOrder.h
|
||||
include/aws/batch/model/ComputeResource.h
|
||||
include/aws/batch/model/ComputeResourceUpdate.h
|
||||
include/aws/batch/model/ContainerDetail.h
|
||||
include/aws/batch/model/ContainerOverrides.h
|
||||
include/aws/batch/model/ContainerProperties.h
|
||||
include/aws/batch/model/CreateComputeEnvironmentRequest.h
|
||||
include/aws/batch/model/CreateComputeEnvironmentResult.h
|
||||
include/aws/batch/model/CreateJobQueueRequest.h
|
||||
include/aws/batch/model/CreateJobQueueResult.h
|
||||
include/aws/batch/model/DeleteComputeEnvironmentRequest.h
|
||||
include/aws/batch/model/DeleteComputeEnvironmentResult.h
|
||||
include/aws/batch/model/DeleteJobQueueRequest.h
|
||||
include/aws/batch/model/DeleteJobQueueResult.h
|
||||
include/aws/batch/model/DeregisterJobDefinitionRequest.h
|
||||
include/aws/batch/model/DeregisterJobDefinitionResult.h
|
||||
include/aws/batch/model/DescribeComputeEnvironmentsRequest.h
|
||||
include/aws/batch/model/DescribeComputeEnvironmentsResult.h
|
||||
include/aws/batch/model/DescribeJobDefinitionsRequest.h
|
||||
include/aws/batch/model/DescribeJobDefinitionsResult.h
|
||||
include/aws/batch/model/DescribeJobQueuesRequest.h
|
||||
include/aws/batch/model/DescribeJobQueuesResult.h
|
||||
include/aws/batch/model/DescribeJobsRequest.h
|
||||
include/aws/batch/model/DescribeJobsResult.h
|
||||
include/aws/batch/model/Host.h
|
||||
include/aws/batch/model/JQState.h
|
||||
include/aws/batch/model/JQStatus.h
|
||||
include/aws/batch/model/JobDefinition.h
|
||||
include/aws/batch/model/JobDefinitionType.h
|
||||
include/aws/batch/model/JobDependency.h
|
||||
include/aws/batch/model/JobDetail.h
|
||||
include/aws/batch/model/JobQueueDetail.h
|
||||
include/aws/batch/model/JobStatus.h
|
||||
include/aws/batch/model/JobSummary.h
|
||||
include/aws/batch/model/KeyValuePair.h
|
||||
include/aws/batch/model/ListJobsRequest.h
|
||||
include/aws/batch/model/ListJobsResult.h
|
||||
include/aws/batch/model/MountPoint.h
|
||||
include/aws/batch/model/RegisterJobDefinitionRequest.h
|
||||
include/aws/batch/model/RegisterJobDefinitionResult.h
|
||||
include/aws/batch/model/SubmitJobRequest.h
|
||||
include/aws/batch/model/SubmitJobResult.h
|
||||
include/aws/batch/model/TerminateJobRequest.h
|
||||
include/aws/batch/model/TerminateJobResult.h
|
||||
include/aws/batch/model/Ulimit.h
|
||||
include/aws/batch/model/UpdateComputeEnvironmentRequest.h
|
||||
include/aws/batch/model/UpdateComputeEnvironmentResult.h
|
||||
include/aws/batch/model/UpdateJobQueueRequest.h
|
||||
include/aws/batch/model/UpdateJobQueueResult.h
|
||||
include/aws/batch/model/Volume.h
|
||||
include/aws/budgets/BudgetsClient.h
|
||||
include/aws/budgets/BudgetsEndpoint.h
|
||||
include/aws/budgets/BudgetsErrorMarshaller.h
|
||||
|
|
@ -515,6 +581,162 @@ include/aws/budgets/model/UpdateNotificationRequest.h
|
|||
include/aws/budgets/model/UpdateNotificationResult.h
|
||||
include/aws/budgets/model/UpdateSubscriberRequest.h
|
||||
include/aws/budgets/model/UpdateSubscriberResult.h
|
||||
include/aws/clouddirectory/CloudDirectoryClient.h
|
||||
include/aws/clouddirectory/CloudDirectoryEndpoint.h
|
||||
include/aws/clouddirectory/CloudDirectoryErrorMarshaller.h
|
||||
include/aws/clouddirectory/CloudDirectoryErrors.h
|
||||
include/aws/clouddirectory/CloudDirectoryRequest.h
|
||||
include/aws/clouddirectory/CloudDirectory_EXPORTS.h
|
||||
include/aws/clouddirectory/model/AddFacetToObjectRequest.h
|
||||
include/aws/clouddirectory/model/AddFacetToObjectResult.h
|
||||
include/aws/clouddirectory/model/ApplySchemaRequest.h
|
||||
include/aws/clouddirectory/model/ApplySchemaResult.h
|
||||
include/aws/clouddirectory/model/AttachObjectRequest.h
|
||||
include/aws/clouddirectory/model/AttachObjectResult.h
|
||||
include/aws/clouddirectory/model/AttachPolicyRequest.h
|
||||
include/aws/clouddirectory/model/AttachPolicyResult.h
|
||||
include/aws/clouddirectory/model/AttachToIndexRequest.h
|
||||
include/aws/clouddirectory/model/AttachToIndexResult.h
|
||||
include/aws/clouddirectory/model/AttributeKey.h
|
||||
include/aws/clouddirectory/model/AttributeKeyAndValue.h
|
||||
include/aws/clouddirectory/model/BatchAddFacetToObject.h
|
||||
include/aws/clouddirectory/model/BatchAddFacetToObjectResponse.h
|
||||
include/aws/clouddirectory/model/BatchAttachObject.h
|
||||
include/aws/clouddirectory/model/BatchAttachObjectResponse.h
|
||||
include/aws/clouddirectory/model/BatchCreateObject.h
|
||||
include/aws/clouddirectory/model/BatchCreateObjectResponse.h
|
||||
include/aws/clouddirectory/model/BatchDeleteObject.h
|
||||
include/aws/clouddirectory/model/BatchDeleteObjectResponse.h
|
||||
include/aws/clouddirectory/model/BatchDetachObject.h
|
||||
include/aws/clouddirectory/model/BatchDetachObjectResponse.h
|
||||
include/aws/clouddirectory/model/BatchListObjectAttributes.h
|
||||
include/aws/clouddirectory/model/BatchListObjectAttributesResponse.h
|
||||
include/aws/clouddirectory/model/BatchListObjectChildren.h
|
||||
include/aws/clouddirectory/model/BatchListObjectChildrenResponse.h
|
||||
include/aws/clouddirectory/model/BatchReadException.h
|
||||
include/aws/clouddirectory/model/BatchReadExceptionType.h
|
||||
include/aws/clouddirectory/model/BatchReadOperation.h
|
||||
include/aws/clouddirectory/model/BatchReadOperationResponse.h
|
||||
include/aws/clouddirectory/model/BatchReadRequest.h
|
||||
include/aws/clouddirectory/model/BatchReadResult.h
|
||||
include/aws/clouddirectory/model/BatchReadSuccessfulResponse.h
|
||||
include/aws/clouddirectory/model/BatchRemoveFacetFromObject.h
|
||||
include/aws/clouddirectory/model/BatchRemoveFacetFromObjectResponse.h
|
||||
include/aws/clouddirectory/model/BatchUpdateObjectAttributes.h
|
||||
include/aws/clouddirectory/model/BatchUpdateObjectAttributesResponse.h
|
||||
include/aws/clouddirectory/model/BatchWriteExceptionType.h
|
||||
include/aws/clouddirectory/model/BatchWriteOperation.h
|
||||
include/aws/clouddirectory/model/BatchWriteOperationResponse.h
|
||||
include/aws/clouddirectory/model/BatchWriteRequest.h
|
||||
include/aws/clouddirectory/model/BatchWriteResult.h
|
||||
include/aws/clouddirectory/model/ConsistencyLevel.h
|
||||
include/aws/clouddirectory/model/CreateDirectoryRequest.h
|
||||
include/aws/clouddirectory/model/CreateDirectoryResult.h
|
||||
include/aws/clouddirectory/model/CreateFacetRequest.h
|
||||
include/aws/clouddirectory/model/CreateFacetResult.h
|
||||
include/aws/clouddirectory/model/CreateIndexRequest.h
|
||||
include/aws/clouddirectory/model/CreateIndexResult.h
|
||||
include/aws/clouddirectory/model/CreateObjectRequest.h
|
||||
include/aws/clouddirectory/model/CreateObjectResult.h
|
||||
include/aws/clouddirectory/model/CreateSchemaRequest.h
|
||||
include/aws/clouddirectory/model/CreateSchemaResult.h
|
||||
include/aws/clouddirectory/model/DeleteDirectoryRequest.h
|
||||
include/aws/clouddirectory/model/DeleteDirectoryResult.h
|
||||
include/aws/clouddirectory/model/DeleteFacetRequest.h
|
||||
include/aws/clouddirectory/model/DeleteFacetResult.h
|
||||
include/aws/clouddirectory/model/DeleteObjectRequest.h
|
||||
include/aws/clouddirectory/model/DeleteObjectResult.h
|
||||
include/aws/clouddirectory/model/DeleteSchemaRequest.h
|
||||
include/aws/clouddirectory/model/DeleteSchemaResult.h
|
||||
include/aws/clouddirectory/model/DetachFromIndexRequest.h
|
||||
include/aws/clouddirectory/model/DetachFromIndexResult.h
|
||||
include/aws/clouddirectory/model/DetachObjectRequest.h
|
||||
include/aws/clouddirectory/model/DetachObjectResult.h
|
||||
include/aws/clouddirectory/model/DetachPolicyRequest.h
|
||||
include/aws/clouddirectory/model/DetachPolicyResult.h
|
||||
include/aws/clouddirectory/model/Directory.h
|
||||
include/aws/clouddirectory/model/DirectoryState.h
|
||||
include/aws/clouddirectory/model/DisableDirectoryRequest.h
|
||||
include/aws/clouddirectory/model/DisableDirectoryResult.h
|
||||
include/aws/clouddirectory/model/EnableDirectoryRequest.h
|
||||
include/aws/clouddirectory/model/EnableDirectoryResult.h
|
||||
include/aws/clouddirectory/model/Facet.h
|
||||
include/aws/clouddirectory/model/FacetAttribute.h
|
||||
include/aws/clouddirectory/model/FacetAttributeDefinition.h
|
||||
include/aws/clouddirectory/model/FacetAttributeReference.h
|
||||
include/aws/clouddirectory/model/FacetAttributeType.h
|
||||
include/aws/clouddirectory/model/FacetAttributeUpdate.h
|
||||
include/aws/clouddirectory/model/GetDirectoryRequest.h
|
||||
include/aws/clouddirectory/model/GetDirectoryResult.h
|
||||
include/aws/clouddirectory/model/GetFacetRequest.h
|
||||
include/aws/clouddirectory/model/GetFacetResult.h
|
||||
include/aws/clouddirectory/model/GetObjectInformationRequest.h
|
||||
include/aws/clouddirectory/model/GetObjectInformationResult.h
|
||||
include/aws/clouddirectory/model/GetSchemaAsJsonRequest.h
|
||||
include/aws/clouddirectory/model/GetSchemaAsJsonResult.h
|
||||
include/aws/clouddirectory/model/IndexAttachment.h
|
||||
include/aws/clouddirectory/model/ListAppliedSchemaArnsRequest.h
|
||||
include/aws/clouddirectory/model/ListAppliedSchemaArnsResult.h
|
||||
include/aws/clouddirectory/model/ListAttachedIndicesRequest.h
|
||||
include/aws/clouddirectory/model/ListAttachedIndicesResult.h
|
||||
include/aws/clouddirectory/model/ListDevelopmentSchemaArnsRequest.h
|
||||
include/aws/clouddirectory/model/ListDevelopmentSchemaArnsResult.h
|
||||
include/aws/clouddirectory/model/ListDirectoriesRequest.h
|
||||
include/aws/clouddirectory/model/ListDirectoriesResult.h
|
||||
include/aws/clouddirectory/model/ListFacetAttributesRequest.h
|
||||
include/aws/clouddirectory/model/ListFacetAttributesResult.h
|
||||
include/aws/clouddirectory/model/ListFacetNamesRequest.h
|
||||
include/aws/clouddirectory/model/ListFacetNamesResult.h
|
||||
include/aws/clouddirectory/model/ListIndexRequest.h
|
||||
include/aws/clouddirectory/model/ListIndexResult.h
|
||||
include/aws/clouddirectory/model/ListObjectAttributesRequest.h
|
||||
include/aws/clouddirectory/model/ListObjectAttributesResult.h
|
||||
include/aws/clouddirectory/model/ListObjectChildrenRequest.h
|
||||
include/aws/clouddirectory/model/ListObjectChildrenResult.h
|
||||
include/aws/clouddirectory/model/ListObjectParentsRequest.h
|
||||
include/aws/clouddirectory/model/ListObjectParentsResult.h
|
||||
include/aws/clouddirectory/model/ListObjectPoliciesRequest.h
|
||||
include/aws/clouddirectory/model/ListObjectPoliciesResult.h
|
||||
include/aws/clouddirectory/model/ListPolicyAttachmentsRequest.h
|
||||
include/aws/clouddirectory/model/ListPolicyAttachmentsResult.h
|
||||
include/aws/clouddirectory/model/ListPublishedSchemaArnsRequest.h
|
||||
include/aws/clouddirectory/model/ListPublishedSchemaArnsResult.h
|
||||
include/aws/clouddirectory/model/ListTagsForResourceRequest.h
|
||||
include/aws/clouddirectory/model/ListTagsForResourceResult.h
|
||||
include/aws/clouddirectory/model/LookupPolicyRequest.h
|
||||
include/aws/clouddirectory/model/LookupPolicyResult.h
|
||||
include/aws/clouddirectory/model/ObjectAttributeAction.h
|
||||
include/aws/clouddirectory/model/ObjectAttributeRange.h
|
||||
include/aws/clouddirectory/model/ObjectAttributeUpdate.h
|
||||
include/aws/clouddirectory/model/ObjectReference.h
|
||||
include/aws/clouddirectory/model/ObjectType.h
|
||||
include/aws/clouddirectory/model/PolicyAttachment.h
|
||||
include/aws/clouddirectory/model/PolicyToPath.h
|
||||
include/aws/clouddirectory/model/PublishSchemaRequest.h
|
||||
include/aws/clouddirectory/model/PublishSchemaResult.h
|
||||
include/aws/clouddirectory/model/PutSchemaFromJsonRequest.h
|
||||
include/aws/clouddirectory/model/PutSchemaFromJsonResult.h
|
||||
include/aws/clouddirectory/model/RangeMode.h
|
||||
include/aws/clouddirectory/model/RemoveFacetFromObjectRequest.h
|
||||
include/aws/clouddirectory/model/RemoveFacetFromObjectResult.h
|
||||
include/aws/clouddirectory/model/RequiredAttributeBehavior.h
|
||||
include/aws/clouddirectory/model/Rule.h
|
||||
include/aws/clouddirectory/model/RuleType.h
|
||||
include/aws/clouddirectory/model/SchemaFacet.h
|
||||
include/aws/clouddirectory/model/Tag.h
|
||||
include/aws/clouddirectory/model/TagResourceRequest.h
|
||||
include/aws/clouddirectory/model/TagResourceResult.h
|
||||
include/aws/clouddirectory/model/TypedAttributeValue.h
|
||||
include/aws/clouddirectory/model/TypedAttributeValueRange.h
|
||||
include/aws/clouddirectory/model/UntagResourceRequest.h
|
||||
include/aws/clouddirectory/model/UntagResourceResult.h
|
||||
include/aws/clouddirectory/model/UpdateActionType.h
|
||||
include/aws/clouddirectory/model/UpdateFacetRequest.h
|
||||
include/aws/clouddirectory/model/UpdateFacetResult.h
|
||||
include/aws/clouddirectory/model/UpdateObjectAttributesRequest.h
|
||||
include/aws/clouddirectory/model/UpdateObjectAttributesResult.h
|
||||
include/aws/clouddirectory/model/UpdateSchemaRequest.h
|
||||
include/aws/clouddirectory/model/UpdateSchemaResult.h
|
||||
include/aws/cloudformation/CloudFormationClient.h
|
||||
include/aws/cloudformation/CloudFormationEndpoint.h
|
||||
include/aws/cloudformation/CloudFormationErrorMarshaller.h
|
||||
|
|
@ -981,17 +1203,24 @@ include/aws/codecommit/CodeCommitRequest.h
|
|||
include/aws/codecommit/CodeCommit_EXPORTS.h
|
||||
include/aws/codecommit/model/BatchGetRepositoriesRequest.h
|
||||
include/aws/codecommit/model/BatchGetRepositoriesResult.h
|
||||
include/aws/codecommit/model/BlobMetadata.h
|
||||
include/aws/codecommit/model/BranchInfo.h
|
||||
include/aws/codecommit/model/ChangeTypeEnum.h
|
||||
include/aws/codecommit/model/Commit.h
|
||||
include/aws/codecommit/model/CreateBranchRequest.h
|
||||
include/aws/codecommit/model/CreateRepositoryRequest.h
|
||||
include/aws/codecommit/model/CreateRepositoryResult.h
|
||||
include/aws/codecommit/model/DeleteRepositoryRequest.h
|
||||
include/aws/codecommit/model/DeleteRepositoryResult.h
|
||||
include/aws/codecommit/model/Difference.h
|
||||
include/aws/codecommit/model/GetBlobRequest.h
|
||||
include/aws/codecommit/model/GetBlobResult.h
|
||||
include/aws/codecommit/model/GetBranchRequest.h
|
||||
include/aws/codecommit/model/GetBranchResult.h
|
||||
include/aws/codecommit/model/GetCommitRequest.h
|
||||
include/aws/codecommit/model/GetCommitResult.h
|
||||
include/aws/codecommit/model/GetDifferencesRequest.h
|
||||
include/aws/codecommit/model/GetDifferencesResult.h
|
||||
include/aws/codecommit/model/GetRepositoryRequest.h
|
||||
include/aws/codecommit/model/GetRepositoryResult.h
|
||||
include/aws/codecommit/model/GetRepositoryTriggersRequest.h
|
||||
|
|
@ -1041,7 +1270,10 @@ include/aws/codedeploy/model/BatchGetDeploymentsRequest.h
|
|||
include/aws/codedeploy/model/BatchGetDeploymentsResult.h
|
||||
include/aws/codedeploy/model/BatchGetOnPremisesInstancesRequest.h
|
||||
include/aws/codedeploy/model/BatchGetOnPremisesInstancesResult.h
|
||||
include/aws/codedeploy/model/BlueGreenDeploymentConfiguration.h
|
||||
include/aws/codedeploy/model/BlueInstanceTerminationOption.h
|
||||
include/aws/codedeploy/model/BundleType.h
|
||||
include/aws/codedeploy/model/ContinueDeploymentRequest.h
|
||||
include/aws/codedeploy/model/CreateApplicationRequest.h
|
||||
include/aws/codedeploy/model/CreateApplicationResult.h
|
||||
include/aws/codedeploy/model/CreateDeploymentConfigRequest.h
|
||||
|
|
@ -1058,12 +1290,18 @@ include/aws/codedeploy/model/DeploymentConfigInfo.h
|
|||
include/aws/codedeploy/model/DeploymentCreator.h
|
||||
include/aws/codedeploy/model/DeploymentGroupInfo.h
|
||||
include/aws/codedeploy/model/DeploymentInfo.h
|
||||
include/aws/codedeploy/model/DeploymentOption.h
|
||||
include/aws/codedeploy/model/DeploymentOverview.h
|
||||
include/aws/codedeploy/model/DeploymentReadyAction.h
|
||||
include/aws/codedeploy/model/DeploymentReadyOption.h
|
||||
include/aws/codedeploy/model/DeploymentStatus.h
|
||||
include/aws/codedeploy/model/DeploymentStyle.h
|
||||
include/aws/codedeploy/model/DeploymentType.h
|
||||
include/aws/codedeploy/model/DeregisterOnPremisesInstanceRequest.h
|
||||
include/aws/codedeploy/model/Diagnostics.h
|
||||
include/aws/codedeploy/model/EC2TagFilter.h
|
||||
include/aws/codedeploy/model/EC2TagFilterType.h
|
||||
include/aws/codedeploy/model/ELBInfo.h
|
||||
include/aws/codedeploy/model/ErrorCode.h
|
||||
include/aws/codedeploy/model/ErrorInformation.h
|
||||
include/aws/codedeploy/model/GenericRevisionInfo.h
|
||||
|
|
@ -1082,9 +1320,13 @@ include/aws/codedeploy/model/GetDeploymentResult.h
|
|||
include/aws/codedeploy/model/GetOnPremisesInstanceRequest.h
|
||||
include/aws/codedeploy/model/GetOnPremisesInstanceResult.h
|
||||
include/aws/codedeploy/model/GitHubLocation.h
|
||||
include/aws/codedeploy/model/GreenFleetProvisioningAction.h
|
||||
include/aws/codedeploy/model/GreenFleetProvisioningOption.h
|
||||
include/aws/codedeploy/model/InstanceAction.h
|
||||
include/aws/codedeploy/model/InstanceInfo.h
|
||||
include/aws/codedeploy/model/InstanceStatus.h
|
||||
include/aws/codedeploy/model/InstanceSummary.h
|
||||
include/aws/codedeploy/model/InstanceType.h
|
||||
include/aws/codedeploy/model/LifecycleErrorCode.h
|
||||
include/aws/codedeploy/model/LifecycleEvent.h
|
||||
include/aws/codedeploy/model/LifecycleEventStatus.h
|
||||
|
|
@ -1103,6 +1345,7 @@ include/aws/codedeploy/model/ListDeploymentsResult.h
|
|||
include/aws/codedeploy/model/ListOnPremisesInstancesRequest.h
|
||||
include/aws/codedeploy/model/ListOnPremisesInstancesResult.h
|
||||
include/aws/codedeploy/model/ListStateFilterAction.h
|
||||
include/aws/codedeploy/model/LoadBalancerInfo.h
|
||||
include/aws/codedeploy/model/MinimumHealthyHosts.h
|
||||
include/aws/codedeploy/model/MinimumHealthyHostsType.h
|
||||
include/aws/codedeploy/model/RegisterApplicationRevisionRequest.h
|
||||
|
|
@ -1114,6 +1357,7 @@ include/aws/codedeploy/model/RevisionLocation.h
|
|||
include/aws/codedeploy/model/RevisionLocationType.h
|
||||
include/aws/codedeploy/model/RollbackInfo.h
|
||||
include/aws/codedeploy/model/S3Location.h
|
||||
include/aws/codedeploy/model/SkipWaitTimeForInstanceTerminationRequest.h
|
||||
include/aws/codedeploy/model/SortOrder.h
|
||||
include/aws/codedeploy/model/StopDeploymentRequest.h
|
||||
include/aws/codedeploy/model/StopDeploymentResult.h
|
||||
|
|
@ -1121,6 +1365,7 @@ include/aws/codedeploy/model/StopStatus.h
|
|||
include/aws/codedeploy/model/Tag.h
|
||||
include/aws/codedeploy/model/TagFilter.h
|
||||
include/aws/codedeploy/model/TagFilterType.h
|
||||
include/aws/codedeploy/model/TargetInstances.h
|
||||
include/aws/codedeploy/model/TimeRange.h
|
||||
include/aws/codedeploy/model/TriggerConfig.h
|
||||
include/aws/codedeploy/model/TriggerEventType.h
|
||||
|
|
@ -1680,13 +1925,34 @@ include/aws/core/utils/memory/stl/AWSStreamFwd.h
|
|||
include/aws/core/utils/memory/stl/AWSString.h
|
||||
include/aws/core/utils/memory/stl/AWSStringStream.h
|
||||
include/aws/core/utils/memory/stl/AWSVector.h
|
||||
include/aws/core/utils/memory/stl/SimpleStringStream.h
|
||||
include/aws/core/utils/ratelimiter/DefaultRateLimiter.h
|
||||
include/aws/core/utils/ratelimiter/RateLimiterInterface.h
|
||||
include/aws/core/utils/stream/PreallocatedStreamBuf.h
|
||||
include/aws/core/utils/stream/ResponseStream.h
|
||||
include/aws/core/utils/stream/SimpleStreamBuf.h
|
||||
include/aws/core/utils/threading/Executor.h
|
||||
include/aws/core/utils/threading/ThreadTask.h
|
||||
include/aws/core/utils/xml/XmlSerializer.h
|
||||
include/aws/cur/CostandUsageReportServiceClient.h
|
||||
include/aws/cur/CostandUsageReportServiceEndpoint.h
|
||||
include/aws/cur/CostandUsageReportServiceErrorMarshaller.h
|
||||
include/aws/cur/CostandUsageReportServiceErrors.h
|
||||
include/aws/cur/CostandUsageReportServiceRequest.h
|
||||
include/aws/cur/CostandUsageReportService_EXPORTS.h
|
||||
include/aws/cur/model/AWSRegion.h
|
||||
include/aws/cur/model/AdditionalArtifact.h
|
||||
include/aws/cur/model/CompressionFormat.h
|
||||
include/aws/cur/model/DeleteReportDefinitionRequest.h
|
||||
include/aws/cur/model/DeleteReportDefinitionResult.h
|
||||
include/aws/cur/model/DescribeReportDefinitionsRequest.h
|
||||
include/aws/cur/model/DescribeReportDefinitionsResult.h
|
||||
include/aws/cur/model/PutReportDefinitionRequest.h
|
||||
include/aws/cur/model/PutReportDefinitionResult.h
|
||||
include/aws/cur/model/ReportDefinition.h
|
||||
include/aws/cur/model/ReportFormat.h
|
||||
include/aws/cur/model/SchemaElement.h
|
||||
include/aws/cur/model/TimeUnit.h
|
||||
include/aws/datapipeline/DataPipelineClient.h
|
||||
include/aws/datapipeline/DataPipelineEndpoint.h
|
||||
include/aws/datapipeline/DataPipelineErrorMarshaller.h
|
||||
|
|
@ -1897,10 +2163,18 @@ include/aws/directconnect/DirectConnect_EXPORTS.h
|
|||
include/aws/directconnect/model/AddressFamily.h
|
||||
include/aws/directconnect/model/AllocateConnectionOnInterconnectRequest.h
|
||||
include/aws/directconnect/model/AllocateConnectionOnInterconnectResult.h
|
||||
include/aws/directconnect/model/AllocateHostedConnectionRequest.h
|
||||
include/aws/directconnect/model/AllocateHostedConnectionResult.h
|
||||
include/aws/directconnect/model/AllocatePrivateVirtualInterfaceRequest.h
|
||||
include/aws/directconnect/model/AllocatePrivateVirtualInterfaceResult.h
|
||||
include/aws/directconnect/model/AllocatePublicVirtualInterfaceRequest.h
|
||||
include/aws/directconnect/model/AllocatePublicVirtualInterfaceResult.h
|
||||
include/aws/directconnect/model/AssociateConnectionWithLagRequest.h
|
||||
include/aws/directconnect/model/AssociateConnectionWithLagResult.h
|
||||
include/aws/directconnect/model/AssociateHostedConnectionRequest.h
|
||||
include/aws/directconnect/model/AssociateHostedConnectionResult.h
|
||||
include/aws/directconnect/model/AssociateVirtualInterfaceRequest.h
|
||||
include/aws/directconnect/model/AssociateVirtualInterfaceResult.h
|
||||
include/aws/directconnect/model/BGPPeer.h
|
||||
include/aws/directconnect/model/BGPPeerState.h
|
||||
include/aws/directconnect/model/BGPStatus.h
|
||||
|
|
@ -1918,6 +2192,8 @@ include/aws/directconnect/model/CreateConnectionRequest.h
|
|||
include/aws/directconnect/model/CreateConnectionResult.h
|
||||
include/aws/directconnect/model/CreateInterconnectRequest.h
|
||||
include/aws/directconnect/model/CreateInterconnectResult.h
|
||||
include/aws/directconnect/model/CreateLagRequest.h
|
||||
include/aws/directconnect/model/CreateLagResult.h
|
||||
include/aws/directconnect/model/CreatePrivateVirtualInterfaceRequest.h
|
||||
include/aws/directconnect/model/CreatePrivateVirtualInterfaceResult.h
|
||||
include/aws/directconnect/model/CreatePublicVirtualInterfaceRequest.h
|
||||
|
|
@ -1928,6 +2204,8 @@ include/aws/directconnect/model/DeleteConnectionRequest.h
|
|||
include/aws/directconnect/model/DeleteConnectionResult.h
|
||||
include/aws/directconnect/model/DeleteInterconnectRequest.h
|
||||
include/aws/directconnect/model/DeleteInterconnectResult.h
|
||||
include/aws/directconnect/model/DeleteLagRequest.h
|
||||
include/aws/directconnect/model/DeleteLagResult.h
|
||||
include/aws/directconnect/model/DeleteVirtualInterfaceRequest.h
|
||||
include/aws/directconnect/model/DeleteVirtualInterfaceResult.h
|
||||
include/aws/directconnect/model/DescribeConnectionLoaRequest.h
|
||||
|
|
@ -1936,18 +2214,28 @@ include/aws/directconnect/model/DescribeConnectionsOnInterconnectRequest.h
|
|||
include/aws/directconnect/model/DescribeConnectionsOnInterconnectResult.h
|
||||
include/aws/directconnect/model/DescribeConnectionsRequest.h
|
||||
include/aws/directconnect/model/DescribeConnectionsResult.h
|
||||
include/aws/directconnect/model/DescribeHostedConnectionsRequest.h
|
||||
include/aws/directconnect/model/DescribeHostedConnectionsResult.h
|
||||
include/aws/directconnect/model/DescribeInterconnectLoaRequest.h
|
||||
include/aws/directconnect/model/DescribeInterconnectLoaResult.h
|
||||
include/aws/directconnect/model/DescribeInterconnectsRequest.h
|
||||
include/aws/directconnect/model/DescribeInterconnectsResult.h
|
||||
include/aws/directconnect/model/DescribeLagsRequest.h
|
||||
include/aws/directconnect/model/DescribeLagsResult.h
|
||||
include/aws/directconnect/model/DescribeLoaRequest.h
|
||||
include/aws/directconnect/model/DescribeLoaResult.h
|
||||
include/aws/directconnect/model/DescribeLocationsResult.h
|
||||
include/aws/directconnect/model/DescribeTagsRequest.h
|
||||
include/aws/directconnect/model/DescribeTagsResult.h
|
||||
include/aws/directconnect/model/DescribeVirtualGatewaysResult.h
|
||||
include/aws/directconnect/model/DescribeVirtualInterfacesRequest.h
|
||||
include/aws/directconnect/model/DescribeVirtualInterfacesResult.h
|
||||
include/aws/directconnect/model/DisassociateConnectionFromLagRequest.h
|
||||
include/aws/directconnect/model/DisassociateConnectionFromLagResult.h
|
||||
include/aws/directconnect/model/Interconnect.h
|
||||
include/aws/directconnect/model/InterconnectState.h
|
||||
include/aws/directconnect/model/Lag.h
|
||||
include/aws/directconnect/model/LagState.h
|
||||
include/aws/directconnect/model/Loa.h
|
||||
include/aws/directconnect/model/LoaContentType.h
|
||||
include/aws/directconnect/model/Location.h
|
||||
|
|
@ -1963,6 +2251,8 @@ include/aws/directconnect/model/TagResourceRequest.h
|
|||
include/aws/directconnect/model/TagResourceResult.h
|
||||
include/aws/directconnect/model/UntagResourceRequest.h
|
||||
include/aws/directconnect/model/UntagResourceResult.h
|
||||
include/aws/directconnect/model/UpdateLagRequest.h
|
||||
include/aws/directconnect/model/UpdateLagResult.h
|
||||
include/aws/directconnect/model/VirtualGateway.h
|
||||
include/aws/directconnect/model/VirtualInterface.h
|
||||
include/aws/directconnect/model/VirtualInterfaceState.h
|
||||
|
|
@ -2221,6 +2511,8 @@ include/aws/dynamodb/model/KeyType.h
|
|||
include/aws/dynamodb/model/KeysAndAttributes.h
|
||||
include/aws/dynamodb/model/ListTablesRequest.h
|
||||
include/aws/dynamodb/model/ListTablesResult.h
|
||||
include/aws/dynamodb/model/ListTagsOfResourceRequest.h
|
||||
include/aws/dynamodb/model/ListTagsOfResourceResult.h
|
||||
include/aws/dynamodb/model/LocalSecondaryIndex.h
|
||||
include/aws/dynamodb/model/LocalSecondaryIndexDescription.h
|
||||
include/aws/dynamodb/model/Projection.h
|
||||
|
|
@ -2243,6 +2535,9 @@ include/aws/dynamodb/model/StreamSpecification.h
|
|||
include/aws/dynamodb/model/StreamViewType.h
|
||||
include/aws/dynamodb/model/TableDescription.h
|
||||
include/aws/dynamodb/model/TableStatus.h
|
||||
include/aws/dynamodb/model/Tag.h
|
||||
include/aws/dynamodb/model/TagResourceRequest.h
|
||||
include/aws/dynamodb/model/UntagResourceRequest.h
|
||||
include/aws/dynamodb/model/UpdateGlobalSecondaryIndexAction.h
|
||||
include/aws/dynamodb/model/UpdateItemRequest.h
|
||||
include/aws/dynamodb/model/UpdateItemResult.h
|
||||
|
|
@ -2279,6 +2574,8 @@ include/aws/ec2/model/AssignPrivateIpAddressesRequest.h
|
|||
include/aws/ec2/model/AssociateAddressRequest.h
|
||||
include/aws/ec2/model/AssociateAddressResponse.h
|
||||
include/aws/ec2/model/AssociateDhcpOptionsRequest.h
|
||||
include/aws/ec2/model/AssociateIamInstanceProfileRequest.h
|
||||
include/aws/ec2/model/AssociateIamInstanceProfileResponse.h
|
||||
include/aws/ec2/model/AssociateRouteTableRequest.h
|
||||
include/aws/ec2/model/AssociateRouteTableResponse.h
|
||||
include/aws/ec2/model/AssociateSubnetCidrBlockRequest.h
|
||||
|
|
@ -2458,6 +2755,8 @@ include/aws/ec2/model/DescribeHostReservationsRequest.h
|
|||
include/aws/ec2/model/DescribeHostReservationsResponse.h
|
||||
include/aws/ec2/model/DescribeHostsRequest.h
|
||||
include/aws/ec2/model/DescribeHostsResponse.h
|
||||
include/aws/ec2/model/DescribeIamInstanceProfileAssociationsRequest.h
|
||||
include/aws/ec2/model/DescribeIamInstanceProfileAssociationsResponse.h
|
||||
include/aws/ec2/model/DescribeIdFormatRequest.h
|
||||
include/aws/ec2/model/DescribeIdFormatResponse.h
|
||||
include/aws/ec2/model/DescribeIdentityIdFormatRequest.h
|
||||
|
|
@ -2540,6 +2839,8 @@ include/aws/ec2/model/DescribeVolumeAttributeRequest.h
|
|||
include/aws/ec2/model/DescribeVolumeAttributeResponse.h
|
||||
include/aws/ec2/model/DescribeVolumeStatusRequest.h
|
||||
include/aws/ec2/model/DescribeVolumeStatusResponse.h
|
||||
include/aws/ec2/model/DescribeVolumesModificationsRequest.h
|
||||
include/aws/ec2/model/DescribeVolumesModificationsResponse.h
|
||||
include/aws/ec2/model/DescribeVolumesRequest.h
|
||||
include/aws/ec2/model/DescribeVolumesResponse.h
|
||||
include/aws/ec2/model/DescribeVpcAttributeRequest.h
|
||||
|
|
@ -2576,6 +2877,8 @@ include/aws/ec2/model/DisableVpcClassicLinkDnsSupportResponse.h
|
|||
include/aws/ec2/model/DisableVpcClassicLinkRequest.h
|
||||
include/aws/ec2/model/DisableVpcClassicLinkResponse.h
|
||||
include/aws/ec2/model/DisassociateAddressRequest.h
|
||||
include/aws/ec2/model/DisassociateIamInstanceProfileRequest.h
|
||||
include/aws/ec2/model/DisassociateIamInstanceProfileResponse.h
|
||||
include/aws/ec2/model/DisassociateRouteTableRequest.h
|
||||
include/aws/ec2/model/DisassociateSubnetCidrBlockRequest.h
|
||||
include/aws/ec2/model/DisassociateSubnetCidrBlockResponse.h
|
||||
|
|
@ -2631,6 +2934,8 @@ include/aws/ec2/model/HostReservation.h
|
|||
include/aws/ec2/model/HostTenancy.h
|
||||
include/aws/ec2/model/HypervisorType.h
|
||||
include/aws/ec2/model/IamInstanceProfile.h
|
||||
include/aws/ec2/model/IamInstanceProfileAssociation.h
|
||||
include/aws/ec2/model/IamInstanceProfileAssociationState.h
|
||||
include/aws/ec2/model/IamInstanceProfileSpecification.h
|
||||
include/aws/ec2/model/IcmpTypeCode.h
|
||||
include/aws/ec2/model/IdFormat.h
|
||||
|
|
@ -2662,6 +2967,7 @@ include/aws/ec2/model/InstanceBlockDeviceMappingSpecification.h
|
|||
include/aws/ec2/model/InstanceCapacity.h
|
||||
include/aws/ec2/model/InstanceCount.h
|
||||
include/aws/ec2/model/InstanceExportDetails.h
|
||||
include/aws/ec2/model/InstanceHealthStatus.h
|
||||
include/aws/ec2/model/InstanceIpv6Address.h
|
||||
include/aws/ec2/model/InstanceLifecycleType.h
|
||||
include/aws/ec2/model/InstanceMonitoring.h
|
||||
|
|
@ -2706,6 +3012,8 @@ include/aws/ec2/model/ModifySpotFleetRequestRequest.h
|
|||
include/aws/ec2/model/ModifySpotFleetRequestResponse.h
|
||||
include/aws/ec2/model/ModifySubnetAttributeRequest.h
|
||||
include/aws/ec2/model/ModifyVolumeAttributeRequest.h
|
||||
include/aws/ec2/model/ModifyVolumeRequest.h
|
||||
include/aws/ec2/model/ModifyVolumeResponse.h
|
||||
include/aws/ec2/model/ModifyVpcAttributeRequest.h
|
||||
include/aws/ec2/model/ModifyVpcEndpointRequest.h
|
||||
include/aws/ec2/model/ModifyVpcEndpointResponse.h
|
||||
|
|
@ -2778,6 +3086,8 @@ include/aws/ec2/model/RejectVpcPeeringConnectionResponse.h
|
|||
include/aws/ec2/model/ReleaseAddressRequest.h
|
||||
include/aws/ec2/model/ReleaseHostsRequest.h
|
||||
include/aws/ec2/model/ReleaseHostsResponse.h
|
||||
include/aws/ec2/model/ReplaceIamInstanceProfileAssociationRequest.h
|
||||
include/aws/ec2/model/ReplaceIamInstanceProfileAssociationResponse.h
|
||||
include/aws/ec2/model/ReplaceNetworkAclAssociationRequest.h
|
||||
include/aws/ec2/model/ReplaceNetworkAclAssociationResponse.h
|
||||
include/aws/ec2/model/ReplaceNetworkAclEntryRequest.h
|
||||
|
|
@ -2911,6 +3221,8 @@ include/aws/ec2/model/VolumeAttachment.h
|
|||
include/aws/ec2/model/VolumeAttachmentState.h
|
||||
include/aws/ec2/model/VolumeAttributeName.h
|
||||
include/aws/ec2/model/VolumeDetail.h
|
||||
include/aws/ec2/model/VolumeModification.h
|
||||
include/aws/ec2/model/VolumeModificationState.h
|
||||
include/aws/ec2/model/VolumeState.h
|
||||
include/aws/ec2/model/VolumeStatusAction.h
|
||||
include/aws/ec2/model/VolumeStatusDetails.h
|
||||
|
|
@ -3007,6 +3319,7 @@ include/aws/ecs/model/Cluster.h
|
|||
include/aws/ecs/model/Container.h
|
||||
include/aws/ecs/model/ContainerDefinition.h
|
||||
include/aws/ecs/model/ContainerInstance.h
|
||||
include/aws/ecs/model/ContainerInstanceStatus.h
|
||||
include/aws/ecs/model/ContainerOverride.h
|
||||
include/aws/ecs/model/CreateClusterRequest.h
|
||||
include/aws/ecs/model/CreateClusterResult.h
|
||||
|
|
@ -3099,6 +3412,8 @@ include/aws/ecs/model/Ulimit.h
|
|||
include/aws/ecs/model/UlimitName.h
|
||||
include/aws/ecs/model/UpdateContainerAgentRequest.h
|
||||
include/aws/ecs/model/UpdateContainerAgentResult.h
|
||||
include/aws/ecs/model/UpdateContainerInstancesStateRequest.h
|
||||
include/aws/ecs/model/UpdateContainerInstancesStateResult.h
|
||||
include/aws/ecs/model/UpdateServiceRequest.h
|
||||
include/aws/ecs/model/UpdateServiceResult.h
|
||||
include/aws/ecs/model/VersionInfo.h
|
||||
|
|
@ -3520,6 +3835,7 @@ include/aws/elasticloadbalancingv2/model/DescribeTargetGroupsRequest.h
|
|||
include/aws/elasticloadbalancingv2/model/DescribeTargetGroupsResult.h
|
||||
include/aws/elasticloadbalancingv2/model/DescribeTargetHealthRequest.h
|
||||
include/aws/elasticloadbalancingv2/model/DescribeTargetHealthResult.h
|
||||
include/aws/elasticloadbalancingv2/model/IpAddressType.h
|
||||
include/aws/elasticloadbalancingv2/model/Listener.h
|
||||
include/aws/elasticloadbalancingv2/model/LoadBalancer.h
|
||||
include/aws/elasticloadbalancingv2/model/LoadBalancerAttribute.h
|
||||
|
|
@ -3547,6 +3863,8 @@ include/aws/elasticloadbalancingv2/model/ResponseMetadata.h
|
|||
include/aws/elasticloadbalancingv2/model/Rule.h
|
||||
include/aws/elasticloadbalancingv2/model/RuleCondition.h
|
||||
include/aws/elasticloadbalancingv2/model/RulePriorityPair.h
|
||||
include/aws/elasticloadbalancingv2/model/SetIpAddressTypeRequest.h
|
||||
include/aws/elasticloadbalancingv2/model/SetIpAddressTypeResult.h
|
||||
include/aws/elasticloadbalancingv2/model/SetRulePrioritiesRequest.h
|
||||
include/aws/elasticloadbalancingv2/model/SetRulePrioritiesResult.h
|
||||
include/aws/elasticloadbalancingv2/model/SetSecurityGroupsRequest.h
|
||||
|
|
@ -4958,6 +5276,8 @@ include/aws/kms/model/ListKeyPoliciesRequest.h
|
|||
include/aws/kms/model/ListKeyPoliciesResult.h
|
||||
include/aws/kms/model/ListKeysRequest.h
|
||||
include/aws/kms/model/ListKeysResult.h
|
||||
include/aws/kms/model/ListResourceTagsRequest.h
|
||||
include/aws/kms/model/ListResourceTagsResult.h
|
||||
include/aws/kms/model/ListRetirableGrantsRequest.h
|
||||
include/aws/kms/model/ListRetirableGrantsResult.h
|
||||
include/aws/kms/model/OriginType.h
|
||||
|
|
@ -4968,6 +5288,9 @@ include/aws/kms/model/RetireGrantRequest.h
|
|||
include/aws/kms/model/RevokeGrantRequest.h
|
||||
include/aws/kms/model/ScheduleKeyDeletionRequest.h
|
||||
include/aws/kms/model/ScheduleKeyDeletionResult.h
|
||||
include/aws/kms/model/Tag.h
|
||||
include/aws/kms/model/TagResourceRequest.h
|
||||
include/aws/kms/model/UntagResourceRequest.h
|
||||
include/aws/kms/model/UpdateAliasRequest.h
|
||||
include/aws/kms/model/UpdateKeyDescriptionRequest.h
|
||||
include/aws/kms/model/WrappingKeySpec.h
|
||||
|
|
@ -5040,6 +5363,19 @@ include/aws/lambda/model/UpdateFunctionConfigurationRequest.h
|
|||
include/aws/lambda/model/UpdateFunctionConfigurationResult.h
|
||||
include/aws/lambda/model/VpcConfig.h
|
||||
include/aws/lambda/model/VpcConfigResponse.h
|
||||
include/aws/lex/LexRuntimeServiceClient.h
|
||||
include/aws/lex/LexRuntimeServiceEndpoint.h
|
||||
include/aws/lex/LexRuntimeServiceErrorMarshaller.h
|
||||
include/aws/lex/LexRuntimeServiceErrors.h
|
||||
include/aws/lex/LexRuntimeServiceRequest.h
|
||||
include/aws/lex/LexRuntimeService_EXPORTS.h
|
||||
include/aws/lex/model/Button.h
|
||||
include/aws/lex/model/ContentType.h
|
||||
include/aws/lex/model/DialogState.h
|
||||
include/aws/lex/model/GenericAttachment.h
|
||||
include/aws/lex/model/PostTextRequest.h
|
||||
include/aws/lex/model/PostTextResult.h
|
||||
include/aws/lex/model/ResponseCard.h
|
||||
include/aws/lightsail/LightsailClient.h
|
||||
include/aws/lightsail/LightsailEndpoint.h
|
||||
include/aws/lightsail/LightsailErrorMarshaller.h
|
||||
|
|
@ -5807,6 +6143,8 @@ include/aws/rds/model/ModifyDBParameterGroupRequest.h
|
|||
include/aws/rds/model/ModifyDBParameterGroupResult.h
|
||||
include/aws/rds/model/ModifyDBSnapshotAttributeRequest.h
|
||||
include/aws/rds/model/ModifyDBSnapshotAttributeResult.h
|
||||
include/aws/rds/model/ModifyDBSnapshotRequest.h
|
||||
include/aws/rds/model/ModifyDBSnapshotResult.h
|
||||
include/aws/rds/model/ModifyDBSubnetGroupRequest.h
|
||||
include/aws/rds/model/ModifyDBSubnetGroupResult.h
|
||||
include/aws/rds/model/ModifyEventSubscriptionRequest.h
|
||||
|
|
@ -6035,6 +6373,7 @@ include/aws/rekognition/RekognitionErrorMarshaller.h
|
|||
include/aws/rekognition/RekognitionErrors.h
|
||||
include/aws/rekognition/RekognitionRequest.h
|
||||
include/aws/rekognition/Rekognition_EXPORTS.h
|
||||
include/aws/rekognition/model/AgeRange.h
|
||||
include/aws/rekognition/model/Attribute.h
|
||||
include/aws/rekognition/model/Beard.h
|
||||
include/aws/rekognition/model/BoundingBox.h
|
||||
|
|
@ -7617,6 +7956,9 @@ include/aws/swf/model/WorkflowType.h
|
|||
include/aws/swf/model/WorkflowTypeConfiguration.h
|
||||
include/aws/swf/model/WorkflowTypeFilter.h
|
||||
include/aws/swf/model/WorkflowTypeInfo.h
|
||||
include/aws/text-to-speech/PCMOutputDriver.h
|
||||
include/aws/text-to-speech/TextToSpeechManager.h
|
||||
include/aws/text-to-speech/TextToSpeech_EXPORTS.h
|
||||
include/aws/transfer/TransferHandle.h
|
||||
include/aws/transfer/TransferManager.h
|
||||
include/aws/transfer/Transfer_EXPORTS.h
|
||||
|
|
@ -7865,10 +8207,18 @@ lib/cmake/aws-cpp-sdk-autoscaling/aws-cpp-sdk-autoscaling-config-version.cmake
|
|||
lib/cmake/aws-cpp-sdk-autoscaling/aws-cpp-sdk-autoscaling-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-autoscaling/aws-cpp-sdk-autoscaling-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-autoscaling/aws-cpp-sdk-autoscaling-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-batch/aws-cpp-sdk-batch-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-batch/aws-cpp-sdk-batch-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-batch/aws-cpp-sdk-batch-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-batch/aws-cpp-sdk-batch-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-budgets/aws-cpp-sdk-budgets-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-budgets/aws-cpp-sdk-budgets-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-budgets/aws-cpp-sdk-budgets-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-budgets/aws-cpp-sdk-budgets-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-clouddirectory/aws-cpp-sdk-clouddirectory-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-clouddirectory/aws-cpp-sdk-clouddirectory-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-clouddirectory/aws-cpp-sdk-clouddirectory-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-clouddirectory/aws-cpp-sdk-clouddirectory-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-cloudformation/aws-cpp-sdk-cloudformation-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-cloudformation/aws-cpp-sdk-cloudformation-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-cloudformation/aws-cpp-sdk-cloudformation-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
|
@ -7929,6 +8279,10 @@ lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-config-version.cmake
|
|||
lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-core/aws-cpp-sdk-core-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-cur/aws-cpp-sdk-cur-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-cur/aws-cpp-sdk-cur-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-cur/aws-cpp-sdk-cur-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-cur/aws-cpp-sdk-cur-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-datapipeline/aws-cpp-sdk-datapipeline-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-datapipeline/aws-cpp-sdk-datapipeline-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-datapipeline/aws-cpp-sdk-datapipeline-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
|
@ -8057,6 +8411,10 @@ lib/cmake/aws-cpp-sdk-lambda/aws-cpp-sdk-lambda-config-version.cmake
|
|||
lib/cmake/aws-cpp-sdk-lambda/aws-cpp-sdk-lambda-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-lambda/aws-cpp-sdk-lambda-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-lambda/aws-cpp-sdk-lambda-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-lex/aws-cpp-sdk-lex-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-lex/aws-cpp-sdk-lex-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-lex/aws-cpp-sdk-lex-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-lex/aws-cpp-sdk-lex-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-lightsail/aws-cpp-sdk-lightsail-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-lightsail/aws-cpp-sdk-lightsail-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-lightsail/aws-cpp-sdk-lightsail-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
|
@ -8177,6 +8535,10 @@ lib/cmake/aws-cpp-sdk-swf/aws-cpp-sdk-swf-config-version.cmake
|
|||
lib/cmake/aws-cpp-sdk-swf/aws-cpp-sdk-swf-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-swf/aws-cpp-sdk-swf-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-swf/aws-cpp-sdk-swf-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-text-to-speech/aws-cpp-sdk-text-to-speech-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-text-to-speech/aws-cpp-sdk-text-to-speech-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-text-to-speech/aws-cpp-sdk-text-to-speech-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-cpp-sdk-text-to-speech/aws-cpp-sdk-text-to-speech-targets.cmake
|
||||
lib/cmake/aws-cpp-sdk-transfer/aws-cpp-sdk-transfer-config-version.cmake
|
||||
lib/cmake/aws-cpp-sdk-transfer/aws-cpp-sdk-transfer-config.cmake
|
||||
lib/cmake/aws-cpp-sdk-transfer/aws-cpp-sdk-transfer-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
|
|
@ -8199,7 +8561,9 @@ lib/libaws-cpp-sdk-apigateway.so
|
|||
lib/libaws-cpp-sdk-application-autoscaling.so
|
||||
lib/libaws-cpp-sdk-appstream.so
|
||||
lib/libaws-cpp-sdk-autoscaling.so
|
||||
lib/libaws-cpp-sdk-batch.so
|
||||
lib/libaws-cpp-sdk-budgets.so
|
||||
lib/libaws-cpp-sdk-clouddirectory.so
|
||||
lib/libaws-cpp-sdk-cloudformation.so
|
||||
lib/libaws-cpp-sdk-cloudfront.so
|
||||
lib/libaws-cpp-sdk-cloudhsm.so
|
||||
|
|
@ -8215,6 +8579,7 @@ lib/libaws-cpp-sdk-cognito-idp.so
|
|||
lib/libaws-cpp-sdk-cognito-sync.so
|
||||
lib/libaws-cpp-sdk-config.so
|
||||
lib/libaws-cpp-sdk-core.so
|
||||
lib/libaws-cpp-sdk-cur.so
|
||||
lib/libaws-cpp-sdk-datapipeline.so
|
||||
lib/libaws-cpp-sdk-devicefarm.so
|
||||
lib/libaws-cpp-sdk-directconnect.so
|
||||
|
|
@ -8247,6 +8612,7 @@ lib/libaws-cpp-sdk-kinesis.so
|
|||
lib/libaws-cpp-sdk-kinesisanalytics.so
|
||||
lib/libaws-cpp-sdk-kms.so
|
||||
lib/libaws-cpp-sdk-lambda.so
|
||||
lib/libaws-cpp-sdk-lex.so
|
||||
lib/libaws-cpp-sdk-lightsail.so
|
||||
lib/libaws-cpp-sdk-logs.so
|
||||
lib/libaws-cpp-sdk-machinelearning.so
|
||||
|
|
@ -8277,6 +8643,7 @@ lib/libaws-cpp-sdk-storagegateway.so
|
|||
lib/libaws-cpp-sdk-sts.so
|
||||
lib/libaws-cpp-sdk-support.so
|
||||
lib/libaws-cpp-sdk-swf.so
|
||||
lib/libaws-cpp-sdk-text-to-speech.so
|
||||
lib/libaws-cpp-sdk-transfer.so
|
||||
lib/libaws-cpp-sdk-waf.so
|
||||
lib/libaws-cpp-sdk-workspaces.so
|
||||
|
|
@ -8287,7 +8654,9 @@ libdata/pkgconfig/aws-cpp-sdk-apigateway.pc
|
|||
libdata/pkgconfig/aws-cpp-sdk-application-autoscaling.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-appstream.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-autoscaling.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-batch.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-budgets.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-clouddirectory.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-cloudformation.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-cloudfront.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-cloudhsm.pc
|
||||
|
|
@ -8303,6 +8672,7 @@ libdata/pkgconfig/aws-cpp-sdk-cognito-idp.pc
|
|||
libdata/pkgconfig/aws-cpp-sdk-cognito-sync.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-config.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-core.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-cur.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-datapipeline.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-devicefarm.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-directconnect.pc
|
||||
|
|
@ -8335,6 +8705,7 @@ libdata/pkgconfig/aws-cpp-sdk-kinesis.pc
|
|||
libdata/pkgconfig/aws-cpp-sdk-kinesisanalytics.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-kms.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-lambda.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-lex.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-lightsail.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-logs.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-machinelearning.pc
|
||||
|
|
@ -8365,6 +8736,7 @@ libdata/pkgconfig/aws-cpp-sdk-storagegateway.pc
|
|||
libdata/pkgconfig/aws-cpp-sdk-sts.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-support.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-swf.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-text-to-speech.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-transfer.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-waf.pc
|
||||
libdata/pkgconfig/aws-cpp-sdk-workspaces.pc
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= eventxx
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/ \
|
||||
LOCAL/glarkin
|
||||
|
|
@ -11,7 +11,7 @@ MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C++ wrapper for libevent
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= fstrm
|
||||
PORTVERSION= 0.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= freebsd@dns-lab.com
|
||||
|
|
@ -13,7 +13,7 @@ COMMENT= Implementation of the Frame Streams data transport protocol in C
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= farsightsec
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gearmand
|
||||
PORTVERSION= 1.1.8
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ COMMENT= Gearman C Server and Library
|
|||
|
||||
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs \
|
||||
${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2 \
|
||||
LIB_DEPENDS= libevent.so:devel/libevent \
|
||||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
||||
CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.*
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gearmand
|
||||
PORTVERSION= 1.0.6
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ COMMENT= Gearman C Server and Library
|
|||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx
|
||||
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
|
||||
libevent.so:devel/libevent2 \
|
||||
libevent.so:devel/libevent \
|
||||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
||||
CONFLICTS= p5-Gearman-Server-1.* gearmand-1.1.*
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
PORTNAME= libdnsres
|
||||
PORTVERSION= 0.1a
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://monkey.org/~provos/
|
||||
|
||||
MAINTAINER= oz@nixil.net
|
||||
COMMENT= Provides a non-blocking thread-safe API for resolving DNS names
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent2
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ PORTVERSION= 2.1.8
|
|||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSIONSUFFIX= -stable
|
||||
CATEGORIES= devel
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= mm@FreeBSD.org
|
||||
COMMENT= API for executing callback functions on events or timeouts
|
||||
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
PORTNAME= libmsocket
|
||||
PORTVERSION= 0.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel net
|
||||
MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
COMMENT= Socket abstraction library for C programmers
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--- Include/lnphost.h.orig Sat Nov 20 14:22:00 2004
|
||||
+++ Include/lnphost.h Thu Sep 13 22:22:20 2007
|
||||
--- Include/lnphost.h.orig 2004-11-20 20:22:00 UTC
|
||||
+++ Include/lnphost.h
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
#if defined(LINUX) || defined(linux)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.orig Fri Mar 18 10:20:31 2005
|
||||
+++ Makefile Thu Sep 13 21:14:41 2007
|
||||
@@ -8,16 +8,20 @@
|
||||
--- Makefile.orig 2005-03-18 16:20:31 UTC
|
||||
+++ Makefile
|
||||
@@ -8,16 +8,20 @@ else
|
||||
endif
|
||||
|
||||
PROGRAMS=$(patsubst %.c,%$(EXT),$(wildcard *.c))
|
||||
|
|
@ -28,22 +28,25 @@
|
|||
|
||||
needroot:
|
||||
@if [ ! $$UID -eq 0 ]; then \
|
||||
@@ -26,21 +30,27 @@
|
||||
@@ -25,22 +29,28 @@ needroot:
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
install: all needroot
|
||||
-install: all needroot
|
||||
- make -C Docs all
|
||||
- install -g root -o root -m 644 Docs/lnpdump.1.gz $(MANDIR)
|
||||
- install -g root -o root -m 755 lnpdump$(EXT) $(BINDIR)
|
||||
+install: all
|
||||
+ ${MAKE} -C Docs all
|
||||
+ $(BSD_INSTALL_MAN) Docs/lnpdump.1 $(MANDIR)
|
||||
+ $(BSD_INSTALL_PROGRAM) lnpdump$(EXT) $(BINDIR)
|
||||
+ $(BSD_INSTALL_DATA) lnphost.a $(LIBDIR)
|
||||
+ $(BSD_INSTALL_DATA) Include/lnphost.h $(INCDIR)
|
||||
|
||||
remove: needroot
|
||||
-remove: needroot
|
||||
- rm -f $(MANDIR)/lnpdump.1.gz
|
||||
- rm -f $(BINDIR)/lnpdump$(EXT)
|
||||
+remove:
|
||||
+ ${RM} -f $(MANDIR)/lnpdump.1.gz
|
||||
+ ${RM} -f $(BINDIR)/lnpdump$(EXT)
|
||||
+ ${RM} -f $(LIBDIR)/lnphost.a
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Event-Lib
|
||||
PORTVERSION= 1.03
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Makes libevent(3) accessible with Perl
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= event
|
||||
PORTVERSION= 2.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
|
|
@ -14,7 +15,7 @@ COMMENT= Provides interface to libevent library
|
|||
LICENSE= PHP301
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
USES= php:ext tar:tgz
|
||||
USE_OPENSSL= yes
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libevent
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
|
|
@ -14,7 +14,7 @@ COMMENT= Libevent extension for PHP
|
|||
|
||||
LICENSE= PHP301
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
USES= php:ext tar:tgz
|
||||
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
PORTNAME= pinba_engine
|
||||
PORTVERSION= 2011.08.18
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= raven428@gmail.com
|
||||
COMMENT= Mysql-engine part of statistics server for PHP
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/google/protobuf/descriptor.h:devel/protobuf \
|
||||
${LOCALBASE}/include/event.h:devel/libevent2 \
|
||||
${LOCALBASE}/include/event.h:devel/libevent \
|
||||
${LOCALBASE}/include/Judy.h:devel/judy \
|
||||
${LOCALBASE}/lib/mysql/plugin:${_MYSQL_SERVER} \
|
||||
${NONEXISTENT}:${_MYSQL_SERVER}:configure \
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= event
|
||||
DISTVERSIONPREFIX= PYEVENT_
|
||||
DISTVERSION= 0_3
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= devel net python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ COMMENT= Python bindings for libevent
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jaraco
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jcc
|
||||
PORTVERSION= 2.22
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.23
|
||||
CATEGORIES= devel java python
|
||||
MASTER_SITES= CHEESESHOP/source/J/JCC
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1474869167
|
||||
SHA256 (JCC-2.22.tar.gz) = 8c7b31afd7dc24bb45fc777cf03be06e3492594df2023b386af5dbc4eef2a297
|
||||
SIZE (JCC-2.22.tar.gz) = 97197
|
||||
TIMESTAMP = 1487559424
|
||||
SHA256 (JCC-2.23.tar.gz) = d463c8592f79ac0b8e67208c504899a6c2a9d410586a769e2a670f55c7487c5f
|
||||
SIZE (JCC-2.23.tar.gz) = 97242
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= setuptools-git
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (setuptools-git-1.1.tar.gz) = 047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831
|
||||
SIZE (setuptools-git-1.1.tar.gz) = 9450
|
||||
TIMESTAMP = 1487559760
|
||||
SHA256 (setuptools-git-1.2.tar.gz) = ff64136da01aabba76ae88b050e7197918d8b2139ccbf6144e14d472b9c40445
|
||||
SIZE (setuptools-git-1.2.tar.gz) = 10546
|
||||
|
|
|
|||
19
devel/rubygem-progressbar09/Makefile
Normal file
19
devel/rubygem-progressbar09/Makefile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= progressbar
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 09
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby/ProgressBar is a text progress bar library for Ruby
|
||||
|
||||
LICENSE= BSD2CLAUSE RUBY
|
||||
LICENSE_COMB= dual
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/rubygem-progressbar09/distinfo
Normal file
3
devel/rubygem-progressbar09/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1487248324
|
||||
SHA256 (rubygem/progressbar-0.9.2.gem) = 0ccb0e11ca970a6adf278c98228927b60cf7128e32e3b094f6514b432d77e03e
|
||||
SIZE (rubygem/progressbar-0.9.2.gem) = 9216
|
||||
4
devel/rubygem-progressbar09/pkg-descr
Normal file
4
devel/rubygem-progressbar09/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate
|
||||
progress with percentage, a progress bar, and estimated remaining time.
|
||||
|
||||
WWW: https://github.com/peleteiro/progressbar
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= thrift
|
||||
PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
PKGNAMESUFFIX= -cpp
|
||||
|
|
@ -16,7 +16,7 @@ COMMENT= C++ interface to Thrift
|
|||
DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo
|
||||
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libevent.so:devel/libevent2
|
||||
libevent.so:devel/libevent
|
||||
|
||||
USES= autoreconf pkgconfig gmake compiler:c++11-lang \
|
||||
libtool pathfix ssl
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= adsuck
|
||||
PORTVERSION= 2.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://opensource.conformal.com/snapshots/adsuck/ \
|
||||
http://philpep.org/pub/
|
||||
|
|
@ -14,7 +14,7 @@ COMMENT= DNS relay for ad blocking
|
|||
|
||||
LICENSE= ISCL
|
||||
|
||||
LIB_DEPENDS+= libevent.so:devel/libevent2 \
|
||||
LIB_DEPENDS+= libevent.so:devel/libevent \
|
||||
libldns.so:dns/ldns
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= dnscrypt-wrapper
|
||||
PORTVERSION= 0.2.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
|
||||
MAINTAINER= freebsd@toyingwithfate.com
|
||||
|
|
@ -12,7 +13,7 @@ LICENSE= ISCL
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libsodium.so:security/libsodium \
|
||||
libevent.so:devel/libevent2
|
||||
libevent.so:devel/libevent
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cofyc
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
PORTNAME= dnsproxy
|
||||
PORTVERSION= 1.17
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.wolfermann.org/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= proxy for DNS queries
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS= libevent.so:devel/libevent
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= getdns
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= https://getdnsapi.net/dist/ \
|
||||
https://mirrors.rit.edu/zi/ \
|
||||
|
|
@ -44,7 +44,7 @@ LIBEV_LIB_DEPENDS= libev.so:devel/libev
|
|||
LIBEV_CONFIGURE_WITH= libev
|
||||
LIBUV_LIB_DEPENDS= libuv.so:devel/libuv
|
||||
LIBUV_CONFIGURE_WITH= libuv
|
||||
LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2
|
||||
LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent
|
||||
LIBEVENT_CONFIGURE_WITH=libevent
|
||||
DIAGS_VARS= PLIST_FILES+=bin/${PORTNAME}_query
|
||||
DIAGS_LIB_DEPENDS= libcheck.so:devel/check
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= nsd
|
||||
PORTVERSION= 4.1.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
|
||||
ftp://ftp.rhnet.is/pub/nsd/
|
||||
|
|
@ -70,7 +70,7 @@ ZONE_STATS_DESC= Separate statistics for each zone
|
|||
MUNIN_PLUGIN_DESC= Install Munin plugin (requires BIND8_STATS)
|
||||
RADIXTREE_DESC= Enabled: more (15%) memory use but less CPU cycles
|
||||
|
||||
LIB_DEPENDS+= libevent.so:devel/libevent2
|
||||
LIB_DEPENDS+= libevent.so:devel/libevent
|
||||
|
||||
ROOT_SERVER_CONFIGURE_ENABLE= root-server
|
||||
LARGEFILE_CONFIGURE_ENABLE= largefile
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= openmdns
|
||||
DISTVERSION= 0.6-15
|
||||
DISTVERSIONSUFFIX= -gd76ce05
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
@ -37,10 +37,10 @@ GROUPS= _mdnsd
|
|||
|
||||
OPTIONS_DEFINE= DOCS STATIC
|
||||
|
||||
STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent2 \
|
||||
STATIC_BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent \
|
||||
${LOCALBASE}/lib/libopenbsd.a:devel/libopenbsd
|
||||
STATIC_MAKE_ENV= NO_SHARED=1
|
||||
STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent2 \
|
||||
STATIC_LIB_DEPENDS_OFF= libevent.so:devel/libevent \
|
||||
libopenbsd.so:devel/libopenbsd
|
||||
|
||||
post-patch:
|
||||
|
|
|
|||
|
|
@ -2,79 +2,85 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libretro-cores
|
||||
PORTVERSION= 0.20151110
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.20161109
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= Core pack for RetroArch
|
||||
|
||||
BUILD_DEPENDS= cmake:devel/cmake
|
||||
LIB_DEPENDS+= libinotify.so:devel/libinotify # for libretro-lutro
|
||||
LIB_DEPENDS+= libcurl.so:ftp/curl # for Craft
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
# core list (complete list that libretro distributes: http://buildbot.libretro.com/nightly/linux/x86_64/latest/)
|
||||
ALL_CORES+= libretro:libretro-2048:2048:d69235a:x
|
||||
ALL_CORES+= libretro:4do-libretro:4do:cbd700e:x
|
||||
ALL_CORES+= libretro:libretro-2048:2048:6730b2b:x
|
||||
ALL_CORES+= libretro:4do-libretro:4do:f433301:x
|
||||
ALL_CORES+= libretro:81-libretro:81:b484a7a:x
|
||||
ALL_CORES+= libretro:blueMSX-libretro:bluemsx:ee4ff9c:x
|
||||
ALL_CORES+= libretro:bsnes-libretro:bsnes:ee95143:accuracy,balanced,performance
|
||||
ALL_CORES+= libretro:bsnes-libretro:bsnes:365c5c1:accuracy,balanced,performance
|
||||
ALL_CORES+= libretro:CATSFC-libretro:catsfc:5907687:x
|
||||
ALL_CORES+= libretro:desmume:desmume:cae5945:x
|
||||
ALL_CORES+= libretro:Dinothawr:dinothawr:b49d969:x
|
||||
ALL_CORES+= libretro:dosbox-libretro:dosbox:bc5d578:x
|
||||
ALL_CORES+= libretro:emux:emux:be9022b:chip8,gb,nes,sms
|
||||
ALL_CORES+= libretro:Craft:craft:dc6ae44:x
|
||||
ALL_CORES+= libretro:desmume:desmume:ab1bd5a:x
|
||||
ALL_CORES+= libretro:Dinothawr:dinothawr:4ef365e:x
|
||||
ALL_CORES+= libretro:dosbox-libretro:dosbox:e1ab4fc:x
|
||||
ALL_CORES+= libretro:emux:emux:834f9f9:chip8,gb,nes,sms
|
||||
ALL_CORES+= libretro:fba_cores_cps1:fb_alpha_cps1:5614a9a:x
|
||||
ALL_CORES+= libretro:fba_cores_cps2:fb_alpha_cps2:f806c77:x
|
||||
ALL_CORES+= libretro:fbalpha:fbalpha:2a3256e:x
|
||||
ALL_CORES+= libretro:libretro-fceumm:fceumm:70ee9e6:x
|
||||
ALL_CORES+= libretro:fmsx-libretro:fmsx:4651948:x
|
||||
ALL_CORES+= libretro:fuse-libretro:fuse:c871953:x
|
||||
ALL_CORES+= libretro:fbalpha:fbalpha:6d36b3a:x
|
||||
ALL_CORES+= libretro:libretro-fceumm:fceumm:50d0dfe:x
|
||||
ALL_CORES+= libretro:fmsx-libretro:fmsx:91e6deb:x
|
||||
ALL_CORES+= libretro:fuse-libretro:fuse:6cda7ed:x
|
||||
ALL_CORES+= libretro:gambatte-libretro:gambatte:59fb6a6:x
|
||||
ALL_CORES+= libretro:Genesis-Plus-GX:genesis_plus_gx:7d8d5f1:x
|
||||
ALL_CORES+= libretro:gpsp:gpsp:f1d14fb:x
|
||||
ALL_CORES+= libretro:gw-libretro:gw:95e3c4d:x
|
||||
ALL_CORES+= libretro:libretro-handy:handy:13d86fb:x
|
||||
ALL_CORES+= libretro:hatari:hatari:204dc6e:x
|
||||
ALL_CORES+= libretro:Genesis-Plus-GX:genesis_plus_gx:3c6d839:x
|
||||
ALL_CORES+= libretro:gpsp:gpsp:4d860ae:x
|
||||
ALL_CORES+= libretro:gw-libretro:gw:0408906:x
|
||||
ALL_CORES+= libretro:libretro-handy:handy:84f188b:x
|
||||
ALL_CORES+= libretro:hatari:hatari:4930236:x
|
||||
ALL_CORES+= libretro:imageviewer-libretro:imageviewer:ae1465c:x
|
||||
#ALL_CORES+= libretro:mame:mame:a9d5a09:x BROKEN: missing file: https://github.com/libretro/mame/issues/38
|
||||
ALL_CORES+= libretro:mame2014-libretro:mame2014:6d370c1:x
|
||||
ALL_CORES+= libretro:beetle-gba-libretro:mednafen_gba:5110115:x
|
||||
ALL_CORES+= libretro:beetle-lynx-libretro:mednafen_lynx:a29513a:x
|
||||
ALL_CORES+= libretro:beetle-ngp-libretro:mednafen_ngp:f18354e:x
|
||||
ALL_CORES+= libretro:beetle-pce-fast-libretro:mednafen_pce_fast:6e2eaf7:x
|
||||
ALL_CORES+= libretro:beetle-pcfx-libretro:mednafen_pcfx:5b62ae8:x
|
||||
ALL_CORES+= libretro:beetle-psx-libretro:mednafen_psx:83b4b48:x
|
||||
ALL_CORES+= libretro:beetle-bsnes-libretro:mednafen_snes:7d9be82:x
|
||||
ALL_CORES+= libretro:beetle-supergrafx-libretro:mednafen_supergrafx:c6d3488:x
|
||||
ALL_CORES+= libretro:beetle-vb-libretro:mednafen_vb:085e0b6:x
|
||||
ALL_CORES+= libretro:beetle-wswan-libretro:mednafen_wswan:b850831:x
|
||||
ALL_CORES+= libretro:libretro-lutro:lutro:4d6da23:x
|
||||
ALL_CORES+= libretro:mame2000-libretro:mame2000:b4ca94b:x
|
||||
ALL_CORES+= libretro:mame2003-libretro:mame2003:57f6dae:x
|
||||
ALL_CORES+= libretro:mame2014-libretro:mame2014:2e3943d:x
|
||||
#ALL_CORES= libretro:mame:mame:cfa60c7:x BROKEN: fails to build https://github.com/libretro/mame/issues/15
|
||||
ALL_CORES+= libretro:beetle-gba-libretro:mednafen_gba:b17b3a2:x
|
||||
ALL_CORES+= libretro:beetle-lynx-libretro:mednafen_lynx:76fd67f:x
|
||||
ALL_CORES+= libretro:beetle-ngp-libretro:mednafen_ngp:15887b8:x
|
||||
ALL_CORES+= libretro:beetle-pce-fast-libretro:mednafen_pce_fast:8daf99e:x
|
||||
ALL_CORES+= libretro:beetle-pcfx-libretro:mednafen_pcfx:89d16cd:x
|
||||
ALL_CORES+= libretro:beetle-psx-libretro:mednafen_psx:e661a34:x
|
||||
ALL_CORES+= libretro:beetle-bsnes-libretro:mednafen_snes:ff6938b:x
|
||||
ALL_CORES+= libretro:beetle-supergrafx-libretro:mednafen_supergrafx:42c8c0d:x
|
||||
ALL_CORES+= libretro:beetle-vb-libretro:mednafen_vb:c99ba93:x
|
||||
ALL_CORES+= libretro:beetle-wswan-libretro:mednafen_wswan:afbcd37:x
|
||||
ALL_CORES+= libretro:meteor-libretro:meteor:38b10c0:x
|
||||
ALL_CORES+= mgba-emu:mgba:mgba:b3d08ec:x
|
||||
ALL_CORES+= mgba-emu:mgba:mgba:8fd14f4:x
|
||||
#ALL_CORES+= libretro:mupen64plus-libretro:mupen64plus:7db9296:x BROKEN: needs GLES,GL....
|
||||
ALL_CORES+= libretro:nestopia:nestopia:dcaed96:x
|
||||
ALL_CORES+= libretro:nxengine-libretro:nxengine:4723600:x
|
||||
ALL_CORES+= libretro:libretro-o2em:o2em:c54042e:x
|
||||
ALL_CORES+= libretro:pcsx_rearmed:pcsx_rearmed:ce36c10:x
|
||||
ALL_CORES+= libretro:picodrive:picodrive:e912fdf:x
|
||||
ALL_CORES+= libretro:nestopia:nestopia:b8de4c8:x
|
||||
ALL_CORES+= libretro:nxengine-libretro:nxengine:ee65158:x
|
||||
ALL_CORES+= libretro:libretro-o2em:o2em:0d54d35:x
|
||||
ALL_CORES+= libretro:pcsx_rearmed:pcsx_rearmed:1aa232f:x
|
||||
ALL_CORES+= libretro:picodrive:picodrive:0d87bd6:x
|
||||
#ALL_CORES+= libretro:pocketsnes-libretro:pocketsnes:5339c79:x BROKEN: asm
|
||||
#ALL_CORES+= libretro:libretro-ppsspp:ppsspp:ea17e27:x BROKEN: requires multiple distfiles?
|
||||
ALL_CORES+= libretro:libretro-prboom:prboom:d34af3f:x
|
||||
ALL_CORES+= libretro:prosystem-libretro:prosystem:7c8059c:x
|
||||
ALL_CORES+= libretro:QuickNES_Core:quicknes:518638b:x
|
||||
ALL_CORES+= libretro:libretro-prboom:prboom:d1479f0:x
|
||||
ALL_CORES+= libretro:prosystem-libretro:prosystem:b675fdf:x
|
||||
ALL_CORES+= libretro:QuickNES_Core:quicknes:ff4c152:x
|
||||
ALL_CORES+= libretro:reicast-emulator:reicast:3601150:x
|
||||
#ALL_CORES+= libretro:libretro-remotejoy:remotejoy:2e99718:x BROKEN: needs linux USB, is this linux-only?
|
||||
ALL_CORES+= libretro:scummvm:scummvm:c3e719a:x
|
||||
ALL_CORES+= libretro:scummvm:scummvm:47bb6e5:x
|
||||
ALL_CORES+= libretro:snes9x:snes9x:ccf1ee2:x
|
||||
# broken for now
|
||||
ALL_CORES+= libretro:snes9x2010:snes9x2010:dfb7eef:x
|
||||
ALL_CORES+= libretro:stella-libretro:stella:96619e4:x
|
||||
ALL_CORES+= libretro:tgbdual-libretro:tgbdual:b1bf294:x
|
||||
ALL_CORES+= libretro:tyrquake:tyrquake:8261e19:x
|
||||
#ALL_CORES+= libretro:libretro-uae:uae:7cbc230:x BROKEN: compile error https://github.com/libretro/libretro-uae/issues/4
|
||||
ALL_CORES+= libretro:vba-next:vba_next:0c20cd9:x
|
||||
ALL_CORES+= libretro:stella-libretro:stella:3aa5737:x
|
||||
ALL_CORES+= libretro:tgbdual-libretro:tgbdual:6f8bfe5:x
|
||||
ALL_CORES+= libretro:tyrquake:tyrquake:34bd008:x
|
||||
ALL_CORES+= libretro:libretro-uae:puae:99af768:x
|
||||
ALL_CORES+= libretro:vba-next:vba_next:7623670:x
|
||||
ALL_CORES+= libretro:vbam-libretro:vbam:bedddba:x
|
||||
ALL_CORES+= libretro:libretro-vecx:vecx:be67ef1:x
|
||||
ALL_CORES+= libretro:virtualjaguar-libretro:virtualjaguar:ffec5c7:x
|
||||
ALL_CORES+= libretro:yabause:yabause:b121882:x
|
||||
ALL_CORES+= libretro:libretro-vecx:vecx:1a86382:x
|
||||
ALL_CORES+= libretro:virtualjaguar-libretro:virtualjaguar:8be4390:x
|
||||
ALL_CORES+= libretro:yabause:yabause:dac3c5a:x
|
||||
|
||||
USE_GITHUB= nodefault
|
||||
|
||||
|
|
@ -96,10 +102,10 @@ PLIST_FILES:= ${PLIST_FILES:S/_x_libretro/_libretro/}
|
|||
|
||||
WRKSRC= ${WRKDIR}/all-cores
|
||||
|
||||
USES= compiler:c++11-lib dos2unix gmake lua:53 python:2
|
||||
USES= compiler:c++11-lib dos2unix gmake lua:53 python:2 ssl
|
||||
USE_LDCONFIG= yes
|
||||
USE_GL= gl
|
||||
DOS2UNIX_FILES= hatari/Makefile.libretro
|
||||
DOS2UNIX_FILES= hatari/Makefile.libretro 81-libretro/81/sp0256.c libretro-uae/Makefile
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
@ -120,6 +126,9 @@ do-build:
|
|||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile.freebsd ${_MAKE_JOBS} ${MAKE_ARGS}; \
|
||||
elif [ -f Makefile.libretro ]; then \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile.libretro ${_MAKE_JOBS} ${MAKE_ARGS}; \
|
||||
elif [ -f CMakeLists.txt ]; then \
|
||||
${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/cmake . && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile ${_MAKE_JOBS} ${MAKE_ARGS}; \
|
||||
else \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile ${_MAKE_JOBS} ${MAKE_ARGS}; \
|
||||
fi; \
|
||||
|
|
@ -131,6 +140,9 @@ do-install:
|
|||
${INSTALL_LIB} $$(find ${WRKSRC}/$${dir}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; \
|
||||
done;
|
||||
|
||||
post-install:
|
||||
@${RM} ${STAGEDIR}/${PREFIX}/libexec/libretro/libcurl.so
|
||||
|
||||
print-upstream-revisions:
|
||||
@${ECHO} "--begin print upstream revisions--" && \
|
||||
${GIT_REV} \
|
||||
|
|
|
|||
|
|
@ -1,109 +1,123 @@
|
|||
TIMESTAMP = 1473306410
|
||||
SHA256 (libretro-libretro-2048-d69235a_GH0.tar.gz) = cdbb3e39ef70cf96434491bd28ed8057ed1c5157d39be2f381cbc0ace33422f5
|
||||
SIZE (libretro-libretro-2048-d69235a_GH0.tar.gz) = 2681285
|
||||
SHA256 (libretro-4do-libretro-cbd700e_GH0.tar.gz) = d11f2bdf41db507c94e1bbbed01cbfea5c69389922cda5013a1edf12f5320454
|
||||
SIZE (libretro-4do-libretro-cbd700e_GH0.tar.gz) = 89043
|
||||
TIMESTAMP = 1478648600
|
||||
SHA256 (libretro-libretro-2048-6730b2b_GH0.tar.gz) = a506fb93e30860af2975771a4566730b75ba8f6432a116cbba2b98289a65769a
|
||||
SIZE (libretro-libretro-2048-6730b2b_GH0.tar.gz) = 2681324
|
||||
SHA256 (libretro-4do-libretro-f433301_GH0.tar.gz) = 988e0d5db1c7c995338c8aaf6b57a01a46ff27b7d009d7654b02bd5223c32269
|
||||
SIZE (libretro-4do-libretro-f433301_GH0.tar.gz) = 92280
|
||||
SHA256 (libretro-81-libretro-b484a7a_GH0.tar.gz) = 329644feaa8411b450b73aa16ea91a7523db1250b686674e8f273d71a5912aa3
|
||||
SIZE (libretro-81-libretro-b484a7a_GH0.tar.gz) = 1228733
|
||||
SHA256 (libretro-blueMSX-libretro-ee4ff9c_GH0.tar.gz) = 70f36e94737428859452bef673074b283cd3663f01c8327d9b1104ae98770a1e
|
||||
SIZE (libretro-blueMSX-libretro-ee4ff9c_GH0.tar.gz) = 2401332
|
||||
SHA256 (libretro-bsnes-libretro-ee95143_GH0.tar.gz) = d9485f98d4ecde4364696f57a4b72c5e3272450f26a8ad09c4f358a95f3046da
|
||||
SIZE (libretro-bsnes-libretro-ee95143_GH0.tar.gz) = 1254575
|
||||
SHA256 (libretro-bsnes-libretro-365c5c1_GH0.tar.gz) = 087d97c6396e778f2e8873c45f50d2c7934dc4e67585314cf615e4223366089a
|
||||
SIZE (libretro-bsnes-libretro-365c5c1_GH0.tar.gz) = 1254980
|
||||
SHA256 (libretro-CATSFC-libretro-5907687_GH0.tar.gz) = d5f72a5f40d6fb70efd2d4599b07a64209f37450cf910e9fff03649b22054ae4
|
||||
SIZE (libretro-CATSFC-libretro-5907687_GH0.tar.gz) = 373347
|
||||
SHA256 (libretro-desmume-cae5945_GH0.tar.gz) = 6763e5167ed245c75686facf9b9722969e339dd7f9b073ea1a3c720e28c58185
|
||||
SIZE (libretro-desmume-cae5945_GH0.tar.gz) = 2112170
|
||||
SHA256 (libretro-Dinothawr-b49d969_GH0.tar.gz) = a9f00834a84a4c41b33848bcc2c6d7726df81f17f92864e3d8a85f8b88571198
|
||||
SIZE (libretro-Dinothawr-b49d969_GH0.tar.gz) = 6547335
|
||||
SHA256 (libretro-dosbox-libretro-bc5d578_GH0.tar.gz) = 139d376bd367045767df7f0640902d97d96bce690048f7d3079de5a831f2ee3e
|
||||
SIZE (libretro-dosbox-libretro-bc5d578_GH0.tar.gz) = 1183334
|
||||
SHA256 (libretro-emux-be9022b_GH0.tar.gz) = fa64a21371f2617c819502f71992989e6bcddde53b1c26edf85900addddb6472
|
||||
SIZE (libretro-emux-be9022b_GH0.tar.gz) = 171134
|
||||
SHA256 (libretro-Craft-dc6ae44_GH0.tar.gz) = 5a19a6d802118fe226d37f17d430ad98ae02d27645a977310d96b778633dcf97
|
||||
SIZE (libretro-Craft-dc6ae44_GH0.tar.gz) = 3147914
|
||||
SHA256 (libretro-desmume-ab1bd5a_GH0.tar.gz) = b7f89e0690d7ec6abdfad952ba72028deef21ec1e4d73b91945e4f0abe0b41fb
|
||||
SIZE (libretro-desmume-ab1bd5a_GH0.tar.gz) = 1370736
|
||||
SHA256 (libretro-Dinothawr-4ef365e_GH0.tar.gz) = 7c58bf98584c949c77fbbc698f9ded89397f14367773f01dc59f4804e1853bfb
|
||||
SIZE (libretro-Dinothawr-4ef365e_GH0.tar.gz) = 6823843
|
||||
SHA256 (libretro-dosbox-libretro-e1ab4fc_GH0.tar.gz) = 10623164942c7b5d8db391067d7dd5d2140c44c7969d705c67884b3723b943e3
|
||||
SIZE (libretro-dosbox-libretro-e1ab4fc_GH0.tar.gz) = 1166432
|
||||
SHA256 (libretro-emux-834f9f9_GH0.tar.gz) = 8196f1389bfd6bd5b7369e54daabd8e66ec6882b3dd1037ae2a1e96409a6ef72
|
||||
SIZE (libretro-emux-834f9f9_GH0.tar.gz) = 186822
|
||||
SHA256 (libretro-fba_cores_cps1-5614a9a_GH0.tar.gz) = 3bf217e9fb5032c6bc6087473386078fd5d853ea2eb59c6b43bdf4da7f412ef8
|
||||
SIZE (libretro-fba_cores_cps1-5614a9a_GH0.tar.gz) = 1081153
|
||||
SHA256 (libretro-fba_cores_cps2-f806c77_GH0.tar.gz) = 0bfea9aa0cdb1d1ce5cc94de3fd23f6fd39882023c72667f46d60f77de509a7a
|
||||
SIZE (libretro-fba_cores_cps2-f806c77_GH0.tar.gz) = 854972
|
||||
SHA256 (libretro-fbalpha-2a3256e_GH0.tar.gz) = c82dc90ad83e363eb82faf8b491dc9163592602d1ce0c46c03415cde342a5457
|
||||
SIZE (libretro-fbalpha-2a3256e_GH0.tar.gz) = 7848817
|
||||
SHA256 (libretro-libretro-fceumm-70ee9e6_GH0.tar.gz) = 015eb4c229a8e71a929b164a363f2099fc7eaab8e1aeed1d5dd2b0c733185e67
|
||||
SIZE (libretro-libretro-fceumm-70ee9e6_GH0.tar.gz) = 385028
|
||||
SHA256 (libretro-fmsx-libretro-4651948_GH0.tar.gz) = 8df8c7637e4ff9d4ad93fef4531c1fa5797a07c57c53b44e6f316efabf5a765a
|
||||
SIZE (libretro-fmsx-libretro-4651948_GH0.tar.gz) = 531605
|
||||
SHA256 (libretro-fuse-libretro-c871953_GH0.tar.gz) = 80ca38b6f3d9d668d416b359dacb14ce37373e9e7fd812560643defb182d449f
|
||||
SIZE (libretro-fuse-libretro-c871953_GH0.tar.gz) = 4311923
|
||||
SHA256 (libretro-fbalpha-6d36b3a_GH0.tar.gz) = 7fb141d6a9d7fc913a500405b606f4a335576b8683b1ebf35247322252d2aaac
|
||||
SIZE (libretro-fbalpha-6d36b3a_GH0.tar.gz) = 8234970
|
||||
SHA256 (libretro-libretro-fceumm-50d0dfe_GH0.tar.gz) = 70b2b71b7eab34b63afee6d74954e4c62b11df6bd09fad868fa64f3660a2353e
|
||||
SIZE (libretro-libretro-fceumm-50d0dfe_GH0.tar.gz) = 392030
|
||||
SHA256 (libretro-fmsx-libretro-91e6deb_GH0.tar.gz) = 8807b188c801f3682e1afc36529aa798611763a2038feba8975cf91d2069b7d0
|
||||
SIZE (libretro-fmsx-libretro-91e6deb_GH0.tar.gz) = 531566
|
||||
SHA256 (libretro-fuse-libretro-6cda7ed_GH0.tar.gz) = 3e7e89032431b28e4bf7e2c7d5a7b713ffa568fbb0e6771cdf5dc8d057b16a72
|
||||
SIZE (libretro-fuse-libretro-6cda7ed_GH0.tar.gz) = 4314484
|
||||
SHA256 (libretro-gambatte-libretro-59fb6a6_GH0.tar.gz) = 7cc7d1084b39cd5b09d31849f852859a96d5ce1e90c05e0a0c5132418f313cd2
|
||||
SIZE (libretro-gambatte-libretro-59fb6a6_GH0.tar.gz) = 154552
|
||||
SHA256 (libretro-Genesis-Plus-GX-7d8d5f1_GH0.tar.gz) = 27531cf061f46ae3fc17b6316a48c878d5b8da8361107f4d6760b057e4c02ec4
|
||||
SIZE (libretro-Genesis-Plus-GX-7d8d5f1_GH0.tar.gz) = 5711794
|
||||
SHA256 (libretro-gpsp-f1d14fb_GH0.tar.gz) = 8bca47c9fd772357b5722adfc140586717a7834f099979b68f8310f330bb47dd
|
||||
SIZE (libretro-gpsp-f1d14fb_GH0.tar.gz) = 258360
|
||||
SHA256 (libretro-gw-libretro-95e3c4d_GH0.tar.gz) = 1a1d948d50a90b23e8dc82e6cc11765e8368c8061c7c763b49f73839e1367276
|
||||
SIZE (libretro-gw-libretro-95e3c4d_GH0.tar.gz) = 3448370
|
||||
SHA256 (libretro-libretro-handy-13d86fb_GH0.tar.gz) = 1198e14f16af20efc89dcee898e580c938c7e1a0c114e781a988f88f78eb6f52
|
||||
SIZE (libretro-libretro-handy-13d86fb_GH0.tar.gz) = 96496
|
||||
SHA256 (libretro-hatari-204dc6e_GH0.tar.gz) = 54076d3099a24d464e0ea6ac03cc71bfc84344a495ec545a27ec66e8c02daca0
|
||||
SIZE (libretro-hatari-204dc6e_GH0.tar.gz) = 2735110
|
||||
SHA256 (libretro-Genesis-Plus-GX-3c6d839_GH0.tar.gz) = 1390dbd1180f0e253adf3bbbf1eb5f674c93e1f466bbbfe66aee62f1f5ecfc57
|
||||
SIZE (libretro-Genesis-Plus-GX-3c6d839_GH0.tar.gz) = 5795790
|
||||
SHA256 (libretro-gpsp-4d860ae_GH0.tar.gz) = 9ebe4445f56a66cdcb0511cb5e8cb10fe060af213ab4272fbc6c5bf132dcd39a
|
||||
SIZE (libretro-gpsp-4d860ae_GH0.tar.gz) = 247888
|
||||
SHA256 (libretro-gw-libretro-0408906_GH0.tar.gz) = 01c06ca24eb00840da79390c0099741135affcc562d39f43602befe54e4c98f8
|
||||
SIZE (libretro-gw-libretro-0408906_GH0.tar.gz) = 3448801
|
||||
SHA256 (libretro-libretro-handy-84f188b_GH0.tar.gz) = f61ec0f4ffed7b3bc87bf2b3b96525f08f4894573150ef178676a6d5880a8b7e
|
||||
SIZE (libretro-libretro-handy-84f188b_GH0.tar.gz) = 100845
|
||||
SHA256 (libretro-hatari-4930236_GH0.tar.gz) = 82acbacf0d18e9723a6d99251f8577820914ecbff7150a93ee408b7cab9a5f4e
|
||||
SIZE (libretro-hatari-4930236_GH0.tar.gz) = 2735280
|
||||
SHA256 (libretro-imageviewer-libretro-ae1465c_GH0.tar.gz) = 7d638f812acc630938d4b512e21ef686163a1ebd63d8fca8eafd2c1b9c901f40
|
||||
SIZE (libretro-imageviewer-libretro-ae1465c_GH0.tar.gz) = 80001
|
||||
SHA256 (libretro-mame2014-libretro-6d370c1_GH0.tar.gz) = 0da4adc412feed25335ad4a01515185f2633ef3397ef58548c1160cad9e3dedc
|
||||
SIZE (libretro-mame2014-libretro-6d370c1_GH0.tar.gz) = 84559250
|
||||
SHA256 (libretro-beetle-gba-libretro-5110115_GH0.tar.gz) = 0e421771c6b79ba5acef03f5e43fe834cb4b320e6f9afc5a21a7bd124045b39d
|
||||
SIZE (libretro-beetle-gba-libretro-5110115_GH0.tar.gz) = 202956
|
||||
SHA256 (libretro-beetle-lynx-libretro-a29513a_GH0.tar.gz) = a288880d18529c962d92b45cb2265125e18bb930b86f0db4e1a10d7077ebb941
|
||||
SIZE (libretro-beetle-lynx-libretro-a29513a_GH0.tar.gz) = 172021
|
||||
SHA256 (libretro-beetle-ngp-libretro-f18354e_GH0.tar.gz) = 996407c5ba17c46b9b35c4f1519cf040bc6493d22c6c9a890068e6219d7a8e42
|
||||
SIZE (libretro-beetle-ngp-libretro-f18354e_GH0.tar.gz) = 196355
|
||||
SHA256 (libretro-beetle-pce-fast-libretro-6e2eaf7_GH0.tar.gz) = b7a8be5a41d9f82e82c3237993b4d424c9389f7996a74de45e6f3b2023873ca3
|
||||
SIZE (libretro-beetle-pce-fast-libretro-6e2eaf7_GH0.tar.gz) = 366978
|
||||
SHA256 (libretro-beetle-pcfx-libretro-5b62ae8_GH0.tar.gz) = 92472d9bd2132646db5693e1a70c5299b6e47895c9e20abe274281a6a9996e41
|
||||
SIZE (libretro-beetle-pcfx-libretro-5b62ae8_GH0.tar.gz) = 485807
|
||||
SHA256 (libretro-beetle-psx-libretro-83b4b48_GH0.tar.gz) = fcc199577e4d539fcd375083edf328f0844318f2c8f066419f90b7bd1a888c31
|
||||
SIZE (libretro-beetle-psx-libretro-83b4b48_GH0.tar.gz) = 444614
|
||||
SHA256 (libretro-beetle-bsnes-libretro-7d9be82_GH0.tar.gz) = 2133ee6afef2be455f6dd230e858f0188e199ee6696319910d3328a117da414a
|
||||
SIZE (libretro-beetle-bsnes-libretro-7d9be82_GH0.tar.gz) = 506584
|
||||
SHA256 (libretro-beetle-supergrafx-libretro-c6d3488_GH0.tar.gz) = 620386fecfb02ec8126e3375b7869892002374c1c2ed93d7d0930c04dddbf73e
|
||||
SIZE (libretro-beetle-supergrafx-libretro-c6d3488_GH0.tar.gz) = 378180
|
||||
SHA256 (libretro-beetle-vb-libretro-085e0b6_GH0.tar.gz) = 92bc807fd7448ea01c6b9a292def205eb4d0294b54fb61c2f2129f718d1516fe
|
||||
SIZE (libretro-beetle-vb-libretro-085e0b6_GH0.tar.gz) = 201233
|
||||
SHA256 (libretro-beetle-wswan-libretro-b850831_GH0.tar.gz) = 53f2c11e9d860abce2552cfc26659c57bc1e6c6b7147744b56db2b8dd33542b2
|
||||
SIZE (libretro-beetle-wswan-libretro-b850831_GH0.tar.gz) = 175725
|
||||
SHA256 (libretro-libretro-lutro-4d6da23_GH0.tar.gz) = 957facfd880b031ae15b3f279d943087cbcb5fec0a48177bce24ff9a74f48ca5
|
||||
SIZE (libretro-libretro-lutro-4d6da23_GH0.tar.gz) = 3372409
|
||||
SHA256 (libretro-mame2000-libretro-b4ca94b_GH0.tar.gz) = 670c3065696fd84a86c29f1470548f9f6a3ef8c0db02a0aac33f319d47b49194
|
||||
SIZE (libretro-mame2000-libretro-b4ca94b_GH0.tar.gz) = 4560919
|
||||
SHA256 (libretro-mame2003-libretro-57f6dae_GH0.tar.gz) = fa6fb6e4734d134c29b112259de6f171d61844fa3a7b1f6e17549a48e284ea94
|
||||
SIZE (libretro-mame2003-libretro-57f6dae_GH0.tar.gz) = 9679405
|
||||
SHA256 (libretro-mame2014-libretro-2e3943d_GH0.tar.gz) = 325af5af7ea4a43c6f350a05adc883fd357a0d80f522939d17646d2f8706663c
|
||||
SIZE (libretro-mame2014-libretro-2e3943d_GH0.tar.gz) = 84559993
|
||||
SHA256 (libretro-beetle-gba-libretro-b17b3a2_GH0.tar.gz) = 2051dcf72a07608113bb2eb3233b3aaec791ca4c4d2a403d1252e09dfc9e8543
|
||||
SIZE (libretro-beetle-gba-libretro-b17b3a2_GH0.tar.gz) = 167336
|
||||
SHA256 (libretro-beetle-lynx-libretro-76fd67f_GH0.tar.gz) = 6bdb59d8e68657e45f0245c90a071a1adbf8707eb2de8ef5e1261c0e0c20afdb
|
||||
SIZE (libretro-beetle-lynx-libretro-76fd67f_GH0.tar.gz) = 127986
|
||||
SHA256 (libretro-beetle-ngp-libretro-15887b8_GH0.tar.gz) = d48806e393da7b59140cdc3f890a87bb67b6a844ac6b6ed9a3c590363d6088bd
|
||||
SIZE (libretro-beetle-ngp-libretro-15887b8_GH0.tar.gz) = 167919
|
||||
SHA256 (libretro-beetle-pce-fast-libretro-8daf99e_GH0.tar.gz) = 52ccf51970f0683d17309073fef55f6831d72a35923ad34f222aff6e7ba6929b
|
||||
SIZE (libretro-beetle-pce-fast-libretro-8daf99e_GH0.tar.gz) = 363345
|
||||
SHA256 (libretro-beetle-pcfx-libretro-89d16cd_GH0.tar.gz) = 7cecd31211dd984d48f15989202a7ea6befd7691ce501fc7fe81ff6eb5763a9f
|
||||
SIZE (libretro-beetle-pcfx-libretro-89d16cd_GH0.tar.gz) = 456954
|
||||
SHA256 (libretro-beetle-psx-libretro-e661a34_GH0.tar.gz) = 9408a7278c244686f69a8edfb921595e28dfe0f56093012db3deadf8cc890372
|
||||
SIZE (libretro-beetle-psx-libretro-e661a34_GH0.tar.gz) = 1011281
|
||||
SHA256 (libretro-beetle-bsnes-libretro-ff6938b_GH0.tar.gz) = 81dd34c6d93e945e2b3a65216a9fc9189d229ab651ee4472f028207575ffed35
|
||||
SIZE (libretro-beetle-bsnes-libretro-ff6938b_GH0.tar.gz) = 472756
|
||||
SHA256 (libretro-beetle-supergrafx-libretro-42c8c0d_GH0.tar.gz) = ad8a61cb111b3422f3115e66619b38097b209e52c68a557a27c7eb4e3b6b8864
|
||||
SIZE (libretro-beetle-supergrafx-libretro-42c8c0d_GH0.tar.gz) = 349360
|
||||
SHA256 (libretro-beetle-vb-libretro-c99ba93_GH0.tar.gz) = 5b88f5b478f53dfc440075075f2a88a1c5d1eb63cf82377fd0651cda466b5b8d
|
||||
SIZE (libretro-beetle-vb-libretro-c99ba93_GH0.tar.gz) = 171328
|
||||
SHA256 (libretro-beetle-wswan-libretro-afbcd37_GH0.tar.gz) = f842b98f40477fc736e3a5e8e7790dc783d96fd4846f0dc93d0d7768d42d90e7
|
||||
SIZE (libretro-beetle-wswan-libretro-afbcd37_GH0.tar.gz) = 145959
|
||||
SHA256 (libretro-meteor-libretro-38b10c0_GH0.tar.gz) = b11895884474f0f8caee06795c146f0d387e33b22ded769542fd440b8dc8bd31
|
||||
SIZE (libretro-meteor-libretro-38b10c0_GH0.tar.gz) = 241351
|
||||
SHA256 (mgba-emu-mgba-b3d08ec_GH0.tar.gz) = fd6bbdff1d912478121c8c20f8bc1a3b23daa7e59dbfd0a943b4b303639dc6dd
|
||||
SIZE (mgba-emu-mgba-b3d08ec_GH0.tar.gz) = 4801675
|
||||
SHA256 (libretro-nestopia-dcaed96_GH0.tar.gz) = 33c69807e37b422fbd47d96b50748b87eb7d4d5577f1f9b4b93038bcb701ab4b
|
||||
SIZE (libretro-nestopia-dcaed96_GH0.tar.gz) = 1271711
|
||||
SHA256 (libretro-nxengine-libretro-4723600_GH0.tar.gz) = 52d3694e2939d2efed0fd9a6f3df1f2afbae506f7dcb1959f782ef984d097799
|
||||
SIZE (libretro-nxengine-libretro-4723600_GH0.tar.gz) = 2693820
|
||||
SHA256 (libretro-libretro-o2em-c54042e_GH0.tar.gz) = 4e458a9b2cc51e06bfe351c1715118fb497bfd1518781dabf43940fae5e638e2
|
||||
SIZE (libretro-libretro-o2em-c54042e_GH0.tar.gz) = 66521
|
||||
SHA256 (libretro-pcsx_rearmed-ce36c10_GH0.tar.gz) = ed894d4259fd5af6e144a777ab52be0184d5d92a99c1abd58fb4adad633be101
|
||||
SIZE (libretro-pcsx_rearmed-ce36c10_GH0.tar.gz) = 1186011
|
||||
SHA256 (libretro-picodrive-e912fdf_GH0.tar.gz) = b13acc5014ecd157ca3929abb96a50ee3ab0fba6a6fb5124fd9d1bcaa0699e1e
|
||||
SIZE (libretro-picodrive-e912fdf_GH0.tar.gz) = 1376528
|
||||
SHA256 (libretro-libretro-prboom-d34af3f_GH0.tar.gz) = d4e0d2564100cda30d93002fb0d2791c26c06c07e28fc17abc46a543140a992e
|
||||
SIZE (libretro-libretro-prboom-d34af3f_GH0.tar.gz) = 1080987
|
||||
SHA256 (libretro-prosystem-libretro-7c8059c_GH0.tar.gz) = c8cc2a4b98e7b686cd45f52e4ad60e56bb50ae4eee3f3d5d63a97ea9360b0c37
|
||||
SIZE (libretro-prosystem-libretro-7c8059c_GH0.tar.gz) = 58782
|
||||
SHA256 (libretro-QuickNES_Core-518638b_GH0.tar.gz) = 8e91e905f803e249073d57d64498eef205183d96e277d71479a4bbe6a1824835
|
||||
SIZE (libretro-QuickNES_Core-518638b_GH0.tar.gz) = 138482
|
||||
SHA256 (libretro-scummvm-c3e719a_GH0.tar.gz) = 1e7d8bdbf9afd8c4f5aaf190a7c7de0e3017e9c28bda90c6c5d82837eb27fb78
|
||||
SIZE (libretro-scummvm-c3e719a_GH0.tar.gz) = 23890636
|
||||
SHA256 (mgba-emu-mgba-8fd14f4_GH0.tar.gz) = 99989329f773548918a9a25a36257687b2067824257dd06ee6ff56ae68cb1998
|
||||
SIZE (mgba-emu-mgba-8fd14f4_GH0.tar.gz) = 5351695
|
||||
SHA256 (libretro-nestopia-b8de4c8_GH0.tar.gz) = a26224f9570f0310474fd81181f8ee451cc4ce0246cc047190ab07d8d576fda1
|
||||
SIZE (libretro-nestopia-b8de4c8_GH0.tar.gz) = 1276664
|
||||
SHA256 (libretro-nxengine-libretro-ee65158_GH0.tar.gz) = 93b6c1387aa300c86b0fbcb105f8e2d54bb8463c99ace5b18c80e3ec222c1755
|
||||
SIZE (libretro-nxengine-libretro-ee65158_GH0.tar.gz) = 2703059
|
||||
SHA256 (libretro-libretro-o2em-0d54d35_GH0.tar.gz) = bfb98e981f57177c26a99465253d4af517e87f9a6a83c9894d67ef9b5bc206f8
|
||||
SIZE (libretro-libretro-o2em-0d54d35_GH0.tar.gz) = 66527
|
||||
SHA256 (libretro-pcsx_rearmed-1aa232f_GH0.tar.gz) = 07edef8da6623a0550acb6e4a8d6f9135fffeb1083c80466f90b0c0b006707ae
|
||||
SIZE (libretro-pcsx_rearmed-1aa232f_GH0.tar.gz) = 1178397
|
||||
SHA256 (libretro-picodrive-0d87bd6_GH0.tar.gz) = a2a058ac3bb8b967a3869dc06c0b54ac544289910065c3ac8235501fd4c9426b
|
||||
SIZE (libretro-picodrive-0d87bd6_GH0.tar.gz) = 1380011
|
||||
SHA256 (libretro-libretro-prboom-d1479f0_GH0.tar.gz) = 0b94d0ff341fb7aa9b7fb127e8f2cd8d5d6a75a58f8e9bfe1b5bf519970f1c4f
|
||||
SIZE (libretro-libretro-prboom-d1479f0_GH0.tar.gz) = 2085520
|
||||
SHA256 (libretro-prosystem-libretro-b675fdf_GH0.tar.gz) = 4e37c376d2136072b0f84e92f1d1583d697489a371e2a16d3136fa8ebfc84207
|
||||
SIZE (libretro-prosystem-libretro-b675fdf_GH0.tar.gz) = 66009
|
||||
SHA256 (libretro-QuickNES_Core-ff4c152_GH0.tar.gz) = b5d208a61e75dc1bd496d40fa93a92d366a9b0b0fa7f874f37cabc8691e5e569
|
||||
SIZE (libretro-QuickNES_Core-ff4c152_GH0.tar.gz) = 138446
|
||||
SHA256 (libretro-reicast-emulator-3601150_GH0.tar.gz) = 1348db3299097c784bc8662a34948722b186b1c02362c601a3e4b2e47e88d621
|
||||
SIZE (libretro-reicast-emulator-3601150_GH0.tar.gz) = 1016702
|
||||
SHA256 (libretro-scummvm-47bb6e5_GH0.tar.gz) = 67c2992fc228fed058742348c98db4648bb209fd9a0015d672da37576c1073a6
|
||||
SIZE (libretro-scummvm-47bb6e5_GH0.tar.gz) = 33506387
|
||||
SHA256 (libretro-snes9x-ccf1ee2_GH0.tar.gz) = 7f91ab799d9f858775796fba251e3294a3cd3524c72b36f0e3e61f4fe0fe0769
|
||||
SIZE (libretro-snes9x-ccf1ee2_GH0.tar.gz) = 2133927
|
||||
SHA256 (libretro-snes9x2010-dfb7eef_GH0.tar.gz) = 19011eac7b69a421ff5f43ce499fe43b450ac1f412870429ad849702924713be
|
||||
SIZE (libretro-snes9x2010-dfb7eef_GH0.tar.gz) = 384281
|
||||
SHA256 (libretro-stella-libretro-96619e4_GH0.tar.gz) = 2cecd7ee012868e305bbd4edc6878b47247ce7ea6ae62ce93b48b8b880870b77
|
||||
SIZE (libretro-stella-libretro-96619e4_GH0.tar.gz) = 747535
|
||||
SHA256 (libretro-tgbdual-libretro-b1bf294_GH0.tar.gz) = 56687ab994dbb6dc4414cacb85d046722580a3065d3afc92f905a2eeed4c9d75
|
||||
SIZE (libretro-tgbdual-libretro-b1bf294_GH0.tar.gz) = 109789
|
||||
SHA256 (libretro-tyrquake-8261e19_GH0.tar.gz) = cc9faaa2d1b7b84ba9355189590c10138b5eff5bfed0dbb5910bf069dacc3f61
|
||||
SIZE (libretro-tyrquake-8261e19_GH0.tar.gz) = 574800
|
||||
SHA256 (libretro-vba-next-0c20cd9_GH0.tar.gz) = 7510dd83fc0ac9c4bf2c9a4191da9559aec7aef496a73b30ba84565dbbf2f059
|
||||
SIZE (libretro-vba-next-0c20cd9_GH0.tar.gz) = 135874
|
||||
SHA256 (libretro-stella-libretro-3aa5737_GH0.tar.gz) = 9831e4aca4ff3e1b2cd0fee3358c85a54a3ebcb24b08f57328fa43d9b52581a4
|
||||
SIZE (libretro-stella-libretro-3aa5737_GH0.tar.gz) = 689482
|
||||
SHA256 (libretro-tgbdual-libretro-6f8bfe5_GH0.tar.gz) = 82f132577d76e27def137eebbe187c6cdd00c7bc5f64be09b554a44002a9027f
|
||||
SIZE (libretro-tgbdual-libretro-6f8bfe5_GH0.tar.gz) = 109843
|
||||
SHA256 (libretro-tyrquake-34bd008_GH0.tar.gz) = a2f233e21db4b5b88a60af057a1861f4d6ea3e2c181ece6625f265c9cedd9cdd
|
||||
SIZE (libretro-tyrquake-34bd008_GH0.tar.gz) = 619438
|
||||
SHA256 (libretro-libretro-uae-99af768_GH0.tar.gz) = fba197a5b16b4239d75f1d923d7af99a2709c0bbb991be7f3e792e5ae46207ea
|
||||
SIZE (libretro-libretro-uae-99af768_GH0.tar.gz) = 7284121
|
||||
SHA256 (libretro-vba-next-7623670_GH0.tar.gz) = 8129e6433fe854326e03cc8babf299e9112582a114d455c7ba4e374bbff945e0
|
||||
SIZE (libretro-vba-next-7623670_GH0.tar.gz) = 185423
|
||||
SHA256 (libretro-vbam-libretro-bedddba_GH0.tar.gz) = 45db639102f7fcd8a339f014909a1d971e200d9a3488a54f5733a8cee5e088bb
|
||||
SIZE (libretro-vbam-libretro-bedddba_GH0.tar.gz) = 1237355
|
||||
SHA256 (libretro-libretro-vecx-be67ef1_GH0.tar.gz) = 0cbb52d9365fd0b788ac94aa48953f3ce6ee134f81749c7588640fb3df84be1e
|
||||
SIZE (libretro-libretro-vecx-be67ef1_GH0.tar.gz) = 111874
|
||||
SHA256 (libretro-virtualjaguar-libretro-ffec5c7_GH0.tar.gz) = 498204de6d4fad904708902f7959398a9b1b7315307ed8bcf677325898a8a6d6
|
||||
SIZE (libretro-virtualjaguar-libretro-ffec5c7_GH0.tar.gz) = 1026441
|
||||
SHA256 (libretro-yabause-b121882_GH0.tar.gz) = 769b0898fc58d4da4541026359b56ef827b50081218d28116c6927f62d81ebc6
|
||||
SIZE (libretro-yabause-b121882_GH0.tar.gz) = 2168003
|
||||
SHA256 (libretro-libretro-vecx-1a86382_GH0.tar.gz) = 869b8cd13cae73bb24a3427f7fd3687c072cd5d3ec27fcd35fc1264b06c43247
|
||||
SIZE (libretro-libretro-vecx-1a86382_GH0.tar.gz) = 112444
|
||||
SHA256 (libretro-virtualjaguar-libretro-8be4390_GH0.tar.gz) = 50c94532e1ac769ace672841bd5df36e00ed98bb255773e2ee6254afcaa618ca
|
||||
SIZE (libretro-virtualjaguar-libretro-8be4390_GH0.tar.gz) = 963161
|
||||
SHA256 (libretro-yabause-dac3c5a_GH0.tar.gz) = 39c58c75146f08b20e7985c4d8645305ba7e49ef72cb251cae899856644ade64
|
||||
SIZE (libretro-yabause-dac3c5a_GH0.tar.gz) = 2168431
|
||||
|
|
|
|||
10
games/libretro-cores/files/patch-81-libretro_81_sp0256.c
Normal file
10
games/libretro-cores/files/patch-81-libretro_81_sp0256.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- 81-libretro/81/sp0256.c.orig 2016-11-09 04:30:27 UTC
|
||||
+++ 81-libretro/81/sp0256.c
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#if !defined(__CELLOS_LV2__) && !defined(__APPLE__)
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
22
games/libretro-cores/files/patch-Craft_Makefile.libretro
Normal file
22
games/libretro-cores/files/patch-Craft_Makefile.libretro
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
--- Craft/Makefile.libretro.orig 2016-10-21 03:09:13 UTC
|
||||
+++ Craft/Makefile.libretro
|
||||
@@ -3,7 +3,7 @@ PERF_TEST=0
|
||||
HAVE_SHARED_CONTEXT=0
|
||||
HAVE_OPENGL=1
|
||||
FORCE_GLES=0
|
||||
-HAVE_LIBCURL=0
|
||||
+HAVE_LIBCURL=1
|
||||
|
||||
INCFLAGS :=
|
||||
|
||||
@@ -57,7 +57,9 @@ endif
|
||||
# Unix
|
||||
ifneq (,$(findstring unix,$(platform)))
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
- LDFLAGS += -shared -Wl,--version-script=$(ROOT_DIR)/link.T -Wl,--no-undefined
|
||||
+ CFLAGS += -I$(LOCALBASE)/include
|
||||
+ CXXFLAGS += -I$(LOCALBASE)/include
|
||||
+ LDFLAGS += -shared -Wl,--version-script=$(ROOT_DIR)/link.T -Wl,--no-undefined -L$(LOCALBASE)/lib
|
||||
|
||||
fpic = -fPIC
|
||||
|
||||
20
games/libretro-cores/files/patch-Craft_deps_sqlite_sqlite3.c
Normal file
20
games/libretro-cores/files/patch-Craft_deps_sqlite_sqlite3.c
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
--- Craft/deps/sqlite/sqlite3.c.orig 2016-10-21 03:09:13 UTC
|
||||
+++ Craft/deps/sqlite/sqlite3.c
|
||||
@@ -17,6 +17,9 @@
|
||||
** language. The code for the "sqlite3" command-line shell is also in a
|
||||
** separate file. This file contains only code for the core SQLite library.
|
||||
*/
|
||||
+
|
||||
+#include <sys/stat.h>
|
||||
+
|
||||
#define SQLITE_CORE 1
|
||||
#define SQLITE_AMALGAMATION 1
|
||||
#ifndef SQLITE_PRIVATE
|
||||
@@ -2330,7 +2333,6 @@ struct sqlite3_mem_methods {
|
||||
#define SQLITE_DBCONFIG_ENABLE_FKEY 1002 /* int int* */
|
||||
#define SQLITE_DBCONFIG_ENABLE_TRIGGER 1003 /* int int* */
|
||||
|
||||
-
|
||||
/*
|
||||
** CAPI3REF: Enable Or Disable Extended Result Codes
|
||||
**
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
--- Dinothawr/libretro-common/rthreads/rthreads.c.orig 2016-08-08 17:14:13 UTC
|
||||
+++ Dinothawr/libretro-common/rthreads/rthreads.c
|
||||
@@ -51,6 +51,7 @@
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
+#include <time.h>
|
||||
|
||||
#ifdef __MACH__
|
||||
#include <mach/clock.h>
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- beetle-bsnes-libretro/Makefile.orig 2015-10-16 00:48:29 UTC
|
||||
+++ beetle-bsnes-libretro/Makefile
|
||||
@@ -27,7 +27,7 @@ CORE_DEFINE := -DWANT_SNES_EMU
|
||||
TARGET_NAME := mednafen_snes_libretro
|
||||
|
||||
ifneq ($(platform),win)
|
||||
-LDFLAGS += -ldl
|
||||
+#LDFLAGS += -ldl
|
||||
endif
|
||||
|
||||
ifeq ($(platform), unix)
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- beetle-pcfx-libretro/libretro-common/rthreads/rthreads.c.orig 2016-09-07 04:41:47 UTC
|
||||
+++ beetle-pcfx-libretro/libretro-common/rthreads/rthreads.c
|
||||
@@ -53,6 +53,8 @@
|
||||
#include <mach/mach.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/time.h>
|
||||
+
|
||||
struct thread_data
|
||||
{
|
||||
void (*func)(void*);
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
--- beetle-pcfx-libretro/mednafen/sound/OwlResampler.cpp.orig 2015-10-16 00:50:34 UTC
|
||||
--- beetle-pcfx-libretro/mednafen/sound/OwlResampler.cpp.orig 2016-09-07 04:41:47 UTC
|
||||
+++ beetle-pcfx-libretro/mednafen/sound/OwlResampler.cpp
|
||||
@@ -346,7 +346,7 @@ static INLINE void DoMAC_SSE(float *wave
|
||||
"movups 0(%%" X86_REGC "di), %%xmm0\n\t"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
--- beetle-psx-libretro/libretro-common/rthreads/rthreads.c.orig 2016-11-07 01:42:50 UTC
|
||||
+++ beetle-psx-libretro/libretro-common/rthreads/rthreads.c
|
||||
@@ -60,6 +60,8 @@
|
||||
#include <mach/mach.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/time.h>
|
||||
+
|
||||
struct thread_data
|
||||
{
|
||||
void (*func)(void*);
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
--- bsnes-libretro/Makefile.orig 2015-10-22 07:40:14 UTC
|
||||
--- bsnes-libretro/Makefile.orig 2016-11-04 05:47:02 UTC
|
||||
+++ bsnes-libretro/Makefile
|
||||
@@ -29,7 +29,7 @@ target := libretro
|
||||
@@ -32,7 +32,7 @@ sfc_lagfix := 1
|
||||
ifneq ($(debug),)
|
||||
flags := -I. -Ilibco -O0 -g
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- bsnes-libretro/Makefile.freebsd.orig 2015-11-10 19:32:17 UTC
|
||||
--- bsnes-libretro/Makefile.freebsd.orig 2016-11-09 04:30:27 UTC
|
||||
+++ bsnes-libretro/Makefile.freebsd
|
||||
@@ -0,0 +1,2 @@
|
||||
+all:
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- bsnes-libretro/nall/Makefile.orig 2015-10-22 07:40:14 UTC
|
||||
+++ bsnes-libretro/nall/Makefile
|
||||
@@ -40,7 +40,7 @@ ifeq ($(compiler),)
|
||||
else ifeq ($(platform),osx)
|
||||
compiler := clang++ -stdlib=libc++
|
||||
else
|
||||
- compiler := g++
|
||||
+ compiler := $(CXX)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
--- bsnes-libretro/nall/platform.hpp.orig 2015-10-22 07:40:14 UTC
|
||||
+++ bsnes-libretro/nall/platform.hpp
|
||||
@@ -41,11 +41,7 @@ namespace Math {
|
||||
#undef interface
|
||||
#define dllexport __declspec(dllexport)
|
||||
#else
|
||||
- #ifdef __APPLE__
|
||||
- #include <machine/endian.h>
|
||||
- #else
|
||||
- #include <endian.h>
|
||||
- #endif
|
||||
+ #include <machine/endian.h>
|
||||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
#define dllexport
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
--- bsnes-libretro/target-libretro/Makefile.orig 2015-10-22 07:40:14 UTC
|
||||
--- bsnes-libretro/target-libretro/Makefile.orig 2016-11-04 05:47:02 UTC
|
||||
+++ bsnes-libretro/target-libretro/Makefile
|
||||
@@ -36,7 +36,7 @@ obj/libretro-$(profile).o: $(ui)/libretr
|
||||
@@ -38,7 +38,7 @@ obj/libretro-$(profile).o: $(ui)/libretr
|
||||
#targets
|
||||
build: $(objects)
|
||||
ifeq ($(platform),linux)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- desmume/Makefile.freebsd.orig 2015-11-10 19:32:17 UTC
|
||||
--- desmume/Makefile.freebsd.orig 2016-11-09 04:30:27 UTC
|
||||
+++ desmume/Makefile.freebsd
|
||||
@@ -0,0 +1,2 @@
|
||||
+all:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
--- desmume/desmume/src/libretro-common/rthreads/rthreads.c.orig 2016-11-01 17:09:43 UTC
|
||||
+++ desmume/desmume/src/libretro-common/rthreads/rthreads.c
|
||||
@@ -60,6 +60,8 @@
|
||||
#include <mach/mach.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/time.h>
|
||||
+
|
||||
struct thread_data
|
||||
{
|
||||
void (*func)(void*);
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
--- emux/Makefile.freebsd.orig 2015-11-10 19:32:17 UTC
|
||||
--- emux/Makefile.freebsd.orig 2016-11-09 04:30:27 UTC
|
||||
+++ emux/Makefile.freebsd
|
||||
@@ -0,0 +1,6 @@
|
||||
+all:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- emux/libretro/Makefile.bsd.orig 2015-11-10 19:32:17 UTC
|
||||
--- emux/libretro/Makefile.bsd.orig 2016-11-09 04:30:27 UTC
|
||||
+++ emux/libretro/Makefile.bsd
|
||||
@@ -0,0 +1,88 @@
|
||||
+##############
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- fbalpha/Makefile.freebsd.orig 2015-11-10 19:32:17 UTC
|
||||
--- fbalpha/Makefile.freebsd.orig 2016-11-09 04:30:27 UTC
|
||||
+++ fbalpha/Makefile.freebsd
|
||||
@@ -0,0 +1,2 @@
|
||||
+all:
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
--- fbalpha/makefile.libretro.orig 2016-09-05 06:54:43.000000000 -0700
|
||||
+++ fbalpha/makefile.libretro 2016-09-07 19:59:52.496326000 -0700
|
||||
@@ -53,6 +53,7 @@
|
||||
|
||||
ifeq ($(platform), unix)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
+ PLATFORM_DEFINES := -DUSE_FILE32API
|
||||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,-no-undefined -Wl,--version-script=$(LIBRETRO_DIR)/link.T
|
||||
ENDIANNESS_DEFINES := -DLSB_FIRST
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- fbalpha/src/cpu/mips3/mips3_dasm.cpp.orig 2015-11-07 10:29:16 UTC
|
||||
+++ fbalpha/src/cpu/mips3/mips3_dasm.cpp
|
||||
@@ -6,6 +6,9 @@
|
||||
#include <cstring>
|
||||
#include "mips3.h"
|
||||
#include "mipsdef.h"
|
||||
+#include <cstdio>
|
||||
+
|
||||
+using namespace std;
|
||||
|
||||
namespace mips
|
||||
{
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
--- gambatte-libretro/Makefile.freebsd.orig 2015-11-10 19:32:17 UTC
|
||||
--- gambatte-libretro/Makefile.freebsd.orig 2016-11-09 04:30:27 UTC
|
||||
+++ gambatte-libretro/Makefile.freebsd
|
||||
@@ -0,0 +1,2 @@
|
||||
+all:
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
--- hatari/Makefile.libretro.orig 2015-11-02 18:02:58 UTC
|
||||
+++ hatari/Makefile.libretro
|
||||
@@ -20,7 +20,6 @@ EXTERNAL_ZLIB = 0
|
||||
TARGET_NAME := hatari
|
||||
|
||||
ifeq ($(platform), unix)
|
||||
- CC = gcc
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
SHARED := -lz -lpthread -shared -Wl,--version-script=$(LIBRETRO_DIR)/link.T -Wl,--no-undefined
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- hatari/libretro/libretro-sdk/rthreads/rthreads.c.orig 2016-09-09 05:25:46 UTC
|
||||
+++ hatari/libretro/libretro-sdk/rthreads/rthreads.c
|
||||
@@ -44,6 +44,8 @@
|
||||
#include <mach/mach.h>
|
||||
#endif
|
||||
|
||||
+#include <time.h>
|
||||
+
|
||||
struct thread_data
|
||||
{
|
||||
void (*func)(void*);
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
--- libretro-fceumm/src/general.c.orig 2015-10-16 01:08:30 UTC
|
||||
+++ libretro-fceumm/src/general.c
|
||||
@@ -66,7 +66,7 @@ void FCEUI_SetDirOverride(int which, cha
|
||||
FCEUSS_CheckStates();
|
||||
}
|
||||
}
|
||||
-
|
||||
+/*
|
||||
#ifndef HAVE_ASPRINTF
|
||||
static int asprintf(char **strp, const char *fmt, ...) {
|
||||
va_list ap;
|
||||
@@ -83,7 +83,7 @@ static int asprintf(char **strp, const c
|
||||
return(ret);
|
||||
}
|
||||
#endif
|
||||
-
|
||||
+*/
|
||||
char *FCEU_MakeFName(int type, int id1, char *cd1)
|
||||
{
|
||||
char *ret = 0;
|
||||
12
games/libretro-cores/files/patch-libretro-lutro_Makefile
Normal file
12
games/libretro-cores/files/patch-libretro-lutro_Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- libretro-lutro/Makefile.orig 2016-11-07 01:47:41 UTC
|
||||
+++ libretro-lutro/Makefile
|
||||
@@ -54,7 +54,8 @@ ifeq ($(platform), unix)
|
||||
SHARED := -shared -Wl,--no-as-needed,--no-undefined
|
||||
LUA_SYSCFLAGS := -DLUA_USE_POSIX
|
||||
HAVE_INOTIFY=1
|
||||
- LDFLAGS += -Wl,-E
|
||||
+ CFLAGS += -I$(LOCALBASE)/include
|
||||
+ LDFLAGS += -Wl,-E -L$(LOCALBASE)/lib -linotify
|
||||
|
||||
ifeq ($(ARCH), $(filter $(ARCH), intel))
|
||||
WANT_JIT = 1
|
||||
10
games/libretro-cores/files/patch-libretro-uae_Makefile
Normal file
10
games/libretro-cores/files/patch-libretro-uae_Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- libretro-uae/Makefile.orig 2016-09-08 00:35:43 UTC
|
||||
+++ libretro-uae/Makefile
|
||||
@@ -22,7 +22,6 @@ CORE_DIR := .
|
||||
ROOT_DIR := .
|
||||
|
||||
ifeq ($(platform), unix)
|
||||
- CC = gcc
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
fpic := -fPIC
|
||||
LDFLAGS := -lz -lpthread
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- libretro-uae/sources/src/disk.c.orig 2016-09-08 00:35:43 UTC
|
||||
+++ libretro-uae/sources/src/disk.c
|
||||
@@ -282,7 +282,7 @@ static void disk_date (uae_u8 *p)
|
||||
struct mytimeval mtv;
|
||||
|
||||
gettimeofday (&tv, NULL);
|
||||
- tv.tv_sec -= timezone;
|
||||
+ //tv.tv_sec -= timezone;
|
||||
mtv.tv_sec = tv.tv_sec;
|
||||
mtv.tv_usec = tv.tv_usec;
|
||||
timeval_to_amiga (&mtv, &days, &mins, &ticks);
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
--- mame2014-libretro/3rdparty/genie/build/gmake.linux/genie.make.orig 2015-11-04 17:31:20 UTC
|
||||
+++ mame2014-libretro/3rdparty/genie/build/gmake.linux/genie.make
|
||||
@@ -50,7 +50,7 @@ ifeq ($(config),release)
|
||||
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
|
||||
ALL_LDFLAGS += $(LDFLAGS) -L. -s -rdynamic
|
||||
LDDEPS +=
|
||||
- LIBS += $(LDDEPS) -ldl -lm
|
||||
+ LIBS += $(LDDEPS) -lm
|
||||
LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(RESOURCES) $(ARCH) $(ALL_LDFLAGS) $(LIBS)
|
||||
OBJECTS := \
|
||||
$(OBJDIR)/src/host/os_getcwd.o \
|
||||
@@ -126,7 +126,7 @@ ifeq ($(config),debug)
|
||||
ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES)
|
||||
ALL_LDFLAGS += $(LDFLAGS) -L. -rdynamic
|
||||
LDDEPS +=
|
||||
- LIBS += $(LDDEPS) -ldl -lm
|
||||
+ LIBS += $(LDDEPS) -lm
|
||||
LINKCMD = $(CC) -o $(TARGET) $(OBJECTS) $(RESOURCES) $(ARCH) $(ALL_LDFLAGS) $(LIBS)
|
||||
OBJECTS := \
|
||||
$(OBJDIR)/src/host/os_getcwd.o \
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- mame2014-libretro/3rdparty/mongoose/test/Makefile.orig 2015-11-04 17:31:20 UTC
|
||||
+++ mame2014-libretro/3rdparty/mongoose/test/Makefile
|
||||
@@ -11,7 +11,7 @@ all: $(PROG)
|
||||
gcov -b $(PROG).c | egrep '^(File|Lines)'
|
||||
|
||||
$(PROG): $(SOURCES) Makefile ../mongoose.c clean
|
||||
- $(CC) -o $(PROG) $(SOURCES) $(CFLAGS) -ldl -lssl
|
||||
+ $(CC) -o $(PROG) $(SOURCES) $(CFLAGS) -lssl
|
||||
|
||||
win:
|
||||
wine cl $(SOURCES) /MD /nologo /DNDEBUG /O1 /Fe$(PROG).exe
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
--- mame2014-libretro/Makefile.orig 2015-11-04 17:31:20 UTC
|
||||
--- mame2014-libretro/Makefile.orig 2016-09-09 05:23:19 UTC
|
||||
+++ mame2014-libretro/Makefile
|
||||
@@ -108,22 +108,21 @@ ifeq ($(platform), unix)
|
||||
TARGETOS=linux
|
||||
|
|
@ -12,7 +12,6 @@
|
|||
PLATCFLAGS += -DHAVE_GL
|
||||
LIBS += -lGL
|
||||
endif
|
||||
+ LD = $(CXX)
|
||||
LDFLAGS += $(fpic) $(SHARED)
|
||||
- REALCC = gcc
|
||||
- NATIVECC = g++
|
||||
|
|
@ -23,38 +22,28 @@
|
|||
- CC = g++
|
||||
AR = @ar
|
||||
- LD = g++
|
||||
+ LD = $(CXX)
|
||||
CCOMFLAGS += $(PLATCFLAGS)
|
||||
- LIBS += -lstdc++ -lpthread -ldl
|
||||
+ LIBS += -lstdc++ -lpthread
|
||||
ifeq ($(firstword $(filter x86_64,$(UNAME))),x86_64)
|
||||
PTR64 = 1
|
||||
endif
|
||||
@@ -150,7 +149,7 @@ else ifeq ($(platform), android)
|
||||
@@ -148,7 +147,7 @@ else ifeq ($(platform), android)
|
||||
AR = @arm-linux-androideabi-ar
|
||||
LD = @arm-linux-androideabi-g++
|
||||
FORCE_DRC_C_BACKEND = 1
|
||||
- CCOMFLAGS += -fPIC -mstructure-size-boundary=32 -mthumb-interwork -falign-functions=16 -fsigned-char -finline -fno-common -fno-builtin -fweb -frename-registers -falign-functions=16
|
||||
+ CCOMFLAGS += -fPIC -mstructure-size-boundary=32 -mthumb-interwork -falign-functions=16 -fsigned-char -finline -fno-common -fno-builtin -falign-functions=16
|
||||
PLATCFLAGS += -march=armv7-a -mfloat-abi=softfp -DANDROID -DALIGN_INTS -DALIGN_SHORTS -DLSB_FIRST -fstrict-aliasing -fno-merge-constants -DSDLMAME_NO64BITIO -DSDLMAME_ARM -DRETRO_SETJMP_HACK
|
||||
PLATCFLAGS += -march=armv7-a -mfloat-abi=softfp -DANDROID -DALIGN_INTS -DALIGN_SHORTS -fstrict-aliasing -fno-merge-constants -DSDLMAME_NO64BITIO -DSDLMAME_ARM -DRETRO_SETJMP_HACK
|
||||
ifeq ($(VRENDER),opengl)
|
||||
PLATCFLAGS += -DHAVE_GL
|
||||
@@ -313,8 +312,8 @@ else ifneq (,$(findstring armv,$(platfor
|
||||
@@ -308,7 +307,7 @@ else ifneq (,$(findstring armv,$(platfor
|
||||
TARGETOS=linux
|
||||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,--version-script=src/osd/retro/link.T -Wl,--no-undefined
|
||||
- CCOMFLAGS += $(fpic) -mstructure-size-boundary=32 -falign-functions=16 -fsigned-char -finline -fno-common -fno-builtin -fweb -frename-registers -falign-functions=16
|
||||
- PLATCFLAGS += -march=armv7-a -DALIGN_INTS -DALIGN_SHORTS -DLSB_FIRST -fstrict-aliasing -fno-merge-constants -DSDLMAME_NO64BITIO -DSDLMAME_ARM -DRETRO_SETJMP_HACK
|
||||
+ CCOMFLAGS += $(fpic) -mstructure-size-boundary=32 -falign-functions=16 -fsigned-char -finline -fno-common -fno-builtin -falign-functions=16
|
||||
+ PLATCFLAGS += -march=armv7-a -DALIGN_INTS -DALIGN_SHORTS -DLSB_FIRST -fstrict-aliasing -DSDLMAME_NO64BITIO -DSDLMAME_ARM -DRETRO_SETJMP_HACK
|
||||
PLATCFLAGS += -march=armv7-a -DALIGN_INTS -DALIGN_SHORTS -fstrict-aliasing -fno-merge-constants -DSDLMAME_NO64BITIO -DSDLMAME_ARM -DRETRO_SETJMP_HACK
|
||||
LDFLAGS += -Wl,--fix-cortex-a8 -Wl,--no-as-needed $(fpic) $(SHARED)
|
||||
REALCC = gcc
|
||||
NATIVECC = g++
|
||||
@@ -954,7 +953,7 @@ endif
|
||||
$(EMULATOR): $(EMUINFOOBJ) $(DRIVLISTOBJ) $(DRVLIBS) $(LIBOSD) $(LIBBUS) $(LIBOPTIONAL) $(LIBEMU) $(LIBDASM) $(LIBUTIL) $(EXPAT) $(SOFTFLOAT) $(JPEG_LIB) $(FLAC_LIB) $(7Z_LIB) $(FORMATS_LIB) $(LUA_LIB) $(SQLITE3_LIB) $(WEB_LIB) $(ZLIB) $(LIBOCORE) $(MIDI_LIB) $(RESFILE)
|
||||
$(CC) $(CDEFS) $(CFLAGS) -c $(SRC)/version.c -o $(VERSIONOBJ)
|
||||
@echo Linking $(TARGETLIB)
|
||||
- $(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $(VERSIONOBJ) $^ $(LIBS) -o $(TARGETLIB)
|
||||
+ $(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $(VERSIONOBJ) $^ $(LIBS:-ldl=) -o $(TARGETLIB)
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
--- mame2014-libretro/src/lib/lib.mak.orig 2016-09-09 05:23:19 UTC
|
||||
+++ mame2014-libretro/src/lib/lib.mak
|
||||
@@ -595,9 +595,9 @@ SQLITE3_FLAGS += -fPIC
|
||||
endif
|
||||
endif
|
||||
|
||||
-ifeq ($(TARGETOS),linux)
|
||||
-LIBS += -ldl
|
||||
-endif
|
||||
+#ifeq ($(TARGETOS),linux)
|
||||
+#LIBS += -ldl
|
||||
+#endif
|
||||
|
||||
$(LIBOBJ)/sqlite3/sqlite3.o: $(3RDPARTY)/sqlite3/sqlite3.c | $(OSPREBUILD)
|
||||
@echo Compiling $<...
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
--- mame2014-libretro/src/osd/modules/sync/sync_retro.c.orig 2015-11-04 17:31:20 UTC
|
||||
--- mame2014-libretro/src/osd/modules/sync/sync_retro.c.orig 2016-09-09 05:23:19 UTC
|
||||
+++ mame2014-libretro/src/osd/modules/sync/sync_retro.c
|
||||
@@ -42,6 +42,8 @@
|
||||
#include <signal.h>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
--- mame2014-libretro/src/osd/retro/libretro-common/rthreads/rthreads.c.orig 2016-09-09 05:23:19 UTC
|
||||
+++ mame2014-libretro/src/osd/retro/libretro-common/rthreads/rthreads.c
|
||||
@@ -44,6 +44,8 @@
|
||||
#include <mach/mach.h>
|
||||
#endif
|
||||
|
||||
+#include <time.h>
|
||||
+
|
||||
struct thread_data
|
||||
{
|
||||
void (*func)(void*);
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
--- mame2014-libretro/src/osd/retro/retrodir.c.orig 2015-11-04 17:31:20 UTC
|
||||
--- mame2014-libretro/src/osd/retro/retrodir.c.orig 2016-09-09 05:23:19 UTC
|
||||
+++ mame2014-libretro/src/osd/retro/retrodir.c
|
||||
@@ -37,10 +37,10 @@ typedef struct stat sdl_stat;
|
||||
#define sdl_readdir readdir
|
||||
|
|
|
|||
|
|
@ -1,72 +0,0 @@
|
|||
--- mame2014-libretro/src/osd/retro/retrofile.c.orig 2015-11-04 17:31:20 UTC
|
||||
+++ mame2014-libretro/src/osd/retro/retrofile.c
|
||||
@@ -135,7 +135,7 @@ file_error osd_open(const char *path, UI
|
||||
UINT32 access;
|
||||
const char *src;
|
||||
char *dst;
|
||||
-#if defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
+#if defined(__FreeBSD__) || defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
struct stat st;
|
||||
#else
|
||||
struct stat64 st;
|
||||
@@ -238,7 +238,7 @@ file_error osd_open(const char *path, UI
|
||||
#endif
|
||||
|
||||
// attempt to open the file
|
||||
-#if defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
+#if defined(__FreeBSD__) || defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
(*file)->handle = open(tmpstr, access, 0666);
|
||||
#else
|
||||
(*file)->handle = open64(tmpstr, access, 0666);
|
||||
@@ -262,7 +262,7 @@ file_error osd_open(const char *path, UI
|
||||
// attempt to reopen the file
|
||||
if (error == NO_ERROR)
|
||||
{
|
||||
-#if defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
+#if defined(__FreeBSD__) || defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
(*file)->handle = open(tmpstr, access, 0666);
|
||||
#else
|
||||
(*file)->handle = open64(tmpstr, access, 0666);
|
||||
@@ -282,7 +282,7 @@ file_error osd_open(const char *path, UI
|
||||
}
|
||||
|
||||
// get the file size
|
||||
-#if defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
+#if defined(__FreeBSD__) || defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
fstat((*file)->handle, &st);
|
||||
#else
|
||||
fstat64((*file)->handle, &st);
|
||||
@@ -315,7 +315,7 @@ file_error osd_read(osd_file *file, void
|
||||
switch (file->type)
|
||||
{
|
||||
case SDLFILE_FILE:
|
||||
-#if defined(__MACH__) || defined(SDLMAME_BSD)
|
||||
+#if defined(__FreeBSD__) || defined(__MACH__) || defined(SDLMAME_BSD)
|
||||
result = pread(file->handle, buffer, count, offset);
|
||||
if (result < 0)
|
||||
#elif defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_OS2)
|
||||
@@ -361,7 +361,7 @@ file_error osd_write(osd_file *file, con
|
||||
switch (file->type)
|
||||
{
|
||||
case SDLFILE_FILE:
|
||||
-#if defined(__MACH__) || defined(SDLMAME_BSD)
|
||||
+#if defined(__FreeBSD__) || defined(__MACH__) || defined(SDLMAME_BSD)
|
||||
result = pwrite(file->handle, buffer, count, offset);
|
||||
if (!result)
|
||||
#elif defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_OS2)
|
||||
@@ -532,13 +532,13 @@ osd_directory_entry *osd_stat(const char
|
||||
{
|
||||
int err;
|
||||
osd_directory_entry *result = NULL;
|
||||
-#if defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
+#if defined(__FreeBSD__) || defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
struct stat st;
|
||||
#else
|
||||
struct stat64 st;
|
||||
#endif
|
||||
|
||||
-#if defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
+#if defined(__FreeBSD__) || defined(__MACH__) || defined(_WIN32) || defined(SDLMAME_NO64BITIO) || defined(SDLMAME_ARM) || defined(SDLMAME_BSD) || defined(SDLMAME_OS2) || defined(SDLMAME_HAIKU)
|
||||
err = stat(path, &st);
|
||||
#else
|
||||
err = stat64(path, &st);
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
--- meteor-libretro/Makefile.freebsd.orig 2015-11-10 19:32:17 UTC
|
||||
--- meteor-libretro/Makefile.freebsd.orig 2016-11-09 04:30:27 UTC
|
||||
+++ meteor-libretro/Makefile.freebsd
|
||||
@@ -0,0 +1,2 @@
|
||||
+all:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- mgba/Makefile.freebsd.orig 2015-11-10 19:32:17 UTC
|
||||
--- mgba/Makefile.freebsd.orig 2016-11-09 04:30:27 UTC
|
||||
+++ mgba/Makefile.freebsd
|
||||
@@ -0,0 +1,2 @@
|
||||
+all:
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue