*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-04-08 17:09:54 +02:00
parent f4c422627c
commit a3954726c0
1042 changed files with 3995 additions and 44788 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= rpm
PORTVERSION= 4.14.2.1
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.14.x/
PKGNAMESUFFIX= 4

View File

@ -3,7 +3,7 @@
PORTNAME= geographiclib
PORTVERSION= 1.49
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= astro
MASTER_SITES= SF/geographiclib/distrib\
SF/geographiclib:geoids,gravity,magnetic

View File

@ -3,6 +3,7 @@
PORTNAME= weather
PORTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= http://fungi.yuggoth.org/weather/src/ \
LOCAL/sunpoet

View File

@ -3,7 +3,7 @@
PORTNAME= ardour5
PORTVERSION= 5.12.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= audio
MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/
# The original master side points to the latest release only:

View File

@ -14,7 +14,7 @@ COMMENT= Music tracker for the Yamaha YM2608 (OPNA) sound chip
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= qmake qt:5 gl
USES= compiler:c++14-lang qmake qt:5 gl
USE_QT= buildtools core gui linguisttools_build multimedia network \
widgets
USE_GL= gl

View File

@ -3,7 +3,7 @@
PORTNAME= beets
PORTVERSION= 1.4.7
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP

View File

@ -3,7 +3,7 @@
PORTNAME= cutmp3
PORTVERSION= 3.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.puchalla-online.de/ \
http://mirror.mcx2.org/

View File

@ -3,7 +3,7 @@
PORTNAME= ecasound
PORTVERSION= 2.9.1
PORTREVISION= 4
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://ecasound.seul.org/download/ \
http://nosignal.fi/download/ \

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= fasttracker2
DISTVERSION= 0.1-b146
DISTVERSION= 0.1-b147
CATEGORIES= audio
MASTER_SITES= https://16-bits.org/ \
LOCAL/ehaupt

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1554311603
SHA256 (ft2clone-b146-code.zip) = d01acd90fd86d35d15afa8732e5b3b5a57cb6527939c06a97d5ca86c8784458f
SIZE (ft2clone-b146-code.zip) = 3423205
TIMESTAMP = 1554801533
SHA256 (ft2clone-b147-code.zip) = 506e6d879853b924c99a96d5056672aab3c60991a0f5c10eecb1bd065e1e1bf0
SIZE (ft2clone-b147-code.zip) = 3423627

View File

@ -4,6 +4,7 @@
PORTNAME= fluidsynth
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= audio
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= guitarix
DISTVERSION= 0.37.3
PORTREVISION= 4
DISTVERSION= 0.38.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
PKGNAMESUFFIX= -lv2
@ -40,7 +40,7 @@ LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libzita-resampler.so:audio/zita-resampler
RUN_DEPENDS= roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf
USES= eigen:3 libarchive localbase:ldflags pkgconfig \
USES= eigen:3 gnome libarchive localbase:ldflags pkgconfig \
python:2.7,build readline waf tar:xz
USE_GNOME= atkmm cairo gtk20 gtkmm24 pangomm
USE_LDCONFIG= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1532238281
SHA256 (guitarix2-0.37.3.tar.xz) = 4ca93bd4226cd175456f37612acd28b46e13133db61c0f235917dbcc3347d5f1
SIZE (guitarix2-0.37.3.tar.xz) = 80724152
TIMESTAMP = 1554783742
SHA256 (guitarix2-0.38.0.tar.xz) = c709ec903b2ae653802bd9327c32a20a086e6a97e8d029c8d79f1a8445dd655b
SIZE (guitarix2-0.38.0.tar.xz) = 80746904

View File

