Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

3
mail/im/DESCR Normal file
View File

@@ -0,0 +1,3 @@
IM provides a series of user interface commands (imput, imget, imls, ...)
and backend Perl5 modules to integrate E-mail and NetNews user interface.
They are designed to be used both from Mew version 1.x and on command line.

49
mail/im/Makefile Normal file
View File

@@ -0,0 +1,49 @@
# $NetBSD: Makefile,v 1.10 2013/05/31 12:41:14 wiz Exp $
DISTNAME= im-151
PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://tats.haun.org/im/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://tats.haun.org/im/
COMMENT= E-Mail and NetNews user interface commands
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
CONFIGURE_ARGS+= --with-perldir=${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}
CONFIGURE_ENV+= im_path_perl=${PERL5:Q}
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples
PKG_SYSCONFSUBDIR= im
CONF_FILES= ${PREFIX}/share/examples/im/SiteConfig ${PKG_SYSCONFDIR}/SiteConfig
DOCDIR= ${PREFIX}/share/doc/im
EXAMPLESDIR= ${PREFIX}/share/examples/im
DOCS= 00changes 00copyright 00copyright.jis 00perl 00readme 00usage
MAN= imput
MAN_JA= imali.jis imcat.jis imcd.jis imclean.jis imget.jis \
imhist.jis imjoin.jis immv.jis impack.jis imput.jis \
imrm.jis imsetup.jis imsort.jis imstore.jis imtar.jis
INSTALLATION_DIRS+= ${DOCDIR} ${EXAMPLESDIR} ${DOCDIR}/man ${DOCDIR}/man/ja
post-install:
.for file in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DESTDIR}${DOCDIR}
.endfor
.for file in ${MAN}
${INSTALL_DATA} ${WRKSRC}/man/${file} ${DESTDIR}${DOCDIR}/man
.endfor
.for file in ${MAN_JA}
${INSTALL_DATA} ${WRKSRC}/man/${file} ${DESTDIR}${DOCDIR}/man/ja
.endfor
cp -r ${WRKSRC}/dot.im/* ${DESTDIR}${EXAMPLESDIR}
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

82
mail/im/PLIST Normal file
View File

@@ -0,0 +1,82 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:04:34 joerg Exp $
bin/imali
bin/imcat
bin/imcd
bin/imclean
bin/imget
bin/imgrep
bin/imhist
bin/imhsync
bin/imjoin
bin/imls
bin/immknmz
bin/immv
bin/impack
bin/impath
bin/imput
bin/impwagent
bin/imrm
bin/imsetup
bin/imsort
bin/imstore
bin/imtar
${PERL5_SUB_INSTALLVENDORLIB}/IM/Address.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Alias.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Config.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/EncDec.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/File.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Folder.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/GetPass.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Grep.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/History.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Http.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Imap.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Iso2022jp.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Japanese.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/LocalMbox.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Log.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/MD5.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Message.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/MsgStore.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Nntp.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Pop.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Recipient.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Scan.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Smtp.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Ssh.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Stdio.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/TcpTransaction.pm
${PERL5_SUB_INSTALLVENDORLIB}/IM/Util.pm
share/doc/im/00changes
share/doc/im/00copyright
share/doc/im/00copyright.jis
share/doc/im/00perl
share/doc/im/00readme
share/doc/im/00usage
share/doc/im/man/imput
share/doc/im/man/ja/imali.jis
share/doc/im/man/ja/imcat.jis
share/doc/im/man/ja/imcd.jis
share/doc/im/man/ja/imclean.jis
share/doc/im/man/ja/imget.jis
share/doc/im/man/ja/imhist.jis
share/doc/im/man/ja/imjoin.jis
share/doc/im/man/ja/immv.jis
share/doc/im/man/ja/impack.jis
share/doc/im/man/ja/imput.jis
share/doc/im/man/ja/imrm.jis
share/doc/im/man/ja/imsetup.jis
share/doc/im/man/ja/imsort.jis
share/doc/im/man/ja/imstore.jis
share/doc/im/man/ja/imtar.jis
share/examples/im/Config
share/examples/im/Petnames
share/examples/im/SiteConfig
share/examples/im/get.sbr
share/examples/im/get.sbr.refile
share/examples/im/getchk.sbr
share/examples/im/getchk.sbr.postpet
share/examples/im/password
share/examples/im/scan.sbr
share/examples/im/scan.sbr.sample1
share/examples/im/scan.sbr.sample2

5
mail/im/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2011/05/28 07:54:02 obache Exp $
SHA1 (im-151.tar.gz) = 6172de08ca4757e97af7b9411fcb3d53f3ad0d4c
RMD160 (im-151.tar.gz) = d7ad5cd2d0bf2c4df4fbe3be39e50ac567de5422
Size (im-151.tar.gz) = 271073 bytes