From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- mail/pine/DESCR | 17 +++++++++++++++++ mail/pine/PLIST | 25 +++++++++++++++++++++++++ mail/pine/pkg/DESCR | 17 ----------------- mail/pine/pkg/PLIST | 25 ------------------------- 4 files changed, 42 insertions(+), 42 deletions(-) create mode 100644 mail/pine/DESCR create mode 100644 mail/pine/PLIST delete mode 100644 mail/pine/pkg/DESCR delete mode 100644 mail/pine/pkg/PLIST (limited to 'mail/pine') diff --git a/mail/pine/DESCR b/mail/pine/DESCR new file mode 100644 index 00000000000..6730ff279e9 --- /dev/null +++ b/mail/pine/DESCR @@ -0,0 +1,17 @@ +Pine is a tool for reading, sending, and managing electronic messages. +It was designed specifically with novice computer users in mind, but can +be tailored to accommodate the needs of "power users" as well. Pine uses +Internet message protocols (e.g. RFC-822, SMTP, MIME, IMAP, NNTP) and +runs on Unix and PCs. This package also includes the Pico editor, the +IMAP daemon, a POP2 server, and a POP3 server. + +If you want to use the spell checking feature of pine, set the +environment variable SPELL to "/usr/pkg/bin/ispell -l". + +An optional configuration file "pine.conf" can be put into /usr/pkg/etc +to set system wide defaults. The format of this file is identical to the +.pinerc file that is auto-generated by pine in your home directory. + +Also included in /usr/pkg/share/examples/pine/dot.pinerc.pgp.sample are +example entries needed to add to your .pinerc to activate the pgp add on +scripts pgpdecode, pgpencode, and pgpsign. diff --git a/mail/pine/PLIST b/mail/pine/PLIST new file mode 100644 index 00000000000..57f4e3525af --- /dev/null +++ b/mail/pine/PLIST @@ -0,0 +1,25 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:59 zuntum Exp $ +bin/pgpdecode +bin/pgpencrypt +bin/pgpsign +bin/pine +man/man1/pine.1 +share/pine/tech-notes.txt +share/pine/contrib/krb5-setup +share/pine/contrib/ldap-setup +share/pine/contrib/utils/ansiprt.c +share/pine/contrib/utils/brk2pine.sh +share/pine/contrib/utils/mailtrfc.sh +share/pine/contrib/utils/pwd2pine +share/pine/contrib/utils/sendit.sh +share/pine/contrib/utils/sendtoall +share/pine/contrib/utils/txtcc.sh +share/examples/pine/dot.pinerc.pgp +@unexec if cmp -s %D/etc/pine.conf %D/share/examples/pine/pine.conf; then rm -f %D/etc/pine.conf; fi +share/examples/pine/pine.conf +@exec if [ ! -f %D/etc/pine.conf ]; then cp -p %D/share/examples/pine/pine.conf %D/etc/; fi +share/examples/pine/pine.conf.fixed +@dirrm share/pine/contrib/utils +@dirrm share/pine/contrib +@dirrm share/pine +@dirrm share/examples/pine diff --git a/mail/pine/pkg/DESCR b/mail/pine/pkg/DESCR deleted file mode 100644 index 6730ff279e9..00000000000 --- a/mail/pine/pkg/DESCR +++ /dev/null @@ -1,17 +0,0 @@ -Pine is a tool for reading, sending, and managing electronic messages. -It was designed specifically with novice computer users in mind, but can -be tailored to accommodate the needs of "power users" as well. Pine uses -Internet message protocols (e.g. RFC-822, SMTP, MIME, IMAP, NNTP) and -runs on Unix and PCs. This package also includes the Pico editor, the -IMAP daemon, a POP2 server, and a POP3 server. - -If you want to use the spell checking feature of pine, set the -environment variable SPELL to "/usr/pkg/bin/ispell -l". - -An optional configuration file "pine.conf" can be put into /usr/pkg/etc -to set system wide defaults. The format of this file is identical to the -.pinerc file that is auto-generated by pine in your home directory. - -Also included in /usr/pkg/share/examples/pine/dot.pinerc.pgp.sample are -example entries needed to add to your .pinerc to activate the pgp add on -scripts pgpdecode, pgpencode, and pgpsign. diff --git a/mail/pine/pkg/PLIST b/mail/pine/pkg/PLIST deleted file mode 100644 index 4babb21898e..00000000000 --- a/mail/pine/pkg/PLIST +++ /dev/null @@ -1,25 +0,0 @@ -@comment $NetBSD: PLIST,v 1.11 2001/10/21 17:47:56 hubertf Exp $ -bin/pgpdecode -bin/pgpencrypt -bin/pgpsign -bin/pine -man/man1/pine.1 -share/pine/tech-notes.txt -share/pine/contrib/krb5-setup -share/pine/contrib/ldap-setup -share/pine/contrib/utils/ansiprt.c -share/pine/contrib/utils/brk2pine.sh -share/pine/contrib/utils/mailtrfc.sh -share/pine/contrib/utils/pwd2pine -share/pine/contrib/utils/sendit.sh -share/pine/contrib/utils/sendtoall -share/pine/contrib/utils/txtcc.sh -share/examples/pine/dot.pinerc.pgp -@unexec if cmp -s %D/etc/pine.conf %D/share/examples/pine/pine.conf; then rm -f %D/etc/pine.conf; fi -share/examples/pine/pine.conf -@exec if [ ! -f %D/etc/pine.conf ]; then cp -p %D/share/examples/pine/pine.conf %D/etc/; fi -share/examples/pine/pine.conf.fixed -@dirrm share/pine/contrib/utils -@dirrm share/pine/contrib -@dirrm share/pine -@dirrm share/examples/pine -- cgit v1.2.3