*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2018-12-08 09:01:33 +01:00
parent 293523c07d
commit 8d0f40e6cb
616 changed files with 4422 additions and 14236 deletions

View File

@ -16,7 +16,7 @@ LICENSE= PHP301
USES= php:pecl
USE_PHP= hash:build
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
CONFIGURE_ARGS= --enable-phk

View File

@ -3,65 +3,50 @@
PORTNAME= icecast
DISTVERSIONPREFIX= icecast-
DISTVERSION= ${ICVERSION}-kh${KH}
PORTREVISION= 3
DISTVERSION= 2.4.0-kh10
CATEGORIES= audio net ipv6
PKGNAMESUFFIX= -kh
MAINTAINER= anes@anes.su
MAINTAINER= ports@FreeBSD.org
COMMENT= Streaming mp3/ogg-vorbis audio server, KH branch
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libogg.so:audio/libogg \
libtheora.so:multimedia/libtheora \
libvorbis.so:audio/libvorbis \
libxml2.so:textproc/libxml2 \
libxslt.so:textproc/libxslt
libvorbis.so:audio/libvorbis
USES= gmake gnome localbase pkgconfig ssl
USE_GITHUB= yes
GH_ACCOUNT= karlheyes
GH_PROJECT= icecast-kh
USE_GNOME= libxml2 libxslt
USE_RC_SUBR= icecast
CONFLICTS_INSTALL= icecast icecast2
USES= gmake pkgconfig ssl
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
SUB_FILES= pkg-message
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
# /usr/bin/ld: error: undefined symbol: ERR_get_error
LIBS+= -L${OPENSSLLIB} -lcrypto
ICVERSION= 2.3.3
KH= 10
SUB_FILES= pkg-message
OPTIONS_DEFINE= CURL DOCS KATE SPEEX
OPTIONS_DEFAULT= CURL KATE SPEEX
CURL_DESC= Support Directory server interaction (YP) via curl
KATE_DESC= Support Kate/Skeleton codec within Ogg streams
SPEEX_DESC= Support Speex codec within Ogg streams
CONFLICTS_INSTALL= icecast-[0-9]* icecast2-[0-9]*
CURL_CONFIGURE_WITH= curl=${LOCALBASE}
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
.include <bsd.port.options.mk>
KATE_CONFIGURE_WITH= kate
KATE_LIB_DEPENDS= libkate.so:multimedia/libkate
.if ${PORT_OPTIONS:MCURL}
BUILD_DEPENDS+= curl>=7.10:ftp/curl
CONFIGURE_ARGS+= --with-curl=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-curl
.endif
.if ${PORT_OPTIONS:MKATE}
LIB_DEPENDS+= libkate.so:multimedia/libkate
.else
CONFIGURE_ARGS+= --without-kate
.endif
.if ${PORT_OPTIONS:MSPEEX}
BUILD_DEPENDS+= speex>=1:audio/speex
CONFIGURE_ARGS+= --with-speex=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-speex
.endif
SPEEX_CONFIGURE_WITH= speex=${LOCALBASE}
SPEEX_LIB_DEPENDS= libspeex.so:audio/speex
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (karlheyes-icecast-kh-icecast-2.3.3-kh10_GH0.tar.gz) = c5d6e2fefe27ccc819e460bb27c67c876d66ed7ae89b094674d9e4e9857d74e4
SIZE (karlheyes-icecast-kh-icecast-2.3.3-kh10_GH0.tar.gz) = 922537
TIMESTAMP = 1535557669
SHA256 (karlheyes-icecast-kh-icecast-2.4.0-kh10_GH0.tar.gz) = 783684db7b199b0e4096fcbd9f1b4c50bb79542e1a33dbaf6d817b2ba4150d33
SIZE (karlheyes-icecast-kh-icecast-2.4.0-kh10_GH0.tar.gz) = 1004087

View File

@ -0,0 +1,14 @@
https://github.com/karlheyes/icecast-kh/pull/231
--- src/auth_cmd.c.orig 2018-08-29 15:48:26 UTC
+++ src/auth_cmd.c
@@ -35,9 +35,7 @@
#ifdef HAVE_POLL
#include <poll.h>
#endif
-#ifdef HAVE_SIGNAL_H
#include <signal.h>
-#endif
#include "auth.h"
#include "util.h"

View File

@ -1,7 +1,7 @@
bin/icecast
etc/icecast.xml.sample
@sample etc/icecast.xml.sample
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO

View File