@ -1,18 +0,0 @@
After https://github.com/boostorg/system/commit/2fa0a00583a3a7 build fails:
In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22:
In file included from ../src/headers/engine.h:73:
../src/headers/gx_system.h:353:28: error: expected class name
class BasicOptions: boost::noncopyable {
^
--- src/headers/engine.h.orig 2018-07-22 04:24:50 UTC
+++ src/headers/engine.h
@@ -38,6 +38,7 @@
#include <algorithm>
#include <sys/stat.h>
#include <boost/format.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/thread/mutex.hpp>
#include <glibmm/i18n.h> // NOLINT
#include <glibmm/optioncontext.h> // NOLINT

View File

@ -1,15 +1,6 @@
--- src/gx_head/gui/machine.cpp.orig 2018-07-22 05:47:48 UTC
--- src/gx_head/gui/machine.cpp.orig 2019-04-07 05:17:18 UTC
+++ src/gx_head/gui/machine.cpp
@@ -18,7 +18,7 @@
#include "guitarix.h"
#include <sys/mman.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "jsonrpc_methods.h"
#include <netinet/in.h>
#include <netinet/tcp.h>
@@ -31,7 +31,7 @@
@@ -46,7 +46,7 @@ void set_memory_allocation() {}
#endif
void lock_rt_memory() {

View File

@ -686,6 +686,7 @@ share/gx_head/sounds/greathall.wav
%%NLS%%share/locale/es/LC_MESSAGES/guitarix.mo
%%NLS%%share/locale/fr/LC_MESSAGES/guitarix.mo
%%NLS%%share/locale/it/LC_MESSAGES/guitarix.mo
%%NLS%%share/locale/ru/LC_MESSAGES/guitarix.mo
share/pixmaps/gx_bypass.png
share/pixmaps/gx_head-midi.png
share/pixmaps/gx_head-warn.png

View File

@ -3,7 +3,7 @@
PORTNAME= jackit
PORTVERSION= 0.125.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= audio
MAINTAINER= multimedia@FreeBSD.org

View File

@ -2,7 +2,7 @@
PORTNAME= kid3
PORTVERSION= 3.7.1
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= audio kde
MASTER_SITES= SF
PKGNAMESUFFIX= -${SLAVE}

View File

@ -3,7 +3,7 @@
PORTNAME= lash
PORTVERSION= 0.5.4
PORTREVISION= 13
PORTREVISION= 14
CATEGORIES= audio
MASTER_SITES= SAVANNAH

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libopenmpt
PORTVERSION= 0.4.3
PORTVERSION= 0.4.4
DISTVERSIONSUFFIX= +release.autotools
CATEGORIES= audio
MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549950641
SHA256 (libopenmpt-0.4.3+release.autotools.tar.gz) = d77443a279003921d6f0c4edb30d1e9dda387983f44113a6d58f623c1e6942ae
SIZE (libopenmpt-0.4.3+release.autotools.tar.gz) = 1462862
TIMESTAMP = 1554700928
SHA256 (libopenmpt-0.4.4+release.autotools.tar.gz) = 57834bd4e67485019584e19a1080615269c1e92551230a7c96e79c4fc97b0f75
SIZE (libopenmpt-0.4.4+release.autotools.tar.gz) = 1468436

View File

@ -3,7 +3,7 @@
PORTNAME= libsmf
PORTVERSION= 1.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -3,7 +3,7 @@
PORTNAME= mma
PORTVERSION= 16.06
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.mellowood.ca/${PORTNAME}/
DISTFILES= ${PORTNAME}-bin-${PORTVERSION}.tar.gz

View File

@ -3,7 +3,7 @@
PORTNAME= mpiosh
PORTVERSION= 0.7.1.p2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= SF/mpio/mpio%20pre-release/0.7.1-pre2
DISTNAME= mpio-${PORTVERSION:S|.p|_pre|}

View File

@ -4,7 +4,7 @@
PORTNAME= mps
PORTVERSION= 0.20.16
#PORTREVISION= 0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= CHEESESHOP

View File

@ -2,7 +2,7 @@
PORTNAME= ncmpcpp
DISTVERSION= 0.8.2
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= http://ncmpcpp.rybczak.net/stable/

View File

@ -16,7 +16,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib \
libpulse.so:audio/pulseaudio
USES= meson pkgconfig tar:xz
USES= compiler:c++11-lang gnome meson pkgconfig tar:xz
USE_GNOME= atkmm glib20 glibmm gtk30 gtkmm30 libsigc++20
OPTIONS_DEFINE= PK NLS

View File

@ -6,7 +6,7 @@
PORTNAME= pulseaudio
PORTVERSION= 12.2
PORTREVISION= 2
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/
@ -66,14 +66,13 @@ GCONF_CONFIGURE_ENABLE= gconf
GCONF_USE= GNOME=gconf2
GSETTINGS_DESC= GSettings configuration backend support
GSETTINGS_CONFIGURE_ENABLE= gsettings
GSETTINGS_VARS= GLIB_SCHEMAS=org.freedesktop.pulseaudio.gschema.xml
SIMD_CONFIGURE_ENABLE= orc
SIMD_LIB_DEPENDS= liborc-0.4.so:devel/orc
OPTIONS_GROUP= AUDIO COMPLETIONS
OPTIONS_GROUP= AUDIO
OPTIONS_GROUP_AUDIO= ALSA JACK SOXR SPEEX WEBRTC_AEC
OPTIONS_GROUP_COMPLETIONS= BASH ZSH
AUDIO_DESC= Audio support
COMPLETIONS_DESC= Programmable completions
ALSA_CONFIGURE_ENABLE= alsa
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
JACK_CONFIGURE_ENABLE= jack
@ -86,7 +85,6 @@ SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
WEBRTC_AEC_DESC= WebRTC-based echo canceller
WEBRTC_AEC_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing
WEBRTC_AEC_CONFIGURE_ENABLE= webrtc-aec
ZSH_CONFIGURE_OFF= --without-zsh-completion-dir
OPTIONS_SINGLE= DATABASE
OPTIONS_SINGLE_DATABASE= TDB GDBM SIMPLE
@ -119,7 +117,4 @@ post-install:
@(cd ${STAGEDIR}${PREFIX}/libexec && \
${FIND} * -maxdepth 0 -type d -empty -name pulse -delete)
post-install-BASH-off:
@${RM} -r ${STAGEDIR}${PREFIX}/share/bash-completion
.include <bsd.port.mk>

View File

@ -12,15 +12,15 @@ bin/pax11publish
bin/pulseaudio
bin/qpaeq
bin/start-pulseaudio-x11
%%BASH%%share/bash-completion/completions/pacat
%%BASH%%share/bash-completion/completions/pacmd
%%BASH%%share/bash-completion/completions/pactl
%%BASH%%share/bash-completion/completions/padsp
%%BASH%%share/bash-completion/completions/paplay
%%BASH%%share/bash-completion/completions/parec
%%BASH%%share/bash-completion/completions/parecord
%%BASH%%share/bash-completion/completions/pasuspender
%%BASH%%share/bash-completion/completions/pulseaudio
share/bash-completion/completions/pacat
share/bash-completion/completions/pacmd
share/bash-completion/completions/pactl
share/bash-completion/completions/padsp
share/bash-completion/completions/paplay
share/bash-completion/completions/parec
share/bash-completion/completions/parecord
share/bash-completion/completions/pasuspender
share/bash-completion/completions/pulseaudio
etc/dbus-1/system.d/pulseaudio-system.conf
@sample etc/pulse/client.conf.sample
@sample etc/pulse/daemon.conf.sample
@ -188,7 +188,6 @@ man/man5/pulse-cli-syntax.5.gz
man/man5/pulse-client.conf.5.gz
man/man5/pulse-daemon.conf.5.gz
%%GSETTINGS%%share/GConf/gsettings/pulseaudio.convert
%%GSETTINGS%%share/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml
%%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf
%%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf
%%ALSA%%share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf
@ -242,7 +241,7 @@ man/man5/pulse-daemon.conf.5.gz
%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/native-instruments-traktorkontrol-s4.conf
%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/sb-omni-surround-5.1.conf
%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/steelseries-arctis-usb-audio.conf
%%ZSH%%share/zsh/site-functions/_pulseaudio
share/zsh/site-functions/_pulseaudio
share/locale/as/LC_MESSAGES/pulseaudio.mo
share/locale/be/LC_MESSAGES/pulseaudio.mo
share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo

View File

@ -1,6 +1,6 @@
# $FreeBSD$
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,7 +2,7 @@
PORTNAME= fmoo-audiotools
PORTVERSION= 3.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio python
MASTER_SITES= SF/audiotools/audiotools
DISTNAME= audiotools-${PORTVERSION}

View File

@ -3,6 +3,7 @@
PORTNAME= mutagen
PORTVERSION= 1.42.0
PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -3,6 +3,7 @@
PORTNAME= soundscrape
PORTVERSION= 0.30.2
PORTREVISION= 1
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -11,7 +11,7 @@ COMMENT= MIDI remote control application sending MIDI over UDP/IP multicast
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gl gmake localbase pkgconfig qt:5
USES= compiler:c++11-lang gl gmake localbase pkgconfig qt:5
GNU_CONFIGURE= yes
USE_QT= core gui widgets qmake_build buildtools_build
USE_GL= gl

View File

@ -2,7 +2,7 @@
PORTNAME= supercollider
DISTVERSION= 3.9.3
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/
DISTNAME= SuperCollider-${PORTVERSION}-Source-linux

View File

@ -24,7 +24,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \
libsndfile.so:audio/libsndfile \
libzita-convolver.so:audio/zita-convolver
USES= gl gmake gnome localbase pkgconfig tar:xz shebangfix
USES= compiler:c++11-lang gl gmake gnome localbase pkgconfig tar:xz shebangfix
USE_GITHUB= nodefault
GH_TUPLE= x42:convoLV2:f814f1e:x/convoLV2zita4
USE_GNOME= glib20 pango cairo

View File

@ -4,7 +4,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.8
DISTVERSIONSUFFIX= DrO_o
PORTREVISION?= 28
PORTREVISION?= 29
CATEGORIES?= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}

View File

@ -2,6 +2,7 @@
PORTNAME= yoshimi
DISTVERSION= 1.5.7
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= hello@blubee.me

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= zrythm
DISTVERSION= g20190216
PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.029
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org
@ -30,23 +30,18 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
kf5-breeze-icons>0:x11-themes/kf5-breeze-icons
USES= autoreconf gettext-runtime gmake python:3.5+,build gettext-runtime gnome pkgconfig
USES= autoreconf gettext-tools gmake python:3.5+,build gettext-runtime gnome libtool pkgconfig
USE_GITLAB= yes
GL_SITE= https://git.zrythm.org
GL_COMMIT= fd92153c1c2552b54ac9ea2b5981bbb880da04f8
GL_COMMIT= 07e862579c31120b093ad8618e06a218e9161efd
GNU_CONFIGURE= yes
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
USE_XORG= x11
GLIB_SCHEMAS= org.zrythm.gschema.xml
ALL_TARGET= ${PORTNAME}
INSTALLS_ICONS= yes
BINARY_ALIAS= python3=${PYTHON_CMD}
LDFLAGS+= -lexecinfo
MAKE_ARGS= RELEASE=1
PLIST_FILES= bin/zrythm \
share/applications/zrythm.desktop \
share/fonts/zrythm/Segment7Standard/OFL.txt \
share/icons/hicolor/scalable/apps/z.svg
BINARY_ALIAS= python3=${PYTHON_CMD} make=${GMAKE}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550345216
SHA256 (zrythm-zrythm-fd92153c1c2552b54ac9ea2b5981bbb880da04f8_GL0.tar.gz) = 0769d2d6a007fc91878983173cada9cb305dbf0072ca9ca89b26c6f373e4dcf8
SIZE (zrythm-zrythm-fd92153c1c2552b54ac9ea2b5981bbb880da04f8_GL0.tar.gz) = 602150
TIMESTAMP = 1554740502
SHA256 (zrythm-zrythm-07e862579c31120b093ad8618e06a218e9161efd_GL0.tar.gz) = be7fda176499581bf90af26607c547d0b458685ade9d0674fad33612135982ca
SIZE (zrythm-zrythm-07e862579c31120b093ad8618e06a218e9161efd_GL0.tar.gz) = 3521417

10
audio/zrythm/pkg-plist Normal file
View File

@ -0,0 +1,10 @@
bin/zrythm
share/applications/zrythm.desktop
share/fonts/zrythm/Segment7Standard/OFL.txt
share/icons/hicolor/48x48/apps/zrythm.svg
share/icons/hicolor/scalable/apps/zrythm.svg
share/locale/de/LC_MESSAGES/zrythm.mo
share/locale/es/LC_MESSAGES/zrythm.mo
share/locale/fr/LC_MESSAGES/zrythm.mo
share/locale/it/LC_MESSAGES/zrythm.mo
share/locale/ja/LC_MESSAGES/zrythm.mo

View File

@ -14,11 +14,12 @@ GH_ACCOUNT= HewlettPackard
#GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
GH_TAGNAME= d566775bf
OPTIONS_DEFINE= EXAMPLES EXS HISTOGRAM OMNI SCTP SOCKETS
OPTIONS_DEFINE= EXAMPLES EXS HISTOGRAM INFO OMNI SCTP SOCKETS
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
EXS_DESC= Enable ICSC async socket support
HISTOGRAM_DESC= Enable histogram output
INFO_DESC= Enable installation of info documentation
OMNI_DESC= Enable OMNI tests (disable for aio(4) support)
SCTP_DESC= Enable SCTP support
SOCKETS_DESC= Enable Unix Domain socket support
@ -29,7 +30,7 @@ CONFIGURE_ENV= "transform="
CONFIGURE_ARGS= --program-prefix="" --program-suffix="" --enable-dirty \
--enable-demo --enable-burst --enable-intervals
INFO= netperf
INFO_INFO= netperf
EXS_CONFIGURE_ENABLE= exs
HISTOGRAM_CONFIGURE_ENABLE= histogram

View File

@ -2,7 +2,7 @@
PORTNAME= naarad
PORTVERSION= 1.0.15
PORTREVISION= 2
PORTREVISION= 3
DISTVERSIONPREFIX= v
CATEGORIES= benchmarks python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,7 +2,7 @@
PORTNAME= Zopkio
PORTVERSION= 0.2.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= benchmarks python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -3,6 +3,7 @@
PORTNAME= CheckM
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.13
PORTREVISION= 1
CATEGORIES= biology python
MAINTAINER= yuri@FreeBSD.org

View File

@ -3,7 +3,7 @@
PORTNAME= mrbayes
PORTVERSION= 3.1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= biology
MASTER_SITES= SF

View File

@ -2,7 +2,7 @@
PORTNAME= biom-format
PORTVERSION= 2.1.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,6 +2,7 @@
PORTNAME= cutadapt
DISTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,6 +2,7 @@
PORTNAME= gffutils
DISTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,6 +2,7 @@
PORTNAME= pyfaidx
DISTVERSION= 0.5.5.2
PORTREVISION= 1
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -2,6 +2,7 @@
PORTNAME= abc
DISTVERSION= g20180420
PORTREVISION= 1
CATEGORIES= cad
MAINTAINER= uddka@student.kit.edu

View File

@ -3,6 +3,7 @@
PORTNAME= iverilog
PORTVERSION= 10.2
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v10/
DISTNAME= verilog-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= linuxcnc
PORTVERSION= 20170708
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= cad
PKGNAMESUFFIX= -devel

View File

@ -3,6 +3,7 @@
PORTNAME= ngspice_rework
PORTVERSION= 30
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION}
DISTNAME= ngspice-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= lcapy
DISTVERSION= g20171202
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= cad python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -18,18 +18,19 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
libgtkmm-2.4.so:x11-toolkits/gtkmm24
BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
USE_GITHUB= yes
GH_PROJECT= libdxfrw:libdxfrw
GH_TAGNAME= 8f95895:libdxfrw
GH_SUBDIR= extlib/libdxfrw:libdxfrw
USES= cmake pkgconfig
USES= cmake compiler:c++11-lang gl gnome pkgconfig
USE_GL= gl glu glew
USE_GNOME= atkmm gtk20 pangomm
USE_XORG= x11
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
post-patch:
${REINPLACE_CMD} -e '/-stdlib=libc++/d' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
PORTNAME= ibus-libpinyin
PORTVERSION= 1.10.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= chinese
MASTER_SITES= SF/libpinyin/${PORTNAME}

