YoSucker: Remove. Broken and dead upstream.
PR pkg/55111
This commit is contained in:
parent
34ba37d2e7
commit
f58b7970ba
6 changed files with 1 additions and 76 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.545 2020/03/21 15:29:37 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.546 2020/03/30 10:13:55 nia Exp $
|
||||
#
|
||||
|
||||
COMMENT= Electronic mail utilities
|
||||
|
@ -7,7 +7,6 @@ SUBDIR+= GNUMail
|
|||
SUBDIR+= OSBF-lua
|
||||
SUBDIR+= Pantomime
|
||||
SUBDIR+= R-mime
|
||||
SUBDIR+= YoSucker
|
||||
SUBDIR+= akonadi
|
||||
SUBDIR+= alpine
|
||||
SUBDIR+= amavisd-milter
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
YoSucker is a simple portable Perl application, that simulates user
|
||||
actions to retrieve mail from Yahoo Mail to a local inbox. It simply
|
||||
connects to the Yahoo Mail web site, parses the HTML code and
|
||||
fetches new messages.
|
|
@ -1,8 +0,0 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1.1.1 2003/08/15 11:18:46 wiz Exp $
|
||||
|
||||
To use YoSucker, copy the file header-translation and a
|
||||
sample config file from ${PREFIX}/share/examples/YoSucker
|
||||
to ~/.yosucker and edit the config file.
|
||||
|
||||
===========================================================================
|
|
@ -1,36 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.19 2020/03/20 11:57:57 nia Exp $
|
||||
#
|
||||
|
||||
DISTNAME= YoSucker-pr37
|
||||
PKGNAME= ${DISTNAME:S/pr//}
|
||||
PKGREVISION= 9
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yosucker/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://yosucker.sourceforge.net/
|
||||
COMMENT= Download mails from Yahoo webmail into mbox
|
||||
|
||||
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
||||
#DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
||||
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
|
||||
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
|
||||
|
||||
USE_TOOLS+= perl:run
|
||||
REPLACE_PERL= bin/EncProxyPasswd bin/EncPasswd bin/YoSucker
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/YoSucker
|
||||
DOCDIR= ${PREFIX}/share/doc/YoSucker
|
||||
INSTALLATION_DIRS= bin lib
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${DESTDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/* ${DESTDIR}${PREFIX}/lib
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/conf/* ${DESTDIR}${EGDIR}
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/* ${DESTDIR}${DOCDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,20 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:26 joerg Exp $
|
||||
bin/EncPasswd
|
||||
bin/EncProxyPasswd
|
||||
bin/YoSucker
|
||||
lib/haiku.pm
|
||||
lib/sputnik.pm
|
||||
share/doc/YoSucker/ChangeLog
|
||||
share/doc/YoSucker/Configuration
|
||||
share/doc/YoSucker/Credits
|
||||
share/doc/YoSucker/FAQ
|
||||
share/doc/YoSucker/FastCheck
|
||||
share/doc/YoSucker/Migration
|
||||
share/doc/YoSucker/TODO
|
||||
share/doc/YoSucker/Tuning
|
||||
share/examples/YoSucker/README
|
||||
share/examples/YoSucker/header-translation
|
||||
share/examples/YoSucker/sample1.conf
|
||||
share/examples/YoSucker/sample2.conf
|
||||
share/examples/YoSucker/sample3-procmail.conf
|
||||
share/examples/YoSucker/sample4-proxy.conf
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.3 2015/11/03 23:27:00 agc Exp $
|
||||
|
||||
SHA1 (YoSucker-pr37.tar.gz) = df2fa3a7272f79a4a152dcc20650e30fb7178ef8
|
||||
RMD160 (YoSucker-pr37.tar.gz) = b5b8280f67a686d0305e45b19528ced14a75f3c6
|
||||
SHA512 (YoSucker-pr37.tar.gz) = 40713442e7add06bede2b5fa5c687c71a9a05ecf02b9d560e96de568b3ecc11e9a1985b7c4d3d5329a2d947cd5cb76cb1c8db67f166212def95d91f5087efa94
|
||||
Size (YoSucker-pr37.tar.gz) = 35226 bytes
|
Loading…
Reference in a new issue