diff options
author | ache <ache@FreeBSD.org> | 1996-12-03 23:31:22 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-03 23:31:22 +0800 |
commit | 261823335b031c611ae4b0c1d86b4cded7f8ee18 (patch) | |
tree | 6544a61575a1cf3d083edfbf334cb65607ebf1b8 /russian | |
parent | 9299b94fc0baae597a527b1fed12ca6daa334619 (diff) | |
download | freebsd-ports-gnome-261823335b031c611ae4b0c1d86b4cded7f8ee18.tar.gz freebsd-ports-gnome-261823335b031c611ae4b0c1d86b4cded7f8ee18.tar.zst freebsd-ports-gnome-261823335b031c611ae4b0c1d86b4cded7f8ee18.zip |
Tune Pine for KOI8-R defaults
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pine.language/Makefile | 28 | ||||
-rw-r--r-- | russian/pine.language/files/pine.add | 12 | ||||
-rw-r--r-- | russian/pine.language/pkg-comment | 1 | ||||
-rw-r--r-- | russian/pine.language/pkg-descr | 1 | ||||
-rw-r--r-- | russian/pine.language/pkg-plist | 1 |
5 files changed, 43 insertions, 0 deletions
diff --git a/russian/pine.language/Makefile b/russian/pine.language/Makefile new file mode 100644 index 000000000000..606648b6019f --- /dev/null +++ b/russian/pine.language/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ru-pine +# Date created: 2 Dec 1995 +# Whom: ache +# +# $Id: Makefile,v 1.9 1996/11/18 11:39:02 asami Exp $ +# + +PKGNAME= ru-pine-3.95 +CATEGORIES= russian mail + +RUN_DEPENDS+= pine:${PORTSDIR}/mail/pine + +MAINTAINER= ache@FreeBSD.org + +NO_EXTRACT= YES +NO_WRKDIR= YES +NO_CONFIGURE= YES +NO_PATCH= YES +NO_BUILD= YES + +do-fetch: + +do-install: + grep -q -i koi8 ${PREFIX}/etc/pine.conf || \ + cat ${FILESDIR}/pine.add >> \ + ${PREFIX}/etc/pine.conf + +.include <bsd.port.mk> diff --git a/russian/pine.language/files/pine.add b/russian/pine.language/files/pine.add new file mode 100644 index 000000000000..76c18234df24 --- /dev/null +++ b/russian/pine.language/files/pine.add @@ -0,0 +1,12 @@ +############################### 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-8bit-nntp-posting + +# 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=KOI8-R + diff --git a/russian/pine.language/pkg-comment b/russian/pine.language/pkg-comment new file mode 100644 index 000000000000..47610fbd6c8f --- /dev/null +++ b/russian/pine.language/pkg-comment @@ -0,0 +1 @@ +Tune Pine for Russian (KOI8-R) defaults diff --git a/russian/pine.language/pkg-descr b/russian/pine.language/pkg-descr new file mode 100644 index 000000000000..47610fbd6c8f --- /dev/null +++ b/russian/pine.language/pkg-descr @@ -0,0 +1 @@ +Tune Pine for Russian (KOI8-R) defaults diff --git a/russian/pine.language/pkg-plist b/russian/pine.language/pkg-plist new file mode 100644 index 000000000000..da0dfcf03366 --- /dev/null +++ b/russian/pine.language/pkg-plist @@ -0,0 +1 @@ +etc/pine.conf |