diff options
Diffstat (limited to 'chinese/pine4')
-rw-r--r-- | chinese/pine4/Makefile | 108 | ||||
-rw-r--r-- | chinese/pine4/distinfo | 4 | ||||
-rw-r--r-- | chinese/pine4/files/dot.pinerc.pgp.sample | 16 | ||||
-rw-r--r-- | chinese/pine4/files/dot.pinerc.sample | 333 | ||||
-rw-r--r-- | chinese/pine4/files/patch-pine__strings.c | 11 | ||||
-rw-r--r-- | chinese/pine4/files/pgpdecode | 51 | ||||
-rw-r--r-- | chinese/pine4/files/pgpencrypt | 11 | ||||
-rw-r--r-- | chinese/pine4/files/pgpsign | 11 | ||||
-rw-r--r-- | chinese/pine4/files/pine.conf | 52 | ||||
-rw-r--r-- | chinese/pine4/pkg-descr | 22 | ||||
-rw-r--r-- | chinese/pine4/pkg-install | 9 | ||||
-rw-r--r-- | chinese/pine4/pkg-plist | 26 |
12 files changed, 0 insertions, 654 deletions
diff --git a/chinese/pine4/Makefile b/chinese/pine4/Makefile deleted file mode 100644 index 85ebeeca0187..000000000000 --- a/chinese/pine4/Makefile +++ /dev/null @@ -1,108 +0,0 @@ -# Created by: Tai-hwa Liang <avatar@www.mmlab.cse.yzu.edu.tw> -# $FreeBSD$ - -PORTNAME= pine -PORTVERSION= 4.64 -CATEGORIES= chinese mail news -MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -PATCH_SITES= http://people.FreeBSD.org/~avatar/ports/patches/pine/ \ - ftp://www.mmlab.cse.yzu.edu.tw/pub/collect/patch/pine/ -PATCHFILES= ${PORTNAME}${PORTVERSION}.patch.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Program for Internet News & Email with Chinese(BIG-5) support - -USES= tar:bzip2 - -.if defined(WITH_SSL) -USE_OPENSSL= yes -EXTRA_OPTS= SSLDIR=${OPENSSLBASE} -.else -EXTRA_OPTS= NOSSL SSLTYPE=none -.endif - -NO_LATEST_LINK= yes - -MAN1= pine.1 pico.1 pilot.1 - -NO_STAGE= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -pre-fetch: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - ${SH} pkg-install -.endif - -post-patch: - for i in ${WRKSRC}/doc/pine.1 \ - ${WRKSRC}/pine/filter.c \ - ${WRKSRC}/pine/init.c \ - ${WRKSRC}/pine/pine.hlp \ - ${WRKSRC}/pine/mailcap.c \ - ${WRKSRC}/pine/osdep/os-bsf.h ; do \ - ${MV} $$i $$i.sed ; \ - ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" \ - $$i.sed >$$i ; \ - ${RM} $$i.sed ; \ - done - for i in ${WRKSRC}/doc/tech-notes.txt \ - ${WRKSRC}/doc/tech-notes/*.html ; do \ - ${MV} $$i $$i.sed ; \ - ${SED} -e "s:/usr/local/lib/:${PREFIX}/etc/:g" \ - $$i.sed >$$i ; \ - ${RM} $$i.sed ; \ - done - -do-build: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf ${EXTRA_OPTS}) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/pico ${PREFIX}/bin/pico - ${INSTALL_PROGRAM} ${WRKSRC}/bin/pilot ${PREFIX}/bin/pilot - ${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin/pine - ${SED} -e 's,@@PREFIX@@,${PREFIX},g' \ - < ${FILESDIR}/pgpdecode > ${WRKSRC}/bin/pgpdecode - ${SED} -e 's,@@PREFIX@@,${PREFIX},g' \ - < ${FILESDIR}/pgpencrypt > ${WRKSRC}/bin/pgpencrypt - ${SED} -e 's,@@PREFIX@@,${PREFIX},g' \ - < ${FILESDIR}/pgpsign > ${WRKSRC}/bin/pgpsign - ${INSTALL_SCRIPT} ${WRKSRC}/bin/pgpencrypt ${PREFIX}/bin/pgpencrypt - ${INSTALL_SCRIPT} ${WRKSRC}/bin/pgpdecode ${PREFIX}/bin/pgpdecode - ${INSTALL_SCRIPT} ${WRKSRC}/bin/pgpsign ${PREFIX}/bin/pgpsign - ${SED} -e 's,@@PREFIX@@,${PREFIX},g' \ - < ${FILESDIR}/dot.pinerc.sample \ - > ${WRKSRC}/dot.pinerc.sample - ${INSTALL_DATA} ${WRKSRC}/dot.pinerc.sample \ - ${PREFIX}/etc/dot.pinerc.sample - ${SED} -e 's,@@PREFIX@@,${PREFIX},g' \ - < ${FILESDIR}/dot.pinerc.pgp.sample \ - > ${WRKSRC}/dot.pinerc.pgp.sample - ${INSTALL_DATA} ${WRKSRC}/dot.pinerc.pgp.sample \ - ${PREFIX}/etc/dot.pinerc.pgp.sample - ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/pico.1 - ${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1/pilot.1 - ${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${PREFIX}/man/man1/pine.1 -.if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \ - ${PREFIX}/share/doc/pine \ - ${PREFIX}/share/doc/pine/tech-notes - ${INSTALL_DATA} ${WRKSRC}/doc/brochure.txt ${PREFIX}/share/doc/pine - ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/doc/pine - ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes/*.html \ - ${PREFIX}/share/doc/pine/tech-notes/ -.endif - -post-install: - ${PREFIX}/bin/pine -P ${PREFIX}/etc/pine.conf -conf >${WRKSRC}/pine.conf - ${INSTALL_DATA} ${WRKSRC}/pine.conf ${PREFIX}/etc/pine.conf - @${ECHO} " - - - - - - - - - - - - - - - - - - - - - - - - -" - @${ECHO} " If Pine exits with \"Received abort signal\" try" - @${ECHO} " disabling the \"quell-folder-internal-msg\" feature" - @${ECHO} " - - - - - - - - - - - - - - - - - - - - - - - - -" - -.include <bsd.port.mk> diff --git a/chinese/pine4/distinfo b/chinese/pine4/distinfo deleted file mode 100644 index f524cd1b2495..000000000000 --- a/chinese/pine4/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (pine4.64.tar.bz2) = 5a697f1ffed84bba2dddb3534d0829eab6dacd169ea0122621e6b3dd522eb783 -SIZE (pine4.64.tar.bz2) = 3110790 -SHA256 (pine4.64.patch.gz) = a861d54e8296b0dfee68cc7d9e0c0600e7eee8bc4293e94aa8dc56c856eb8fd5 -SIZE (pine4.64.patch.gz) = 128866 diff --git a/chinese/pine4/files/dot.pinerc.pgp.sample b/chinese/pine4/files/dot.pinerc.pgp.sample deleted file mode 100644 index 512509a30448..000000000000 --- a/chinese/pine4/files/dot.pinerc.pgp.sample +++ /dev/null @@ -1,16 +0,0 @@ -# List of features; see Pine's Setup/options menu for the current set. -# e.g. feature-list= select-without-confirm, signature-at-bottom -# Default condition for all of the features is no-. -feature-list=compose-send-offers-first-filter - -# This variable takes a list of programs that message text is piped into -# after MIME decoding, prior to display. -display-filters="-----BEGIN PGP" @@PREFIX@@/bin/pgpdecode - -# This defines a program that message text is piped into before MIME -# encoding, prior to sending -sending-filters=@@PREFIX@@/bin/pgpsign, - @@PREFIX@@/bin/pgpencrypt _RECIPIENTS_ - -# hook, to get rid of the sucking 'quoted printable' ;-)) -# enable-8bit-esmtp-negotiation diff --git a/chinese/pine4/files/dot.pinerc.sample b/chinese/pine4/files/dot.pinerc.sample deleted file mode 100644 index b8e7cfa8ea67..000000000000 --- a/chinese/pine4/files/dot.pinerc.sample +++ /dev/null @@ -1,333 +0,0 @@ -# Updated by Pine(tm) 4.00, copyright 1989-1998 University of Washington. -# -# Pine configuration file -- customize as needed. -# -# This file sets the configuration options used by Pine and PC-Pine. If you -# are using Pine on a Unix system, there may be a system-wide configuration -# file which sets the defaults for these variables. There are comments in -# this file to explain each variable, but if you have questions about -# specific settings see the section on configuration options in the Pine -# notes. On Unix, run pine -conf to see how system defaults have been set. -# For variables that accept multiple values, list elements are separated -# by commas. A line beginning with a space or tab is considered to be a -# continuation of the previous line. For a variable to be unset its value -# must be blank. To set a variable to the empty string its value should -# be "". You can override system defaults by setting a variable to the -# empty string. Switch variables are set to either "yes" or "no", and -# default to "no". -# Lines beginning with "#" are comments, and ignored by Pine. - -########################### Essential Parameters ########################### - -# Over-rides your full name from Unix password file. Required for PC-Pine. -personal-name= - -# Sets domain part of From: and local addresses in outgoing mail. -user-domain= - -# List of SMTP servers for sending mail. If blank: Unix Pine uses sendmail. -smtp-server= - -# NNTP server for posting news. Also sets news-collections for news reading. -nntp-server= - -# Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox -# Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER). -inbox-path=$MAIL - -###################### Collections, Folders, and Files ##################### - -# List of incoming msg folders besides INBOX, e.g. ={host2}inbox, {host3}inbox -# Syntax: optnl-label {optnl-imap-host-name}folder-path -incoming-folders= - -# List of directories where saved-message folders may be. First one is -# the default for Saves. Example: Main {host1}mail/[], Desktop mail\[] -# Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[] -folder-collections= - -# List, only needed if nntp-server not set, or news is on a different host -# than used for NNTP posting. Examples: News *[] or News *{host3/nntp}[] -# Syntax: optnl-label *{news-host/protocol}[] -news-collections= - -# Over-rides default path for sent-mail folder, e.g. =old-mail (using first -# folder collection dir) or ={host2}sent-mail or ="" (to suppress saving). -# Default: sent-mail (Unix) or SENTMAIL.MTX (PC) in default folder collection. -default-fcc= - -# Over-rides default path for postponed messages folder, e.g. =pm (which uses -# first folder collection dir) or ={host4}pm (using home dir on host4). -# Default: postponed-mail (Unix) or POSTPONE.MTX (PC) in default fldr coltn. -postponed-folder= - -# If set, specifies where already-read messages will be moved upon quitting. -read-message-folder= - -# Over-rides default path for signature file. Default is ~/.signature -signature-file=mail/.signature - -# List of file or path names for global/shared addressbook(s). -# Default: none -# Syntax: optnl-label path-name -global-address-book= - -# List of file or path names for personal addressbook(s). -# Default: ~/.addressbook (Unix) or \PINE\ADDRBOOK (PC) -# Syntax: optnl-label path-name -address-book= - -############################### Preferences ################################ - -# List of features; see Pine's Setup/options menu for the current set. -# e.g. feature-list= select-without-confirm, signature-at-bottom -# Default condition for all of the features is no-. -feature-list=use-8bit-encoding, - use-8bit-encoding-confirm, - enable-full-header-cmd, - signature-at-bottom, - pass-control-characters-as-is, - enable-mail-check-cue, - enable-8bit-esmtp-negotiation, - enable-8bit-nntp-posting, - quell-dead-letter-on-cancel, - compose-send-offers-first-filter, - enable-arrow-navigation, - enable-msg-view-urls, - enable-msg-view-web-hostnames - -# Pine executes these keys upon startup (e.g. to view msg 13: i,j,1,3,CR,v) -initial-keystroke-list= - -# Only show these headers (by default) when composing messages -default-composer-hdrs= - -# Add these customized headers (and possible default values) when composing -customized-hdrs= - -# Determines default folder name for Saves... -# Choices: default-folder, by-sender, by-from, by-recipient, last-folder-used. -# Default: "default-folder", i.e. "saved-messages" (Unix) or "SAVEMAIL" (PC). -saved-msg-name-rule= - -# Determines default name for Fcc... -# Choices: default-fcc, by-recipient, last-fcc-used. -# Default: "default-fcc" (see also "default-fcc=" variable.) -fcc-name-rule= - -# Sets presentation order of messages in Index. Choices: -# subject, from, arrival, date, size. Default: "arrival". -sort-key=subject - -# Sets presentation order of address book entries. Choices: dont-sort, -# fullname-with-lists-last, fullname, nickname-with-lists-last, nickname -# Default: "fullname-with-lists-last". -addrbook-sort-rule= - -# Reflects capabilities of the display you have. Default: US-ASCII. -# Typical alternatives include ISO-8859-x, (x is a number between 1 and 9). -character-set=big5 - -# Specifies the program invoked by ^_ in the Composer, -# or the "enable-alternate-editor-implicitly" feature. -editor=/usr/local/bin/joe - -# Program to view images (e.g. GIF or TIFF attachments). -image-viewer=/usr/X11R6/bin/xli - -# If "user-domain" not set, strips hostname in FROM address. (Unix only) -use-only-domain-name= - -########## Set within or by Pine: No need to edit below this line ########## - -# Your printer selection -printer=attached-to-ansi - -# Special print command if it isn't one of the standard printers -personal-print-command= - -# Set by Pine; controls beginning-of-month sent-mail pruning. -last-time-prune-questioned=98.7 - -# Set by Pine; controls display of "new version" message. -last-version-used=4.00 - -# List of folder pairs; the first indicates a folder to archive, and the -# second indicates the folder read messages in the first should -# be moved to. -incoming-archive-folders= - -# List of context and folder pairs, delimited by a space, to be offered for -# pruning each month. For example: {host1}mail/[] mumble -pruned-folders= - -# Over-rides default path for saved-msg folder, e.g. =saved-messages (using first -# folder collection dir) or ={host2}saved-mail or ="" (to suppress saving). -# Default: saved-messages (Unix) or SAVEMAIL.MTX (PC) in default folder collection. -default-saved-msg-folder= - -# When viewing messages, include this list of headers -viewer-hdrs= - -# Sets the default folder and collectionoffered at the Goto Command's prompt. -goto-default-rule=inbox-or-folder-in-first-collection - -# Specifies the program invoked by ^T in the Composer. -speller= - -# Specifies the column of the screen where the composer should wrap. -composer-wrap-column= - -# Specifies the string to insert when replying to message. -reply-indent-string= - -# Specifies the string to use when sending a message with no to or cc. -empty-header-message= - -# Which category default print command is in -personal-print-category=-1 - -# This names the path to an alternative program, and any necessary arguments, -# to be used in posting mail messages. Example: -# /usr/lib/sendmail -oem -t -oi -# or, -# /usr/local/bin/sendit.sh -# The latter a script found in Pine distribution's contrib/util directory. -# NOTE: The program MUST read the message to be posted on standard input, -# AND operate in the style of sendmail's "-t" option. -sendmail-path=/usr/sbin/sendmail -oem -oi -t - -# This names the root of the tree to which the user is restricted when reading -# and writing folders and files. For example, on Unix ~/work confines the -# user to the subtree beginning with their work subdirectory. -# (Note: this alone is not sufficient for preventing access. You will also -# need to restrict shell access and so on, see Pine Technical Notes.) -# Default: not set (so no restriction) -operating-dir= - -# This variable takes a list of programs that message text is piped into -# after MIME decoding, prior to display. -display-filters="-----BEGIN PGP" @@PREFIX@@/bin/pgpdecode - -# This defines a program that message text is piped into before MIME -# encoding, prior to sending -sending-filters=@@PREFIX@@/bin/pgpsign, - @@PREFIX@@/bin/pgpencrypt _RECIPIENTS_ - -# A list of alternate addresses the user is known by -alt-addresses= - -# This is a list of formats for address books. Each entry in the list is made -# up of space-delimited tokens telling which fields are displayed and in -# which order. See help text -addressbook-formats= - -# This gives a format for displaying the index. It is made -# up of space-delimited tokens telling which fields are displayed and in -# which order. See help text -index-format= - -# The number of lines of overlap when scrolling through message text -viewer-overlap= - -# Number of lines from top and bottom of screen where single -# line scrolling occurs. -scroll-margin= - -# The number of seconds to sleep after writing a status message -status-message-delay= - -# The approximate number of seconds between checks for new mail -mail-check-interval= - -# Full path and name of NEWSRC file -newsrc-path= - -# Path and filename of news configation's active file. -# The default is typically "/usr/lib/news/active". -news-active-file-path= - -# Directory containing system's news data. -# The default is typically "/usr/spool/news" -news-spool-directory= - -# Path and filename of the program used to upload text from your terminal -# emulator's into Pine's composer. -upload-command= - -# Text sent to terminal emulator prior to invoking the program defined by -# the upload-command variable. -# Note: _FILE_ will be replaced with the temporary file used in the upload. -upload-command-prefix= - -# Path and filename of the program used to download text via your terminal -# emulator from Pine's export and save commands. -download-command= - -# Text sent to terminal emulator prior to invoking the program defined by -# the download-command variable. -# Note: _FILE_ will be replaced with the temporary file used in the downlaod. -download-command-prefix= - -# Sets the search path for the mailcap cofiguration file. -# NOTE: colon delimited under UNIX, semi-colon delimited under DOS/Windows/OS2. -mailcap-search-path= - -# Sets the search path for the mimetypes cofiguration file. -# NOTE: colon delimited under UNIX, semi-colon delimited under DOS/Windows/OS2. -mimetype-search-path= - -# Sets the time in seconds that Pine will attempt to open a network -# connection. The default is 30, the minimum is 5, and the maximum is -# system defined (typically 75). -tcp-open-timeout= - -# Sets the time in seconds that Pine will attempt to open a UNIX remote -# shell connection. The default is 15, min is 5, and max is unlimited. -# Zero disables rsh altogether. -rsh-open-timeout= - -# Sets the version number Pine will use as a threshold for offering -# its new version message on startup. -new-version-threshold= - -# If set, specifies where form letters should be stored. -form-letter-folder= - -# Sets presentation order of folder list entries. Choices: , -# -# Default: "alpha-with-directories-last". -folder-sort-rule= - -# Sets message which cursor begins on. Choices: first-unseen, first-recent, -# first, last. Default: "first-unseen". -incoming-startup-rule= - -# If no user input for this many hours, Pine will exit if in an idle loop -# waiting for a new command. If set to zero (the default), then there will -# be no timeout. -user-input-timeout= - -# Sets the name of the command used to open a UNIX remote shell connection. -# The default is tyically /usr/ucb/rsh. -rsh-path=/usr/bin/ssh - -# Sets the format of the command used to open a UNIX remote -# shell connection. The default is "%s %s -l %s exec /etc/r%sd" -# NOTE: the 4 (four) "%s" entries MUST exist in the provided command -# where the first is for the command's path, the second is for the -# host to connnect to, the third is for the user to connect as, and the -# fourth is for the connection method (typically "imap") -rsh-command= - -# List of programs to open Internet URLs (e.g. http or ftp references). -url-viewers=/usr/local/bin/lynx - -# List of mail drivers to disable. See technical notes. -disable-these-drivers= - -# Set by Pine; contains data for caching remote address books. -remote-abook-metafile= - -# How many extra copies of remote address book should be kept. Default: 3 -remote-abook-history= diff --git a/chinese/pine4/files/patch-pine__strings.c b/chinese/pine4/files/patch-pine__strings.c deleted file mode 100644 index 0f115ae8adb7..000000000000 --- a/chinese/pine4/files/patch-pine__strings.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pine/strings.c~ Tue Jan 9 01:05:11 2001 -+++ pine/strings.c Tue Jan 9 01:05:47 2001 -@@ -2811,7 +2811,7 @@ - rfc1522_valenc(c) - int c; - { -- return(!(c == '?' || c == SPACE) && isprint((unsigned char)c)); -+ return c ; - } - - diff --git a/chinese/pine4/files/pgpdecode b/chinese/pine4/files/pgpdecode deleted file mode 100644 index 1849ed714a5f..000000000000 --- a/chinese/pine4/files/pgpdecode +++ /dev/null @@ -1,51 +0,0 @@ -#! /bin/sh -# ---------- pgpdecode --------- -# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de> -# -# Sun Mar 24 12:01:21 MET 1996 Andreas Klemm <andreas@knobel.gun.de> -# The tmp files in the original version were world readable for -# the short time of unpacking, setting suitable umask prevents this -# -# Wed Sep 16 21:35:43 WST 1997 Anthony Di Pietro <anthony@dino.omen.com.au> -# Modified to work with both PGP v2 and PGP v5. -# Now uses mktemp to prevent symlink attack and tmp races. - -umask 077 - -MYNAME=`basename $0` - -STDOUT=`mktemp -q /tmp/${MYNAME}.XXXXXX` -if [ $? -ne 0 ] -then - echo "$0: Can't create temporary file to decode message." - exit 1 -fi - -trap "rm -f $STDOUT ; exit" 0 1 2 15 - -STDERR=`mktemp -q /tmp/${MYNAME}.XXXXXX` -if [ $? -ne 0 ] -then - echo "$0: Can't create temporary file to decode message." - exit 1 -fi - -trap "rm -f $STDOUT $STDERR; exit" 0 1 2 15 - -if [ -x @@PREFIX@@/bin/pgpv ] -then - pgpv 2>&1 > $STDOUT |tee $STDERR > /dev/tty -else - pgp -f 2>&1 > $STDOUT |tee $STDERR > /dev/tty -fi - -cat $STDERR | \ -grep -v '^No files specified. Using stdin.$' | \ -grep -v '^Opening file \"stdout\" type text.$' | \ -grep -v '^Opening file \"stdout\" type binary.$' | \ -grep -v '^Opening file \"/dev/null\" type text.$' | \ -grep -v '^Opening file \"/dev/null\" type binary.$' | \ -grep -v '^$'| \ -sed -e 's/^/| /' -echo "" -cat $STDOUT diff --git a/chinese/pine4/files/pgpencrypt b/chinese/pine4/files/pgpencrypt deleted file mode 100644 index c1d821479a0c..000000000000 --- a/chinese/pine4/files/pgpencrypt +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# ---------- pgpencrypt --------- -# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de> -# Wed 16 Sep 1998 23:46:43 WST Anthony Di Pietro <anthony@dino.omen.com.au> -# Modified to work with both PGP v2 and PGP v5. -if [ -x @@PREFIX@@/bin/pgpe ] -then - pgpe -s -a -r $* -else - pgp -feast $* -fi diff --git a/chinese/pine4/files/pgpsign b/chinese/pine4/files/pgpsign deleted file mode 100644 index e938b0b6d63d..000000000000 --- a/chinese/pine4/files/pgpsign +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# ---------- pgpsign --------- -# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de> -# Wed 16 Sep 1998 23:48:51 WST Anthony Di Pietro <anthony@dino.omen.com.au> -# Modified to work with both PGP v2 and PGP v5. -if [ -x @@PREFIX@@/bin/pgps ] -then - pgps -a -t -else - pgp -fast -fi diff --git a/chinese/pine4/files/pine.conf b/chinese/pine4/files/pine.conf deleted file mode 100644 index 5d41f3ef8b9e..000000000000 --- a/chinese/pine4/files/pine.conf +++ /dev/null @@ -1,52 +0,0 @@ -# Updated by Pine(tm) 4.00, copyright 1989-1998 University of Washington. -# -# Pine configuration file -- customize as needed. -# -# This file sets the configuration options used by Pine and PC-Pine. If you -# are using Pine on a Unix system, there may be a system-wide configuration -# file which sets the defaults for these variables. There are comments in -# this file to explain each variable, but if you have questions about -# specific settings see the section on configuration options in the Pine -# notes. On Unix, run pine -conf to see how system defaults have been set. -# For variables that accept multiple values, list elements are separated -# by commas. A line beginning with a space or tab is considered to be a -# continuation of the previous line. For a variable to be unset its value -# must be blank. To set a variable to the empty string its value should -# be "". You can override system defaults by setting a variable to the -# empty string. Switch variables are set to either "yes" or "no", and -# default to "no". -# Lines beginning with "#" are comments, and ignored by Pine. - -############################### Preferences ################################ - -# List of features; see Pine's Setup/options menu for the current set. -# e.g. feature-list= select-without-confirm, signature-at-bottom -# Default condition for all of the features is no-. -feature-list=enable-8bit-esmtp-negotiation, - enable-arrow-navigation, - enable-full-header-cmd, - quell-dead-letter-on-cancel, - enable-suspend, - enable-arrow-navigation-relaxed, - signature-at-bottom - -# Reflects capabilities of the display you have. Default: US-ASCII. -# Typical alternatives include ISO-8859-x, (x is a number between 1 and 9). -character-set=big5 - -# -# needed for qmail 1.01 (also compatible with sendmail) -#smtp-server=localhost -# -# needed for qmail 1.03 (also compatible with sendmail) -inbox-path=$MAIL - -# This names the path to an alternative program, and any necessary arguments, -# to be used in posting mail messages. Example: -# /usr/lib/sendmail -oem -t -oi -# or, -# /usr/local/bin/sendit.sh -# The latter a script found in Pine distribution's contrib/util directory. -# NOTE: The program MUST read the message to be posted on standard input, -# AND operate in the style of sendmail's "-t" option. -sendmail-path=/usr/sbin/sendmail -oem -oi -t diff --git a/chinese/pine4/pkg-descr b/chinese/pine4/pkg-descr deleted file mode 100644 index fb95c436b100..000000000000 --- a/chinese/pine4/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Pine (Program for Internet News & Email) 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. - -Besides Pine this package includes the Pico editor, the Pilot file browser -and also the IMAPv4r1 daemon and POP2/POP3 servers (these daemons are not -built by default). - -An optional set of configuration files can be put into /usr/local/etc -to set system wide defaults. Have a look at the documentation installed -in /usr/local/share/doc/pine/ for more details. - -Also included in dot.pinerc.pgp.sample are example entries needed to -add to your .pinerc to activate the pgp add on scripts pgpdecode, -pgpencode, and pgpsign. - -dot.pinerc.sample is an example configuration file(include PGP support) can be -put into your home directory as .pinerc. - -WWW: http://www.washington.edu/pine/ diff --git a/chinese/pine4/pkg-install b/chinese/pine4/pkg-install deleted file mode 100644 index d90934cac746..000000000000 --- a/chinese/pine4/pkg-install +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then - exit 0 -fi - -/usr/bin/dialog --yesno "SECURITY NOTE: The pine software has had several remote vulnerabilities discovered in the past, which allowed remote attackers to execute arbitrary code as you on your local system, by the action of sending a specially-prepared email. All such KNOWN problems have been fixed, but the pine code is written in a very insecure style and the FreeBSD Security Officer believes there are likely to be other undiscovered vulnerabilities. Do you wish to proceed with the installation of pine anyway?" 12 70 || /usr/bin/false - -/usr/bin/dialog --msgbox "Be sure to consult the Pine help for section about 'Information on mbox driver' before using Pine with /usr/bin/mail on a POP3 server." 7 70 diff --git a/chinese/pine4/pkg-plist b/chinese/pine4/pkg-plist deleted file mode 100644 index 7a825dfc85a5..000000000000 --- a/chinese/pine4/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -@unexec %D/bin/pine -conf >%D/etc/pine.conf.tmp -@unexec if cmp -s %D/etc/pine.conf %D/etc/pine.conf.tmp; then rm -f %D/etc/pine.conf; fi -@rmtry etc/pine.conf.tmp -bin/pgpdecode -bin/pgpencrypt -bin/pgpsign -bin/pico -bin/pilot -bin/pine -etc/dot.pinerc.pgp.sample -etc/dot.pinerc.sample -@exec %D/bin/pine -P %D/etc/pine.conf -conf >%D/etc/pine.conf.tmp -@exec /bin/mv %D/etc/pine.conf.tmp %D/etc/pine.conf -%%PORTDOCS%%%%DOCSDIR%%/brochure.txt -%%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/background.html -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/cmd-line.html -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/config-notes.html -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/config.html -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/index.html -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/installation.html -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/low-level.html -%%PORTDOCS%%%%DOCSDIR%%/tech-notes/porting.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tech-notes -%%PORTDOCS%%@dirrm %%DOCSDIR%% |