Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed May 29, 2016
1 parent 30b7cbf commit 66b0689
Show file tree
Hide file tree
Showing 449 changed files with 12,040 additions and 7,825 deletions.
2 changes: 1 addition & 1 deletion archivers/py-borgbackup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= borgbackup
PORTVERSION= 1.0.2
PORTVERSION= 1.0.3
CATEGORIES= archivers python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
4 changes: 2 additions & 2 deletions archivers/py-borgbackup/distinfo
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
2 changes: 1 addition & 1 deletion audio/p5-Audio-MPD/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= Audio-MPD
PORTVERSION= 2.002
PORTVERSION= 2.004
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand Down
5 changes: 3 additions & 2 deletions audio/p5-Audio-MPD/distinfo
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 comms/svxlink/files/patch-src_async_audio_AsyncAudioDeviceAlsa.cpp
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 << "\". "
1 change: 1 addition & 0 deletions databases/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@
SUBDIR += pg_citus
SUBDIR += pg_reorg
SUBDIR += pg_rman
SUBDIR += pg_stat_kcache
SUBDIR += pg_statsinfo
SUBDIR += pgaccess
SUBDIR += pgadmin3
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Dancer2-Plugin-DBIC/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= Dancer2-Plugin-DBIC
PORTVERSION= 0.0012
PORTVERSION= 0.0013
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand Down
5 changes: 3 additions & 2 deletions databases/p5-Dancer2-Plugin-DBIC/distinfo
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
2 changes: 1 addition & 1 deletion databases/p5-Mojo-Pg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= Mojo-Pg
PORTVERSION= 2.26
PORTVERSION= 2.27
CATEGORIES= databases www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SRI
Expand Down
5 changes: 3 additions & 2 deletions databases/p5-Mojo-Pg/distinfo
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
21 changes: 21 additions & 0 deletions databases/pg_stat_kcache/Makefile
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>
2 changes: 2 additions & 0 deletions databases/pg_stat_kcache/distinfo
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
11 changes: 11 additions & 0 deletions databases/pg_stat_kcache/files/patch-Makefile
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

4 changes: 4 additions & 0 deletions databases/pg_stat_kcache/pkg-descr
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
7 changes: 7 additions & 0 deletions databases/pg_stat_kcache/pkg-message
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.
5 changes: 5 additions & 0 deletions databases/pg_stat_kcache/pkg-plist
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
2 changes: 1 addition & 1 deletion databases/py-python-memcached/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= python-memcached
PORTVERSION= 1.57
PORTVERSION= 1.58
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
5 changes: 3 additions & 2 deletions databases/py-python-memcached/distinfo
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
5 changes: 3 additions & 2 deletions databases/py-qt4-sql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtSql
PYQT_DIST= yes

USES= python pyqt:4
USE_PYQT= sip_build gui_run
USE_QT4= moc_build gui sql qmake_build
USE_PYQT= sip_build core_run gui_run
USE_QT4= corelib gui sql \
moc_build qmake_build

OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
Expand Down
2 changes: 1 addition & 1 deletion databases/qt4-ibase-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ PORTREVISION= 1

COMMENT= Qt InterBase/Firebird database plugin
DB= ibase
USES+= firebird
USES= firebird

.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
2 changes: 1 addition & 1 deletion databases/tcl-sqlite3/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= sqlite3
PORTVERSION= 3.12.2
PORTVERSION= 3.13.0
CATEGORIES= databases tcl
MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/
PKGNAMEPREFIX= tcl-
Expand Down
5 changes: 3 additions & 2 deletions databases/tcl-sqlite3/distinfo
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
2 changes: 2 additions & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
SUBDIR += dasm
SUBDIR += datadraw
SUBDIR += dbus
SUBDIR += dbus-c++
SUBDIR += dbus-glib
SUBDIR += dbus-qt4
SUBDIR += dbus-qt5
Expand Down Expand Up @@ -4996,6 +4997,7 @@
SUBDIR += rubygem-kgio
SUBDIR += rubygem-launchy
SUBDIR += rubygem-launchy22
SUBDIR += rubygem-lazy_priority_queue
SUBDIR += rubygem-librarian
SUBDIR += rubygem-librarianp
SUBDIR += rubygem-libyajl2
Expand Down
45 changes: 45 additions & 0 deletions devel/dbus-c++/Makefile
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>
3 changes: 3 additions & 0 deletions devel/dbus-c++/distinfo
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
11 changes: 11 additions & 0 deletions devel/dbus-c++/files/patch-include_dbus-c++_pipe.h
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
{

6 changes: 6 additions & 0 deletions devel/dbus-c++/pkg-descr
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/
30 changes: 30 additions & 0 deletions devel/dbus-c++/pkg-plist
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
2 changes: 1 addition & 1 deletion devel/etcd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= etcd
PORTVERSION= 2.3.5
PORTVERSION= 2.3.6
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= coreos-
Expand Down
5 changes: 3 additions & 2 deletions devel/etcd/distinfo
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
2 changes: 1 addition & 1 deletion devel/godep/Makefile
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

Expand Down
6 changes: 3 additions & 3 deletions devel/godep/distinfo
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
2 changes: 1 addition & 1 deletion devel/libpci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= libpci
PORTVERSION= 3.5.0
PORTVERSION= 3.5.1
CATEGORIES= devel
MASTER_SITES= KERNEL_ORG/software/utils/pciutils \
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
Expand Down
6 changes: 3 additions & 3 deletions devel/libpci/distinfo
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
2 changes: 1 addition & 1 deletion devel/p5-Config-Model-Tester/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= Config-Model-Tester
PORTVERSION= 2.054
PORTVERSION= 2.055
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand Down
5 changes: 3 additions & 2 deletions devel/p5-Config-Model-Tester/distinfo
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
2 changes: 1 addition & 1 deletion devel/p5-Config-Perl-V/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= Config-Perl-V
PORTVERSION= 0.25
PORTVERSION= 0.26
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HMBRAND
Expand Down
5 changes: 3 additions & 2 deletions devel/p5-Config-Perl-V/distinfo
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
2 changes: 1 addition & 1 deletion devel/p5-DateTime-Set/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= DateTime-Set
PORTVERSION= 0.37
PORTVERSION= 0.38
DISTVERSIONSUFFIX= 00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
Expand Down
6 changes: 3 additions & 3 deletions devel/p5-DateTime-Set/distinfo
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
Loading

0 comments on commit 66b0689

Please sign in to comment.