diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 10:35:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-17 10:35:51 +0000 |
commit | 03bec5597a3094da944bdc100bc1ac4dcdbf659c (patch) | |
tree | 7f91f8d2869ab012580a1a5b3046c8ea6f99d8df /ukrainian | |
parent | Fix detection of pthreaded MesaGL. (diff) |
Add uk-pine - a port that helps to tune pine to the Ukrainian language.
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
Notes
Notes:
svn path=/head/; revision=41528
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/Makefile | 1 | ||||
-rw-r--r-- | ukrainian/pine.language/Makefile | 27 | ||||
-rw-r--r-- | ukrainian/pine.language/files/pine.add | 14 | ||||
-rw-r--r-- | ukrainian/pine.language/pkg-comment | 1 | ||||
-rw-r--r-- | ukrainian/pine.language/pkg-descr | 1 | ||||
-rw-r--r-- | ukrainian/pine.language/pkg-plist | 1 |
6 files changed, 45 insertions, 0 deletions
diff --git a/ukrainian/Makefile b/ukrainian/Makefile index 87b44fd96c9b..110d2f7b464f 100644 --- a/ukrainian/Makefile +++ b/ukrainian/Makefile @@ -2,6 +2,7 @@ # # SUBDIR += dir + SUBDIR += pine.language SUBDIR += monacofonts .include <bsd.port.subdir.mk> diff --git a/ukrainian/pine.language/Makefile b/ukrainian/pine.language/Makefile new file mode 100644 index 000000000000..3509aeae6de5 --- /dev/null +++ b/ukrainian/pine.language/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: uk-pine +# Whom: Olexander Kunytsa <kunia@istc.kiev.ua> +# Date created: 17 April 2001 +# +# $FreeBSD$ +# + +PORTNAME= pine +PORTVERSION= 4.33 +CATEGORIES= ukrainian mail news +EXTRACT_ONLY= # empty + +MAINTAINER= kunia@istc.kiev.ua + +RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4 + +NO_WRKSUBDIR= 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/ukrainian/pine.language/files/pine.add b/ukrainian/pine.language/files/pine.add new file mode 100644 index 000000000000..a7a3c8fe89f1 --- /dev/null +++ b/ukrainian/pine.language/files/pine.add @@ -0,0 +1,14 @@ +############################### 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=dont-encode-8bit-text-and-subject, + enable-8bit-esmtp-negotiation, + enable-8bit-nntp-posting, + pass-control-characters-as-is + +# 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-U + diff --git a/ukrainian/pine.language/pkg-comment b/ukrainian/pine.language/pkg-comment new file mode 100644 index 000000000000..57a4292654c0 --- /dev/null +++ b/ukrainian/pine.language/pkg-comment @@ -0,0 +1 @@ +Tune Pine for Ukrianan (KOI8-U) defaults diff --git a/ukrainian/pine.language/pkg-descr b/ukrainian/pine.language/pkg-descr new file mode 100644 index 000000000000..2d2c8b22dd6b --- /dev/null +++ b/ukrainian/pine.language/pkg-descr @@ -0,0 +1 @@ +Tune Pine for Ukrainian (KOI8-U) defaults diff --git a/ukrainian/pine.language/pkg-plist b/ukrainian/pine.language/pkg-plist new file mode 100644 index 000000000000..da0dfcf03366 --- /dev/null +++ b/ukrainian/pine.language/pkg-plist @@ -0,0 +1 @@ +etc/pine.conf |