mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Updated the port im-100(mail/im).
PR: ports/8008 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
This commit is contained in:
parent
fe04da78c6
commit
1df34a16c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13767
4 changed files with 80 additions and 49 deletions
|
@ -1,12 +1,12 @@
|
|||
# New ports collection makefile for: IM
|
||||
# Version required: 76
|
||||
# Version required: 100
|
||||
# Date created: 13 November 1997
|
||||
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1998/01/09 21:37:57 max Exp $
|
||||
# $Id: Makefile,v 1.3 1998/06/06 03:47:23 itojun Exp $
|
||||
#
|
||||
|
||||
DISTNAME= im-76
|
||||
DISTNAME= im-100
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \
|
||||
ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \
|
||||
|
@ -17,26 +17,21 @@ MAINTAINER= kiri@kiri.toba-cmt.ac.jp
|
|||
USE_PERL5= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MANLANG= ja
|
||||
MAN1= imali.1 imget.1 imsetup.1 imstore.1
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/etc
|
||||
# If you use RPOP instead of APOP, comment out following line.
|
||||
#CONFIGURE_ARGS+=--enable-rpop
|
||||
|
||||
PORTDOCDIR= ${PREFIX}/share/doc/im
|
||||
SAMPLEDIR= ${PREFIX}/share/examples/im
|
||||
MANFILES= imali.jis imget.jis imsetup.jis imstore.jis
|
||||
PORTDOCS= 00readme imget2.jis imput imput.jis
|
||||
PORTDOCS= 00changes 00copyright 00copyright.jis 00perl 00readme 00usage
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PORTDOCDIR} ${SAMPLEDIR}
|
||||
@(cd ${WRKSRC}; \
|
||||
(cd man; ${INSTALL_DATA} ${PORTDOCS} ${PORTDOCDIR}); \
|
||||
${INSTALL_DATA} dot.im/* ${SAMPLEDIR}; \
|
||||
)
|
||||
@${MKDIR} ${PORTDOCDIR}/man ${SAMPLEDIR}
|
||||
@cd ${WRKSRC}; \
|
||||
${INSTALL_DATA} ${PORTDOCS} ${PORTDOCDIR}; \
|
||||
${INSTALL_DATA} man/* ${PORTDOCDIR}/man; \
|
||||
${INSTALL_DATA} dot.im/* ${SAMPLEDIR}
|
||||
.endif
|
||||
.for f in ${MANFILES}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man/${f} \
|
||||
${PREFIX}/man/ja/man1/`${BASENAME} ${f} .jis`.1
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (im-76.tar.gz) = 9a25dd274f0af1abdb94351a8ac4786c
|
||||
MD5 (im-100.tar.gz) = 11c86eca599c8f1a43cd2ff9578915dd
|
||||
|
|
11
mail/im/files/patch-aa
Normal file
11
mail/im/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- IM/TcpTransaction.pm.orig Sat Sep 5 08:04:33 1998
|
||||
+++ IM/TcpTransaction.pm Wed Sep 9 17:47:55 1998
|
||||
@@ -437,7 +437,7 @@
|
||||
}
|
||||
|
||||
sub inet6_family () {
|
||||
- return eval '&AF_INET6' || 24;
|
||||
+ return eval '&AF_INET6' || 28;
|
||||
}
|
||||
|
||||
1;
|
|
@ -14,32 +14,38 @@ bin/imrm
|
|||
bin/imsetup
|
||||
bin/imsort
|
||||
bin/imstore
|
||||
lib/im/SiteConfig
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Address.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Alias.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Config.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/EncDec.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/File.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Folder.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/GetPass.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Header.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/History.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Http.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Imap.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Iso2022jp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Japanese.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/LocalMbox.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Log.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/MD5.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Message.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/MsgStore.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Nntp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Pop.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Recipient.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Scan.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Smtp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/Stdio.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IM/TcpTransaction.pm
|
||||
bin/imclean
|
||||
bin/imjoin
|
||||
bin/imtar
|
||||
etc/im/SiteConfig
|
||||
@unexec if [ -f %B/SiteConfig.new ]; then rm -f %B/SiteConfig.new; fi
|
||||
lib/IM/Address.pm
|
||||
lib/IM/Alias.pm
|
||||
lib/IM/Config.pm
|
||||
lib/IM/EncDec.pm
|
||||
lib/IM/File.pm
|
||||
lib/IM/Folder.pm
|
||||
lib/IM/GetPass.pm
|
||||
lib/IM/Header.pm
|
||||
lib/IM/History.pm
|
||||
lib/IM/Http.pm
|
||||
lib/IM/Imap.pm
|
||||
lib/IM/Iso2022jp.pm
|
||||
lib/IM/Japanese.pm
|
||||
lib/IM/LocalMbox.pm
|
||||
lib/IM/Log.pm
|
||||
lib/IM/MD5.pm
|
||||
lib/IM/Message.pm
|
||||
lib/IM/MsgStore.pm
|
||||
lib/IM/Nntp.pm
|
||||
lib/IM/Pop.pm
|
||||
lib/IM/Recipient.pm
|
||||
lib/IM/Scan.pm
|
||||
lib/IM/Smtp.pm
|
||||
lib/IM/Stdio.pm
|
||||
lib/IM/TcpTransaction.pm
|
||||
lib/IM/Grep.pm
|
||||
lib/IM/Util.pm
|
||||
share/examples/im/Config
|
||||
share/examples/im/Petnames
|
||||
share/examples/im/get.sbr
|
||||
|
@ -47,11 +53,30 @@ share/examples/im/password
|
|||
share/examples/im/scan.sbr
|
||||
share/examples/im/scan.sbr.sample1
|
||||
share/examples/im/scan.sbr.sample2
|
||||
share/doc/im/00changes
|
||||
share/doc/im/00copyright
|
||||
share/doc/im/00copyright.jis
|
||||
share/doc/im/00perl
|
||||
share/doc/im/00readme
|
||||
share/doc/im/imget2.jis
|
||||
share/doc/im/imput
|
||||
share/doc/im/imput.jis
|
||||
@dirrm lib/im
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/IM
|
||||
share/doc/im/00usage
|
||||
share/doc/im/man/00readme
|
||||
share/doc/im/man/imali.jis
|
||||
share/doc/im/man/imcat.jis
|
||||
share/doc/im/man/imcd.jis
|
||||
share/doc/im/man/imclean.jis
|
||||
share/doc/im/man/imget.jis
|
||||
share/doc/im/man/imhist.jis
|
||||
share/doc/im/man/imjoin.jis
|
||||
share/doc/im/man/immv.jis
|
||||
share/doc/im/man/impack.jis
|
||||
share/doc/im/man/imput
|
||||
share/doc/im/man/imput.jis
|
||||
share/doc/im/man/imrm.jis
|
||||
share/doc/im/man/imsetup.jis
|
||||
share/doc/im/man/imsort.jis
|
||||
share/doc/im/man/imstore.jis
|
||||
share/doc/im/man/imtar.jis
|
||||
@dirrm lib/IM
|
||||
@dirrm share/doc/im/man
|
||||
@dirrm share/doc/im
|
||||
@dirrm share/examples/im
|
||||
|
|
Loading…
Add table
Reference in a new issue