Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
net/clive/DESCR Normal file
View File

@@ -0,0 +1,4 @@
clive is a cross-platform command line video extraction tool for
user-uploaded video hosts such as Youtube, Google Video, Dailymotion,
Guba, and Metacafe. It can be chained with 3rd party tools for
subsequent video re-encoding and playing.

9
net/clive/MESSAGE Normal file
View File

@@ -0,0 +1,9 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2011/10/22 18:07:19 wiz Exp $
For downloading from vimeo using curl (default), add the following line
to your ~/.curlrc:
user-agent = "Mozilla/5.0"
===========================================================================

39
net/clive/Makefile Normal file
View File

@@ -0,0 +1,39 @@
# $NetBSD: Makefile,v 1.46 2013/05/31 12:41:32 wiz Exp $
#
DISTNAME= clive-2.3.3
PKGREVISION= 2
CATEGORIES= net multimedia www
MASTER_SITES= http://clive.googlecode.com/files/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://clive.sourceforge.net/
COMMENT= Command line video extraction tool for user-uploaded video hosts
LICENSE= gnu-gpl-v3
DEPENDS+= quvi>=0.4.0:../../net/quvi
DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts
DEPENDS+= curl-[0-9]*:../../www/curl
DEPENDS+= p5-JSON-XS>=2.3:../../converters/p5-JSON-XS
DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile
DEPENDS+= p5-version>=0.77:../../devel/p5-version
PERL5_PACKLIST= auto/clive/.packlist
INSTALLATION_DIRS= share/examples/clive
CONF_FILES= ${PREFIX}/share/examples/clive/cliverc ${PKG_SYSCONFDIR}/cliverc
SUBST_CLASSES+= config
SUBST_SED.config+= -e "s,/usr/local/share/clive/cliverc,${PKG_SYSCONFDIR}/cliverc,"
SUBST_FILES.config+= bin/clive
SUBST_STAGE.config= pre-build
SUBST_MESSAGE.config= Fixing path to global config file.
post-build:
sed "s,/usr/,${PREFIX}/," ${WRKSRC}/examples/cliverc > ${WRKSRC}/cliverc
post-install:
${INSTALL_DATA} ${WRKSRC}/cliverc ${DESTDIR}${PREFIX}/share/examples/clive
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

2
net/clive/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.11 2011/05/16 11:10:04 wiz Exp $
share/examples/clive/cliverc

5
net/clive/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.34 2012/07/31 00:42:52 wiz Exp $
SHA1 (clive-2.3.3.tar.gz) = 887bda5388f381d8f2d56edc87757ccda0de13d6
RMD160 (clive-2.3.3.tar.gz) = a870f63d65a67b861bc329aa67b196d810e2ca7e
Size (clive-2.3.3.tar.gz) = 28309 bytes