@ -14,9 +14,13 @@ LICENSE= LGPL20
LIB_DEPENDS= libjansson.so:devel/jansson \
libneon.so:www/neon
USES= cmake pathfix
USES= compiler:c11 cmake pathfix
USE_CSTD= c99
USE_CXXSTD= c++98
USE_LDCONFIG= yes
CXXFLAGS+= -Wno-implicit-fallthrough
post-patch:
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/cmake/modules/*.cmake

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qsynth
PORTVERSION= 0.5.3
PORTVERSION= 0.5.4
CATEGORIES= audio
MASTER_SITES= SF
@ -17,7 +17,6 @@ LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
USES= compiler:c++11-lang gmake pkgconfig qt:5
USE_CXXSTD= c++11
USE_QT= core gui widgets x11extras buildtools_build linguisttools_build qmake_build
USE_GL= gl
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \
@ -28,6 +27,8 @@ CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \
CONFIGURE_ARGS= --localedir=${DATADIR} \
--with-fluidsynth=${LOCALBASE}
LDFLAGS+= -Wl,--as-needed # cf. PR 224488
OPTIONS_DEFINE= GRADIENT SYSTEM_TRAY XUNIQUE
OPTIONS_DEFAULT= GRADIENT SYSTEM_TRAY XUNIQUE

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1539243134
SHA256 (qsynth-0.5.3.tar.gz) = 2ce9791f8a927425d29bacc44fdfff575638b24512e0f0b6f2eca85deb67f0c9
SIZE (qsynth-0.5.3.tar.gz) = 269252
TIMESTAMP = 1544100637
SHA256 (qsynth-0.5.4.tar.gz) = 2d6befb4023f8a64f35d802991d0d413e11d0307e87485428c969b94bb2bf84e
SIZE (qsynth-0.5.4.tar.gz) = 268106

View File

@ -3,7 +3,7 @@
PORTNAME= synthpod
PORTVERSION= g20170810
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@ -19,18 +19,18 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \
libsord-0.so:devel/sord \
libsratom-0.so:audio/sratom
USES= cmake compiler:c++11-lib pkgconfig localbase
USES= cmake:outsource compiler:c++11-lib pkgconfig localbase
USE_GITHUB= yes
GH_ACCOUNT= OpenMusicKontrollers
GH_TAGNAME= 07cae54
USE_CXXSTD= c++11
CMAKE_ARGS= -DBUILD_ALSA="OFF"
CMAKE_OFF= BUILD_ALSA BUILD_SANDBOX_QT4
OPTIONS_DEFINE= JACK DUMMY DOT
OPTIONS_DEFAULT=JACK X11 SHOW KX
OPTIONS_GROUP= UI
OPTIONS_GROUP_UI= X11 GTK2 GTK3 QT4 QT5 SHOW KX
OPTIONS_GROUP_UI= X11 GTK2 GTK3 QT5 SHOW KX
OPTIONS_SUB= yes
DUMMY_DESC= Build DUMMY standalone host
@ -40,7 +40,6 @@ JACK_DESC= Build JACK standalone host
X11_DESC= Build X11 sandbox
GTK2_DESC= Build GTK-2 sandbox
GTK3_DESC= Build GTK-3 sandbox
QT4_DESC= Build Qt-4 sandbox
QT5_DESC= Build Qt-5 sandbox
SHOW_DESC= Build show-iface sandbox
@ -50,35 +49,32 @@ DUMMY_LIB_DEPENDS= libuv.so:devel/libuv
GTK2_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK2="ON"
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
GTK2_USES= gl gnome
GTK2_USE= XORG=x11,xcb,xext GL=gl,glu GNOME=glib20,gtk20,gdkpixbuf2,atk,cairo,pango gettext-runtime
GTK3_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_GTK3="ON"
GTK3_USES= gl gnome
GTK3_USE= XORG=x11,xcb,xext GL=glu GNOME=glib20,gtk30,gdkpixbuf2,atk,cairo,pango gettext-runtime
JACK_LIB_DEPENDS= libjack.so:audio/jack \
libuv.so:devel/libuv
JACK_CMAKE_OFF= -DBUILD_JACK="OFF"
KX_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_KX="ON"
KX_USES= gl
KX_USE= XORG=x11,xcb,xext GL=glu
QT4_USES= qt:4
QT4_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT4="ON"
QT4_USE= XORG=x11,xcb,xext GL=glu QT=corelib,gui
QT5_USES= qt:5
QT5_BROKEN= Build fails: https://github.com/OpenMusicKontrollers/synthpod/issues/10
QT5_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_QT5="ON"
QT5_USE= XORG=x11,xcb,xext GL=glu QT=core,gui
SHOW_USES= gl
SHOW_USE= XORG=x11,xcb,xext GL=glu
SHOW_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_SHOW="ON"
X11_CMAKE_ON= -DBUILD_UI="ON" -DBUILD_SANDBOX_X11="ON"
X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm
X11_USES= gl
X11_USE= XORG=x11,xcb,xext GL=gl,glu
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQT4}
DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE= 2019-03-15
.endif
.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT4} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX}
.if ${PORT_OPTIONS:MX11} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} || ${PORT_OPTIONS:MQT5} || ${PORT_OPTIONS:MSHOW} || ${PORT_OPTIONS:MKX}
PLIST_SUB+= UI=""
.else
PLIST_SUB+= UI="@comment "

View File

@ -4,7 +4,6 @@
%%X11%%bin/synthpod_sandbox_x11
%%GTK2%%bin/synthpod_sandbox_gtk2
%%GTK3%%bin/synthpod_sandbox_gtk3
%%QT4%%bin/synthpod_sandbox_qt4
%%QT5%%bin/synthpod_sandbox_qt5
%%SHOW%%bin/synthpod_sandbox_show
%%KX%%bin/synthpod_sandbox_kx

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcddb.so:audio/libcddb \
libtag.so:audio/taglib
USES= pkgconfig tar:tgz
USES= compiler:c++11-lang pkgconfig tar:tgz
PLIST_FILES= bin/taglookup \
man/man1/taglookup.1.gz

View File

@ -16,6 +16,7 @@
SUBDIR += canu
SUBDIR += cd-hit
SUBDIR += cdbfasta
SUBDIR += checkm
SUBDIR += chemeq
SUBDIR += clustal-omega
SUBDIR += clustalw
@ -42,6 +43,7 @@
SUBDIR += gmap
SUBDIR += gperiodic
SUBDIR += grappa
SUBDIR += groopm
SUBDIR += hmmer
SUBDIR += htslib
SUBDIR += hyphy

27
biology/checkm/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= CheckM
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.12
CATEGORIES= biology python
MAINTAINER= yuri@FreeBSD.org
COMMENT= Quality assessment tool for the microbial genomes
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}DendroPy>=4.0.0:science/py-DendroPy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.3.1:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pysam>=0.8.3:biology/py-pysam@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.9.0:science/py-scipy@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= Ecogenomics
USE_PYTHON= distutils noflavors autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
biology/checkm/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544141583
SHA256 (Ecogenomics-CheckM-v1.0.12_GH0.tar.gz) = 4aca26d0ae903ed7567cfc6ec53dc1d2ea909d58a0c4c6e2318a1885abbcfd91
SIZE (Ecogenomics-CheckM-v1.0.12_GH0.tar.gz) = 211396

12
biology/checkm/pkg-descr Normal file
View File

@ -0,0 +1,12 @@
CheckM provides a set of tools for assessing the quality of genomes recovered
from isolates, single cells, or metagenomes. It provides robust estimates of
genome completeness and contamination by using collocated sets of genes that
are ubiquitous and single-copy within a phylogenetic lineage. Assessment of
genome quality can also be examined using plots depicting key genomic
characteristics (e.g., GC, coding density) which highlight sequences outside
the expected distributions of a typical genome. CheckM also provides tools for
identifying genome bins that are likely candidates for merging based on marker
set compatibility, similarity in genomic characteristics, and proximity within
a reference genome tree.
WWW: https://ecogenomics.github.io/CheckM/

24
biology/groopm/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= GroopM
DISTVERSION= 0.3.4
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
MAINTAINER= yuri@FreeBSD.org
COMMENT= Metagenomic binning suite
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1.0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.10.1:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tables>=2.3:devel/py-tables@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils noflavors autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
biology/groopm/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1544140602
SHA256 (GroopM-0.3.4.tar.gz) = 48bdaeb9010e7d81785697a55edc394ef36c2646b310d625a24bec740f1b6080
SIZE (GroopM-0.3.4.tar.gz) = 127707

7
biology/groopm/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
GroopM is a metagenomic binning toolset. It leverages spatio-temoral
dynamics (differential coverage) to accurately (and almost automatically)
extract population genomes from multi-sample metagenomic datasets.
GroopM is largely parameter-free. Use: groopm -h for more info.
WWW: http://ecogenomics.github.io/GroopM/

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gmsh
DISTVERSION= 4.0.2
PORTREVISION= 1
DISTVERSION= 4.0.6
CATEGORIES= cad
MASTER_SITES= http://gmsh.info/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@ -15,9 +14,6 @@ COMMENT= Automatic 3D finite element mesh generator
LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21
LICENSE_COMB= multi
BROKEN_FreeBSD_12_i386= fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903
BROKEN_FreeBSD_13_i386= fails to build on FreeBSD 13 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libgmp.so:math/gmp \
@ -33,12 +29,11 @@ USE_XORG= x11 xcursor xext xinerama xfixes xft xrender
CFLAGS+= -fPIC
CXXFLAGS+= -fPIC
MAKE_JOBS_UNSAFE= yes
CMAKE_ARGS= -DCMAKE_SKIP_RPATH:BOOL=YES
OPTIONS_DEFINE= CGNS DOCS MED OCC SHARED STATIC
OPTIONS_DEFAULT= CGNS MED OCC
OPTIONS_SUB= yes
CGNS_DESC= Enable CGNS mesh import
MED_DESC= Enable MED mesh and post file formats
@ -46,7 +41,6 @@ OCC_DESC= Enable OpenCASCADE geometrical models
SHARED_DESC= Build shared library and install header files
STATIC_DESC= Build static library
OPTIONS_SUB= yes
PLIST_SUB= VER=${PORTVERSION} VE=${PORTVERSION:R}
# TODO
@ -65,7 +59,7 @@ OCC_LIB_DEPENDS= libopenblas.so:math/openblas libTKernel.so:cad/opencascade
OCC_USES= gnome
OCC_USE= gnome=cairo
SHARED_CMAKE_BOOL= ENABLE_BUILD_SHARED
SHARED_VARS= USE_LDCONFIG=yes
SHARED_USE= LDCONFIG=yes
STATIC_CMAKE_BOOL= ENABLE_BUILD_LIB
post-patch:

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1538528267
SHA256 (gmsh/gmsh-4.0.2-source.tgz) = f3c993408153961bd0bbd762458231abe50aeaabe7ab2466462975f2971e5c0d
SIZE (gmsh/gmsh-4.0.2-source.tgz) = 12764404
TIMESTAMP = 1543925930
SHA256 (gmsh/gmsh-4.0.6-source.tgz) = dce0aa4154908f9be8c48ec9bb31d4425c7c28b26897d882a2bce8f72c692a04
SIZE (gmsh/gmsh-4.0.6-source.tgz) = 12791243

View File

@ -17,6 +17,7 @@
%%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.cpp
%%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.jl
%%PORTDOCS%%%%DOCSDIR%%/demos/api/gui.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/mesh_from_discrete_curve.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/normals.py
%%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.c
%%PORTDOCS%%%%DOCSDIR%%/demos/api/onelab_data.cpp

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libredwg
PORTVERSION= 0.6.2
PORTREVISION= 1
PORTVERSION= 0.7
CATEGORIES= cad devel
MASTER_SITES= GNU

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1541585461
SHA256 (libredwg-0.6.2.tar.xz) = b17a5bc2a4f7cc13aa2c26c890cba9954ca768643884c8740c1a6b045c07591f
SIZE (libredwg-0.6.2.tar.xz) = 3818848
TIMESTAMP = 1544052766
SHA256 (libredwg-0.7.tar.xz) = cbef6b9d48877ca26a54115b9ef9a7fd02d0279a94e79d2247f80277820b888d
SIZE (libredwg-0.7.tar.xz) = 3830064

View File

@ -19,6 +19,7 @@ USES= fpc lazarus:flavors shebangfix ssl:run dos2unix mysql
USE_GITHUB= yes
GH_ACCOUNT= ok2cqr
LLD_UNSAFE= yes
SHEBANG_FILES= tools/cqrlog-apparmor-fix \
voice_keyer/voice_keyer.sh
USE_FPC= cairo fcl-base chm fcl-db fcl-image fcl-json fcl-net fcl-web \

View File

@ -15,10 +15,13 @@ share/applications/cqrlog.desktop
%%DATADIR%%/ctyfiles/eqsl.txt
%%DATADIR%%/ctyfiles/iota.tbl
%%DATADIR%%/ctyfiles/lotw1.txt
%%DATADIR%%/ctyfiles/prop_mode.tab
%%DATADIR%%/ctyfiles/qslmgr.csv
%%DATADIR%%/ctyfiles/sat_name.tab
%%DATADIR%%/ctyfiles/us_states.tab
%%DATADIR%%/help/contest.html
%%DATADIR%%/help/cwd.html
%%DATADIR%%/help/cwh.html
%%DATADIR%%/help/fldxml.html
%%DATADIR%%/help/h1.html
%%DATADIR%%/help/h20.html
@ -30,6 +33,8 @@ share/applications/cqrlog.desktop
%%DATADIR%%/help/h26.html
%%DATADIR%%/help/h27.html
%%DATADIR%%/help/h28.html
%%DATADIR%%/help/h29.html
%%DATADIR%%/help/h30.html
%%DATADIR%%/help/h3.html
%%DATADIR%%/help/h4.html
%%DATADIR%%/help/h5.html
@ -59,6 +64,9 @@ share/applications/cqrlog.desktop
%%DATADIR%%/help/img/h109.png
%%DATADIR%%/help/img/h11.png
%%DATADIR%%/help/img/h110.png
%%DATADIR%%/help/img/h117.png
%%DATADIR%%/help/img/h118.png
%%DATADIR%%/help/img/h165.png
%%DATADIR%%/help/img/h111.png
%%DATADIR%%/help/img/h1112.png
%%DATADIR%%/help/img/h1114.png
@ -190,8 +198,18 @@ share/applications/cqrlog.desktop
%%DATADIR%%/help/img/wsjt2.png
%%DATADIR%%/help/img/wsjt20.png
%%DATADIR%%/help/img/wsjt21.png
%%DATADIR%%/help/img/wsjt22.png
%%DATADIR%%/help/img/wsjt23.png
%%DATADIR%%/help/img/wsjt27.png
%%DATADIR%%/help/img/wsjt28.png
%%DATADIR%%/help/img/wsjt29.png
%%DATADIR%%/help/img/wsjt30.png
%%DATADIR%%/help/img/wsjt31.png
%%DATADIR%%/help/img/wsjt32.png
%%DATADIR%%/help/img/wsjt33.png
%%DATADIR%%/help/img/wsjt34.png
%%DATADIR%%/help/img/wsjt35.png
%%DATADIR%%/help/img/wsjt36.png
%%DATADIR%%/help/img/wsjt4.png
%%DATADIR%%/help/index.html
%%DATADIR%%/help/remi.html
@ -249,6 +267,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/599dxa.txt
%%DATADIR%%/members/9acwg.txt
%%DATADIR%%/members/a1-club.txt
%%DATADIR%%/members/a1a-ea.txt
%%DATADIR%%/members/a1-op.txt
%%DATADIR%%/members/afm.txt
%%DATADIR%%/members/agb.txt
@ -274,6 +293,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/cwops.txt
%%DATADIR%%/members/cwsp.txt
%%DATADIR%%/members/dig.txt
%%DATADIR%%/members/dmc.txt
%%DATADIR%%/members/dtc.txt
%%DATADIR%%/members/ehsc.txt
%%DATADIR%%/members/epc.txt
@ -298,6 +318,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/hhc.txt
%%DATADIR%%/members/hsc.txt
%%DATADIR%%/members/htc.txt
%%DATADIR%%/members/kdr.txt
%%DATADIR%%/members/inorc.txt
%%DATADIR%%/members/jaig.txt
%%DATADIR%%/members/lcc.txt
@ -324,7 +345,9 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/qcwa.txt
%%DATADIR%%/members/qthloc.txt
%%DATADIR%%/members/rafars.txt
%%DATADIR%%/members/rcc.txt
%%DATADIR%%/members/rcwc.txt
%%DATADIR%%/members/rdrc.txt
%%DATADIR%%/members/ria.txt
%%DATADIR%%/members/rnars.txt
%%DATADIR%%/members/rrdxa.txt
@ -338,6 +361,7 @@ share/applications/cqrlog.desktop
%%DATADIR%%/members/spar.txt
%%DATADIR%%/members/spcwc.txt
%%DATADIR%%/members/spdxc.txt
%%DATADIR%%/members/tbdxc.txt
%%DATADIR%%/members/ten-ten.txt
%%DATADIR%%/members/tenten.txt
%%DATADIR%%/members/tfc.txt

View File

@ -0,0 +1,11 @@
--- configure.ac.orig 2018-12-04 23:39:19 UTC
+++ configure.ac
@@ -195,7 +195,7 @@ else
src/dotprod/src/dotprod_rrrf.av.o \
src/dotprod/src/dotprod_crcf.av.o \
src/dotprod/src/sumsq.o"
- ARCH_OPTION="-fno-common -faltivec";;
+ ARCH_OPTION="-fno-common -maltivec";;
armv1*|armv2*|armv3*|armv4*|armv5*|armv6*)
# assume neon instructions are NOT available
MLIBS_DOTPROD="src/dotprod/src/dotprod_cccf.o \

View File

@ -0,0 +1,39 @@
--- src/dotprod/src/dotprod_crcf.av.c.orig 2018-12-04 23:40:11 UTC
+++ src/dotprod/src/dotprod_crcf.av.c
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <altivec.h>
#include "liquid.internal.h"
@@ -168,8 +169,8 @@ void dotprod_crcf_execute(dotprod_crcf _q,
union { vector float v; float w[4];} s;
unsigned int nblocks;
- ar = (vector float*)( (int)_x & ~15);
- al = ((int)_x & 15)/sizeof(float);
+ ar = (vector float*)( (uintptr_t)_x & ~15);
+ al = ((uintptr_t)_x & 15)/sizeof(float);
d = (vector float*)_q->h[al];
@@ -179,7 +180,7 @@ void dotprod_crcf_execute(dotprod_crcf _q,
// split into four vectors each with four 32-bit
// partial sums. Effectively each loop iteration
// operates on 16 input samples at a time.
- s0 = s1 = s2 = s3 = (vector float)(0);
+ s0 = s1 = s2 = s3 = (vector float){0,0,0,0};
while (nblocks >= 4) {
s0 = vec_madd(ar[nblocks-1],d[nblocks-1],s0);
s1 = vec_madd(ar[nblocks-2],d[nblocks-2],s1);
@@ -200,7 +201,7 @@ void dotprod_crcf_execute(dotprod_crcf _q,
// move the result into the union s (effetively,
// this loads the four 32-bit values in s0 into
// the array w).
- s.v = vec_add(s0,(vector float)(0));
+ s.v = vec_add(s0,(vector float){0,0,0,0});
// sum the resulting array
//*_r = s.w[0] + s.w[1] + s.w[2] + s.w[3];

View File

@ -0,0 +1,39 @@
--- src/dotprod/src/dotprod_rrrf.av.c.orig 2018-12-04 23:41:32 UTC
+++ src/dotprod/src/dotprod_rrrf.av.c
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <altivec.h>
#include "liquid.internal.h"
@@ -163,8 +164,8 @@ void dotprod_rrrf_execute(dotprod_rrrf _q,
union { vector float v; float w[4];} s;
unsigned int nblocks;
- ar = (vector float*)( (int)_x & ~15);
- al = ((int)_x & 15)/sizeof(float);
+ ar = (vector float*)( (uintptr_t)_x & ~15);
+ al = ((uintptr_t)_x & 15)/sizeof(float);
d = (vector float*)_q->h[al];
@@ -173,7 +174,7 @@ void dotprod_rrrf_execute(dotprod_rrrf _q,
// split into four vectors each with four 32-bit
// partial sums. Effectively each loop iteration
// operates on 16 input samples at a time.
- s0 = s1 = s2 = s3 = (vector float)(0);
+ s0 = s1 = s2 = s3 = (vector float){0,0,0,0};
while (nblocks >= 4) {
s0 = vec_madd(ar[nblocks-1],d[nblocks-1],s0);
s1 = vec_madd(ar[nblocks-2],d[nblocks-2],s1);
@@ -194,7 +195,7 @@ void dotprod_rrrf_execute(dotprod_rrrf _q,
// move the result into the union s (effetively,
// this loads the four 32-bit values in s0 into
// the array w).
- s.v = vec_add(s0,(vector float)(0));
+ s.v = vec_add(s0,(vector float){0,0,0,0});
// sum the resulting array
*_r = s.w[0] + s.w[1] + s.w[2] + s.w[3];

View File

@ -2,7 +2,7 @@
PORTNAME= babel
PORTVERSION= 2010.01.16
PORTREVISION= 28
PORTREVISION= 29
CATEGORIES= converters lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -14,9 +14,12 @@ COMMENT= JSON::XS compatible pure-Perl module
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USE_PERL5= configure
PORTSCOUT= limit:^[0-9\.]*$$
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
pre-patch:
@${MV} ${WRKSRC}/bin/json_pp ${WRKSRC}/bin/p5json_pp

View File

@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-30
LIB_DEPENDS= libfribidi.so:converters/fribidi
USES= php:pecl pkgconfig
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}

View File

@ -23,7 +23,7 @@ OPTIONS_DEFAULT=APACHE
PORTSCOUT= limit:^[0-9\.]*$$
IGNORE_WITH_PHP=70 71 72 73
IGNORE_WITH_PHP=71 72 73
NO_ARCH= yes
NO_BUILD= yes
USE_PHP= ftp mysql session zlib

View File

@ -2,13 +2,15 @@
# $FreeBSD$
PORTNAME= DB
PORTVERSION= 1.9.2
PORTVERSION= 1.9.3
PORTEPOCH= 1
CATEGORIES= databases www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR Database Abstraction Layer
LICENSE= PHP301
USES= pear
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (PEAR/DB-1.9.2.tgz) = 09a32b3eb7242accd61a8d8270596ab7486d2d63d2612ad51def696f7f2bd1b1
SIZE (PEAR/DB-1.9.2.tgz) = 133795
TIMESTAMP = 1544174040
SHA256 (PEAR/DB-1.9.3.tgz) = a18dfb49e757c885618277fa5ce1863dd95d90c06f33a98da30f8c7454aeb6cc
SIZE (PEAR/DB-1.9.3.tgz) = 132290

View File

@ -19,6 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= pear
USE_PHP= mysql
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
.include <bsd.port.mk>

View File

@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
USES= pear
USE_PHP= mysql
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
USES= pear
USE_PHP= mysql
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
USES= pear
USE_PHP= mysql
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -18,7 +18,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
USES= pear
USE_PHP= mysql
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph
RUN_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph
USES= php:ext
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
CFLAGS+= -L${LOCALBASE}/lib

View File

@ -14,6 +14,6 @@ EXPIRATION_DATE= 2018-12-30
LICENSE= PHP301
USES= php:pecl
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
.include <bsd.port.mk>

View File

@ -17,7 +17,7 @@ LICENSE= PHP301
LIB_DEPENDS= libdrizzle.so:databases/libdrizzle
USES= php:pecl
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
OPTIONS_DEFINE= DOCS EXAMPLES

View File

@ -17,6 +17,6 @@ LICENSE= PHP301
LIB_DEPENDS= libleveldb.so:databases/leveldb
USES= php:pecl
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
.include <bsd.port.mk>

View File

@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= EXAMPLES
CONFIGURE_ARGS= --with-zlib-dir=/usr
IGNORE_WITH_PHP=70 71 72 73
IGNORE_WITH_PHP=71 72 73
USE_CSTD= gnu89
USE_PHP= session:build zlib:build
USES= dos2unix php:pecl

View File

@ -24,7 +24,7 @@ IGBINARY_DESC= Binary serializer support
PORTSCOUT= limit:^2\.
CONFIGURE_ARGS= --with-libmemcached-dir=${LOCALBASE}
IGNORE_WITH_PHP=70 71 72 73
IGNORE_WITH_PHP=71 72 73
USE_PHP= json:build session:build
USES= php:pecl pkgconfig

View File

@ -19,6 +19,6 @@ USES= php:pecl
USE_PHP= spl:build
CONFIGURE_ARGS= --enable-mongo
SUB_FILES= pkg-message
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
.include <bsd.port.mk>

View File

@ -17,6 +17,6 @@ WRKSRC= ${WRKDIR}/PDO_USER-${PORTVERSION}
USES= php:pecl
USE_PHP= pdo:build
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
.include <bsd.port.mk>

View File

@ -12,7 +12,7 @@ EXPIRATION_DATE= 2018-12-30
LICENSE= PHP301
IGNORE_WITH_PHP=70 71 72 73
IGNORE_WITH_PHP=71 72 73
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= php:pecl localbase pkgconfig

View File

@ -19,6 +19,6 @@ LIB_DEPENDS= libtokyotyrant.so:databases/tokyotyrant
USES= php:pecl pkgconfig
USE_PHP= session:build
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
.include <bsd.port.mk>

View File

@ -20,7 +20,7 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libmdcached.so:databases/mdcached
USES= php:ext
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
CONFIGURE_ARGS= --enable-mdcached
WRKSRC_SUBDIR= ${PORTNAME}/client_php/${PORTNAME}

View File

@ -21,7 +21,7 @@ PORTSCOUT= ignore:1
USES= php:ext
CONFIGURE_ARGS= --with-tarantool
IGNORE_WITH_PHP=70 71 72 73
IGNORE_WITH_PHP=71 72 73
USE_GITHUB= yes
GH_PROJECT= ${PORTNAME}-php

View File

@ -2,7 +2,7 @@
PORTNAME= puppetdb-cli
PORTVERSION= 1.2.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= databases
MAINTAINER= puppet@FreeBSD.org

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= alembic
PORTVERSION= 1.0.1
PORTVERSION= 1.0.5
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1540851139
SHA256 (alembic-1.0.1.tar.gz) = 0fe570f23dc48fb1bbda6f6a396f1c0c28d7045c0ad14018c104a511e6c1fe8a
SIZE (alembic-1.0.1.tar.gz) = 1019676
TIMESTAMP = 1544176029
SHA256 (alembic-1.0.5.tar.gz) = e9ffdece0eece55f4108b14b6b0f29ffc730d58e28446a434fe41a1cc5c5f266
SIZE (alembic-1.0.5.tar.gz) = 1020663

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pymysql
PORTVERSION= 0.8.1
PORTVERSION= 0.9.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1526542602
SHA256 (PyMySQL-0.8.1.tar.gz) = 34e19bfff13e8b2ffc38a68f9ad064609d48f3d46320e8ab8184af527e662629
SIZE (PyMySQL-0.8.1.tar.gz) = 74297
TIMESTAMP = 1544176273
SHA256 (PyMySQL-0.9.2.tar.gz) = 9ec760cbb251c158c19d6c88c17ca00a8632bac713890e465b2be01fdc30713f
SIZE (PyMySQL-0.9.2.tar.gz) = 74532

View File

@ -1,4 +1,4 @@
This pure Python MySQL client provides a DB-API to a MySQL database by
talking directly to the server via the binary client/server protocol.
WWW: https://github.com/petehunt/PyMySQL
WWW: https://github.com/PyMySQL/PyMySQL

View File

@ -15,7 +15,7 @@ EXPIRATION_DATE= 2018-12-30
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
USE_GITHUB= yes
GH_ACCOUNT= deliciousbrains

View File

@ -13,7 +13,7 @@ COMMENT= PHPcollab is project management and collaboration over the internet
DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE= 2018-12-30
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
USES= zip
NO_BUILD= yes

View File

@ -13,7 +13,7 @@ COMMENT= Simple Groupware is an open source enterprise application
DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE= 2018-12-30
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
NO_BUILD= yes
USES= apache:run,2.2+

View File

@ -14,7 +14,7 @@ COMMENT= Surreal ToDo is an AJAX enabled web 2.0 list manager
DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE= 2018-12-30
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
USES= zip
USE_PHP= mysql
NO_BUILD= yes

View File

@ -4201,6 +4201,7 @@
SUBDIR += plasma5-plasma-sdk
SUBDIR += pmccabe
SUBDIR += pmd
SUBDIR += pmdk
SUBDIR += poco
SUBDIR += poco-ssl
SUBDIR += popt
@ -4662,6 +4663,7 @@
SUBDIR += py-ipaddr
SUBDIR += py-ipdb
SUBDIR += py-ipykernel
SUBDIR += py-ipykernel5
SUBDIR += py-ipyparallel
SUBDIR += py-ipython_genutils
SUBDIR += py-ipywidgets
@ -5226,6 +5228,7 @@
SUBDIR += py-virtualenvwrapper
SUBDIR += py-visitor
SUBDIR += py-voluptuous
SUBDIR += py-vulture
SUBDIR += py-warlock
SUBDIR += py-watchdog
SUBDIR += py-wcwidth
@ -6303,6 +6306,7 @@
SUBDIR += thrift-c_glib
SUBDIR += thrift-cpp
SUBDIR += thunar-vcs-plugin
SUBDIR += ticcutils
SUBDIR += tig
SUBDIR += tigcc
SUBDIR += tijmp

View File

@ -0,0 +1,10 @@
--- src/util.cc.orig 2018-11-26 16:01:24 UTC
+++ src/util.cc
@@ -30,6 +30,7 @@
# include <mach-o/dyld.h>
# include <unistd.h>
#elif defined(__FreeBSD__)
+# include <sys/param.h>
# include <sys/sysctl.h>
# include <unistd.h> // TODO 180528: remove this
#else

View File

@ -2,7 +2,7 @@
PORTNAME= bingrep
PORTVERSION= g20171111
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org

View File

@ -2,7 +2,7 @@
PORTNAME= alexandria
PORTVERSION= 2010.01.16
PORTREVISION= 29
PORTREVISION= 30
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -3,7 +3,7 @@
PORTNAME= infix
PORTVERSION= 19960628
PORTREVISION= 32
PORTREVISION= 33
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -3,7 +3,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
PORTREVISION= 30
PORTREVISION= 31
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -3,7 +3,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
PORTREVISION= 29
PORTREVISION= 30
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -2,7 +2,7 @@
PORTNAME= trivial-features
PORTVERSION= 2010.01.16
PORTREVISION= 29
PORTREVISION= 30
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -2,7 +2,7 @@
PORTNAME= trivial-gray-streams
PORTVERSION= 2008.11.02
PORTREVISION= 29
PORTREVISION= 30
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -20,7 +20,7 @@ LIB_DEPENDS= libpopt.so:devel/popt
USES= gmake localbase pkgconfig
USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= rhinstaller
GH_ACCOUNT= rhboot
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>

View File

@ -1,2 +1,3 @@
SHA256 (rhinstaller-efivar-0.15_GH0.tar.gz) = 8e5a45ebbd116a96a43176e96b211c73f3ec8452da3bd0ce75a5716f86d4343f
SIZE (rhinstaller-efivar-0.15_GH0.tar.gz) = 30064
TIMESTAMP = 1544125008
SHA256 (rhboot-efivar-0.15_GH0.tar.gz) = 8e5a45ebbd116a96a43176e96b211c73f3ec8452da3bd0ce75a5716f86d4343f
SIZE (rhboot-efivar-0.15_GH0.tar.gz) = 30064

View File

@ -1,3 +1,3 @@
Tools and library to manipulate EFI variables.
WWW: https://github.com/vathpela/efivar
WWW: https://github.com/rhboot/efivar

View File

@ -2,7 +2,7 @@
PORTNAME= git-lfs
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.0
DISTVERSION= 2.6.1
CATEGORIES= devel
MAINTAINER= egypcio@FreeBSD.org

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1541665734
SHA256 (git-lfs-git-lfs-v2.6.0_GH0.tar.gz) = e75b361d828d7b6e9ba537137d5243fa1e000a20686cddec2775b533a6b08f01
SIZE (git-lfs-git-lfs-v2.6.0_GH0.tar.gz) = 1605203
TIMESTAMP = 1544094697
SHA256 (git-lfs-git-lfs-v2.6.1_GH0.tar.gz) = e17cd9d4e66d1116be32f7ddc7e660c7f8fabbf510bc01b01ec15a22dd934ead
SIZE (git-lfs-git-lfs-v2.6.1_GH0.tar.gz) = 1630301
SHA256 (davecgh-go-spew-d8f796a_GH0.tar.gz) = d009b3cf2f72f26e6b79371cd1220bfd0cccdc94fa0f538f6c1ac1df2275bd79
SIZE (davecgh-go-spew-d8f796a_GH0.tar.gz) = 42167
SHA256 (pmezard-go-difflib-792786c_GH0.tar.gz) = 7c2a6d7ea0700411ba7d13865230c03bd6734d3ff6c213357bda121f5bb707fb

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gitlab-runner
PORTVERSION= 11.5.0
PORTVERSION= 11.5.1
CATEGORIES= devel
MASTER_SITES= \
https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \
@ -26,10 +26,10 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
GL_COMMIT= 3afdaba6bf04910d6db2733af0e7e6f1a4f37738
GITREV= 3afdaba6
GL_COMMIT= 7f00c780e2a2411ce04d0d55979490918255ea76
GITREV= 7f00c780
GITBRANCH= 11-5-stable
BUILT= 2018-11-22T09:19:56+0000
BUILT= 2018-12-06T13:25:32+0000
GO_LDFLAGS= -X gitlab.com/gitlab-org/gitlab-runner/common.VERSION=${PORTVERSION} \
-X gitlab.com/gitlab-org/gitlab-runner/common.REVISION=${GITREV} \

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1543340517
TIMESTAMP = 1544211111
SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e
SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 9594352
SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32
SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 9020896
SHA256 (gitlab-runner/gitlab-org-gitlab-runner-3afdaba6bf04910d6db2733af0e7e6f1a4f37738_GL0.tar.gz) = fae128dd5ccc40bfea798854a7398151cb79e65f04605518ecd277274fcd585d
SIZE (gitlab-runner/gitlab-org-gitlab-runner-3afdaba6bf04910d6db2733af0e7e6f1a4f37738_GL0.tar.gz) = 25759968
SHA256 (gitlab-runner/gitlab-org-gitlab-runner-7f00c780e2a2411ce04d0d55979490918255ea76_GL0.tar.gz) = fe4153518c023ec20245fccf143a7c9bc9cfc2b9e98becc906375e765c9abee0
SIZE (gitlab-runner/gitlab-org-gitlab-runner-7f00c780e2a2411ce04d0d55979490918255ea76_GL0.tar.gz) = 25762101

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= grumpy
PORTVERSION= 0.0.0.2017020301
PORTVERSION= 0.0.0.2017112101
CATEGORIES= devel
MAINTAINER= swills@FreeBSD.org
@ -12,7 +12,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_GITHUB= yes
GH_ACCOUNT= google
GH_TAGNAME= 348f038
GH_TAGNAME= 3ec8795
USES= gmake python:2.7 shebangfix
SHEBANG_FILES= tools/benchcmp tools/coverparse tools/diffrange tools/grumpc

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1486146690
SHA256 (google-grumpy-0.0.0.2017020301-348f038_GH0.tar.gz) = 9a3bea034b74327740be570962a2400ab827a7105da844eef5594c6320057fdd
SIZE (google-grumpy-0.0.0.2017020301-348f038_GH0.tar.gz) = 541133
TIMESTAMP = 1544229003
SHA256 (google-grumpy-0.0.0.2017112101-3ec8795_GH0.tar.gz) = 0d9742e9ef1190eee0005331f48212883a82cfe730721d03fe97c6b87890baba
SIZE (google-grumpy-0.0.0.2017112101-3ec8795_GH0.tar.gz) = 736001

View File

@ -2,113 +2,584 @@ bin/benchcmp
bin/coverparse
bin/diffrange
bin/grumpc
go/pkg/freebsd_%%ARCH%%/__python__/Queue.a
go/pkg/freebsd_%%ARCH%%/__python__/StringIO.a
go/pkg/freebsd_%%ARCH%%/__python__/UserDict.a
go/pkg/freebsd_%%ARCH%%/__python__/UserList.a
go/pkg/freebsd_%%ARCH%%/__python__/UserString.a
go/pkg/freebsd_%%ARCH%%/__python__/__builtin__.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/grumpy.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/io/ioutil.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/math.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/math/rand.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/os.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/path/filepath.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/reflect.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/runtime.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/sync.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/syscall.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/time.a
go/pkg/freebsd_%%ARCH%%/__python__/__go__/unicode.a
go/pkg/freebsd_%%ARCH%%/__python__/_abcoll.a
go/pkg/freebsd_%%ARCH%%/__python__/_collections.a
go/pkg/freebsd_%%ARCH%%/__python__/_csv.a
go/pkg/freebsd_%%ARCH%%/__python__/_functools.a
go/pkg/freebsd_%%ARCH%%/__python__/_md5.a
go/pkg/freebsd_%%ARCH%%/__python__/_random.a
go/pkg/freebsd_%%ARCH%%/__python__/_sha.a
go/pkg/freebsd_%%ARCH%%/__python__/_sha256.a
go/pkg/freebsd_%%ARCH%%/__python__/_sha512.a
go/pkg/freebsd_%%ARCH%%/__python__/_sre.a
go/pkg/freebsd_%%ARCH%%/__python__/_struct.a
go/pkg/freebsd_%%ARCH%%/__python__/_syscall.a
go/pkg/freebsd_%%ARCH%%/__python__/_weakrefset.a
go/pkg/freebsd_%%ARCH%%/__python__/abc.a
go/pkg/freebsd_%%ARCH%%/__python__/argparse.a
go/pkg/freebsd_%%ARCH%%/__python__/base64.a
go/pkg/freebsd_%%ARCH%%/__python__/binascii.a
go/pkg/freebsd_%%ARCH%%/__python__/bisect.a
go/pkg/freebsd_%%ARCH%%/__python__/cStringIO.a
go/pkg/freebsd_%%ARCH%%/__python__/collections.a
go/pkg/freebsd_%%ARCH%%/__python__/colorsys.a
go/pkg/freebsd_%%ARCH%%/__python__/contextlib.a
go/pkg/freebsd_%%ARCH%%/__python__/copy.a
go/pkg/freebsd_%%ARCH%%/__python__/copy_reg.a
go/pkg/freebsd_%%ARCH%%/__python__/csv.a
go/pkg/freebsd_%%ARCH%%/__python__/datetime.a
go/pkg/freebsd_%%ARCH%%/__python__/difflib.a
go/pkg/freebsd_%%ARCH%%/__python__/dircache.a
go/pkg/freebsd_%%ARCH%%/__python__/dummy_thread.a
go/pkg/freebsd_%%ARCH%%/__python__/errno.a
go/pkg/freebsd_%%ARCH%%/__python__/exceptions.a
go/pkg/freebsd_%%ARCH%%/__python__/fnmatch.a
go/pkg/freebsd_%%ARCH%%/__python__/fpformat.a
go/pkg/freebsd_%%ARCH%%/__python__/functools.a
go/pkg/freebsd_%%ARCH%%/__python__/genericpath.a
go/pkg/freebsd_%%ARCH%%/__python__/getopt.a
go/pkg/freebsd_%%ARCH%%/__python__/glob.a
go/pkg/freebsd_%%ARCH%%/__python__/heapq.a
go/pkg/freebsd_%%ARCH%%/__python__/itertools.a
go/pkg/freebsd_%%ARCH%%/__python__/itertools_test.a
go/pkg/freebsd_%%ARCH%%/__python__/json.a
go/pkg/freebsd_%%ARCH%%/__python__/json/decoder.a
go/pkg/freebsd_%%ARCH%%/__python__/json/encoder.a
go/pkg/freebsd_%%ARCH%%/__python__/json_scanner.a
go/pkg/freebsd_%%ARCH%%/__python__/keyword.a
go/pkg/freebsd_%%ARCH%%/__python__/linecache.a
go/pkg/freebsd_%%ARCH%%/__python__/math.a
go/pkg/freebsd_%%ARCH%%/__python__/math_test.a
go/pkg/freebsd_%%ARCH%%/__python__/md5.a
go/pkg/freebsd_%%ARCH%%/__python__/mimetools.a
go/pkg/freebsd_%%ARCH%%/__python__/mutex.a
go/pkg/freebsd_%%ARCH%%/__python__/operator.a
go/pkg/freebsd_%%ARCH%%/__python__/optparse.a
go/pkg/freebsd_%%ARCH%%/__python__/os.a
go/pkg/freebsd_%%ARCH%%/__python__/os/path.a
go/pkg/freebsd_%%ARCH%%/__python__/os/path_test.a
go/pkg/freebsd_%%ARCH%%/__python__/os_test.a
go/pkg/freebsd_%%ARCH%%/__python__/pprint.a
go/pkg/freebsd_%%ARCH%%/__python__/quopri.a
go/pkg/freebsd_%%ARCH%%/__python__/random.a
go/pkg/freebsd_%%ARCH%%/__python__/random_test.a
go/pkg/freebsd_%%ARCH%%/__python__/re.a
go/pkg/freebsd_%%ARCH%%/__python__/re_tests.a
go/pkg/freebsd_%%ARCH%%/__python__/repr.a
go/pkg/freebsd_%%ARCH%%/__python__/rfc822.a
go/pkg/freebsd_%%ARCH%%/__python__/sched.a
go/pkg/freebsd_%%ARCH%%/__python__/select_.a
go/pkg/freebsd_%%ARCH%%/__python__/sha.a
go/pkg/freebsd_%%ARCH%%/__python__/sre_compile.a
go/pkg/freebsd_%%ARCH%%/__python__/sre_constants.a
go/pkg/freebsd_%%ARCH%%/__python__/sre_parse.a
go/pkg/freebsd_%%ARCH%%/__python__/stat.a
go/pkg/freebsd_%%ARCH%%/__python__/string.a
go/pkg/freebsd_%%ARCH%%/__python__/sys.a
go/pkg/freebsd_%%ARCH%%/__python__/sys_test.a
go/pkg/freebsd_%%ARCH%%/__python__/tempfile.a
go/pkg/freebsd_%%ARCH%%/__python__/tempfile_test.a
go/pkg/freebsd_%%ARCH%%/__python__/test.a
go/pkg/freebsd_%%ARCH%%/__python__/test/list_tests.a
go/pkg/freebsd_%%ARCH%%/__python__/test/lock_tests.a
go/pkg/freebsd_%%ARCH%%/__python__/test/mapping_tests.a
go/pkg/freebsd_%%ARCH%%/__python__/test/seq_tests.a
go/pkg/freebsd_%%ARCH%%/__python__/test/string_tests.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_argparse.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_bisect.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_colorsys.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_datetime.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_dict.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_dircache.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_dummy_thread.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_fpformat.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_genericpath.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_list.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_md5.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_mimetools.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_mutex.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_operator.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_queue.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_quopri.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_rfc822.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_sched.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_select.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_slice.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_stat.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_string.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_support.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_threading.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_tuple.a
go/pkg/freebsd_%%ARCH%%/__python__/test/test_uu.a
go/pkg/freebsd_%%ARCH%%/__python__/textwrap.a
go/pkg/freebsd_%%ARCH%%/__python__/thread.a
go/pkg/freebsd_%%ARCH%%/__python__/threading.a
go/pkg/freebsd_%%ARCH%%/__python__/time.a
go/pkg/freebsd_%%ARCH%%/__python__/time_test.a
go/pkg/freebsd_%%ARCH%%/__python__/traceback.a
go/pkg/freebsd_%%ARCH%%/__python__/types.a
go/pkg/freebsd_%%ARCH%%/__python__/types_test.a
go/pkg/freebsd_%%ARCH%%/__python__/unittest.a
go/pkg/freebsd_%%ARCH%%/__python__/unittest_case.a
go/pkg/freebsd_%%ARCH%%/__python__/unittest_loader.a
go/pkg/freebsd_%%ARCH%%/__python__/unittest_result.a
go/pkg/freebsd_%%ARCH%%/__python__/unittest_runner.a
go/pkg/freebsd_%%ARCH%%/__python__/unittest_signals.a
go/pkg/freebsd_%%ARCH%%/__python__/unittest_suite.a
go/pkg/freebsd_%%ARCH%%/__python__/unittest_util.a
go/pkg/freebsd_%%ARCH%%/__python__/urlparse.a
go/pkg/freebsd_%%ARCH%%/__python__/uu.a
go/pkg/freebsd_%%ARCH%%/__python__/warnings.a
go/pkg/freebsd_%%ARCH%%/__python__/weakref.a
go/pkg/freebsd_%%ARCH%%/__python__/weetest.a
go/pkg/freebsd_%%ARCH%%/__python__/weetest_test.a
go/pkg/freebsd_%%ARCH%%/grumpy.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/StringIO.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/UserDict.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/UserList.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/UserString.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/__builtin__.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_abcoll.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_collections.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_csv.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_functools.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_md5.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_random.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_sha.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_sha256.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_sha512.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_sre.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_struct.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/_weakrefset.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/abc.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/argparse.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/base64.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/binascii.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/collections.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/contextlib.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/copy.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/copy_reg.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/csv.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/difflib.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/errno.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/exceptions.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/fnmatch.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/functools.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/getopt.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/glob.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/heapq.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/itertools.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/itertools_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/json.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/json/decoder.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/json/encoder.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/json_scanner.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/keyword.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/linecache.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/math.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/math_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/md5.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/operator.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/optparse.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/os.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/os/path.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/os/path_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/os_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/pprint.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/random.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/random_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/re.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/re_tests.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/repr.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/sha.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/sre_compile.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/sre_constants.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/sre_parse.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/stat.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/string.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/sys.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/sys_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/tempfile.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/tempfile_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/list_tests.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/mapping_tests.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/seq_tests.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/string_tests.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_argparse.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_dict.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_list.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_md5.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_slice.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_string.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_support.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/test/test_tuple.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/textwrap.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/thread.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/threading.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/threading_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/time.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/time_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/traceback.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/types.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/types_test.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_case.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_loader.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_result.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_runner.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_signals.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_suite.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/unittest_util.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/urlparse.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/warnings.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/weakref.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/weetest.a
go/pkg/freebsd_%%ARCH%%/grumpy/lib/weetest_test.a
go/src/__python__/Queue.py
go/src/__python__/Queue/module.d
go/src/__python__/Queue/module.go
go/src/__python__/StringIO.py
go/src/__python__/StringIO/module.d
go/src/__python__/StringIO/module.go
go/src/__python__/UserDict.py
go/src/__python__/UserDict/module.d
go/src/__python__/UserDict/module.go
go/src/__python__/UserList.py
go/src/__python__/UserList/module.d
go/src/__python__/UserList/module.go
go/src/__python__/UserString.py
go/src/__python__/UserString/module.d
go/src/__python__/UserString/module.go
go/src/__python__/__builtin__.py
go/src/__python__/__builtin__/module.d
go/src/__python__/__builtin__/module.go
go/src/__python__/__go__/grumpy/module.go
go/src/__python__/__go__/io/ioutil/module.go
go/src/__python__/__go__/math/module.go
go/src/__python__/__go__/math/rand/module.go
go/src/__python__/__go__/os/module.go
go/src/__python__/__go__/path/filepath/module.go
go/src/__python__/__go__/reflect/module.go
go/src/__python__/__go__/runtime/module.go
go/src/__python__/__go__/sync/module.go
go/src/__python__/__go__/syscall/module.go
go/src/__python__/__go__/time/module.go
go/src/__python__/__go__/unicode/module.go
go/src/__python__/_abcoll.py
go/src/__python__/_abcoll/module.d
go/src/__python__/_abcoll/module.go
go/src/__python__/_collections.py
go/src/__python__/_collections/module.d
go/src/__python__/_collections/module.go
go/src/__python__/_csv.py
go/src/__python__/_csv/module.d
go/src/__python__/_csv/module.go
go/src/__python__/_functools.py
go/src/__python__/_functools/module.d
go/src/__python__/_functools/module.go
go/src/__python__/_md5.py
go/src/__python__/_md5/module.d
go/src/__python__/_md5/module.go
go/src/__python__/_random.py
go/src/__python__/_random/module.d
go/src/__python__/_random/module.go
go/src/__python__/_sha.py
go/src/__python__/_sha/module.d
go/src/__python__/_sha/module.go
go/src/__python__/_sha256.py
go/src/__python__/_sha256/module.d
go/src/__python__/_sha256/module.go
go/src/__python__/_sha512.py
go/src/__python__/_sha512/module.d
go/src/__python__/_sha512/module.go
go/src/__python__/_sre.py
go/src/__python__/_sre/module.d
go/src/__python__/_sre/module.go
go/src/__python__/_struct.py
go/src/__python__/_struct/module.d
go/src/__python__/_struct/module.go
go/src/__python__/_syscall.py
go/src/__python__/_syscall/module.d
go/src/__python__/_syscall/module.go
go/src/__python__/_weakrefset.py
go/src/__python__/_weakrefset/module.d
go/src/__python__/_weakrefset/module.go
go/src/__python__/abc.py
go/src/__python__/abc/module.d
go/src/__python__/abc/module.go
go/src/__python__/argparse.py
go/src/__python__/argparse/module.d
go/src/__python__/argparse/module.go
go/src/__python__/base64.py
go/src/__python__/base64/module.d
go/src/__python__/base64/module.go
go/src/__python__/binascii.py
go/src/__python__/binascii/module.d
go/src/__python__/binascii/module.go
go/src/__python__/bisect.py
go/src/__python__/bisect/module.d
go/src/__python__/bisect/module.go
go/src/__python__/cStringIO.py
go/src/__python__/cStringIO/module.d
go/src/__python__/cStringIO/module.go
go/src/__python__/collections.py
go/src/__python__/collections/module.d
go/src/__python__/collections/module.go
go/src/__python__/colorsys.py
go/src/__python__/colorsys/module.d
go/src/__python__/colorsys/module.go
go/src/__python__/contextlib.py
go/src/__python__/contextlib/module.d
go/src/__python__/contextlib/module.go
go/src/__python__/copy.py
go/src/__python__/copy/module.d
go/src/__python__/copy/module.go
go/src/__python__/copy_reg.py
go/src/__python__/copy_reg/module.d
go/src/__python__/copy_reg/module.go
go/src/__python__/csv.py
go/src/__python__/csv/module.d
go/src/__python__/csv/module.go
go/src/__python__/datetime.py
go/src/__python__/datetime/module.d
go/src/__python__/datetime/module.go
go/src/__python__/difflib.py
go/src/__python__/difflib/module.d
go/src/__python__/difflib/module.go
go/src/__python__/dircache.py
go/src/__python__/dircache/module.d
go/src/__python__/dircache/module.go
go/src/__python__/dummy_thread.py
go/src/__python__/dummy_thread/module.d
go/src/__python__/dummy_thread/module.go
go/src/__python__/errno.py
go/src/__python__/errno/module.d
go/src/__python__/errno/module.go
go/src/__python__/exceptions.py
go/src/__python__/exceptions/module.d
go/src/__python__/exceptions/module.go
go/src/__python__/fnmatch.py
go/src/__python__/fnmatch/module.d
go/src/__python__/fnmatch/module.go
go/src/__python__/fpformat.py
go/src/__python__/fpformat/module.d
go/src/__python__/fpformat/module.go
go/src/__python__/functools.py
go/src/__python__/functools/module.d
go/src/__python__/functools/module.go
go/src/__python__/genericpath.py
go/src/__python__/genericpath/module.d
go/src/__python__/genericpath/module.go
go/src/__python__/getopt.py
go/src/__python__/getopt/module.d
go/src/__python__/getopt/module.go
go/src/__python__/glob.py
go/src/__python__/glob/module.d
go/src/__python__/glob/module.go
go/src/__python__/heapq.py
go/src/__python__/heapq/module.d
go/src/__python__/heapq/module.go
go/src/__python__/itertools.py
go/src/__python__/itertools/module.d
go/src/__python__/itertools/module.go
go/src/__python__/itertools_test.py
go/src/__python__/itertools_test/module.d
go/src/__python__/itertools_test/module.go
go/src/__python__/json/__init__.py
go/src/__python__/json/decoder.py
go/src/__python__/json/decoder/module.d
go/src/__python__/json/decoder/module.go
go/src/__python__/json/encoder.py
go/src/__python__/json/encoder/module.d
go/src/__python__/json/encoder/module.go
go/src/__python__/json/module.d
go/src/__python__/json/module.go
go/src/__python__/json_scanner.py
go/src/__python__/json_scanner/module.d
go/src/__python__/json_scanner/module.go
go/src/__python__/keyword.py
go/src/__python__/keyword/module.d
go/src/__python__/keyword/module.go
go/src/__python__/linecache.py
go/src/__python__/linecache/module.d
go/src/__python__/linecache/module.go
go/src/__python__/math.py
go/src/__python__/math/module.d
go/src/__python__/math/module.go
go/src/__python__/math_test.py
go/src/__python__/math_test/module.d
go/src/__python__/math_test/module.go
go/src/__python__/md5.py
go/src/__python__/md5/module.d
go/src/__python__/md5/module.go
go/src/__python__/mimetools.py
go/src/__python__/mimetools/module.d
go/src/__python__/mimetools/module.go
go/src/__python__/mutex.py
go/src/__python__/mutex/module.d
go/src/__python__/mutex/module.go
go/src/__python__/operator.py
go/src/__python__/operator/module.d
go/src/__python__/operator/module.go
go/src/__python__/optparse.py
go/src/__python__/optparse/module.d
go/src/__python__/optparse/module.go
go/src/__python__/os/__init__.py
go/src/__python__/os/module.d
go/src/__python__/os/module.go
go/src/__python__/os/path.py
go/src/__python__/os/path/module.d
go/src/__python__/os/path/module.go
go/src/__python__/os/path_test.py
go/src/__python__/os/path_test/module.d
go/src/__python__/os/path_test/module.go
go/src/__python__/os_test.py
go/src/__python__/os_test/module.d
go/src/__python__/os_test/module.go
go/src/__python__/pprint.py
go/src/__python__/pprint/module.d
go/src/__python__/pprint/module.go
go/src/__python__/quopri.py
go/src/__python__/quopri/module.d
go/src/__python__/quopri/module.go
go/src/__python__/random.py
go/src/__python__/random/module.d
go/src/__python__/random/module.go
go/src/__python__/random_test.py
go/src/__python__/random_test/module.d
go/src/__python__/random_test/module.go
go/src/__python__/re.py
go/src/__python__/re/module.d
go/src/__python__/re/module.go
go/src/__python__/re_tests.py
go/src/__python__/re_tests/module.d
go/src/__python__/re_tests/module.go
go/src/__python__/repr.py
go/src/__python__/repr/module.d
go/src/__python__/repr/module.go
go/src/__python__/rfc822.py
go/src/__python__/rfc822/module.d
go/src/__python__/rfc822/module.go
go/src/__python__/sched.py
go/src/__python__/sched/module.d
go/src/__python__/sched/module.go
go/src/__python__/select_.py
go/src/__python__/select_/module.d
go/src/__python__/select_/module.go
go/src/__python__/sha.py
go/src/__python__/sha/module.d
go/src/__python__/sha/module.go
go/src/__python__/sre_compile.py
go/src/__python__/sre_compile/module.d
go/src/__python__/sre_compile/module.go
go/src/__python__/sre_constants.py
go/src/__python__/sre_constants/module.d
go/src/__python__/sre_constants/module.go
go/src/__python__/sre_parse.py
go/src/__python__/sre_parse/module.d
go/src/__python__/sre_parse/module.go
go/src/__python__/stat.py
go/src/__python__/stat/module.d
go/src/__python__/stat/module.go
go/src/__python__/string.py
go/src/__python__/string/module.d
go/src/__python__/string/module.go
go/src/__python__/sys.py
go/src/__python__/sys/module.d
go/src/__python__/sys/module.go
go/src/__python__/sys_test.py
go/src/__python__/sys_test/module.d
go/src/__python__/sys_test/module.go
go/src/__python__/tempfile.py
go/src/__python__/tempfile/module.d
go/src/__python__/tempfile/module.go
go/src/__python__/tempfile_test.py
go/src/__python__/tempfile_test/module.d
go/src/__python__/tempfile_test/module.go
go/src/__python__/test/__init__.py
go/src/__python__/test/list_tests.py
go/src/__python__/test/list_tests/module.d
go/src/__python__/test/list_tests/module.go
go/src/__python__/test/lock_tests.py
go/src/__python__/test/lock_tests/module.d
go/src/__python__/test/lock_tests/module.go
go/src/__python__/test/mapping_tests.py
go/src/__python__/test/mapping_tests/module.d
go/src/__python__/test/mapping_tests/module.go
go/src/__python__/test/module.d
go/src/__python__/test/module.go
go/src/__python__/test/seq_tests.py
go/src/__python__/test/seq_tests/module.d
go/src/__python__/test/seq_tests/module.go
go/src/__python__/test/string_tests.py
go/src/__python__/test/string_tests/module.d
go/src/__python__/test/string_tests/module.go
go/src/__python__/test/test_argparse.py
go/src/__python__/test/test_argparse/module.d
go/src/__python__/test/test_argparse/module.go
go/src/__python__/test/test_bisect.py
go/src/__python__/test/test_bisect/module.d
go/src/__python__/test/test_bisect/module.go
go/src/__python__/test/test_colorsys.py
go/src/__python__/test/test_colorsys/module.d
go/src/__python__/test/test_colorsys/module.go
go/src/__python__/test/test_datetime.py
go/src/__python__/test/test_datetime/module.d
go/src/__python__/test/test_datetime/module.go
go/src/__python__/test/test_dict.py
go/src/__python__/test/test_dict/module.d
go/src/__python__/test/test_dict/module.go
go/src/__python__/test/test_dircache.py
go/src/__python__/test/test_dircache/module.d
go/src/__python__/test/test_dircache/module.go
go/src/__python__/test/test_dummy_thread.py
go/src/__python__/test/test_dummy_thread/module.d
go/src/__python__/test/test_dummy_thread/module.go
go/src/__python__/test/test_fpformat.py
go/src/__python__/test/test_fpformat/module.d
go/src/__python__/test/test_fpformat/module.go
go/src/__python__/test/test_genericpath.py
go/src/__python__/test/test_genericpath/module.d
go/src/__python__/test/test_genericpath/module.go
go/src/__python__/test/test_list.py
go/src/__python__/test/test_list/module.d
go/src/__python__/test/test_list/module.go
go/src/__python__/test/test_md5.py
go/src/__python__/test/test_md5/module.d
go/src/__python__/test/test_md5/module.go
go/src/__python__/test/test_mimetools.py
go/src/__python__/test/test_mimetools/module.d
go/src/__python__/test/test_mimetools/module.go
go/src/__python__/test/test_mutex.py
go/src/__python__/test/test_mutex/module.d
go/src/__python__/test/test_mutex/module.go
go/src/__python__/test/test_operator.py
go/src/__python__/test/test_operator/module.d
go/src/__python__/test/test_operator/module.go
go/src/__python__/test/test_queue.py
go/src/__python__/test/test_queue/module.d
go/src/__python__/test/test_queue/module.go
go/src/__python__/test/test_quopri.py
go/src/__python__/test/test_quopri/module.d
go/src/__python__/test/test_quopri/module.go
go/src/__python__/test/test_rfc822.py
go/src/__python__/test/test_rfc822/module.d
go/src/__python__/test/test_rfc822/module.go
go/src/__python__/test/test_sched.py
go/src/__python__/test/test_sched/module.d
go/src/__python__/test/test_sched/module.go
go/src/__python__/test/test_select.py
go/src/__python__/test/test_select/module.d
go/src/__python__/test/test_select/module.go
go/src/__python__/test/test_slice.py
go/src/__python__/test/test_slice/module.d
go/src/__python__/test/test_slice/module.go
go/src/__python__/test/test_stat.py
go/src/__python__/test/test_stat/module.d
go/src/__python__/test/test_stat/module.go
go/src/__python__/test/test_string.py
go/src/__python__/test/test_string/module.d
go/src/__python__/test/test_string/module.go
go/src/__python__/test/test_support.py
go/src/__python__/test/test_support/module.d
go/src/__python__/test/test_support/module.go
go/src/__python__/test/test_threading.py
go/src/__python__/test/test_threading/module.d
go/src/__python__/test/test_threading/module.go
go/src/__python__/test/test_tuple.py
go/src/__python__/test/test_tuple/module.d
go/src/__python__/test/test_tuple/module.go
go/src/__python__/test/test_uu.py
go/src/__python__/test/test_uu/module.d
go/src/__python__/test/test_uu/module.go
go/src/__python__/textwrap.py
go/src/__python__/textwrap/module.d
go/src/__python__/textwrap/module.go
go/src/__python__/thread.py
go/src/__python__/thread/module.d
go/src/__python__/thread/module.go
go/src/__python__/threading.py
go/src/__python__/threading/module.d
go/src/__python__/threading/module.go
go/src/__python__/time.py
go/src/__python__/time/module.d
go/src/__python__/time/module.go
go/src/__python__/time_test.py
go/src/__python__/time_test/module.d
go/src/__python__/time_test/module.go
go/src/__python__/traceback.py
go/src/__python__/traceback/module.d
go/src/__python__/traceback/module.go
go/src/__python__/types.py
go/src/__python__/types/module.d
go/src/__python__/types/module.go
go/src/__python__/types_test.py
go/src/__python__/types_test/module.d
go/src/__python__/types_test/module.go
go/src/__python__/unittest/__init__.py
go/src/__python__/unittest/module.d
go/src/__python__/unittest/module.go
go/src/__python__/unittest_case.py
go/src/__python__/unittest_case/module.d
go/src/__python__/unittest_case/module.go
go/src/__python__/unittest_loader.py
go/src/__python__/unittest_loader/module.d
go/src/__python__/unittest_loader/module.go
go/src/__python__/unittest_result.py
go/src/__python__/unittest_result/module.d
go/src/__python__/unittest_result/module.go
go/src/__python__/unittest_runner.py
go/src/__python__/unittest_runner/module.d
go/src/__python__/unittest_runner/module.go
go/src/__python__/unittest_signals.py
go/src/__python__/unittest_signals/module.d
go/src/__python__/unittest_signals/module.go
go/src/__python__/unittest_suite.py
go/src/__python__/unittest_suite/module.d
go/src/__python__/unittest_suite/module.go
go/src/__python__/unittest_util.py
go/src/__python__/unittest_util/module.d
go/src/__python__/unittest_util/module.go
go/src/__python__/urlparse.py
go/src/__python__/urlparse/module.d
go/src/__python__/urlparse/module.go
go/src/__python__/uu.py
go/src/__python__/uu/module.d
go/src/__python__/uu/module.go
go/src/__python__/warnings.py
go/src/__python__/warnings/module.d
go/src/__python__/warnings/module.go
go/src/__python__/weakref.py
go/src/__python__/weakref/module.d
go/src/__python__/weakref/module.go
go/src/__python__/weetest.py
go/src/__python__/weetest/module.d
go/src/__python__/weetest/module.go
go/src/__python__/weetest_test.py
go/src/__python__/weetest_test/module.d
go/src/__python__/weetest_test/module.go
go/src/grumpy/baseexception.go
go/src/grumpy/basestring.go
go/src/grumpy/bool.go
go/src/grumpy/builtin_types.go
go/src/grumpy/bytearray.go
go/src/grumpy/code.go
go/src/grumpy/complex.go
go/src/grumpy/core.go
@ -122,210 +593,6 @@ go/src/grumpy/frame.go
go/src/grumpy/function.go
go/src/grumpy/generator.go
go/src/grumpy/int.go
go/src/grumpy/lib/StringIO/module.d
go/src/grumpy/lib/StringIO/module.go
go/src/grumpy/lib/UserDict/module.d
go/src/grumpy/lib/UserDict/module.go
go/src/grumpy/lib/UserList/module.d
go/src/grumpy/lib/UserList/module.go
go/src/grumpy/lib/UserString/module.d
go/src/grumpy/lib/UserString/module.go
go/src/grumpy/lib/__builtin__/module.d
go/src/grumpy/lib/__builtin__/module.go
go/src/grumpy/lib/_abcoll/module.d
go/src/grumpy/lib/_abcoll/module.go
go/src/grumpy/lib/_collections/module.d
go/src/grumpy/lib/_collections/module.go
go/src/grumpy/lib/_csv/module.d
go/src/grumpy/lib/_csv/module.go
go/src/grumpy/lib/_functools/module.d
go/src/grumpy/lib/_functools/module.go
go/src/grumpy/lib/_md5/module.d
go/src/grumpy/lib/_md5/module.go
go/src/grumpy/lib/_random/module.d
go/src/grumpy/lib/_random/module.go
go/src/grumpy/lib/_sha/module.d
go/src/grumpy/lib/_sha/module.go
go/src/grumpy/lib/_sha256/module.d
go/src/grumpy/lib/_sha256/module.go
go/src/grumpy/lib/_sha512/module.d
go/src/grumpy/lib/_sha512/module.go
go/src/grumpy/lib/_sre/module.d
go/src/grumpy/lib/_sre/module.go
go/src/grumpy/lib/_struct/module.d
go/src/grumpy/lib/_struct/module.go
go/src/grumpy/lib/_weakrefset/module.d
go/src/grumpy/lib/_weakrefset/module.go
go/src/grumpy/lib/abc/module.d
go/src/grumpy/lib/abc/module.go
go/src/grumpy/lib/argparse/module.d
go/src/grumpy/lib/argparse/module.go
go/src/grumpy/lib/base64/module.d
go/src/grumpy/lib/base64/module.go
go/src/grumpy/lib/binascii/module.d
go/src/grumpy/lib/binascii/module.go
go/src/grumpy/lib/collections/module.d
go/src/grumpy/lib/collections/module.go
go/src/grumpy/lib/contextlib/module.d
go/src/grumpy/lib/contextlib/module.go
go/src/grumpy/lib/copy/module.d
go/src/grumpy/lib/copy/module.go
go/src/grumpy/lib/copy_reg/module.d
go/src/grumpy/lib/copy_reg/module.go
go/src/grumpy/lib/csv/module.d
go/src/grumpy/lib/csv/module.go
go/src/grumpy/lib/difflib/module.d
go/src/grumpy/lib/difflib/module.go
go/src/grumpy/lib/errno/module.d
go/src/grumpy/lib/errno/module.go
go/src/grumpy/lib/exceptions/module.d
go/src/grumpy/lib/exceptions/module.go
go/src/grumpy/lib/fnmatch/module.d
go/src/grumpy/lib/fnmatch/module.go
go/src/grumpy/lib/functools/module.d
go/src/grumpy/lib/functools/module.go
go/src/grumpy/lib/getopt/module.d
go/src/grumpy/lib/getopt/module.go
go/src/grumpy/lib/glob/module.d
go/src/grumpy/lib/glob/module.go
go/src/grumpy/lib/heapq/module.d
go/src/grumpy/lib/heapq/module.go
go/src/grumpy/lib/itertools/module.d
go/src/grumpy/lib/itertools/module.go
go/src/grumpy/lib/itertools_test/module.d
go/src/grumpy/lib/itertools_test/module.go
go/src/grumpy/lib/json/decoder/module.d
go/src/grumpy/lib/json/decoder/module.go
go/src/grumpy/lib/json/encoder/module.d
go/src/grumpy/lib/json/encoder/module.go
go/src/grumpy/lib/json/module.d
go/src/grumpy/lib/json/module.go
go/src/grumpy/lib/json_scanner/module.d
go/src/grumpy/lib/json_scanner/module.go
go/src/grumpy/lib/keyword/module.d
go/src/grumpy/lib/keyword/module.go
go/src/grumpy/lib/linecache/module.d
go/src/grumpy/lib/linecache/module.go
go/src/grumpy/lib/math/module.d
go/src/grumpy/lib/math/module.go
go/src/grumpy/lib/math_test/module.d
go/src/grumpy/lib/math_test/module.go
go/src/grumpy/lib/md5/module.d
go/src/grumpy/lib/md5/module.go
go/src/grumpy/lib/operator/module.d
go/src/grumpy/lib/operator/module.go
go/src/grumpy/lib/optparse/module.d
go/src/grumpy/lib/optparse/module.go
go/src/grumpy/lib/os/module.d
go/src/grumpy/lib/os/module.go
go/src/grumpy/lib/os/path/module.d
go/src/grumpy/lib/os/path/module.go
go/src/grumpy/lib/os/path_test/module.d
go/src/grumpy/lib/os/path_test/module.go
go/src/grumpy/lib/os_test/module.d
go/src/grumpy/lib/os_test/module.go
go/src/grumpy/lib/pprint/module.d
go/src/grumpy/lib/pprint/module.go
go/src/grumpy/lib/random/module.d
go/src/grumpy/lib/random/module.go
go/src/grumpy/lib/random_test/module.d
go/src/grumpy/lib/random_test/module.go
go/src/grumpy/lib/re/module.d
go/src/grumpy/lib/re/module.go
go/src/grumpy/lib/re_tests/module.d
go/src/grumpy/lib/re_tests/module.go
go/src/grumpy/lib/repr/module.d
go/src/grumpy/lib/repr/module.go
go/src/grumpy/lib/sha/module.d
go/src/grumpy/lib/sha/module.go
go/src/grumpy/lib/sre_compile/module.d
go/src/grumpy/lib/sre_compile/module.go
go/src/grumpy/lib/sre_constants/module.d
go/src/grumpy/lib/sre_constants/module.go
go/src/grumpy/lib/sre_parse/module.d
go/src/grumpy/lib/sre_parse/module.go
go/src/grumpy/lib/stat/module.d
go/src/grumpy/lib/stat/module.go
go/src/grumpy/lib/string/module.d
go/src/grumpy/lib/string/module.go
go/src/grumpy/lib/sys/module.d
go/src/grumpy/lib/sys/module.go
go/src/grumpy/lib/sys_test/module.d
go/src/grumpy/lib/sys_test/module.go
go/src/grumpy/lib/tempfile/module.d
go/src/grumpy/lib/tempfile/module.go
go/src/grumpy/lib/tempfile_test/module.d
go/src/grumpy/lib/tempfile_test/module.go
go/src/grumpy/lib/test/list_tests/module.d
go/src/grumpy/lib/test/list_tests/module.go
go/src/grumpy/lib/test/mapping_tests/module.d
go/src/grumpy/lib/test/mapping_tests/module.go
go/src/grumpy/lib/test/module.d
go/src/grumpy/lib/test/module.go
go/src/grumpy/lib/test/seq_tests/module.d
go/src/grumpy/lib/test/seq_tests/module.go
go/src/grumpy/lib/test/string_tests/module.d
go/src/grumpy/lib/test/string_tests/module.go
go/src/grumpy/lib/test/test_argparse/module.d
go/src/grumpy/lib/test/test_argparse/module.go
go/src/grumpy/lib/test/test_dict/module.d
go/src/grumpy/lib/test/test_dict/module.go
go/src/grumpy/lib/test/test_list/module.d
go/src/grumpy/lib/test/test_list/module.go
go/src/grumpy/lib/test/test_md5/module.d
go/src/grumpy/lib/test/test_md5/module.go
go/src/grumpy/lib/test/test_slice/module.d
go/src/grumpy/lib/test/test_slice/module.go
go/src/grumpy/lib/test/test_string/module.d
go/src/grumpy/lib/test/test_string/module.go
go/src/grumpy/lib/test/test_support/module.d
go/src/grumpy/lib/test/test_support/module.go
go/src/grumpy/lib/test/test_tuple/module.d
go/src/grumpy/lib/test/test_tuple/module.go
go/src/grumpy/lib/textwrap/module.d
go/src/grumpy/lib/textwrap/module.go
go/src/grumpy/lib/thread/module.d
go/src/grumpy/lib/thread/module.go
go/src/grumpy/lib/threading/module.d
go/src/grumpy/lib/threading/module.go
go/src/grumpy/lib/threading_test/module.d
go/src/grumpy/lib/threading_test/module.go
go/src/grumpy/lib/time/module.d
go/src/grumpy/lib/time/module.go
go/src/grumpy/lib/time_test/module.d
go/src/grumpy/lib/time_test/module.go
go/src/grumpy/lib/traceback/module.d
go/src/grumpy/lib/traceback/module.go
go/src/grumpy/lib/types/module.d
go/src/grumpy/lib/types/module.go
go/src/grumpy/lib/types_test/module.d
go/src/grumpy/lib/types_test/module.go
go/src/grumpy/lib/unittest/module.d
go/src/grumpy/lib/unittest/module.go
go/src/grumpy/lib/unittest_case/module.d
go/src/grumpy/lib/unittest_case/module.go
go/src/grumpy/lib/unittest_loader/module.d
go/src/grumpy/lib/unittest_loader/module.go
go/src/grumpy/lib/unittest_result/module.d
go/src/grumpy/lib/unittest_result/module.go
go/src/grumpy/lib/unittest_runner/module.d
go/src/grumpy/lib/unittest_runner/module.go
go/src/grumpy/lib/unittest_signals/module.d
go/src/grumpy/lib/unittest_signals/module.go
go/src/grumpy/lib/unittest_suite/module.d
go/src/grumpy/lib/unittest_suite/module.go
go/src/grumpy/lib/unittest_util/module.d
go/src/grumpy/lib/unittest_util/module.go
go/src/grumpy/lib/urlparse/module.d
go/src/grumpy/lib/urlparse/module.go
go/src/grumpy/lib/warnings/module.d
go/src/grumpy/lib/warnings/module.go
go/src/grumpy/lib/weakref/module.d
go/src/grumpy/lib/weakref/module.go
go/src/grumpy/lib/weetest/module.d
go/src/grumpy/lib/weetest/module.go
go/src/grumpy/lib/weetest_test/module.d
go/src/grumpy/lib/weetest_test/module.go
go/src/grumpy/list.go
go/src/grumpy/long.go
go/src/grumpy/method.go
@ -359,6 +626,10 @@ go/src/grumpy/weakref.go
%%PYTHON_SITELIBDIR%%/grumpy/compiler/expr.pyc
%%PYTHON_SITELIBDIR%%/grumpy/compiler/expr_visitor.py
%%PYTHON_SITELIBDIR%%/grumpy/compiler/expr_visitor.pyc
%%PYTHON_SITELIBDIR%%/grumpy/compiler/imputil.py
%%PYTHON_SITELIBDIR%%/grumpy/compiler/imputil.pyc
%%PYTHON_SITELIBDIR%%/grumpy/compiler/imputil_test.d
%%PYTHON_SITELIBDIR%%/grumpy/compiler/imputil_test.py
%%PYTHON_SITELIBDIR%%/grumpy/compiler/shard_test.d
%%PYTHON_SITELIBDIR%%/grumpy/compiler/shard_test.py
%%PYTHON_SITELIBDIR%%/grumpy/compiler/stmt.py
@ -367,3 +638,17 @@ go/src/grumpy/weakref.go
%%PYTHON_SITELIBDIR%%/grumpy/compiler/util.pyc
%%PYTHON_SITELIBDIR%%/grumpy/compiler/util_test.d
%%PYTHON_SITELIBDIR%%/grumpy/compiler/util_test.py
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/__init__.py
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/__init__.pyc
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/algorithm.py
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/algorithm.pyc
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/ast.py
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/ast.pyc
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/diagnostic.py
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/diagnostic.pyc
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/lexer.py
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/lexer.pyc
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/parser.py
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/parser.pyc
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/source.py
%%PYTHON_SITELIBDIR%%/grumpy/pythonparser/source.pyc

View File

@ -2,7 +2,7 @@
PORTNAME= ShellCheck
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
DISTVERSION= 0.6.0
CATEGORIES= devel haskell
MAINTAINER= pizzamig@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1540501687
SHA256 (cabal/koalaman-shellcheck-v0.5.0_GH0.tar.gz) = 348a3f7892c1f28a44f188c00ac82f1b3bf899d9f81d14ddb0e306db26c937bb
SIZE (cabal/koalaman-shellcheck-v0.5.0_GH0.tar.gz) = 173657
TIMESTAMP = 1544015760
SHA256 (cabal/koalaman-shellcheck-v0.6.0_GH0.tar.gz) = 78f90aa8e618dc468bc1c36b6929216dc7a0c2679cd157e50919f7d8cc1899bc
SIZE (cabal/koalaman-shellcheck-v0.6.0_GH0.tar.gz) = 181749

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ipython
PORTVERSION= 6.5.0
PORTREVISION= 1
PORTVERSION= 7.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,14 +17,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pickleshare>=0:databases/py-pickleshare@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.4:devel/py-prompt_toolkit@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}prompt_toolkit2>=2.0.0:devel/py-prompt_toolkit2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}simplegeneric>0.8:devel/py-simplegeneric@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jedi>=0.10:devel/py-jedi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}backcall>=0.1.0:devel/py-backcall@${PY_FLAVOR}
USES= python:3.3+
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1532951494
SHA256 (ipython-6.5.0.tar.gz) = b0f2ef9eada4a68ef63ee10b6dde4f35c840035c50fd24265f8052c98947d5a4
SIZE (ipython-6.5.0.tar.gz) = 5084444
TIMESTAMP = 1543979685
SHA256 (ipython-7.2.0.tar.gz) = 6a9496209b76463f1dec126ab928919aaf1f55b38beb9219af3fe202f6bbdd12
SIZE (ipython-7.2.0.tar.gz) = 5112895

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= jenkins
PORTVERSION= 2.138.4
PORTVERSION= 2.150.1
CATEGORIES= devel java
MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/
PKGNAMESUFFIX= -lts

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1544002681
SHA256 (jenkins/2.138.4/jenkins.war) = 053d2941d558092c934a0f95798ff2177170eecfffab27a46e30744cf12bc3da
SIZE (jenkins/2.138.4/jenkins.war) = 75751509
TIMESTAMP = 1544203556
SHA256 (jenkins/2.150.1/jenkins.war) = 7a38586d5a3a1a83498809a83715728bb2f01b58a7dd3a88366f076efdaf6669
SIZE (jenkins/2.150.1/jenkins.war) = 75938045

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= kodi-platform
PORTVERSION= 20170306
PORTVERSION= 20180302
CATEGORIES= devel
MAINTAINER= decke@FreeBSD.org
@ -17,7 +17,7 @@ USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= xbmc
GH_TAGNAME= 36fb493
GH_TAGNAME= e8574b8
USE_LDCONFIG= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1518120462
SHA256 (xbmc-kodi-platform-20170306-36fb493_GH0.tar.gz) = 0b8de462a83296a23f5674c78af69cb957170cc0fb91604ccfa8fd0decf3fdb8
SIZE (xbmc-kodi-platform-20170306-36fb493_GH0.tar.gz) = 8599
TIMESTAMP = 1544087552
SHA256 (xbmc-kodi-platform-20180302-e8574b8_GH0.tar.gz) = ee262bb5f8227d630014b887388ee2f5e9474f64fae7408fd299bc22b8099ba5
SIZE (xbmc-kodi-platform-20180302-e8574b8_GH0.tar.gz) = 8603

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libdap
PORTVERSION= 3.20.1
PORTVERSION= 3.20.2
CATEGORIES= devel
MASTER_SITES= https://www.opendap.org/pub/source/ \
LOCAL/sunpoet

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1542819947
SHA256 (libdap-3.20.1.tar.gz) = 1e34d08145052436f2d468b8d6764c143eba1bc2e74481e7e568f0f96ae5cc7a
SIZE (libdap-3.20.1.tar.gz) = 2667599
TIMESTAMP = 1544193710
SHA256 (libdap-3.20.2.tar.gz) = 60eafd74f6e415b31de05078002ec82807c12be4f4fa7e8c7f982322e12be34e
SIZE (libdap-3.20.2.tar.gz) = 2668375

View File

@ -141,7 +141,7 @@ include/libdap/xdr-datatypes.h
lib/libdap.a
lib/libdap.so
lib/libdap.so.25
lib/libdap.so.25.1.1
lib/libdap.so.25.2.0
lib/libdapclient.a
lib/libdapclient.so
lib/libdapclient.so.6

View File

@ -22,7 +22,8 @@ BUILD_DEPENDS= vapigen:lang/vala \
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig python:run shebangfix
USES= compiler gmake gnome libtool pathfix pkgconfig python:run \
shebangfix
USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \
introspection:build gtk30
USE_XORG= x11
@ -43,4 +44,10 @@ CONFIGURE_ARGS= --disable-static \
--enable-vala \
--with-gtk=3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
CFLAGS+= -Wno-unused-value
.endif
.include <bsd.port.post.mk>

View File

@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_sparc64= cannot build: coredump: illegal instruction
SNAPSHOT= 20180728
SNAPSHOT= 20181201
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT=../configure
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1532860991
SHA256 (ncurses/ncurses-6.1-20180728.tgz) = d24f97b785f5227653f984348abd3978584e8a52bc1915173277f07574027de2
SIZE (ncurses/ncurses-6.1-20180728.tgz) = 3400752
TIMESTAMP = 1544209477
SHA256 (ncurses/ncurses-6.1-20181201.tgz) = 702ff9added8b776f29a461acb053f348ae6391fa19c0570c78fa99ce4c3ca8a
SIZE (ncurses/ncurses-6.1-20181201.tgz) = 3421800

View File

@ -1,14 +0,0 @@
--- configure.orig 2017-08-12 12:15:04 UTC
+++ configure
@@ -8053,7 +8053,10 @@ case $host_os in
cf_xopen_source="-D_DARWIN_C_SOURCE"
cf_XOPEN_SOURCE=
;;
-(freebsd*|dragonfly*)
+(freebsd*)
+ cf_XOPEN_SOURCE=
+ ;;
+(dragonfly*)
# 5.x headers associate
# _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
# _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Test-WWW-Mechanize
PORTVERSION= 1.50
PORTVERSION= 1.52
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -23,8 +23,9 @@ RUN_DEPENDS= p5-Carp-Assert-More>=0:devel/p5-Carp-Assert-More \
PORTSCOUT= limit:^[0-9\.]*$$
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1523978964
SHA256 (Test-WWW-Mechanize-1.50.tar.gz) = 0f4a3922a572d8b6a49c4388dec6b768d13ca3d1fb73b54d59abafb60fa2f724
SIZE (Test-WWW-Mechanize-1.50.tar.gz) = 30921
TIMESTAMP = 1544114726
SHA256 (Test-WWW-Mechanize-1.52.tar.gz) = 842a550ceb9629aec4014760e5e84645fb5d9c7b75237d644c8363d817e55ecb
SIZE (Test-WWW-Mechanize-1.52.tar.gz) = 33254

View File

@ -19,7 +19,7 @@ CONFLICTS_INSTALL= pecl-APC
PORTSCOUT= limit:^4\.
IGNORE_WITH_PHP=70 71 72 73
IGNORE_WITH_PHP=71 72 73
USES= localbase php:pecl
PHP_MODNAME= ${PORTNAME:tl}

View File

@ -17,7 +17,7 @@ LICENSE= PHP301
LIB_DEPENDS= libexpect.so:lang/expect
USES= php:pecl tcl:86
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
CFLAGS+= -I${TCL_INCLUDEDIR}
CONFIGURE_ARGS+=--with-expect=${LOCALBASE}

View File

@ -18,6 +18,6 @@ LIB_DEPENDS= libgearman.so:devel/gearmand
USES= php:pecl
CONFIGURE_ARGS= --with-gearman
IGNORE_WITH_PHP= 70 71 72 73
IGNORE_WITH_PHP= 71 72 73
.include <bsd.port.mk>

Some files were not shown because too many files have changed in this diff Show More