diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-08 13:54:53 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-08 13:54:53 +0000 |
commit | 26e971957e0ca1238e9e2472541bb961b2a3224d (patch) | |
tree | 2ccf4083f7f52fb888518ec86b9009f6b8175250 /mail/im | |
parent | c4803edf8248e0c98033b8ed56258ebd6102a687 (diff) | |
download | ports-26e971957e0ca1238e9e2472541bb961b2a3224d.tar.gz ports-26e971957e0ca1238e9e2472541bb961b2a3224d.zip |
Notes
Diffstat (limited to 'mail/im')
-rw-r--r-- | mail/im/Makefile | 9 | ||||
-rw-r--r-- | mail/im/distinfo | 2 | ||||
-rw-r--r-- | mail/im/pkg-comment | 2 | ||||
-rw-r--r-- | mail/im/pkg-plist | 24 |
4 files changed, 20 insertions, 17 deletions
diff --git a/mail/im/Makefile b/mail/im/Makefile index d2459134d72a..f53925965952 100644 --- a/mail/im/Makefile +++ b/mail/im/Makefile @@ -1,25 +1,26 @@ # New ports collection makefile for: IM -# Version required: 100 +# Version required: 130 # Date created: 13 November 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= im-100 +DISTNAME= im-130 CATEGORIES= mail MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ - ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ + ${MASTER_SITE_PORTS_JP} MAINTAINER= kiri@kiri.toba-cmt.ac.jp USE_PERL5= yes - +USE_AUTOCONF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/etc # If you use RPOP instead of APOP, comment out following line. #CONFIGURE_ARGS+=--enable-rpop +MAKE_ARGS= prefix=${PREFIX} imlibdir=${PREFIX}/etc/im PORTDOCDIR= ${PREFIX}/share/doc/im SAMPLEDIR= ${PREFIX}/share/examples/im diff --git a/mail/im/distinfo b/mail/im/distinfo index 6184e1a0caa3..3e9866c706a8 100644 --- a/mail/im/distinfo +++ b/mail/im/distinfo @@ -1 +1 @@ -MD5 (im-100.tar.gz) = 11c86eca599c8f1a43cd2ff9578915dd +MD5 (im-130.tar.gz) = df0df6bc4909b17cf1478062c7b67875 diff --git a/mail/im/pkg-comment b/mail/im/pkg-comment index 23e0c6a55d1d..3e1ddeaa3e46 100644 --- a/mail/im/pkg-comment +++ b/mail/im/pkg-comment @@ -1 +1 @@ -A set of user interfaces of Email and NetNews +A set of user interfaces of Email and NetNews. diff --git a/mail/im/pkg-plist b/mail/im/pkg-plist index 383dc0fb3260..7133bb055d9b 100644 --- a/mail/im/pkg-plist +++ b/mail/im/pkg-plist @@ -1,9 +1,12 @@ bin/imali bin/imcat bin/imcd +bin/imclean bin/imget bin/imgrep bin/imhist +bin/imhsync +bin/imjoin bin/imls bin/immv bin/impack @@ -14,8 +17,6 @@ bin/imrm bin/imsetup bin/imsort bin/imstore -bin/imclean -bin/imjoin bin/imtar etc/im/SiteConfig @unexec if [ -f %B/SiteConfig.new ]; then rm -f %B/SiteConfig.new; fi @@ -26,7 +27,7 @@ lib/IM/EncDec.pm lib/IM/File.pm lib/IM/Folder.pm lib/IM/GetPass.pm -lib/IM/Header.pm +lib/IM/Grep.pm lib/IM/History.pm lib/IM/Http.pm lib/IM/Imap.pm @@ -44,15 +45,7 @@ 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 -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 @@ -76,6 +69,15 @@ share/doc/im/man/imsetup.jis share/doc/im/man/imsort.jis share/doc/im/man/imstore.jis share/doc/im/man/imtar.jis +share/examples/im/Config +share/examples/im/Petnames +share/examples/im/get.sbr +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 @dirrm lib/IM @dirrm share/doc/im/man @dirrm share/doc/im |