aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-02-01 18:05:06 +0000
committerRene Ladan <rene@FreeBSD.org>2024-02-01 18:05:06 +0000
commita1aef2b4a5608018e3113bea99185cd2cd0e85c3 (patch)
treede3e0a826a1f05d889bd747af786b20a9c1fcf86
parent5776e726c11ca8677234fe0619afc7def9651a00 (diff)
downloadports-a1aef2b4a5608018e3113bea99185cd2cd0e85c3.tar.gz
ports-a1aef2b4a5608018e3113bea99185cd2cd0e85c3.zip
audio/stmp: Remove expired port
2024-01-31 audio/stmp: Broken for more than a year
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/stmp/Makefile58
-rw-r--r--audio/stmp/distinfo47
-rw-r--r--audio/stmp/pkg-descr1
5 files changed, 1 insertions, 107 deletions
diff --git a/MOVED b/MOVED
index 1d84d170d2f8..2f0336a65aad 100644
--- a/MOVED
+++ b/MOVED
@@ -2982,3 +2982,4 @@ security/rust-rage|security/rage-encryption|2024-01-27|Renamed as per the prefer
emulators/wine7|emulators/wine|2024-01-30|Has expired: emulators/wine itself now again provides 32-bit support as well as WoW64
security/py-service_identity|security/py-service-identity|2024-01-31|Has expired: Use security/py-service-identity
www/lighttpd-mod_h264_streaming||2024-01-31|Has expired: Does not build with new lighttpd
+audio/stmp||2024-02-01|Has expired: Broken for more than a year
diff --git a/audio/Makefile b/audio/Makefile
index 3e2609b35107..193e88d2a747 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -777,7 +777,6 @@
SUBDIR += ssr-lv2
SUBDIR += stegosaurus-lv2
SUBDIR += stk
- SUBDIR += stmp
SUBDIR += stone-phaser-lv2
SUBDIR += strawberry
SUBDIR += streamripper
diff --git a/audio/stmp/Makefile b/audio/stmp/Makefile
deleted file mode 100644
index f305df3c1476..000000000000
--- a/audio/stmp/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-PORTNAME= stmp
-PORTVERSION= 0.0.2
-PORTREVISION= 18
-CATEGORIES= audio
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Subsonic terminal music player
-WWW= https://github.com/wildeyedskies/stmp/
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Broken for more than a year
-EXPIRATION_DATE= 2024-01-31
-BROKEN= fails to build with mpv 0.35, see bug 267114
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libHLSL.a:graphics/glslang
-LIB_DEPENDS= libmpv.so:multimedia/mpv
-
-USES= go:modules xorg gl
-USE_GITHUB= yes
-GH_ACCOUNT= wildeyedskies
-GH_TUPLE= \
- fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
- gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \
- gdamore:tcell:v2.1.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \
- go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
- go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
- golang:sys:b09fb700fbb7:golang_sys/vendor/golang.org/x/sys \
- golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \
- hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
- lucasb-eyer:go-colorful:v1.0.3:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \
- magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \
- mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
- mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
- pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
- rivo:tview:5406288b8e4e:rivo_tview/vendor/github.com/rivo/tview \
- rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \
- spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
- spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
- spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
- spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \
- spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \
- subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
- yourok:go-mpv:ecdfd901e332:yourok_go_mpv/vendor/github.com/yourok/go-mpv
-USE_GL= egl
-
-CGO_CFLAGS= -DTAG_EGL
-CGO_LDFLAGS= -lEGL
-
-PLIST_FILES= bin/stmp \
- ${EXAMPLESDIR}/stmp-example.toml
-
-post-install:
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/stmp-example.toml ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/audio/stmp/distinfo b/audio/stmp/distinfo
deleted file mode 100644
index 5d8e3ee115b8..000000000000
--- a/audio/stmp/distinfo
+++ /dev/null
@@ -1,47 +0,0 @@
-TIMESTAMP = 1609152394
-SHA256 (wildeyedskies-stmp-0.0.2_GH0.tar.gz) = 3822edd13c5efa80a42be572e806b96a2c2dea20b4fd4b34c27b67ae9740be4e
-SIZE (wildeyedskies-stmp-0.0.2_GH0.tar.gz) = 32910
-SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd
-SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139
-SHA256 (gdamore-encoding-v1.0.0_GH0.tar.gz) = 8fb8593a69cd86f16233d63dd6d74181136ec8f22900c509e961a25eb4b2e013
-SIZE (gdamore-encoding-v1.0.0_GH0.tar.gz) = 10886
-SHA256 (gdamore-tcell-v2.1.0_GH0.tar.gz) = ec1ea5335cf2b95fd233369a93c38071a9646397718899b47a0f5f0da62dd80d
-SIZE (gdamore-tcell-v2.1.0_GH0.tar.gz) = 150710
-SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471
-SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536
-SHA256 (go-yaml-yaml-v2.2.4_GH0.tar.gz) = 9004c9709200d52ef6e5c69af3f71f3adb1a2b7e884ea7597f306bf54b1f007c
-SIZE (go-yaml-yaml-v2.2.4_GH0.tar.gz) = 72209
-SHA256 (golang-sys-b09fb700fbb7_GH0.tar.gz) = b4af9a8fcfa4d666ea4fd4864325a83744280fa125cd8109baf01a34500d443f
-SIZE (golang-sys-b09fb700fbb7_GH0.tar.gz) = 1068783
-SHA256 (golang-text-v0.3.3_GH0.tar.gz) = 1604233637e3593749fbbb13b5069b08e6feba6d2b55a02fd3148793d5871185
-SIZE (golang-text-v0.3.3_GH0.tar.gz) = 7747332
-SHA256 (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
-SIZE (hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658
-SHA256 (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 40c8c7e03a4eeaaabd44273e9b6a992933f554f17225aadd0b225ffc67e1e7db
-SIZE (lucasb-eyer-go-colorful-v1.0.3_GH0.tar.gz) = 430208
-SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f1cff57bf620cc5bf9ba44339c7e4c5612dd
-SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735
-SHA256 (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835
-SIZE (mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714
-SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b
-SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
-SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244
-SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496
-SHA256 (rivo-tview-5406288b8e4e_GH0.tar.gz) = 93329a6f8805c3b39c6a28e7979e6da8d2c06b53a061c4ecf2b3581b1b9a2cbc
-SIZE (rivo-tview-5406288b8e4e_GH0.tar.gz) = 2870999
-SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197
-SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036
-SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b
-SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309
-SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f
-SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085
-SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d
-SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392
-SHA256 (spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124
-SIZE (spf13-pflag-v1.0.3_GH0.tar.gz) = 46002
-SHA256 (spf13-viper-v1.7.1_GH0.tar.gz) = de85215b50e9fbb2cdf63b0aa9df826a866dff8f718ba2dc3f5866e98d5bd39a
-SIZE (spf13-viper-v1.7.1_GH0.tar.gz) = 82641
-SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5
-SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359
-SHA256 (yourok-go-mpv-ecdfd901e332_GH0.tar.gz) = d4d1e005cec631049d392ca9c969230f0ba4c378775d6a2ec5e740598178bb6f
-SIZE (yourok-go-mpv-ecdfd901e332_GH0.tar.gz) = 18474
diff --git a/audio/stmp/pkg-descr b/audio/stmp/pkg-descr
deleted file mode 100644
index bd7a8cc5e1ca..000000000000
--- a/audio/stmp/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A terminal client for *sonic music servers. Inspired by ncmpcpp