*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2023-11-02 12:44:20 +01:00
parent bce8262ac5
commit fa9c00a6f4
986 changed files with 4575 additions and 6209 deletions

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/synce/Dynamite/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Decompress data compressed with PKWARE Data Compression Library
WWW= http://synce.sourceforge.net/
WWW= https://synce.sourceforge.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -6,7 +6,7 @@ MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
MAINTAINER= ports@FreeBSD.org
COMMENT= Thin wrapper library of LZMA
WWW= http://tokyocabinet.sourceforge.net/
WWW= https://tokyocabinet.sourceforge.net/
USES= gmake
GNU_CONFIGURE= yes

View File

@ -1,5 +1,5 @@
PORTNAME= IO-Compress-Brotli
PORTVERSION= 0.007000
PORTVERSION= 0.012000
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1698341291
SHA256 (IO-Compress-Brotli-0.007.tar.gz) = 195fd7987e7074d8f9c324eea7599c316ccd9eeb1bc7ca13f7a951b78f9f35e0
SIZE (IO-Compress-Brotli-0.007.tar.gz) = 7746650
TIMESTAMP = 1698848862
SHA256 (IO-Compress-Brotli-0.012.tar.gz) = 129ae07b4a812b58bed03edbd53e41a219d4663010012f8de027e78f02733cd4
SIZE (IO-Compress-Brotli-0.012.tar.gz) = 7746561

View File

@ -1,13 +1,13 @@
--- Makefile.PL.orig 2023-10-25 00:42:06 UTC
--- Makefile.PL.orig 2023-10-29 12:18:47 UTC
+++ Makefile.PL
@@ -1,6 +1,5 @@
use 5.014000;
use ExtUtils::MakeMaker;
-use Alien::cmake3;
use File::Spec::Functions qw/catfile/;
use Config;
WriteMakefile(
@@ -17,14 +16,6 @@ WriteMakefile(
@@ -23,14 +22,6 @@ WriteMakefile(
'Getopt::Long' => '0',
'Time::HiRes' => '0',
},
@ -18,11 +18,11 @@
- 'Alien::cmake3' => '0',
- },
- INC => '-Ibrotli/c/include',
- MYEXTLIB => 'brotli/libbrotlienc.so.1.1.0 brotli/libbrotlidec.so.1.1.0 brotli/libbrotlicommon.so.1.1.0',
clean => { FILES => 'brotli/Makefile brotli/libbrotlienc.so* brotli/libbrotlidec.so* brotli/libbrotlicommon.so* brotli/CMakeCache.txt brotli/CMakeFiles/* brotli/CTestTestfile.cmake brotli/DartConfiguration.tcl brotli/brotli brotli/cmake_install.cmake brotli/libbrotlicommon.pc brotli/libbrotlidec.pc brotli/libbrotlienc.pc' },
- MYEXTLIB => 'brotli/libbrotlienc$(LIB_EXT) brotli/libbrotlidec$(LIB_EXT) brotli/libbrotlicommon$(LIB_EXT)',
clean => { FILES => 'brotli/Makefile brotli/libbrotlienc$(LIB_EXT) brotli/libbrotlidec$(LIB_EXT) brotli/libbrotlicommon$(LIB_EXT) brotli/CMakeCache.txt brotli/CMakeFiles/* brotli/CTestTestfile.cmake brotli/DartConfiguration.tcl brotli/brotli brotli/cmake_install.cmake brotli/libbrotlicommon.pc brotli/libbrotlidec.pc brotli/libbrotlienc.pc' },
META_ADD => {
dynamic_config => 0,
@@ -33,12 +24,3 @@ WriteMakefile(
@@ -39,12 +30,3 @@ WriteMakefile(
},
}
);
@ -32,6 +32,6 @@
- my $cmake = defined $dirs[0] ? catfile($dirs[0] , Alien::cmake3->exe) : Alien::cmake3->exe;
-'
-$(MYEXTLIB): brotli/CMakeLists.txt
- cd brotli && ' . $cmake . ' -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed . && make
- cd brotli && "' . $cmake . '"' . $cmake_options . ' -DCMAKE_MAKE_PROGRAM=$(MAKE) -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed . && $(MAKE)
-'
-}

View File

@ -1,5 +1,5 @@
PORTNAME= upx
PORTVERSION= 4.1.0
PORTVERSION= 4.2.0
MASTER_SITES= https://github.com/upx/upx/releases/download/v${PORTVERSION}/
CATEGORIES= archivers
DISTVERSIONSUFFIX= -src

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1696001260
SHA256 (upx-4.1.0-src.tar.xz) = 0582f78b517ea87ba1caa6e8c111474f58edd167e5f01f074d7d9ca2f81d47d0
SIZE (upx-4.1.0-src.tar.xz) = 1267708
TIMESTAMP = 1698848690
SHA256 (upx-4.2.0-src.tar.xz) = 09b89fe127fbcb8222dc519badc8cc4da0b2f9f661f2d699d0b2a79e167161fa
SIZE (upx-4.2.0-src.tar.xz) = 1277700

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Astronomical Julian date calculator
WWW= http://jday.sourceforge.net/
WWW= https://jday.sourceforge.net/
USES= pathfix libtool
GNU_CONFIGURE= yes

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Astronomical Calculation Library
WWW= http://libnova.sourceforge.net/
WWW= https://libnova.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta3
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenGL Solar System simulator for X Window System
WWW= http://openuniverse.sourceforge.net/
WWW= https://openuniverse.sourceforge.net/
USES= gl gmake jpeg localbase xorg
USE_CXXSTD= c++14

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/PP3/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Creates celestial charts
WWW= http://pp3.sourceforge.net/
WWW= https://pp3.sourceforge.net/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= http://rmap.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates images of the Earth centered at a particular location
WWW= http://rmap.sourceforge.net/
WWW= https://rmap.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -5,7 +5,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Set the root window to the moon in its current phase
WWW= http://xphoon.sourceforge.net/
WWW= https://xphoon.sourceforge.net/
USES= imake xorg
USE_XORG= x11 xext

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Draw pictures of the earth textured by an image
WWW= http://xplanet.sourceforge.net/
WWW= https://xplanet.sourceforge.net/
GNU_CONFIGURE= yes
USES= iconv:wchar_t localbase xorg

