git: a21c6a4f2121 - main - multimedia/rubygem-paperclip-av-transcoder-rails50: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 13:34:55 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=a21c6a4f212158d6eb466edfc4080488f6721e40 commit a21c6a4f212158d6eb466edfc4080488f6721e40 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-05-04 13:34:24 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-05-04 13:34:51 +0000 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 --- MOVED | 1 + multimedia/Makefile | 1 - .../Makefile | 24 ---------------------- .../distinfo | 3 --- .../pkg-descr | 10 --------- 5 files changed, 1 insertion(+), 38 deletions(-) diff --git a/MOVED b/MOVED index 3606be22b133..3b5b30adaa44 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/multimedia/Makefile b/multimedia/Makefile index 5587c403cc31..da60b6a44a16 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -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 diff --git a/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile b/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile deleted file mode 100644 index d2c6ef58e74d..000000000000 --- a/multimedia/rubygem-paperclip-av-transcoder-rails50/Makefile +++ /dev/null @@ -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> diff --git a/multimedia/rubygem-paperclip-av-transcoder-rails50/distinfo b/multimedia/rubygem-paperclip-av-transcoder-rails50/distinfo deleted file mode 100644 index 141f42849f44..000000000000 --- a/multimedia/rubygem-paperclip-av-transcoder-rails50/distinfo +++ /dev/null @@ -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 diff --git a/multimedia/rubygem-paperclip-av-transcoder-rails50/pkg-descr b/multimedia/rubygem-paperclip-av-transcoder-rails50/pkg-descr deleted file mode 100644 index 700bc1871560..000000000000 --- a/multimedia/rubygem-paperclip-av-transcoder-rails50/pkg-descr +++ /dev/null @@ -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.