Date: Sun, 8 Feb 2009 03:55:44 GMT From: bf <bf2006a@yahoo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131481: [NEW PORT]multimedia/clive-utils Message-ID: <200902080355.n183tiSQ043994@www.freebsd.org> Resent-Message-ID: <200902080400.n1840EDG017340@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131481 >Category: ports >Synopsis: [NEW PORT]multimedia/clive-utils >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 08 04:00:14 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 8-CURRENT i386 >Organization: - >Environment: >Description: Nicola and Pav's quick response to PR ports/131459 caught me by surprise: I had meant to add this along with the new version of clive. Basically, it comprises several utilities that were formerly part of clive 1.x, but have now been split off into a separate package. I put Nicola down as the maintainer, because this port is intertwined with clive. If Nicola is not interested, then I suggest asking the primary author of the software, "Toni Gundogdu" <legatvs@gmail.com> who it seems is using FreeBSD, and has shown some interest in ports in PR ports/131269. If Toni isn't interested either, you can put me down. Note: It may be helpful to inform users that the WITH_CLIVEPASS option in clive needs this port to work properly. I tried to do that in my original description of that option. b. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # clive-utils # clive-utils/Makefile # clive-utils/distinfo # clive-utils/pkg-descr # echo c - clive-utils mkdir -p clive-utils > /dev/null 2>&1 echo x - clive-utils/Makefile sed 's/^X//' >clive-utils/Makefile << '9c7c7b1dd65d87510ea89cc92ba48bd2' X# Ports collection makefile for: clive-utils X# Date created: 7 February 2009 X# Whom: bf <bf2006a@yahoo.com> X# X# $FreeBSD$ X# X XPORTNAME= clive-utils XPORTVERSION= 2.1.2 XCATEGORIES= multimedia net perl5 XMASTER_SITES= GOOGLE_CODE XDIST_SUBDIR= clive X XMAINTAINER= nivit@FreeBSD.org XCOMMENT= Passwords, RSS parsing, and link extraction for clive X XUSE_PERL5_RUN= 5.8.2+ XUSE_BZIP2= yes XNO_BUILD= yes X XRUN_DEPENDS+= p5-clive>=2.0:${PORTSDIR}/multimedia/clive \ X p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ X p5-Crypt-Twofish>=2.12:${PORTSDIR}/security/p5-Crypt-Twofish \ X p5-XML-RSS-LibXML>=0.30.02:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \ X p5-HTML-Strip>=1.06:${PORTSDIR}/www/p5-HTML-Strip \ X p5-Tk>=804.028.501:${PORTSDIR}/x11-toolkits/p5-Tk X XPLIST_FILES= bin/clivefeed bin/clivepass bin/clivescan X XOPTIONS= PASTE "Enable pasting of URLs from X clipboard" Off \ X FONTDIALOG "Enable Font Dialog support" Off X Xpost-patch: X ${REINPLACE_CMD} -e 's|clivescan -S|clivescan -n|g' ${WRKSRC}/*.1 X Xdo-install: X ${MKDIR} ${PREFIX}/bin X for suffix in feed pass scan ; do \ X ${INSTALL_SCRIPT} ${WRKSRC}/clive$$suffix ${PREFIX}/bin ; \ X done X X.ifndef NO_INSTALL_MANPAGES XMAN1= clivefeed.1 clivepass.1 clivescan.1 XMANCOMPRESSED= no Xpost-install: X ${MKDIR} ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/*.1 ${MANPREFIX}/man/man1 X.endif X X.include <bsd.port.pre.mk> X X.ifdef WITH_PASTE XRUN_DEPENDS+= p5-Clipboard>=0.09:${PORTSDIR}/x11/p5-Clipboard X.endif X X.ifdef WITH_FONTDIALOG XRUN_DEPENDS+= p5-Tk-FontDialog>=0.15:${PORTSDIR}/x11-toolkits/p5-Tk-FontDialog X.endif X X.include <bsd.port.post.mk> 9c7c7b1dd65d87510ea89cc92ba48bd2 echo x - clive-utils/distinfo sed 's/^X//' >clive-utils/distinfo << 'e3494dc9049348f22819d1de8ef0625f' XMD5 (clive/clive-utils-2.1.2.tar.bz2) = 37e32689e2d534aa46b2c8bfd44c1eb8 XSHA256 (clive/clive-utils-2.1.2.tar.bz2) = 59b325b45b1c4b2ee85c4aeaa20aa35048b2e5a720bf91b2fe375a220bd34484 XSIZE (clive/clive-utils-2.1.2.tar.bz2) = 18482 e3494dc9049348f22819d1de8ef0625f echo x - clive-utils/pkg-descr sed 's/^X//' >clive-utils/pkg-descr << '00988862f3cfc941d6994bca4cb0aaaa' Xclive-utils contains additional utilities that can be used together with Xclive(1) (Historically, these utilities were part of clive(1) 1.x and were Xwritten in Python/Newt; they have now been rewritten in Perl/Tk to replace Xthe features that were removed in clive 2.0): X X-clivefeed(1), a utility that parses RSS feeds containing video page links X and uses clive(1) to extract them; X X-clivescan(1), a utility that scans video pages for video links and uses X clive(1) to extract them; and X X-clivepass(1), a utility that can be used to create and change passwords X for websites used by clive(1). The passwords are encrypted and X saved along with the username information. Access is restricted X by using a global passphrase. X XWWW: http://code.google.com/p/clive-utils/ 00988862f3cfc941d6994bca4cb0aaaa exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902080355.n183tiSQ043994>