Index: head/multimedia/clive/Makefile =================================================================== --- head/multimedia/clive/Makefile (revision 228639) +++ head/multimedia/clive/Makefile (revision 228640) @@ -1,61 +1,61 @@ # New ports collection makefile for: clive # Date created: 2007-02-11 # Whom: Nicola Vitale # # $FreeBSD$ # PORTNAME= clive PORTVERSION= 2.1.5 PORTREVISION= 0 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE \ SF DIST_SUBDIR= ${PORTNAME} -MAINTAINER= nivit@FreeBSD.org +MAINTAINER= legatvs@gmail.com COMMENT= Video extraction utility for YouTube, GoogleVideo, and others RUN_DEPENDS= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB \ p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \ p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA \ p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser \ p5-WWW-Curl>=4.05:${PORTSDIR}/www/p5-WWW-Curl \ p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple # deskutils/ljclive, multimedia/clive1 (same executable/manpage/distfile name) CONFLICTS= *clive-[0-1]* NO_BUILD= yes OPTIONS= PASTE "Paste URLs from clipboard" off \ CLIVEPASS "Enable login passwords" off \ SHOW "Show cache entries" off USE_BZIP2= yes USE_PERL5= 5.8.2+ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .if !defined(NO_INSTALL_MANPAGES) MAN1= ${PORTNAME}.1 post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ .endif .include .if defined(WITH_PASTE) RUN_DEPENDS+= p5-Clipboard>=0.09:${PORTSDIR}/x11/p5-Clipboard .endif .if defined(WITH_SHOW) RUN_DEPENDS+= p5-IO-Pager-0.06:${PORTSDIR}/devel/p5-IO-Pager .endif .if defined(WITH_CLIVEPASS) RUN_DEPENDS+= p5-Expect>=1.21:${PORTSDIR}/lang/p5-Expect .endif .include Property changes on: head/multimedia/clive/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/multimedia/clive-utils/Makefile =================================================================== --- head/multimedia/clive-utils/Makefile (revision 228639) +++ head/multimedia/clive-utils/Makefile (revision 228640) @@ -1,60 +1,60 @@ # Ports collection makefile for: clive-utils # Date created: 7 February 2009 # Whom: bf # # $FreeBSD$ # PORTNAME= clive-utils PORTVERSION= 2.1.2 CATEGORIES= multimedia net perl5 MASTER_SITES= GOOGLE_CODE DIST_SUBDIR= clive -MAINTAINER= nivit@FreeBSD.org +MAINTAINER= legatvs@gmail.com COMMENT= Passwords, RSS parsing, and link extraction for clive USE_PERL5_RUN= 5.8.2+ USE_BZIP2= yes NO_BUILD= yes RUN_DEPENDS+= clive>=2.0:${PORTSDIR}/multimedia/clive \ p5-Crypt-PasswdMD5>=1.3:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Crypt-Twofish>=2.12:${PORTSDIR}/security/p5-Crypt-Twofish \ p5-XML-RSS-LibXML>=0.30.02:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \ p5-HTML-Strip>=1.06:${PORTSDIR}/www/p5-HTML-Strip \ p5-Tk>=804.028.501:${PORTSDIR}/x11-toolkits/p5-Tk PLIST_FILES= bin/clivefeed bin/clivepass bin/clivescan OPTIONS= PASTE "Enable pasting of URLs from X clipboard" Off \ FONTDIALOG "Enable Font Dialog support" Off .include .ifdef WITH_PASTE RUN_DEPENDS+= p5-Clipboard>=0.09:${PORTSDIR}/x11/p5-Clipboard .endif .ifdef WITH_FONTDIALOG RUN_DEPENDS+= p5-Tk-FontDialog>=0.15:${PORTSDIR}/x11-toolkits/p5-Tk-FontDialog .endif post-patch: ${REINPLACE_CMD} -e 's|clivescan -S|clivescan -n|g' ${WRKSRC}/*.1 do-install: ${MKDIR} ${PREFIX}/bin for suffix in feed pass scan ; do \ ${INSTALL_SCRIPT} ${WRKSRC}/clive$$suffix ${PREFIX}/bin ; \ done .ifndef NO_INSTALL_MANPAGES MAN1= clivefeed.1 clivepass.1 clivescan.1 MANCOMPRESSED= no post-install: ${MKDIR} ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/*.1 ${MANPREFIX}/man/man1 .endif .include Property changes on: head/multimedia/clive-utils/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property