View File

@ -3,7 +3,7 @@
PORTNAME= ibus-pinyin
PORTVERSION= 1.5.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= chinese
MAINTAINER= henry.hu.sh@gmail.com

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libgoocanvas-2.0.so:graphics/goocanvas2 \
libgps.so:astro/gpsd
USES= gettext gmake pkgconfig tar:bz2
USES= compiler:c11 gettext gmake gnome pkgconfig tar:bz2
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool

View File

@ -3,6 +3,7 @@
PORTNAME= hamlib
PORTVERSION= 3.3
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= SF

View File

@ -12,7 +12,8 @@ COMMENT= Simple Qt-based amateur radio logger
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= qmake qt:5
USES= compiler:c++11-lang gl qmake qt:5
USE_GL= glu
USE_QT= buildtools_build core gui linguisttools_build multimedia network \
printsupport sql sql-sqlite3_run widgets
DESKTOP_ENTRIES= "KLog" "Simple Amateur Radio Logging Program" \

View File

@ -2,7 +2,7 @@
PORTNAME= obexapp
PORTVERSION= 1.4.15
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= comms net
MASTER_SITES= http://people.freebsd.org/~emax/obexapp/

View File

@ -2,6 +2,7 @@
PORTNAME= adafruit-ampy
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -3,6 +3,7 @@
PORTNAME= esptool
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.1
PORTREVISION= 1
CATEGORIES= comms python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -3,6 +3,7 @@
PORTNAME= serial
PORTVERSION= 3.4
PORTREVISION= 1
CATEGORIES= comms python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libairspy.so:comms/airspy \
libSoapySDR.so:misc/soapysdr
USES= cmake
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= pothosware

