multimedia/rubygem-paperclip-av-transcoder-rails50: Remove expired port

2024-04-30 multimedia/rubygem-paperclip-av-transcoder-rails50: Depends on deprecated port devel/rubygem-paperclip-rails50
main
Rene Ladan 2024-05-04 15:34:24 +02:00
parent d055862138
commit a21c6a4f21
5 changed files with 1 additions and 38 deletions

1
MOVED
View File

@ -3229,3 +3229,4 @@ net-im/jabberd||2024-04-30|Has expired: No longer developed as of 2019, consider
irc/miau||2024-04-30|Has expired: Abandoned upstream, last release in 2010 and no activity since 2014. Consider migrating to irc/soju or irc/znc
sysutils/no-login||2024-04-30|Has expired: Obsolete, use nologin in base
lang/gcc48||2024-05-01|Has expired: Unsupported by upstream since 2015. Use GCC 10 or newer instead
multimedia/rubygem-paperclip-av-transcoder-rails50||2024-05-04|Has expired: Depends on deprecated port devel/rubygem-paperclip-rails50

View File

@ -332,7 +332,6 @@
SUBDIR += rubygem-clutter-gstreamer
SUBDIR += rubygem-flvtool2
SUBDIR += rubygem-gstreamer
SUBDIR += rubygem-paperclip-av-transcoder-rails50
SUBDIR += rubygem-streamio-ffmpeg
SUBDIR += scte35dump
SUBDIR += shotcut

View File

@ -1,24 +0,0 @@
PORTNAME= paperclip-av-transcoder
PORTVERSION= 0.6.4
CATEGORIES= multimedia rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
MAINTAINER= ruby@FreeBSD.org
COMMENT= Audio/Video transcoder for Paperclip using FFMPEG/Avconv
WWW= https://github.com/ruby-av/paperclip-av-transcoder/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
DEPRECATED= Depends on deprecated port devel/rubygem-paperclip-rails50
EXPIRATION_DATE=2024-04-30
RUN_DEPENDS= rubygem-av>=0.9.0:multimedia/rubygem-av \
rubygem-paperclip-rails50>=2.5.2:devel/rubygem-paperclip-rails50
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1491842137
SHA256 (rubygem/paperclip-av-transcoder-0.6.4.gem) = 0e5214d866e7ae8b6dff3439efff59f6a461d4c39ec8c868c4b4ac76ddb896bd
SIZE (rubygem/paperclip-av-transcoder-0.6.4.gem) = 147456

View File

@ -1,10 +0,0 @@
Audio/Video Transcoder for Paperclip using FFMPEG/Avconv.
With a few lines of code, your application can produce
- a transcoded FLV file with the requested dimensions if they will match the
aspect ratio of the original file, otherwise, width will be maintained and
height will be recalculated to keep the original aspect ratio
- a screenshot thumbnail with the requested dimensions regardless of the aspect
ratio.