Date: Fri, 17 Jan 2003 23:55:15 -0600 (CST) From: "Scott A. Moberly" <smoberly@mail.karamazov.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47183: fetchyahoo porte problem (one line)> Message-ID: <200301180555.h0I5tFO2036732@mail.karamazov.org>
next in thread | raw e-mail | index | archive | help
>Number: 47183 >Category: ports >Synopsis: fetchyahoo porte problem (one line)> >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: Fri Jan 17 22:00:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Scott A. Moberly >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD mail.karamazov.org 4.7-STABLE FreeBSD 4.7-STABLE #6: Thu Jan 16 13:41:22 CST 2003 root@pavel.karamazov.org:/usr/src/sys/compile/PAVEL i386 >Description: New port fetchyahoo >How-To-Repeat: >Fix: Supercedes port 44077. 44077 also has more dependencies explicitly listed if you want them explicit you might use that list, otherwise the dependency chain in this will pick 'em all up. OT: how do i get my old email 'smoberly@xavier.dyndns.org' updated? Most of the ports were GNOME which I no lo longer use, so they can actually move over to ports@freebsd.org. # 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: # # fetchyahoo # fetchyahoo/Makefile # fetchyahoo/distinfo # fetchyahoo/pkg-comment # fetchyahoo/pkg-descr # fetchyahoo/pkg-plist # echo c - fetchyahoo mkdir -p fetchyahoo > /dev/null 2>&1 echo x - fetchyahoo/Makefile sed 's/^X//' >fetchyahoo/Makefile << 'END-of-fetchyahoo/Makefile' X# New ports collection makefile for: fetchyahoo X# Date created: 17 January 2003 X# Whom: Scott A. Moberly <smoberly@karamazov.org> X# X# $FreeBSD$ X# X XPORTNAME= fetchyahoo XPORTVERSION= 2.4 XCATEGORIES= mail perl5 XMASTER_SITES= http://fetchyahoo.twizzler.org/ X XMAINTAINER= smoberly@karamazov.org X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools X XMAN1= ${PORTNAME}.1 XNO_BUILD= yes XUSE_PERL5= yes X Xdo-install: X.for i in ${MAN1} X ${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1 X.endfor # i in ${MAN1} X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X.for i in ChangeLog Credits fetchyahoorc index.html X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME} X.endfor # i in ChangeLog README sample.gotmailrc X.endif # !defined(NOPORTDOCS) X X.include <bsd.port.mk> END-of-fetchyahoo/Makefile echo x - fetchyahoo/distinfo sed 's/^X//' >fetchyahoo/distinfo << 'END-of-fetchyahoo/distinfo' XMD5 (fetchyahoo-2.4.tar.gz) = 37b3eaf8d1551dcc2d379b2a85b70291 END-of-fetchyahoo/distinfo echo x - fetchyahoo/pkg-comment sed 's/^X//' >fetchyahoo/pkg-comment << 'END-of-fetchyahoo/pkg-comment' XA perl script to fetch mail from Yahoo! mail via Web END-of-fetchyahoo/pkg-comment echo x - fetchyahoo/pkg-descr sed 's/^X//' >fetchyahoo/pkg-descr << 'END-of-fetchyahoo/pkg-descr' XFetchYahoo is a Perl script that downloads mail from a Yahoo! Xaccount to a local mail spool. It is meant to replace fetchmail Xfor people using Yahoo! mail since Yahoo!'s POP service no Xlonger free. It downloads messages to a local mail spool, Xincluding all parts and attachments. It then deletes messages Xunless requested not to. It can also optionally forward messages Xto a specified e-mail address and repeat with a given interval. X XWWW: http://fetchyahoo.twizzler.org/ END-of-fetchyahoo/pkg-descr echo x - fetchyahoo/pkg-plist sed 's/^X//' >fetchyahoo/pkg-plist << 'END-of-fetchyahoo/pkg-plist' Xbin/fetchyahoo X%%PORTDOCS%%share/doc/gotmail/ChangeLog X%%PORTDOCS%%share/doc/gotmail/Credits X%%PORTDOCS%%share/doc/gotmail/fetchyahoorc X%%PORTDOCS%%share/doc/gotmail/index.html X%%PORTDOCS%%@dirrm share/doc/fetchyahoo END-of-fetchyahoo/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301180555.h0I5tFO2036732>