View File

@ -2,6 +2,7 @@
PORTNAME= wsjtx
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SF/wsjt/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX}

View File

@ -3,7 +3,7 @@
PORTNAME= zssh
PORTVERSION= 1.5c
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= comms security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.5

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Sereal-Decoder
PORTVERSION= 4.005
PORTVERSION= 4.007
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:YVES

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1516748258
SHA256 (Sereal-Decoder-4.005.tar.gz) = 043adad093d1bfdea1e637e1a6fe598291da244d18213e9e5486e313f0c25e9f
SIZE (Sereal-Decoder-4.005.tar.gz) = 494527
TIMESTAMP = 1554854411
SHA256 (Sereal-Decoder-4.007.tar.gz) = 0508118344682c22e179e85e69bb0771fb0af2965cfa5d7a7d5d097b69ffcc4b
SIZE (Sereal-Decoder-4.007.tar.gz) = 488293

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Sereal-Encoder
PORTVERSION= 4.005
PORTVERSION= 4.007
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:YVES

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1516748248
SHA256 (Sereal-Encoder-4.005.tar.gz) = 2950b328d69f262c6fba2350f8604744e54016ecfddc3d96b7d71dcc5b990b0a
SIZE (Sereal-Encoder-4.005.tar.gz) = 501265
TIMESTAMP = 1554854442
SHA256 (Sereal-Encoder-4.007.tar.gz) = bf6fdddc8fcc901c78adcfb61f56c393cd64d73ab320195ebae9e4a82976eab6
SIZE (Sereal-Encoder-4.007.tar.gz) = 497719

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Sereal
PORTVERSION= 4.005
PORTVERSION= 4.007
CATEGORIES= converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:YVES

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1516748233
SHA256 (Sereal-4.005.tar.gz) = 9987baecb9f8e591df6ed274b4dcd5aaecafb5732097d3c54af486305cfecc52
SIZE (Sereal-4.005.tar.gz) = 193565
TIMESTAMP = 1554854391
SHA256 (Sereal-4.007.tar.gz) = 450e43072e8e5afc0402f81008ca9f1d3d8d4377ff8105cff10aef96be769a59
SIZE (Sereal-4.007.tar.gz) = 195181

