forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
449 changed files
with
12,040 additions
and
7,825 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (borgbackup-1.0.2.tar.gz) = 11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7 | ||
SIZE (borgbackup-1.0.2.tar.gz) = 422181 | ||
SHA256 (borgbackup-1.0.3.tar.gz) = 7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f | ||
SIZE (borgbackup-1.0.3.tar.gz) = 426936 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (Audio-MPD-2.002.tar.gz) = 087bf2aaa60eec6e0eb94779fdc571486bd30291333c0733c5cb226654fdb205 | ||
SIZE (Audio-MPD-2.002.tar.gz) = 41417 | ||
TIMESTAMP = 1464328692 | ||
SHA256 (Audio-MPD-2.004.tar.gz) = c4f8adfe040d5373ddc9a33dba66ea108d02e45178b8e60f5cf74aa408c6aa92 | ||
SIZE (Audio-MPD-2.004.tar.gz) = 41586 |
11 changes: 11 additions & 0 deletions
11
comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- src/async/audio/AsyncAudioDeviceAlsa.cpp.orig 2015-11-22 16:03:59 UTC | ||
+++ src/async/audio/AsyncAudioDeviceAlsa.cpp | ||
@@ -548,7 +548,7 @@ bool AudioDeviceAlsa::initParams(snd_pcm | ||
return false; | ||
} | ||
|
||
- if (::abs(real_rate - sample_rate) > 100) | ||
+ if (::abs((int)real_rate - sample_rate) > 100) | ||
{ | ||
cerr << "*** ERROR: The sample rate could not be set to " | ||
<< sample_rate << "Hz for ALSA device \"" << dev_name << "\". " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (Dancer2-Plugin-DBIC-0.0012.tar.gz) = 9b467c6d9db8fc664ce256fb0c5570a7c8f4f9fde0573a0e610527ba2a337c9e | ||
SIZE (Dancer2-Plugin-DBIC-0.0012.tar.gz) = 17366 | ||
TIMESTAMP = 1464375501 | ||
SHA256 (Dancer2-Plugin-DBIC-0.0013.tar.gz) = a6c647cf870a433b69bfad39a3a2ea5601a23a09765e8843904e92a93f519dd1 | ||
SIZE (Dancer2-Plugin-DBIC-0.0013.tar.gz) = 17635 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (Mojo-Pg-2.26.tar.gz) = d4989cfe08102a8b0155be270beef956b784b97a73f22048c9191a3e52969fa2 | ||
SIZE (Mojo-Pg-2.26.tar.gz) = 26626 | ||
TIMESTAMP = 1464328700 | ||
SHA256 (Mojo-Pg-2.27.tar.gz) = 404e1041bacbeb712fb503069069e008fa74d590c88a3d0ac8ce4647eb9e424a | ||
SIZE (Mojo-Pg-2.27.tar.gz) = 26465 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Created by: Palle Girgensohn <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= pg_stat_kcache | ||
PORTVERSION= 2.0.2 | ||
CATEGORIES= databases | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= dalibo | ||
GH_TAGNAME= REL2_0_2 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage | ||
|
||
USES= gmake pgsql:9.4+ | ||
WANT_PGSQL= server contrib | ||
|
||
pre-patch: | ||
@${MV} ${BUILD_WRKSRC}/README.rst ${BUILD_WRKSRC}/${PORTNAME}-README.rst | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (dalibo-pg_stat_kcache-2.0.2-REL2_0_2_GH0.tar.gz) = 72b8850c7ede052bce2a51aa6a11b3ec1db2214dcea3911be0aa5324040154f1 | ||
SIZE (dalibo-pg_stat_kcache-2.0.2-REL2_0_2_GH0.tar.gz) = 9731 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- Makefile.orig 2016-01-21 22:44:44.214163699 +0100 | ||
+++ Makefile 2016-01-21 22:44:51.788162213 +0100 | ||
@@ -3,7 +3,7 @@ | ||
TESTS = $(wildcard test/sql/*.sql) | ||
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS)) | ||
REGRESS_OPTS = --inputdir=test | ||
-DOCS = $(wildcard README.rst) | ||
+DOCS = $(wildcard *-README.rst) | ||
|
||
PG_CONFIG = pg_config | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Gathers statistics about real reads and writes done by the filesystem layer. It | ||
is provided in the form of an extension for PostgreSQL >= 9.4. | ||
|
||
WWW: https://github.com/dalibo/pg_stat_kcache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to | ||
shared_preload_libraries in ~pgsql/data/postgresql.conf. For every database, | ||
run | ||
CREATE EXTENSION IF NOT EXISTS pg_stat_kcache | ||
|
||
Using databases/powa-web and databases/powa-archivist together with | ||
pg_stat_kcache is warmly recommended. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
lib/postgresql/pg_stat_kcache.so | ||
share/doc/postgresql/extension/pg_stat_kcache-README.rst | ||
share/postgresql/extension/pg_stat_kcache--2.0.1--2.0.2.sql | ||
share/postgresql/extension/pg_stat_kcache--2.0.2.sql | ||
share/postgresql/extension/pg_stat_kcache.control |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (python-memcached-1.57.tar.gz) = 3b689a135afb2fdb6da2298d5213780f43a3f210cf8c960d50b252acb3f62902 | ||
SIZE (python-memcached-1.57.tar.gz) = 22620 | ||
TIMESTAMP = 1464431462 | ||
SHA256 (python-memcached-1.58.tar.gz) = 2775829cb54b9e4c5b3bbd8028680f0c0ab695db154b9c46f0f074ff97540eb6 | ||
SIZE (python-memcached-1.58.tar.gz) = 30562 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (sqlite-autoconf-3120200.tar.gz) = fd00770c9afd39db555c78400e52f55e8bd6568c78be23561abb472a22d09abb | ||
SIZE (sqlite-autoconf-3120200.tar.gz) = 2374804 | ||
TIMESTAMP = 1464502329 | ||
SHA256 (sqlite-autoconf-3130000.tar.gz) = e2797026b3310c9d08bd472f6d430058c6dd139ff9d4e30289884ccd9744086b | ||
SIZE (sqlite-autoconf-3130000.tar.gz) = 2459805 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Created by: Yuri Victorovich <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTNAME= dbus-c++ | ||
PORTVERSION= 0.9.1 | ||
DISTVERSIONPREFIX= v | ||
DISTVERSIONSUFFIX= pw | ||
CATEGORIES= devel gnome | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= C++ API for D-BUS | ||
|
||
LICENSE= LGPL21 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
LIB_DEPENDS= libexpat.so:textproc/expat2 \ | ||
libdbus-1.so:devel/dbus | ||
|
||
BROKEN_FreeBSD_9= Fails due to compiler issues | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= andreas-volz | ||
GH_PROJECT= dbus-cplusplus | ||
|
||
USES= autoreconf compiler:c++11-lib gettext gmake libtool pkgconfig | ||
GNU_CONFIGURE= yes | ||
USE_GNOME= glib20 | ||
USE_LDCONFIG= yes | ||
CONFIGURE_ARGS= --prefix=${LOCALBASE} \ | ||
--disable-ecore \ | ||
--disable-static \ | ||
--enable-glib \ | ||
--disable-tests \ | ||
--disable-examples \ | ||
--disable-doxygen-docs | ||
CPPFLAGS+= -I${LOCALBASE}/include | ||
LDFLAGS+= -L${LOCALBASE}/lib | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.am | ||
post-install: | ||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-1.so | ||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-glib-1.so | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
TIMESTAMP = 1463946343 | ||
SHA256 (andreas-volz-dbus-cplusplus-v0.9.1pw_GH0.tar.gz) = b38ac2abdc86888b6ed32b66242599f42a76153dd9b6e502436bbb8f7e3bf02f | ||
SIZE (andreas-volz-dbus-cplusplus-v0.9.1pw_GH0.tar.gz) = 117815 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- include/dbus-c++/pipe.h.orig 2016-05-28 13:11:06 UTC | ||
+++ include/dbus-c++/pipe.h | ||
@@ -30,6 +30,8 @@ | ||
/* STD */ | ||
#include <cstdlib> | ||
|
||
+#include <sys/types.h> | ||
+ | ||
namespace DBus | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dbus-c++ attempts to provide a C++ API for D-BUS. The library has a | ||
glib/gtk and an Ecore mainloop integration. It also offers an optional | ||
own main loop. | ||
|
||
WWW: https://github.com/andreas-volz/dbus-cplusplus/ | ||
WWW: https://sourceforge.net/projects/dbus-cplusplus/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
bin/dbusxx-introspect | ||
bin/dbusxx-xml2cpp | ||
include/dbus-c++-1/dbus-c++/api.h | ||
include/dbus-c++-1/dbus-c++/connection.h | ||
include/dbus-c++-1/dbus-c++/dbus.h | ||
include/dbus-c++-1/dbus-c++/debug.h | ||
include/dbus-c++-1/dbus-c++/dispatcher.h | ||
include/dbus-c++-1/dbus-c++/error.h | ||
include/dbus-c++-1/dbus-c++/eventloop-integration.h | ||
include/dbus-c++-1/dbus-c++/eventloop.h | ||
include/dbus-c++-1/dbus-c++/glib-integration.h | ||
include/dbus-c++-1/dbus-c++/interface.h | ||
include/dbus-c++-1/dbus-c++/introspection.h | ||
include/dbus-c++-1/dbus-c++/message.h | ||
include/dbus-c++-1/dbus-c++/object.h | ||
include/dbus-c++-1/dbus-c++/pendingcall.h | ||
include/dbus-c++-1/dbus-c++/pipe.h | ||
include/dbus-c++-1/dbus-c++/property.h | ||
include/dbus-c++-1/dbus-c++/refptr_impl.h | ||
include/dbus-c++-1/dbus-c++/server.h | ||
include/dbus-c++-1/dbus-c++/types.h | ||
include/dbus-c++-1/dbus-c++/util.h | ||
lib/libdbus-c++-1.so | ||
lib/libdbus-c++-1.so.0 | ||
lib/libdbus-c++-1.so.0.0.0 | ||
lib/libdbus-c++-glib-1.so | ||
lib/libdbus-c++-glib-1.so.0 | ||
lib/libdbus-c++-glib-1.so.0.0.0 | ||
libdata/pkgconfig/dbus-c++-1.pc | ||
libdata/pkgconfig/dbus-c++-glib-1.pc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (coreos-etcd-v2.3.5_GH0.tar.gz) = a20f73c81c5fac6e99a69e7629a3b89857a5bc5b4b24075b9191194b64a8d49c | ||
SIZE (coreos-etcd-v2.3.5_GH0.tar.gz) = 2208972 | ||
TIMESTAMP = 1464435626 | ||
SHA256 (coreos-etcd-v2.3.6_GH0.tar.gz) = 2d2f715fbe3aad679077d45e93a05a4b951811964e1e47ad7eba6e17d1d613a8 | ||
SIZE (coreos-etcd-v2.3.6_GH0.tar.gz) = 2208984 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= godep | ||
PORTVERSION= 70 | ||
PORTVERSION= 72 | ||
CATEGORIES= devel | ||
DISTVERSIONPREFIX= v | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1463919521 | ||
SHA256 (tools-godep-v70_GH0.tar.gz) = 56f4947a89c48050318d4565ff454ac202cd3f2b5fd247fb4b7ed248917c2b17 | ||
SIZE (tools-godep-v70_GH0.tar.gz) = 69926 | ||
TIMESTAMP = 1464442110 | ||
SHA256 (tools-godep-v72_GH0.tar.gz) = 9c429009ebd42b4f79160010ece5c1d0b563ccf4a128ee2d63c561412bf84197 | ||
SIZE (tools-godep-v72_GH0.tar.gz) = 71317 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1463904154 | ||
SHA256 (pciutils-3.5.0.tar.xz) = 0ee5e2b4727bede6873b12000ed7e10e3e1273b6fc414152148c694a3ca0ce85 | ||
SIZE (pciutils-3.5.0.tar.xz) = 312820 | ||
TIMESTAMP = 1464328578 | ||
SHA256 (pciutils-3.5.1.tar.xz) = 2bf3a4605a562fb6b8b7673bff85a474a5cf383ed7e4bd8886b4f0939013d42f | ||
SIZE (pciutils-3.5.1.tar.xz) = 312968 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (Config-Model-Tester-2.054.tar.gz) = c86b3631f794b39082b8aad2d4e8db89af67ddf398e95b82df92889e1facaafe | ||
SIZE (Config-Model-Tester-2.054.tar.gz) = 22289 | ||
TIMESTAMP = 1464356568 | ||
SHA256 (Config-Model-Tester-2.055.tar.gz) = 8fea0f2bad415e74da02ed120a69ea8a4c8f11a16be81b25d71bb2ba9507a813 | ||
SIZE (Config-Model-Tester-2.055.tar.gz) = 22316 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (Config-Perl-V-0.25.tgz) = e488d285b3b885d4028db6a0db1f527ac5aecb936d71f0564be04678c1e563fc | ||
SIZE (Config-Perl-V-0.25.tgz) = 16403 | ||
TIMESTAMP = 1464442373 | ||
SHA256 (Config-Perl-V-0.26.tgz) = 5eb131e57d90e51233411af1e98d3730c7bd5ea3a8a30a93f91240bbf38b925e | ||
SIZE (Config-Perl-V-0.26.tgz) = 17768 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1463680563 | ||
SHA256 (DateTime-Set-0.3700.tar.gz) = 2e5b669b794296ee960e3d7467b354ce531be64e4f22838a7cca08b86bb23445 | ||
SIZE (DateTime-Set-0.3700.tar.gz) = 46017 | ||
TIMESTAMP = 1464328719 | ||
SHA256 (DateTime-Set-0.3800.tar.gz) = cea11398869a378c826482fa5c73e3491c8ba17fc58c5bf209c68aab89166026 | ||
SIZE (DateTime-Set-0.3800.tar.gz) = 45125 |
Oops, something went wrong.