1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

cleanup: Remove expired ports:

2021-07-16 net-mgmt/unifi-lts: Upstream EoL the hardware supported by this release
2021-07-17 audio/ripit: Upstream no longer maintained, use audio/abcde instead
This commit is contained in:
Rene Ladan 2021-07-18 11:32:50 +02:00
parent 12cf6b0589
commit b13be275c6
13 changed files with 2 additions and 228 deletions

2
MOVED
View File

@ -16462,3 +16462,5 @@ sysutils/puppetserver5||2021-07-05|Has expired: Puppet 5 has reached EOL
databases/puppetdb-terminus5||2021-07-05|Has expired: Puppet 5 has reached EOL
devel/synfig|graphics/synfig|2021-07-06|The Graphics category is a more appropriate category for an image manipulation program
www/nextcloud-circles|www/nextcloud|2021-07-09|Included in the Nextcloud port with 22.0.0
net-mgmt/unifi-lts||2021-07-18|Has expired: Upstream EoL the hardware supported by this release
audio/ripit|audio/abcde|2021-07-18|Has expired: Upstream no longer maintained, use audio/abcde instead

View File

@ -690,7 +690,6 @@
SUBDIR += rhvoice-dictionary
SUBDIR += rhythmbox
SUBDIR += rioutil
SUBDIR += ripit
SUBDIR += ripperx
SUBDIR += rkr-lv2
SUBDIR += rnnoise

View File

@ -1,40 +0,0 @@
# Created by: oyvindmo@initio.no
PORTNAME= ripit
PORTVERSION= 3.9.0
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= https://github.com/blabber/${PORTNAME}/releases/download/v${PORTVERSION}/
MAINTAINER= tobias.rehbein@web.de
COMMENT= Command line audio CD ripper
LICENSE= GPLv2
DEPRECATED= Upstream no longer maintained, use audio/abcde instead
EXPIRATION_DATE= 2021-07-17
# See pkg-message about other dependencies.
RUN_DEPENDS= p5-CDDB_get>=0:audio/p5-CDDB_get \
p5-libwww>=0:www/p5-libwww \
p5-WebService-MusicBrainz>=0:www/p5-WebService-MusicBrainz \
p5-MusicBrainz-DiscID>=0:audio/p5-MusicBrainz-DiscID \
lame:audio/lame \
cdparanoia:audio/cdparanoia
USES= perl5 shebangfix tar:bzip2
USE_PERL5= run
NO_BUILD= yes
NO_ARCH= yes
SHEBANG_FILES= ripit.pl
OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${STAGEDIR}${PREFIX}/bin/ripit
${INSTALL_MAN} ${WRKSRC}/ripit.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/config ${STAGEDIR}${EXAMPLESDIR}/config
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ripit-3.9.0.tar.bz2) = e45a5bd73e5b313932ec5bdec24260a35aa44da13d40cb1ccbd737837be6c82c
SIZE (ripit-3.9.0.tar.bz2) = 104560

View File

@ -1,18 +0,0 @@
RipIT is used to create MPEG-1 Layer 3 (mp3) using Lame, or uses Flac (flac),
Ogg Vorbis (ogg) or Faac (m4a) to convert audio files (wav) extracted from an
audio CD. It is a console based front-end (no GUI here), written in Perl, for
various programs.
The program will do the following without user intervention:
* getting the audio CD Album/Artist/Tracks information from CDDB
* ripping the audio CD Tracks
* encoding to Flac, mp3 or Ogg
* id3 tags encoded songs
* creating an playlist (m3u) file
* optionally generating a toc (cue) sheet for nice DAO burning
* optionally preparing and send a CDDB submission and save it locally
* optionally extracting hidden songs and split ghost songs
* optionally creating md5sum files for all tracks
* running several encoder processes at the same time and same run
WWW: https://github.com/blabber/ripit

View File

@ -1,19 +0,0 @@
[
{ type: install
message: <<EOM
ripit can use a number of different programs to do the actual track
extraction and audio encoding. By default ripit uses cdparanoia and
lame respectively, so this port depends on those two having been
installed. If you want ripit to use other helper utils, just install
them and tell ripit which ones to use.
It is recommended that you set your CD-device, the preferred ripper
and encoder, any encoding quality preferences etc. on the ripit
command line and adding "--save" to get those as the default values.
This will enable you to later on just type "ripit" and start doing
your work.
For more help, type "ripit --help"
EOM
}
]

View File

@ -1,3 +0,0 @@
bin/ripit
share/man/man1/ripit.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config

View File

@ -375,7 +375,6 @@
SUBDIR += torrus
SUBDIR += triton-guesttools
SUBDIR += unbound_exporter
SUBDIR += unifi-lts
SUBDIR += unifi-poller
SUBDIR += unifi5
SUBDIR += unifi6

View File

