diff options
author | krion <krion@FreeBSD.org> | 2005-04-21 15:32:20 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-04-21 15:32:20 +0000 |
commit | 57d941e311fbcc85a36cd79efd4af74f77fcad7b (patch) | |
tree | 07e95c3d12ed3c4b4b2adbaccb72518abd095578 | |
parent | e42676537b725d91b04614f4a349633bd9f1d798 (diff) | |
download | FreeBSD-ports-57d941e311fbcc85a36cd79efd4af74f77fcad7b.zip FreeBSD-ports-57d941e311fbcc85a36cd79efd4af74f77fcad7b.tar.gz |
Update to version 148
PR: ports/80208
Submitted by: Ports Fury
-rw-r--r-- | mail/im/Makefile | 24 | ||||
-rw-r--r-- | mail/im/distinfo | 4 | ||||
-rw-r--r-- | mail/im/pkg-descr | 21 | ||||
-rw-r--r-- | mail/im/pkg-plist | 73 |
4 files changed, 61 insertions, 61 deletions
diff --git a/mail/im/Makefile b/mail/im/Makefile index dc48375..a4c59dc 100644 --- a/mail/im/Makefile +++ b/mail/im/Makefile @@ -6,7 +6,7 @@ # PORTNAME= im -PORTVERSION= 147 +PORTVERSION= 148 CATEGORIES= mail MASTER_SITES= http://tats.haun.org/im/ \ ${MASTER_SITE_PORTS_JP} @@ -16,22 +16,22 @@ COMMENT= Set of user interfaces of Email and NetNews USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${PREFIX}/etc -# If you use RPOP instead of APOP, comment out following line. -#CONFIGURE_ARGS+=--enable-rpop +CONFIGURE_ARGS= --libdir=${PREFIX}/etc MAKE_ARGS= prefix=${PREFIX} imlibdir=${PREFIX}/etc/im -PORTDOCDIR= ${PREFIX}/share/doc/im -SAMPLEDIR= ${PREFIX}/share/examples/im -MYPORTDOCS= 00changes 00copyright 00copyright.jis 00perl 00readme 00usage +# Use RPOP instead of APOP +.if defined(WITH_RPOP) +CONFIGURE_ARGS+= --enable-rpop +.endif post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PORTDOCDIR}/man ${SAMPLEDIR} - @cd ${WRKSRC}; \ - ${INSTALL_DATA} ${MYPORTDOCS} ${PORTDOCDIR}; \ - ${INSTALL_DATA} man/* ${PORTDOCDIR}/man; \ - ${INSTALL_DATA} dot.im/* ${SAMPLEDIR} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/00* ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/man + ${INSTALL_DATA} ${WRKSRC}/man/* ${DOCSDIR}/man + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/dot.im/* ${EXAMPLESDIR} .endif ## for make PLIST (only maintainer use) diff --git a/mail/im/distinfo b/mail/im/distinfo index 37d0943..26fbe74 100644 --- a/mail/im/distinfo +++ b/mail/im/distinfo @@ -1,2 +1,2 @@ -MD5 (im-147.tar.gz) = 6b1f21eb9c285f13428b43f7496178cb -SIZE (im-147.tar.gz) = 221546 +MD5 (im-148.tar.gz) = 3eb8288aa9d230bd73bd4086f5c3299f +SIZE (im-148.tar.gz) = 221668 diff --git a/mail/im/pkg-descr b/mail/im/pkg-descr index df3ef9e..563dff5 100644 --- a/mail/im/pkg-descr +++ b/mail/im/pkg-descr @@ -1,16 +1,15 @@ -This package provides a series of user interface commands (im* -commands) and backend Perl5 libraries to integrate Email and NetNews -user interface. They are designed to be used both from Mew and on -command line. +IM (Internet Message) 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. -The folder style for Mew is exactly the same as that of MH. So, you -can replace MH with this package without any migration -works. Moreover, you are able to operate your messages both by IM and -MH with consistent manner. +The folder style of IM is exactly the same as that of MH. So, you can +replace MH with this package without any migration works. Moreover, +you are able to operate your messages both by IM and MH with +consistent manner. -All programs/libraries conforms GPL2. This means, in short words, free -but no warranty. You have to provide whole source code if you -distribute. +IM is copyrighted by IM developing team. You can redistribute it +and/or modify it under the modified BSD license. Although you installed IM successfully, yet you must be initialized on your home directory at once. Execute imsetup command with your account diff --git a/mail/im/pkg-plist b/mail/im/pkg-plist index efae647..0f1492d 100644 --- a/mail/im/pkg-plist +++ b/mail/im/pkg-plist @@ -48,41 +48,42 @@ lib/IM/Ssh.pm lib/IM/Stdio.pm lib/IM/TcpTransaction.pm lib/IM/Util.pm -%%DOCSDIR%%/00changes -%%DOCSDIR%%/00copyright -%%DOCSDIR%%/00copyright.jis -%%DOCSDIR%%/00perl -%%DOCSDIR%%/00readme -%%DOCSDIR%%/00usage -%%DOCSDIR%%/man/00readme -%%DOCSDIR%%/man/imali.jis -%%DOCSDIR%%/man/imcat.jis -%%DOCSDIR%%/man/imcd.jis -%%DOCSDIR%%/man/imclean.jis -%%DOCSDIR%%/man/imget.jis -%%DOCSDIR%%/man/imhist.jis -%%DOCSDIR%%/man/imjoin.jis -%%DOCSDIR%%/man/immv.jis -%%DOCSDIR%%/man/impack.jis -%%DOCSDIR%%/man/imput -%%DOCSDIR%%/man/imput.jis -%%DOCSDIR%%/man/imrm.jis -%%DOCSDIR%%/man/imsetup.jis -%%DOCSDIR%%/man/imsort.jis -%%DOCSDIR%%/man/imstore.jis -%%DOCSDIR%%/man/imtar.jis -%%EXAMPLESDIR%%/Config -%%EXAMPLESDIR%%/Petnames -%%EXAMPLESDIR%%/get.sbr -%%EXAMPLESDIR%%/get.sbr.refile -%%EXAMPLESDIR%%/getchk.sbr -%%EXAMPLESDIR%%/getchk.sbr.postpet -%%EXAMPLESDIR%%/password -%%EXAMPLESDIR%%/scan.sbr -%%EXAMPLESDIR%%/scan.sbr.sample1 -%%EXAMPLESDIR%%/scan.sbr.sample2 -@dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%%/man -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/00changes +%%PORTDOCS%%%%DOCSDIR%%/00copyright +%%PORTDOCS%%%%DOCSDIR%%/00copyright.jis +%%PORTDOCS%%%%DOCSDIR%%/00diff +%%PORTDOCS%%%%DOCSDIR%%/00perl +%%PORTDOCS%%%%DOCSDIR%%/00readme +%%PORTDOCS%%%%DOCSDIR%%/00usage +%%PORTDOCS%%%%DOCSDIR%%/man/00readme +%%PORTDOCS%%%%DOCSDIR%%/man/imali.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imcat.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imcd.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imclean.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imget.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imhist.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imjoin.jis +%%PORTDOCS%%%%DOCSDIR%%/man/immv.jis +%%PORTDOCS%%%%DOCSDIR%%/man/impack.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imput +%%PORTDOCS%%%%DOCSDIR%%/man/imput.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imrm.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imsetup.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imsort.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imstore.jis +%%PORTDOCS%%%%DOCSDIR%%/man/imtar.jis +%%PORTDOCS%%%%EXAMPLESDIR%%/Config +%%PORTDOCS%%%%EXAMPLESDIR%%/Petnames +%%PORTDOCS%%%%EXAMPLESDIR%%/get.sbr +%%PORTDOCS%%%%EXAMPLESDIR%%/get.sbr.refile +%%PORTDOCS%%%%EXAMPLESDIR%%/getchk.sbr +%%PORTDOCS%%%%EXAMPLESDIR%%/getchk.sbr.postpet +%%PORTDOCS%%%%EXAMPLESDIR%%/password +%%PORTDOCS%%%%EXAMPLESDIR%%/scan.sbr +%%PORTDOCS%%%%EXAMPLESDIR%%/scan.sbr.sample1 +%%PORTDOCS%%%%EXAMPLESDIR%%/scan.sbr.sample2 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/man +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/IM @dirrm etc/im |