From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 10 14:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2152D7C5 for ; Sun, 10 Feb 2013 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 14999FE3 for ; Sun, 10 Feb 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1AEU0JH045929 for ; Sun, 10 Feb 2013 14:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1AEU0gu045924; Sun, 10 Feb 2013 14:30:00 GMT (envelope-from gnats) Date: Sun, 10 Feb 2013 14:30:00 GMT Message-Id: <201302101430.r1AEU0gu045924@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/173567: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 14:30:01 -0000 The following reply was made to PR ports/173567; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/173567: commit references a PR Date: Sun, 10 Feb 2013 14:28:31 +0000 (UTC) Author: miwi Date: Sun Feb 10 14:28:22 2013 New Revision: 312027 URL: http://svnweb.freebsd.org/changeset/ports/312027 Log: Download-gemist downloads video's from the Dutch uitzending gemist site. Included tools: ### download-gemist Can download a single episode from the episode URL. ### download-gemist-guide This fetches information from a program page. You can use it download multiple videos. WWW: http://code.arp242.net/download-gemist PR: ports/173567 Submitted by: Martin Tournoij Added: head/www/download-gemist/ head/www/download-gemist/Makefile (contents, props changed) head/www/download-gemist/distinfo (contents, props changed) head/www/download-gemist/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Feb 10 14:27:26 2013 (r312026) +++ head/www/Makefile Sun Feb 10 14:28:22 2013 (r312027) @@ -137,6 +137,7 @@ SUBDIR += dokuwiki SUBDIR += dotclear SUBDIR += dotproject + SUBDIR += download-gemist SUBDIR += dpsearch SUBDIR += drood SUBDIR += drraw Added: head/www/download-gemist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/download-gemist/Makefile Sun Feb 10 14:28:22 2013 (r312027) @@ -0,0 +1,29 @@ +# Created by: Martin Tournoij +# $FreeBSD$ +# + +PORTNAME= download-gemist +PORTVERSION= 1.2 +CATEGORIES= www python +MASTER_SITES= http://code.arp242.net/download-gemist/downloads/ + +MAINTAINER= martin@arp242.net +COMMENT= Download videos from the Dutch uitzending gemist site + +LICENSE= MIT + +USE_PYTHON= yes +NO_BUILD= yes +FETCH_ARGS= -Fpr + +PLIST_DIRS= %%DOCSDIR%% +PLIST_FILES= bin/download-gemist \ + bin/download-gemist-guide \ + %%DOCSDIR%%/README.md + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/download-gemist* ${PREFIX}/bin/ + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}/ + +.include Added: head/www/download-gemist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/download-gemist/distinfo Sun Feb 10 14:28:22 2013 (r312027) @@ -0,0 +1,2 @@ +SHA256 (download-gemist-1.2.tar.gz) = f27f72aed38e11e69187cfd30f07a545048f40ce52e439457bfbb28219f1d61d +SIZE (download-gemist-1.2.tar.gz) = 23052 Added: head/www/download-gemist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/download-gemist/pkg-descr Sun Feb 10 14:28:22 2013 (r312027) @@ -0,0 +1,12 @@ +Download-gemist downloads video's from the Dutch uitzending gemist site. + +Included tools: + +### download-gemist +Can download a single episode from the episode URL. + +### download-gemist-guide +This fetches information from a program page. You can use it download multiple +videos. + +WWW: http://code.arp242.net/download-gemist _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"