all the things

This commit is contained in:
c0dev0id
2023-01-10 11:45:28 +01:00
parent f3db1ea486
commit 7a9bbf0168
143 changed files with 15515 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
COMMENT = cli youtube browser
V = 3.10.2
GH_ACCOUNT = trizen
GH_PROJECT = youtube-viewer
GH_TAGNAME = ${V}
CATEGORIES = net
HOMEPAGE = https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
# LICENSE
PERMIT_PACKAGE = Yes
MODULES = perl
## ?uses pledge()?
#WANTLIB =
#
#LIB_DEPENDS =
#
RUN_DEPENDS = devel/p5-Data-Dump \
converters/p5-JSON \
converters/p5-JSON-XS \
devel/p5-Term-ReadLine-Gnu \
converters/p5-Unicode-LineBreak
#
BUILD_DEPENDS = devel/p5-Module-Build \
devel/p5-Data-Dump \
converters/p5-JSON \
converters/p5-JSON-XS \
devel/p5-Term-ReadLine-Gnu \
converters/p5-Unicode-LineBreak
USE_GMAKE = yes
##TEST_DEPENDS =
#
##CONFIGURE_STYLE =
#
##MAKE_FLAGS =
#
##NO_TEST = Yes
##TEST_TARGET =
do-configure:
cd ${WRKSRC} && perl Build.PL
pre-build:
cd ${WRKSRC} && perl Makefile.PL
do-build:
cd ${WRKSRC} && gmake
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (youtube-viewer-3.10.2.tar.gz) = u5gdQEYMafeK95jzrHdCRHyenae/3Zv4blj+aPM/G/g=
SIZE (youtube-viewer-3.10.2.tar.gz) = 263895

View File

View File

@@ -0,0 +1,39 @@
bin/youtube-viewer
${P5SITE}/WWW/YoutubeViewer/
${P5SITE}/WWW/YoutubeViewer.pm
${P5SITE}/WWW/YoutubeViewer/Activities.pm
${P5SITE}/WWW/YoutubeViewer/Authentication.pm
${P5SITE}/WWW/YoutubeViewer/Channels.pm
${P5SITE}/WWW/YoutubeViewer/CommentThreads.pm
${P5SITE}/WWW/YoutubeViewer/GetCaption.pm
${P5SITE}/WWW/YoutubeViewer/GuideCategories.pm
${P5SITE}/WWW/YoutubeViewer/Itags.pm
${P5SITE}/WWW/YoutubeViewer/ParseJSON.pm
${P5SITE}/WWW/YoutubeViewer/ParseXML.pm
${P5SITE}/WWW/YoutubeViewer/PlaylistItems.pm
${P5SITE}/WWW/YoutubeViewer/Playlists.pm
${P5SITE}/WWW/YoutubeViewer/RegularExpressions.pm
${P5SITE}/WWW/YoutubeViewer/Search.pm
${P5SITE}/WWW/YoutubeViewer/Subscriptions.pm
${P5SITE}/WWW/YoutubeViewer/Utils.pm
${P5SITE}/WWW/YoutubeViewer/VideoCategories.pm
${P5SITE}/WWW/YoutubeViewer/Videos.pm
@man man/man1/youtube-viewer.1
@man man/man3p/WWW::YoutubeViewer.3p
@man man/man3p/WWW::YoutubeViewer::Activities.3p
@man man/man3p/WWW::YoutubeViewer::Authentication.3p
@man man/man3p/WWW::YoutubeViewer::Channels.3p
@man man/man3p/WWW::YoutubeViewer::CommentThreads.3p
@man man/man3p/WWW::YoutubeViewer::GetCaption.3p
@man man/man3p/WWW::YoutubeViewer::GuideCategories.3p
@man man/man3p/WWW::YoutubeViewer::Itags.3p
@man man/man3p/WWW::YoutubeViewer::ParseJSON.3p
@man man/man3p/WWW::YoutubeViewer::ParseXML.3p
@man man/man3p/WWW::YoutubeViewer::PlaylistItems.3p
@man man/man3p/WWW::YoutubeViewer::Playlists.3p
@man man/man3p/WWW::YoutubeViewer::RegularExpressions.3p
@man man/man3p/WWW::YoutubeViewer::Search.3p
@man man/man3p/WWW::YoutubeViewer::Subscriptions.3p
@man man/man3p/WWW::YoutubeViewer::Utils.3p
@man man/man3p/WWW::YoutubeViewer::VideoCategories.3p
@man man/man3p/WWW::YoutubeViewer::Videos.3p