View File

@ -3,6 +3,7 @@
PORTNAME= unidecode
PORTVERSION= 1.0.23
PORTREVISION= 1
CATEGORIES= converters python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -3,6 +3,7 @@
PORTNAME= buzhug
PORTVERSION= 1.8
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View File

@ -2,6 +2,7 @@
PORTNAME= cego
PORTVERSION= 2.39.16
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

View File

@ -5,7 +5,7 @@ PORTNAME= clickhouse
PORTVERSION= 18.14.18
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -stable
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases
MAINTAINER= proler@gmail.com

View File

@ -3,6 +3,7 @@
PORTNAME= couchdb2
DISTVERSION= 2.3.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= APACHE/couchdb/source/${DISTVERSION}
DISTNAME= apache-couchdb-${DISTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= gqlplus
PORTVERSION= 1.16
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= SF

View File

@ -3,7 +3,7 @@
PORTNAME= grass
PORTVERSION= 7.6.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \

View File

@ -6,7 +6,7 @@ PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= databases net
MAINTAINER= tobez@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= IP address and IP range index types for PostgreSQL
LICENSE= PostgreSQL

View File

@ -3,7 +3,7 @@
PORTNAME= libgda
PORTVERSION?= 5.2.5
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX?= 5

View File

@ -2,7 +2,7 @@
PORTNAME= libodbc++
PORTVERSION= 0.2.5
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= databases devel
MASTER_SITES= SF/libodbcxx/libodbc%2B%2B/${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME?= mariadb
PORTVERSION= 10.1.38
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= databases ipv6
MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \
http://mirrors.supportex.net/${SITESDIR}/ \

View File

@ -2,7 +2,7 @@
PORTNAME?= mariadb
PORTVERSION= 10.2.22
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= databases ipv6
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \
http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \

View File

@ -3,7 +3,7 @@
PORTNAME?= mariadb
PORTVERSION= 10.3.13
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= databases ipv6
MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \
http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \

View File

@ -1,6 +1,7 @@
# $FreeBSD$
PORTNAME= mariadb
PORTREVISION= 1
PKGNAMESUFFIX= 55-client
COMMENT= Multithreaded SQL database (client)

View File

@ -3,7 +3,7 @@
PORTNAME= mdbtools
PORTVERSION= 0.7.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= databases
MAINTAINER= rhurlin@gwdg.de

View File

@ -3,7 +3,7 @@
PORTNAME?= mysql
PORTVERSION= 5.5.62
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= databases ipv6
MASTER_SITES= MYSQL/MySQL-5.5
PKGNAMESUFFIX?= 55-server

View File

@ -3,7 +3,7 @@
PORTNAME= opendbx
PORTVERSION= 1.4.6
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= databases
MASTER_SITES= http://www.linuxnetworks.de/opendbx/download/

View File

@ -3,6 +3,7 @@
PORTNAME= opentsdb
PORTVERSION= 2.3.0
PORTREVISION= 1
CATEGORIES= databases java
MASTER_SITES= https://github.com/OpenTSDB/opentsdb/releases/download/v${PORTVERSION}/

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= DBIx-Class-DeploymentHandler
PORTVERSION= 0.002218
PORTVERSION= 0.002230
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -19,13 +19,13 @@ RUN_DEPENDS= \
p5-DBIx-Class>=0.08121:databases/p5-DBIx-Class \
p5-Log-Contextual>=0.005005:devel/p5-Log-Contextual \
p5-Method-Signatures-Simple>=0.05:devel/p5-Method-Signatures-Simple \
p5-Moo>=1.003:devel/p5-Moo \
p5-Moose>=1.0:devel/p5-Moose \
p5-MooseX-Role-Parameterized>=0.18:devel/p5-MooseX-Role-Parameterized \
p5-Moo>=2:devel/p5-Moo \
p5-MooX-Role-Parameterized>=0.082:devel/p5-MooX-Role-Parameterized \
p5-SQL-Translator>=0.11005:databases/p5-SQL-Translator \
p5-Sub-Exporter-Progressive>0:devel/p5-Sub-Exporter-Progressive \
p5-Text-Brew>=0.02:textproc/p5-Text-Brew \
p5-Try-Tiny>0:lang/p5-Try-Tiny \
p5-Type-Tiny>=1.004004:devel/p5-Type-Tiny \
p5-namespace-autoclean>0:devel/p5-namespace-autoclean
USES= perl5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1475929008
SHA256 (DBIx-Class-DeploymentHandler-0.002218.tar.gz) = d78a9ecf8f7ef73d29796ac95a8c3b8dcb8ad0ceaf6e09211946d053d37edf76
SIZE (DBIx-Class-DeploymentHandler-0.002218.tar.gz) = 66051
TIMESTAMP = 1553479679
SHA256 (DBIx-Class-DeploymentHandler-0.002230.tar.gz) = 0195c71a222049cfa9e3a24f282ff473100c4b897fb4627103baa4f333ed31c4
SIZE (DBIx-Class-DeploymentHandler-0.002230.tar.gz) = 76230

View File

@ -1,5 +1,4 @@
%%SITE_PERL%%/DBIx/Class/DeploymentHandler.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/Dad.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/DeployMethod/SQL/Translator/Deprecated.pm
@ -28,7 +27,6 @@
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/WithApplicatorDumple.pm
%%SITE_PERL%%/DBIx/Class/DeploymentHandler/WithReasonableDefaults.pm
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::Dad.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator.3.gz
%%PERL5_MAN3%%/DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated.3.gz

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= DBIx-Class-Fixtures
PORTVERSION= 1.001036
PORTVERSION= 1.001039
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SKAUFMAN

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1475929046
SHA256 (DBIx-Class-Fixtures-1.001036.tar.gz) = 3b0be56b22be3916135b939ab91aefbe2cd7cdc2cc526a2ecd73aa356abc5eaa
SIZE (DBIx-Class-Fixtures-1.001036.tar.gz) = 40058
TIMESTAMP = 1553481624
SHA256 (DBIx-Class-Fixtures-1.001039.tar.gz) = 8430bdb90da9b5fd963514944fa440913b3822fc65be5dd2d6fb8654ad883c80
SIZE (DBIx-Class-Fixtures-1.001039.tar.gz) = 41628

View File

@ -2,7 +2,7 @@
PORTNAME?= percona
DISTVERSION= 5.5.61-38.13
PORTREVISION?= 2
PORTREVISION?= 3
CATEGORIES= databases ipv6
MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-${DISTVERSION}/source/tarball/
PKGNAMESUFFIX?= 55-server

View File

@ -3,7 +3,7 @@
PORTNAME= pg_activity
PORTVERSION= 1.4.0
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= databases python

View File

@ -3,6 +3,7 @@
PORTNAME= citus
PORTVERSION= 8.2.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_

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