@ -1,73 +0,0 @@
# Created by: Alban MAIRE <a.maire@s2mi.fr>
PORTNAME= unifi
PORTVERSION= 5.6.40
PORTREVISION= 2
CATEGORIES= net-mgmt java
MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}/
PKGNAMESUFFIX= -lts
DISTNAME= unifi_sysvinit_all
EXTRACT_SUFX= .deb
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= feld@FreeBSD.org
COMMENT= UniFi Controller v5
DEPRECATED= Upstream EoL the hardware supported by this release
EXPIRATION_DATE= 2021-07-16
RUN_DEPENDS= mongodb36>0:databases/mongodb36 \
snappyjava>0:archivers/snappy-java
SUB_FILES= mongod
SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} \
JAVA=${JAVA}
EXTRACT_CMD= /usr/bin/ar
EXTRACT_BEFORE_ARGS= -p
EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf -
USES= cpe
CPE_VENDOR= ubnt
CPE_PRODUCT= unifi_controller
USE_JAVA= yes
JAVA_VERSION= 1.8
JAVA_OS= native
JAVA_VENDOR= openjdk bsdjava
JAVA_RUN= yes
NO_BUILD= yes
NO_ARCH= yes
USE_RC_SUBR= unifi
USERS= unifi
GROUPS= unifi
NO_WRKSUBDIR= yes
CONFLICTS= unifi5-* unifi-devel-*
DIR_LIST= conf data logs run work
post-patch:
(cd ${WRKSRC}/usr/lib/unifi/lib && ${LN} -f -s ${JAVAJARDIR}/snappy-java.jar snappy-java-*.jar)
${RM} -r ${WRKSRC}/usr/lib/unifi/lib/native
do-install:
${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/unifi
(cd ${WRKSRC}/usr/lib/unifi && ${COPYTREE_SHARE} \* ${STAGEDIR}${JAVASHAREDIR}/unifi/)
${INSTALL_SCRIPT} ${WRKDIR}/mongod ${STAGEDIR}${JAVASHAREDIR}/unifi/bin/mongod
# Create directories that will be writable by unifi
.for i in data logs run work
${MKDIR} ${STAGEDIR}/${JAVASHAREDIR}/unifi/${i}
.endfor
post-install:
@${FIND} -s ${STAGEDIR}${JAVASHAREDIR}/unifi -not -type d | ${SORT} | \
${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST}
.for dir in ${DIR_LIST}
@${ECHO} "@dir(unifi,wheel,) ${JAVASHAREDIR}/unifi/${dir}" >> ${TMPPLIST}
.endfor
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1539265157
SHA256 (unifi-5.6.40/unifi_sysvinit_all.deb) = 2a86a731f2261d84db5d41f87a5a60e6f2e34c2d5c6d34d0e12cab9f5b3e6b44
SIZE (unifi-5.6.40/unifi_sysvinit_all.deb) = 50288652

View File

@ -1,6 +0,0 @@
#!/bin/sh
# Remove argument that doesn't exist on mongodb 3.6+
ARGS="$(echo -n ${@} | /usr/bin/sed 's,--nohttpinterface,,')"
%%PREFIX%%/bin/mongod ${ARGS} &

View File

@ -1,58 +0,0 @@
#!/bin/sh
#
# Created by: Mark Felder <feld@FreeBSD.org>
# PROVIDE: unifi
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable `unifi':
#
# unifi_enable="YES"
. /etc/rc.subr
name=unifi
rcvar=unifi_enable
load_rc_config ${name}
: ${unifi_enable:=NO}
: ${unifi_user:=%%USERS%%}
: ${unifi_group:=%%GROUPS%%}
: ${unifi_chdir=%%JAVASHAREDIR%%/unifi}
: ${unifi_javaflags:="-Djava.awt.headless=true -Xmx1024M"}
pidfile="/var/run/unifi/${name}.pid"
procname=%%JAVA%%
command="/usr/sbin/daemon"
command_args="-f -p ${pidfile} %%JAVA%% ${unifi_javaflags} -jar lib/ace.jar start"
start_precmd=start_precmd
stop_precmd=stop_precmd
stop_postcmd=stop_postcmd
start_precmd()
{
if [ ! -e /var/run/unifi ] ; then
install -d -o %%USERS%% -g %%GROUPS%% /var/run/unifi;
fi
}
stop_precmd()
{
if [ -r ${pidfile} ]; then
_UNIFIPID=$(check_pidfile ${pidfile} ${procname})
export _UNIFI_CHILDREN=$(pgrep -P ${_UNIFIPID})
fi
}
stop_postcmd()
{
if ! [ -z ${_UNIFI_CHILDREN} ]; then
echo "Cleaning up leftover child processes."
kill $sig_stop ${_UNIFI_CHILDREN}
wait_for_pids ${_UNIFI_CHILDREN}
fi
}
run_rc_command "$1"

View File

@ -1,4 +0,0 @@
The UniFi Controller allows you to manage Wireless, Routing & Switching,
VoIP and Video of Ubiquiti Networks.
WWW: http://wiki.ubnt.com/UniFi_FAQ