diff options
-rw-r--r-- | mail/im/Makefile | 42 | ||||
-rw-r--r-- | mail/im/distinfo | 1 | ||||
-rw-r--r-- | mail/im/pkg-comment | 1 | ||||
-rw-r--r-- | mail/im/pkg-descr | 22 | ||||
-rw-r--r-- | mail/im/pkg-plist | 61 |
5 files changed, 127 insertions, 0 deletions
diff --git a/mail/im/Makefile b/mail/im/Makefile new file mode 100644 index 000000000000..ac44f671b7c8 --- /dev/null +++ b/mail/im/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: IM +# Version required: 76 +# Date created: 13 November 1997 +# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> +# +# $Id$ +# + +DISTNAME= im-76 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/elisp/Mew/ \ + ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ + ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ + +MAINTAINER= kiri@kiri.toba-cmt.ac.jp + +USE_PERL5= yes + +GNU_CONFIGURE= yes + +MANLANG= ja_JP.EUC +MAN1= imali.1 imget.1 imsetup.1 imstore.1 + +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 + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PORTDOCDIR} ${SAMPLEDIR} + @(cd ${WRKSRC}; \ + (cd man; ${INSTALL_DATA} ${PORTDOCS} ${PORTDOCDIR}); \ + ${INSTALL_DATA} dot.im/* ${SAMPLEDIR}; \ + ) +.endif +.for f in ${MANFILES} + @${INSTALL_MAN} ${WRKSRC}/man/${f} \ + ${PREFIX}/man/ja_JP.EUC/man1/`${BASENAME} ${f} .jis`.1 +.endfor + +.include <bsd.port.mk> diff --git a/mail/im/distinfo b/mail/im/distinfo new file mode 100644 index 000000000000..e435c150a106 --- /dev/null +++ b/mail/im/distinfo @@ -0,0 +1 @@ +MD5 (im-76.tar.gz) = 9a25dd274f0af1abdb94351a8ac4786c diff --git a/mail/im/pkg-comment b/mail/im/pkg-comment new file mode 100644 index 000000000000..3e1ddeaa3e46 --- /dev/null +++ b/mail/im/pkg-comment @@ -0,0 +1 @@ +A set of user interfaces of Email and NetNews. diff --git a/mail/im/pkg-descr b/mail/im/pkg-descr new file mode 100644 index 000000000000..ca549d598455 --- /dev/null +++ b/mail/im/pkg-descr @@ -0,0 +1,22 @@ +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. + +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. + +All programs/libraries conforms GPL2. This means, in short words, free +but no warranty. You have to provide whole source code if you +distribute. + +Although you installed IM successfully, yet you must be initialized on +your home directory at once. Execute imsetup command with your account +after im installed. + + % imsetup + +- KIRIYAMA Kazuhiko +<kiri@kiri.toba-cmt.ac.jp> diff --git a/mail/im/pkg-plist b/mail/im/pkg-plist new file mode 100644 index 000000000000..2af180c84114 --- /dev/null +++ b/mail/im/pkg-plist @@ -0,0 +1,61 @@ +bin/imali +bin/imcat +bin/imcd +bin/imget +bin/imgrep +bin/imhist +bin/imls +bin/immv +bin/impack +bin/impath +bin/imput +bin/impwagent +bin/imrm +bin/imsetup +bin/imsort +bin/imstore +lib/im/SiteConfig +lib/perl5/site_perl/IM/Address.pm +lib/perl5/site_perl/IM/Alias.pm +lib/perl5/site_perl/IM/Config.pm +lib/perl5/site_perl/IM/EncDec.pm +lib/perl5/site_perl/IM/File.pm +lib/perl5/site_perl/IM/Folder.pm +lib/perl5/site_perl/IM/GetPass.pm +lib/perl5/site_perl/IM/Header.pm +lib/perl5/site_perl/IM/History.pm +lib/perl5/site_perl/IM/Http.pm +lib/perl5/site_perl/IM/Imap.pm +lib/perl5/site_perl/IM/Iso2022jp.pm +lib/perl5/site_perl/IM/Japanese.pm +lib/perl5/site_perl/IM/LocalMbox.pm +lib/perl5/site_perl/IM/Log.pm +lib/perl5/site_perl/IM/MD5.pm +lib/perl5/site_perl/IM/Message.pm +lib/perl5/site_perl/IM/MsgStore.pm +lib/perl5/site_perl/IM/Nntp.pm +lib/perl5/site_perl/IM/Pop.pm +lib/perl5/site_perl/IM/Recipient.pm +lib/perl5/site_perl/IM/Scan.pm +lib/perl5/site_perl/IM/Smtp.pm +lib/perl5/site_perl/IM/Stdio.pm +lib/perl5/site_perl/IM/TcpTransaction.pm +man/ja_JP.EUC/man1/imali.1.gz +man/ja_JP.EUC/man1/imget.1.gz +man/ja_JP.EUC/man1/imsetup.1.gz +man/ja_JP.EUC/man1/imstore.1.gz +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/00readme +share/doc/im/imget2.jis +share/doc/im/imput +share/doc/im/imput.jis +@dirrm lib/im +@dirrm lib/perl5/site_perl/IM +@dirrm share/doc/im +@dirrm share/examples/im |