mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Tune Pine for KOI8-R defaults
This commit is contained in:
parent
b1b50ae0b5
commit
d95a1a2841
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4777
28
russian/pine.language/Makefile
Normal file
28
russian/pine.language/Makefile
Normal file
@ -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>
|
12
russian/pine.language/files/pine.add
Normal file
12
russian/pine.language/files/pine.add
Normal file
@ -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
|
||||
|
1
russian/pine.language/pkg-comment
Normal file
1
russian/pine.language/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tune Pine for Russian (KOI8-R) defaults
|
1
russian/pine.language/pkg-descr
Normal file
1
russian/pine.language/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Tune Pine for Russian (KOI8-R) defaults
|
1
russian/pine.language/pkg-plist
Normal file
1
russian/pine.language/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
etc/pine.conf
|
Loading…
Reference in New Issue
Block a user