View File

@ -8,7 +8,7 @@ DISTNAME= cdplayer-${CDPLAYER_VERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= CDDB client bundle GNUstep
WWW= http://gsburn.sourceforge.net/
WWW= https://gsburn.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}player/${PORTNAME}player/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple, programmable, intelligent CD player
WWW= http://dcdplayer.sourceforge.net/
WWW= https://dcdplayer.sourceforge.net/
LICENSE= GPLv2

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Drum machine compiler
WWW= http://drumpiler.sourceforge.net/
WWW= https://drumpiler.sourceforge.net/
USES= sdl
USE_SDL= sdl

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= API for audio processing plugins
WWW= http://dssi.sourceforge.net/
WWW= https://dssi.sourceforge.net/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -10,7 +10,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Guitar tablature editor
WWW= http://etktab.sourceforge.net/
WWW= https://etktab.sourceforge.net/
USES= tk
NO_BUILD= yes

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrapper for FluidSynth allowing it to function as a DSSI plugin
WWW= http://dssi.sourceforge.net/
WWW= https://dssi.sourceforge.net/
LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat \
liblo.so:audio/liblo \

View File

@ -7,7 +7,7 @@ PKGNAMEPREFIX= gnustep-
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep CD player with CDDB support
WWW= http://gsburn.sourceforge.net/
WWW= https://gsburn.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/gqmpeg/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 based FM tuner
WWW= http://gqmpeg.sourceforge.net/radio.html
WWW= https://gqmpeg.sourceforge.net/radio.html
LICENSE= GPLv2

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= DSSI softsynth that models the sound generation of a Yamaha DX7
WWW= http://dssi.sourceforge.net/hexter.html
WWW= https://dssi.sourceforge.net/hexter.html
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -7,7 +7,7 @@ MASTER_SITES= SF \
MAINTAINER= ports@FreeBSD.org
COMMENT= Virtual keyboard for JACK MIDI
WWW= http://jack-keyboard.sourceforge.net/
WWW= https://jack-keyboard.sourceforge.net/
LICENSE= BSD2CLAUSE

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Standard MIDI File file player and recorder for JACK MIDI
WWW= http://jack-smf-utils.sourceforge.net/
WWW= https://jack-smf-utils.sourceforge.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/javamusictag/${PORTNAME}/beta-dev6
MAINTAINER= ports@FreeBSD.org
COMMENT= Java ID3 Tag Library
WWW= http://javamusictag.sourceforge.net/index.html
WWW= https://javamusictag.sourceforge.net/index.html
USE_JAVA= yes
USE_ANT= yes

View File

@ -5,7 +5,7 @@ CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= Read and write AIFF files
WWW= http://aifftools.sourceforge.net/libaiff/
WWW= https://aifftools.sourceforge.net/libaiff/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for playing audio CDs
WWW= http://libcdaudio.sourceforge.net/
WWW= https://libcdaudio.sourceforge.net/
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple C library for partitioned convolution
WWW= http://heaven.sourceforge.net/index.php/programs/audio
WWW= https://heaven.sourceforge.net/index.php/programs/audio
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual

View File

@ -5,7 +5,7 @@ MASTER_SITES= https://codeberg.org/tenacityteam/${PORTNAME}/archive/${DISTVERSIO
MAINTAINER= ports@FreeBSD.org
COMMENT= ID3 tags library (part of MAD project)
WWW= http://mad.sourceforge.net/
WWW= https://mad.sourceforge.net/
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual

View File

@ -8,7 +8,7 @@ EXTRACT_SUFX= .zip
MAINTAINER= ports@FreeBSD.org
COMMENT= Generates three-dimensional coherent noise
WWW= http://libnoise.sourceforge.net/
WWW= https://libnoise.sourceforge.net/
LICENSE= LGPL21
LICENSE_FILE= ${WRKDIR}/COPYING.txt

View File

@ -7,7 +7,7 @@ DISTNAME= sidplay-libs-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to play Commodore 64 SID-tunes cycle accurately
WWW= http://sidplay2.sourceforge.net/
WWW= https://sidplay2.sourceforge.net/
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip

View File

@ -1,7 +1,7 @@
PORTNAME= lmms
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.2
PORTREVISION= 8
PORTREVISION= 9
PORTEPOCH= 2
CATEGORIES= audio
@ -13,21 +13,22 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
LIB_DEPENDS= libFLAC.so:audio/flac \
libfluidsynth.so:audio/fluidsynth \
libfontconfig.so:x11-fonts/fontconfig \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile \
libvorbis.so:audio/libvorbis \
libogg.so:audio/libogg \
LIB_DEPENDS= libcarla_utils.so:audio/carla \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libFLAC.so:audio/flac \
libfltk.so:x11-toolkits/fltk \
libcarla_utils.so:audio/carla \
libfluidsynth.so:audio/fluidsynth \
libfontconfig.so:x11-fonts/fontconfig \
libmp3lame.so:audio/lame \
libogg.so:audio/libogg \
libQt5X11Extras.so:x11/qt5-x11extras \
libQt5Xml.so:textproc/qt5-xml \
libQt5X11Extras.so:x11/qt5-x11extras
RUN_DEPENDS= ${LOCALBASE}/share/ladspa/rdf/caps.rdf:audio/caps-plugins \
${LOCALBASE}/lib/ladspa/cmt.so:audio/cmt \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile \
libvorbis.so:audio/libvorbis
RUN_DEPENDS= ${LOCALBASE}/lib/ladspa/cmt.so:audio/cmt \
${LOCALBASE}/share/ladspa/rdf/caps.rdf:audio/caps-plugins \
${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \
${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins
@ -38,14 +39,15 @@ GH_ACCOUNT= LMMS
GH_TUPLE= mjansson:rpmalloc:1.4.0:rpmalloc/src/3rdparty/rpmalloc/rpmalloc \
lukas-w:qt5-x11embed:ec77d4ba40bebc0c53a016adb646b6fa65dd5faf:qt5x11embed/src/3rdparty/qt5-x11embed
USE_LDCONFIG= yes
USE_QT= core gui widgets x11extras xml buildtools:build linguisttools:build qmake:build
USE_QT= core gui widgets x11extras xml buildtools:build \
linguisttools:build qmake:build
USE_XORG= xcursor xext xfixes xft xinerama xrender
CMAKE_ON= WANT_QT5
CMAKE_OFF= WANT_ALSA WANT_CALF WANT_CAPS WANT_CMT WANT_SWH WANT_STK \
CMAKE_OFF= WANT_ALSA WANT_CALF WANT_CAPS WANT_CMT WANT_STK WANT_SWH \
WANT_TAP WANT_VST
OPTIONS_DEFINE= OSS JACK PULSEAUDIO PORTAUDIO SDL SNDIO
OPTIONS_DEFINE= JACK OSS PORTAUDIO PULSEAUDIO SDL SNDIO
OPTIONS_DEFAULT= OSS
JACK_LIB_DEPENDS= libjack.so:audio/jack
@ -62,12 +64,6 @@ SNDIO_CMAKE_BOOL= WANT_SNDIO
.include <bsd.port.options.mk>
.if ${ARCH} == amd64 || ${ARCH} == i386
PLIST_SUB= LINUXSAMPLER=""
.else
PLIST_SUB= LINUXSAMPLER="@comment "
.endif
post-patch:
@${REINPLACE_CMD} 's|/usr|${LOCALBASE}|g' ${WRKSRC}/src/core/ConfigManager.cpp
@${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \

View File

@ -246,7 +246,6 @@ lib/lmms/libdualfilter.so
lib/lmms/libdynamicsprocessor.so
lib/lmms/libeq.so
lib/lmms/libflanger.so
%%LINUXSAMPLER%%lib/lmms/libgigplayer.so
lib/lmms/libhydrogenimport.so
lib/lmms/libkicker.so
lib/lmms/libladspabrowser.so

View File

@ -7,7 +7,7 @@ DISTNAME= madfuload-1.2
MAINTAINER= ports@FreeBSD.org
COMMENT= M-Audio DFU Firmware for Transit, Ozone, Sonica, MobilePre
WWW= http://usb-midi-fw.sourceforge.net/
WWW= https://usb-midi-fw.sourceforge.net/
RUN_DEPENDS= ${LOCALBASE}/bin/dfu-util:comms/dfu-util

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Command line tool to burn audio CDs from MP3, Ogg, Vorbis, FLAC files
WWW= http://mp3burn.sourceforge.net/
WWW= https://mp3burn.sourceforge.net/
RUN_DEPENDS= mpg123:audio/mpg123 \
ogg123:audio/vorbis-tools \

View File

@ -5,7 +5,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Consistency check utility for MPEG Layer 2 or 3 files or streams
WWW= http://mp3ck.sourceforge.net/
WWW= https://mp3ck.sourceforge.net/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

View File

@ -6,7 +6,7 @@ MASTER_SITES= https://github.com/downloads/alonbl/mp3unicode/
MAINTAINER= ports@FreeBSD.org
COMMENT= ID3 tags charset converter
WWW= http://mp3unicode.sourceforge.net/
WWW= https://mp3unicode.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Merge mp3 files (and other formats)
WWW= http://mp3wrap.sourceforge.net/
WWW= https://mp3wrap.sourceforge.net/
GNU_CONFIGURE= yes

View File

@ -1,5 +1,5 @@
PORTNAME= pt2-clone
PORTVERSION= 1.64
PORTVERSION= 1.65
DISTVERSIONPREFIX= v
CATEGORIES= audio
MASTER_SITES= LOCAL/ehaupt:extras

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1694175803
TIMESTAMP = 1698832480
SHA256 (pt2-clone-extras-2.tar.gz) = ddbac01034022f27860d85f4627b07223f9fd8f02a4ddefdc36467f2e3cacd0b
SIZE (pt2-clone-extras-2.tar.gz) = 742
SHA256 (8bitbubsy-pt2-clone-v1.64_GH0.tar.gz) = 8820ecdb72a0622c3b4b8f84c08d6e80a20aedabd4f0cff4de4c330f30df88f2
SIZE (8bitbubsy-pt2-clone-v1.64_GH0.tar.gz) = 10850517
SHA256 (8bitbubsy-pt2-clone-v1.65_GH0.tar.gz) = 1b339f441fb3771fad8e9275595c9302a4dea890f919b90950e0f5872662e1c7
SIZE (8bitbubsy-pt2-clone-v1.65_GH0.tar.gz) = 10853043

View File

@ -5,7 +5,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Sequenced binaural wave generator
WWW= http://sbagen.sourceforge.net/
WWW= https://sbagen.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.txt

View File

@ -7,7 +7,7 @@ DISTNAME= sidplay-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Commodore SID music player using libsidplay2
WWW= http://sidplay2.sourceforge.net/
WWW= https://sidplay2.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -1,5 +1,5 @@
PORTNAME= spectmorph
DISTVERSION= 0.6.0
DISTVERSION= 0.6.1
CATEGORIES= audio
MASTER_SITES= https://github.com/swesterfeld/spectmorph/releases/download/${DISTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1684443142
SHA256 (spectmorph-0.6.0.tar.bz2) = d6f33d7b3ea5ea0543feaa0cd92ebc1d2bf89a5af8126de69eea78f57e4134cb
SIZE (spectmorph-0.6.0.tar.bz2) = 31154078
TIMESTAMP = 1698875849
SHA256 (spectmorph-0.6.1.tar.bz2) = 1ff3da7330248f17aed90e92fe36b36743d4f680a6841cec2e06c62eeb315e6f
SIZE (spectmorph-0.6.1.tar.bz2) = 47766081

View File

@ -1,23 +0,0 @@
- fix compilation failure on 14: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
- see https://github.com/swesterfeld/spectmorph/issues/23
--- lib/smmath.hh.orig 2023-07-12 03:47:47 UTC
+++ lib/smmath.hh
@@ -431,7 +431,7 @@ double db_from_factor (double factor, double min_dB);
#if defined (__i386__) && defined (__GNUC__)
static inline int G_GNUC_CONST
-sm_ftoi (register float f)
+sm_ftoi (float f)
{
int r;
@@ -441,7 +441,7 @@ sm_ftoi (register float f)
return r;
}
static inline int G_GNUC_CONST
-sm_dtoi (register double f)
+sm_dtoi (double f)
{
int r;

View File

@ -77,6 +77,7 @@ include/spectmorph/smcore/smpolyphaseinter.hh
include/spectmorph/smcore/smproject.hh
include/spectmorph/smcore/smproperty.hh
include/spectmorph/smcore/smrandom.hh
include/spectmorph/smcore/smrtmemory.hh
include/spectmorph/smcore/smsignal.hh
include/spectmorph/smcore/smsinedecoder.hh
include/spectmorph/smcore/smskfilter.hh
@ -100,12 +101,15 @@ include/spectmorph/smglui/pugl/glu.h
include/spectmorph/smglui/pugl/pugl.h
include/spectmorph/smglui/pugl/pugl_internal.h
include/spectmorph/smglui/smaboutdialog.hh
include/spectmorph/smglui/smbankeditwindow.hh
include/spectmorph/smglui/smbutton.hh
include/spectmorph/smglui/smcheckbox.hh
include/spectmorph/smglui/smclickablelabel.hh
include/spectmorph/smglui/smcombobox.hh
include/spectmorph/smglui/smcomboboxoperator.hh
include/spectmorph/smglui/smcontrolstatus.hh
include/spectmorph/smglui/smcontrolview.hh
include/spectmorph/smglui/smcreatebankwindow.hh
include/spectmorph/smglui/smdialog.hh
include/spectmorph/smglui/smdrawutils.hh
include/spectmorph/smglui/smeventloop.hh
@ -113,11 +117,13 @@ include/spectmorph/smglui/smfixedgrid.hh
include/spectmorph/smglui/smframe.hh
include/spectmorph/smglui/sminsteditnote.hh
include/spectmorph/smglui/sminsteditparams.hh
include/spectmorph/smglui/sminsteditvolume.hh
include/spectmorph/smglui/sminsteditwindow.hh
include/spectmorph/smglui/smlabel.hh
include/spectmorph/smglui/smled.hh
include/spectmorph/smglui/smlineedit.hh
include/spectmorph/smglui/smlistbox.hh
include/spectmorph/smglui/smloadstereodialog.hh
include/spectmorph/smglui/smmenubar.hh
include/spectmorph/smglui/smmessagebox.hh
include/spectmorph/smglui/smmorphgridview.hh
@ -150,6 +156,8 @@ include/spectmorph/smglui/smslider.hh
include/spectmorph/smglui/smtimer.hh
include/spectmorph/smglui/smtoolbutton.hh
include/spectmorph/smglui/smvoicestatus.hh
include/spectmorph/smglui/smvolumeresetdialog.hh
include/spectmorph/smglui/smvumeter.hh
include/spectmorph/smglui/smwidget.hh
include/spectmorph/smglui/smwindow.hh
include/spectmorph/smglui/spectmorphglui.hh
@ -194,12 +202,16 @@ share/applications/smjack.desktop
share/pixmaps/smjack.png
%%DATADIR%%/instruments/standard/alto-flute.smset
%%DATADIR%%/instruments/standard/alto-saxophone.smset
%%DATADIR%%/instruments/standard/bass-clarinet.smset
%%DATADIR%%/instruments/standard/bass-flute.smset
%%DATADIR%%/instruments/standard/bass-trombone.smset
%%DATADIR%%/instruments/standard/bassoon.smset
%%DATADIR%%/instruments/standard/cello.smset
%%DATADIR%%/instruments/standard/clarinet.smset
%%DATADIR%%/instruments/standard/claudia-ah.smset
%%DATADIR%%/instruments/standard/claudia-ih.smset
%%DATADIR%%/instruments/standard/claudia-oh.smset
%%DATADIR%%/instruments/standard/double-bass.smset
%%DATADIR%%/instruments/standard/french-horn.smset
%%DATADIR%%/instruments/standard/index.smindex
%%DATADIR%%/instruments/standard/mirko-ah.smset
@ -207,12 +219,16 @@ share/pixmaps/smjack.png
%%DATADIR%%/instruments/standard/oboe.smset
%%DATADIR%%/instruments/standard/pan-flute.smset
%%DATADIR%%/instruments/standard/reed-organ.smset
%%DATADIR%%/instruments/standard/soprano-saxophone.smset
%%DATADIR%%/instruments/standard/sven-ah.smset
%%DATADIR%%/instruments/standard/sven-ih.smset
%%DATADIR%%/instruments/standard/sven-oh.smset
%%DATADIR%%/instruments/standard/synth-saw.smset
%%DATADIR%%/instruments/standard/tenor-trombone.smset
%%DATADIR%%/instruments/standard/trumpet.smset
%%DATADIR%%/instruments/standard/viola.smset
%%DATADIR%%/instruments/standard/violin.smset
%%DATADIR%%/templates/1-instrument-wav-source.smplan
%%DATADIR%%/templates/1-instrument.smplan
%%DATADIR%%/templates/2-instruments-linear-gui.smplan
%%DATADIR%%/templates/2-instruments-linear-lfo.smplan

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME:tu}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MIDI library
WWW= http://tse3.sourceforge.net/
WWW= https://tse3.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced tool for adjusting soundcard mixers, replacement for aumix
WWW= http://umix.sourceforge.net/
WWW= https://umix.sourceforge.net/
USES= alias ncurses
GNU_CONFIGURE= yes

View File

@ -7,7 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/^0.//:tu}
MAINTAINER= ports@FreeBSD.org
COMMENT= Console module player
WWW= http://umodplayer.sourceforge.net/
WWW= https://umodplayer.sourceforge.net/
LICENSE= PD

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Classic analog style software synthesizer
WWW= http://dssi.sourceforge.net/download.html
WWW= https://dssi.sourceforge.net/download.html
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi \
${LOCALBASE}/include/ladspa.h:audio/ladspa

View File

@ -7,7 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Measure your system's GTK performance
WWW= http://gtkperf.sourceforge.net
WWW= https://gtkperf.sourceforge.net
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= gmake gnome pkgconfig

View File

@ -5,7 +5,7 @@ CATEGORIES= biology
MAINTAINER= ports@FreeBSD.org
COMMENT= General purpose trace file (and Experiment File) reading interface
WWW= http://staden.sourceforge.net/
WWW= https://staden.sourceforge.net/
LICENSE= BSD3CLAUSE

View File

@ -7,7 +7,7 @@ DISTFILES= ${DISTNAME}-tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= OO, component based, framework for molecular dynamics (MD) simulations
WWW= http://protomol.sourceforge.net/
WWW= https://protomol.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to calculate the impedance of transmission lines
WWW= http://atlc.sourceforge.net/
WWW= https://atlc.sourceforge.net/
LICENSE= GPLv2+

View File

@ -7,7 +7,7 @@ EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Project organizer for VHDL and Verilog RTL hardware designs
WWW= http://chipvault.sourceforge.net/
WWW= https://chipvault.sourceforge.net/
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${GZCAT}

View File

@ -7,7 +7,7 @@ MASTER_SITES= LOCAL/gahr \
MAINTAINER= ports@FreeBSD.org
COMMENT= Mesh comparison software
WWW= http://meshdev.sourceforge.net/
WWW= https://meshdev.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/Copying.txt

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Mesh generator and solver for Finite Element problems
WWW= http://pdnmesh.sourceforge.net/
WWW= https://pdnmesh.sourceforge.net/
LICENSE= GPLv2+

View File

@ -9,7 +9,7 @@ DIST_SUBDIR= ${DISTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Free explicit/implicit Finite Element Program
WWW= http://tochnog.sourceforge.net/
WWW= https://tochnog.sourceforge.net/
LICENSE= GPLv2

View File

@ -1,6 +1,6 @@
PORTNAME= verilator
DISTVERSIONPREFIX= v
DISTVERSION= 5.016
DISTVERSION= 5.018
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
@ -16,11 +16,12 @@ BUILD_DEPENDS= autoconf>0:devel/autoconf \
bash:shells/bash \
${LOCALBASE}/bin/ar:devel/binutils \
help2man:misc/help2man
LIB_DEPENDS= libsystemc.so:devel/systemc
LIB_DEPENDS= libsystemc.so:devel/systemc # systemc is only added to share/verilator/include/verilated.mk for use during verilation, verilator's own binaries aren't linked with systemc
RUN_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \
gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen
USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz
USES= bison compiler:c++17-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz
USE_CXXSTD= c++17 # needs to match that of devel/systemc to avoid mismatches like https://github.com/verilator/verilator/issues/4499
USE_GITHUB= yes
SHEBANG_FILES= bin/verilator_ccache_report \
@ -38,7 +39,9 @@ CONFIGURE_SHELL= ${LOCALBASE}/bin/bash # see https://github.com/verilator/verila
TEST_TARGET= test
BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD} # aliasas are only for tests
BINARY_ALIAS= make=${GMAKE} \
python3=${PYTHON_CMD} \
git=false
MAKE_JOBS_UNSAFE= yes # build on 1 CPU because many compile jobs are over 10GB and they can likely cause out-of-memory issues

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1694930870
SHA256 (verilator-verilator-v5.016_GH0.tar.gz) = 66fc36f65033e5ec904481dd3d0df56500e90c0bfca23b2ae21b4a8d39e05ef1
SIZE (verilator-verilator-v5.016_GH0.tar.gz) = 3415434
TIMESTAMP = 1698813043
SHA256 (verilator-verilator-v5.018_GH0.tar.gz) = 8b544273eedee379e3c1a3bb849e14c754c9b5035d61ad03acdf3963092ba6c0
SIZE (verilator-verilator-v5.018_GH0.tar.gz) = 3457115

View File

@ -93,7 +93,6 @@ man/man1/verilator_profcfunc.1.gz
%%DATADIR%%/include/verilated_timing.cpp
%%DATADIR%%/include/verilated_timing.h
%%DATADIR%%/include/verilated_trace.h
%%DATADIR%%/include/verilated_trace_defs.h
%%DATADIR%%/include/verilated_trace_imp.h
%%DATADIR%%/include/verilated_types.h
%%DATADIR%%/include/verilated_vcd_c.cpp
@ -103,6 +102,7 @@ man/man1/verilator_profcfunc.1.gz
%%DATADIR%%/include/verilated_vpi.cpp
%%DATADIR%%/include/verilated_vpi.h
%%DATADIR%%/include/verilatedos.h
%%DATADIR%%/include/vltstd/sv_vpi_user.h
%%DATADIR%%/include/vltstd/svdpi.h
%%DATADIR%%/include/vltstd/vpi_user.h
%%DATADIR%%/verilator-config-version.cmake

View File

@ -6,7 +6,7 @@ CATEGORIES= chinese textproc
MAINTAINER= ports@FreeBSD.org
COMMENT= Chewing intelligent phonetic input method library
WWW= http://chewing.im
WWW= https://chewing.im
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -7,7 +7,7 @@ DISTNAME= libtabe_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Unified library for Chinese text processing
WWW= http://libtabe.sourceforge.net/
WWW= https://libtabe.sourceforge.net/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ DISTNAME= ${PORTNAME}-chinese-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= True Type Font to Postscript Type 1 converter with Chinese maps
WWW= http://ttf2pt1.sourceforge.net/
WWW= https://ttf2pt1.sourceforge.net/
RUN_DEPENDS= ttf2pt1:print/ttf2pt1

View File

@ -5,7 +5,7 @@ MASTER_SITES= http://dosunix.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Manipulation of text files in a mixed DOS/Windows and Unix environment
WWW= http://dosunix.sourceforge.net/
WWW= https://dosunix.sourceforge.net/
GNU_CONFIGURE= yes

View File

@ -7,7 +7,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Series of programs to interconvert between mac fonts
WWW= http://fondu.sourceforge.net/
WWW= https://fondu.sourceforge.net/
LICENSE= BSD3CLAUSE

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/rusxmms/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Charset conversion utility with language and encoding autodetection
WWW= http://rusxmms.sourceforge.net
WWW= https://rusxmms.sourceforge.net
LIB_DEPENDS= librcc.so:devel/librcc

View File

@ -903,6 +903,7 @@
SUBDIR += rubygem-activemodel60
SUBDIR += rubygem-activemodel61
SUBDIR += rubygem-activemodel70
SUBDIR += rubygem-activemodel71
SUBDIR += rubygem-activerecord-explain-analyze
SUBDIR += rubygem-activerecord-import
SUBDIR += rubygem-activerecord-jdbc-adapter
@ -916,6 +917,7 @@
SUBDIR += rubygem-activerecord60
SUBDIR += rubygem-activerecord61
SUBDIR += rubygem-activerecord70
SUBDIR += rubygem-activerecord71
SUBDIR += rubygem-after_commit_queue
SUBDIR += rubygem-amalgalite
SUBDIR += rubygem-arel
@ -972,6 +974,7 @@
SUBDIR += rubygem-globalid-rails60
SUBDIR += rubygem-globalid-rails61
SUBDIR += rubygem-globalid-rails70
SUBDIR += rubygem-globalid-rails71
SUBDIR += rubygem-her
SUBDIR += rubygem-hiredis
SUBDIR += rubygem-influxdb

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Pure-Python database engine
WWW= http://buzhug.sourceforge.net/
WWW= https://buzhug.sourceforge.net/
USES= dos2unix python zip
USE_PYTHON= distutils autoplist concurrent optsuffix

View File

@ -9,7 +9,7 @@ DISTFILES= BDB-${PORTVERSION}-src.tgz \
MAINTAINER= ports@FreeBSD.org
COMMENT= Interface to Berkeley DB for GNUstep
WWW= http://fortytwo.sourceforge.net/
WWW= https://fortytwo.sourceforge.net/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= SQL*PLUS with commandline editing, history, and name completion
WWW= http://gqlplus.sourceforge.net/
WWW= https://gqlplus.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/ipa-system/modules/ipa_sdb
MAINTAINER= ports@FreeBSD.org
COMMENT= IPA simple database module
WWW= http://ipa-system.sourceforge.net/modules/ipa_sdb/
WWW= https://ipa-system.sourceforge.net/modules/ipa_sdb/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Drivers for libdbi
WWW= http://libdbi-drivers.sourceforge.net/
WWW= https://libdbi-drivers.sourceforge.net/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Database Independent Abstraction Layer for C
WWW= http://libdbi.sourceforge.net/
WWW= https://libdbi.sourceforge.net/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MySQL Monitoring Tool
WWW= http://mtop.sourceforge.net/
WWW= https://mtop.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of user-defined functions for the MySQL server
WWW= http://mysql-udf.sourceforge.net/
WWW= https://mysql-udf.sourceforge.net/
LICENSE= BSD2CLAUSE

View File

@ -1,5 +1,5 @@
PORTNAME= plpgsql_check
PORTVERSION= 2.5.4
PORTVERSION= 2.6.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER_NODOT}-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1697463050
SHA256 (okbob-plpgsql_check-v2.5.4_GH0.tar.gz) = 27f50e670a6a8eebf039090cde3678c46f8870fbc0326eddb1863edc666912c3
SIZE (okbob-plpgsql_check-v2.5.4_GH0.tar.gz) = 212524
TIMESTAMP = 1698848692
SHA256 (okbob-plpgsql_check-v2.6.0_GH0.tar.gz) = b7f41afbd63fe64e05612fc5006d6154dde686ac881433aff9620e4b2f236139
SIZE (okbob-plpgsql_check-v2.6.0_GH0.tar.gz) = 214497

View File

@ -7,7 +7,7 @@ DISTNAME= pure-db-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of libraries for creating and reading constant databases
WWW= http://pureftpd.sourceforge.net/puredb/
WWW= https://pureftpd.sourceforge.net/puredb/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -1,5 +1,5 @@
PORTNAME= pgcli
PORTVERSION= 3.5.0
PORTVERSION= 4.0.1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1663672798
SHA256 (pgcli-3.5.0.tar.gz) = cc448d95159fc0903d36182992778a096eda5752d660d47671383c8e2bf633f1
SIZE (pgcli-3.5.0.tar.gz) = 136001
TIMESTAMP = 1698848726
SHA256 (pgcli-4.0.1.tar.gz) = f2feea2099ce1ad5e8a9d5d93b0edaf60dc61e97b21b75e91d9723939ce53bd2
SIZE (pgcli-4.0.1.tar.gz) = 141846

View File

@ -1,5 +1,5 @@
PORTNAME= pgspecial
PORTVERSION= 2.1.0
PORTVERSION= 2.1.1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,12 +10,14 @@ WWW= https://github.com/dbcli/pgspecial
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psycopg>=3.0.10:databases/py-psycopg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1.19:databases/py-sqlparse@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1680726096
SHA256 (pgspecial-2.1.0.tar.gz) = 099a9c43b5768885a99c761b1f14a8c6504bb14e9631ad8755739adaf758266f
SIZE (pgspecial-2.1.0.tar.gz) = 50495
TIMESTAMP = 1698848728
SHA256 (pgspecial-2.1.1.tar.gz) = a38239cd961fac33ce6da35c466d758acb6f942901598d7df74e5b82fe6f5636
SIZE (pgspecial-2.1.1.tar.gz) = 51017

View File

@ -1,5 +1,5 @@
PORTNAME= sqlalchemy
PORTVERSION= 1.4.49
PORTVERSION= 1.4.50
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1688902079
SHA256 (SQLAlchemy-1.4.49.tar.gz) = 06ff25cbae30c396c4b7737464f2a7fc37a67b7da409993b182b024cec80aed9
SIZE (SQLAlchemy-1.4.49.tar.gz) = 8536601
TIMESTAMP = 1698848730
SHA256 (SQLAlchemy-1.4.50.tar.gz) = 3b97ddf509fc21e10b09403b5219b06c5b558b27fc2453150274fa4e70707dbf
SIZE (SQLAlchemy-1.4.50.tar.gz) = 8517526

View File

@ -0,0 +1,23 @@
PORTNAME= activemodel
PORTVERSION= 7.1.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 71
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks like Active Record
WWW= https://github.com/rails/rails/tree/main/activemodel \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport71>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport71
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^7\.1\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1697330168
SHA256 (rubygem/activemodel-7.1.1.gem) = 1f2fd3c2136b111fe523cf80ee5c141990290e8aedacb866b6fd68c8dfd7a69a
SIZE (rubygem/activemodel-7.1.1.gem) = 68608

View File

@ -0,0 +1,7 @@
Active Model provides a known set of interfaces for usage in model classes. They
allow for Action Pack helpers to interact with non-Active Record models, for
example. Active Model also helps with building custom ORMs for use outside of
the Rails framework.
Active Model provides a default module that implements the basic API required to
integrate with Action Pack out of the box: ActiveModel::API.

View File

@ -0,0 +1,25 @@
PORTNAME= activerecord
PORTVERSION= 7.1.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 71
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-relational mapping layer for Rails MVC Framework
WWW= https://github.com/rails/rails/tree/main/activerecord \
https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activemodel71>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel71 \
rubygem-activesupport71>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport71 \
rubygem-timeout>=0.4.0:devel/rubygem-timeout
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^7\.1\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1697330170
SHA256 (rubygem/activerecord-7.1.1.gem) = f8dd03c0f3a462d616781dba3637a281ec86aaf6e643b56bea308e451ee96325
SIZE (rubygem/activerecord-7.1.1.gem) = 540672

View File

@ -0,0 +1,11 @@
Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In the context of an application,
these classes are commonly referred to as models. Models can also be connected
to other models; this is done by defining associations.
Active Record relies heavily on naming in that it uses class and association
names to establish mappings between respective database tables and foreign key
columns. Although these mappings can be defined explicitly, it's recommended to
follow naming conventions, especially when getting started with the library.

View File

@ -0,0 +1,20 @@
PORTNAME= globalid
PORTVERSION= 1.2.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails71
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= URIs for your models makes it easy to pass references around
WWW= https://github.com/rails/globalid
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport71>=6.1:devel/rubygem-activesupport71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1697330208
SHA256 (rubygem/globalid-1.2.1.gem) = 70bf76711871f843dbba72beb8613229a49429d1866828476f9c9d6ccc327ce9
SIZE (rubygem/globalid-1.2.1.gem) = 14848

View File

@ -0,0 +1 @@
URIs for your models makes it easy to pass references around.

View File

@ -7,7 +7,7 @@ DISTNAME= AppWrapper.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep application wrapper
WWW= http://appwrapper.sourceforge.net/
WWW= https://appwrapper.sourceforge.net/
LICENSE= GPLv2

View File

@ -3474,6 +3474,7 @@
SUBDIR += p5-Term-Sk
SUBDIR += p5-Term-Table
SUBDIR += p5-Term-TablePrint
SUBDIR += p5-Term-TermKey
SUBDIR += p5-Term-Title
SUBDIR += p5-Term-UI
SUBDIR += p5-Term-VT102
@ -5024,6 +5025,7 @@
SUBDIR += py-msgpack
SUBDIR += py-mulpyplexer
SUBDIR += py-multi_key_dict
SUBDIR += py-multipart
SUBDIR += py-multipledispatch
SUBDIR += py-multiprocess
SUBDIR += py-multiset
@ -6053,6 +6055,7 @@
SUBDIR += rubygem-actionview60
SUBDIR += rubygem-actionview61
SUBDIR += rubygem-actionview70
SUBDIR += rubygem-actionview71
SUBDIR += rubygem-active_scaffold
SUBDIR += rubygem-activejob4
SUBDIR += rubygem-activejob5
@ -6061,6 +6064,7 @@
SUBDIR += rubygem-activejob60
SUBDIR += rubygem-activejob61
SUBDIR += rubygem-activejob70
SUBDIR += rubygem-activejob71
SUBDIR += rubygem-activemessaging
SUBDIR += rubygem-activerecord-deprecated_finders
SUBDIR += rubygem-activesupport4
@ -6070,6 +6074,7 @@
SUBDIR += rubygem-activesupport60
SUBDIR += rubygem-activesupport61
SUBDIR += rubygem-activesupport70
SUBDIR += rubygem-activesupport71
SUBDIR += rubygem-airborne
SUBDIR += rubygem-akismet
SUBDIR += rubygem-algebrick
@ -6634,6 +6639,7 @@
SUBDIR += rubygem-blockenspiel
SUBDIR += rubygem-bones
SUBDIR += rubygem-bootsnap
SUBDIR += rubygem-bootsnap116
SUBDIR += rubygem-bootstrap_form
SUBDIR += rubygem-bson
SUBDIR += rubygem-buftok
@ -6787,6 +6793,7 @@
SUBDIR += rubygem-et-orbi
SUBDIR += rubygem-etc
SUBDIR += rubygem-event_emitter
SUBDIR += rubygem-event_stream_parser
SUBDIR += rubygem-eventmachine
SUBDIR += rubygem-excon
SUBDIR += rubygem-execjs
@ -6999,6 +7006,7 @@
SUBDIR += rubygem-jbuilder-rails52
SUBDIR += rubygem-jbuilder-rails60
SUBDIR += rubygem-jbuilder-rails61
SUBDIR += rubygem-jbuilder-rails71
SUBDIR += rubygem-jekyll-coffeescript
SUBDIR += rubygem-jenkins_api_client
SUBDIR += rubygem-jeweler
@ -7391,6 +7399,7 @@
SUBDIR += rubygem-sprockets-rails-rails60
SUBDIR += rubygem-sprockets-rails-rails61
SUBDIR += rubygem-sprockets-rails-rails70
SUBDIR += rubygem-sprockets-rails-rails71
SUBDIR += rubygem-sprockets-sass
SUBDIR += rubygem-sprockets2
SUBDIR += rubygem-sprockets3
@ -7525,6 +7534,7 @@
SUBDIR += rubygem-weakref
SUBDIR += rubygem-web-console-rails60
SUBDIR += rubygem-web-console-rails61
SUBDIR += rubygem-web-console-rails71
SUBDIR += rubygem-web-console2
SUBDIR += rubygem-web-console3-rails5
SUBDIR += rubygem-web-console3-rails50

View File

@ -7,7 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./-/}
MAINTAINER= ports@FreeBSD.org
COMMENT= ANSI C library for parsing GNU style command line arguments
WWW= http://argtable.sourceforge.net/
WWW= https://argtable.sourceforge.net/
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,7 +6,7 @@ MASTER_SITES= http://asm.sourceforge.net/asmutils/
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of Unix utilities written in x86 assembly language
WWW= http://asm.sourceforge.net/
WWW= https://asm.sourceforge.net/
LICENSE= GPLv2

View File

@ -1,9 +1,12 @@
PORTNAME= aws-c-common
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.5
DISTVERSION= 0.9.6
PORTEPOCH= 1
CATEGORIES= devel
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= c80ce50.patch:-p1 # Fix test failure, issue 1070
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Core c99 package for AWS SDK for C
WWW= https://github.com/awslabs/aws-c-common
@ -20,7 +23,4 @@ USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING
# Test failure: test_memory_usage_maxrss
# https://github.com/awslabs/aws-c-common/issues/1070
.include <bsd.port.mk>

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