diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-10 17:59:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-10 17:59:13 +0000 |
commit | c53b6c9890386243efe56fc82dd080fbc160ff83 (patch) | |
tree | 9eb6267f28ef263a70a3d49a868929bea27e15c6 /ukrainian | |
parent | - Remove www/urchin5 is marked for removal. (diff) |
2007-04-06 sysutils/tct: this port is obsolete, please use sysutils/sleuthkit instead
2007-04-10 textproc/ocaml-yaxi: Does not build
2007-04-10 ukrainian/pine.language: Leaves behind config file on deinstall
2007-04-10 www/mod_zap: Incomplete pkg-plist
2007-04-10 www/sahana2: Conflicting dependencies: php4 vs php5
2007-04-10 www/urchin5: Does not install
2007-04-07 databases/cyrus-smlacapd: this software is obsolete
Notes
Notes:
svn path=/head/; revision=189696
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/Makefile | 1 | ||||
-rw-r--r-- | ukrainian/pine.language/Makefile | 35 | ||||
-rw-r--r-- | ukrainian/pine.language/files/pine.add | 14 | ||||
-rw-r--r-- | ukrainian/pine.language/files/pkg-deinstall.in | 12 | ||||
-rw-r--r-- | ukrainian/pine.language/files/pkg-install.in | 23 | ||||
-rw-r--r-- | ukrainian/pine.language/pkg-descr | 1 |
6 files changed, 0 insertions, 86 deletions
diff --git a/ukrainian/Makefile b/ukrainian/Makefile index ab89c487287b..d474e07db546 100644 --- a/ukrainian/Makefile +++ b/ukrainian/Makefile @@ -10,7 +10,6 @@ SUBDIR += kde3-i18n SUBDIR += koffice-i18n SUBDIR += monacofonts - SUBDIR += pine.language SUBDIR += webalizer .include <bsd.port.subdir.mk> diff --git a/ukrainian/pine.language/Makefile b/ukrainian/pine.language/Makefile deleted file mode 100644 index cfbbc1b119a2..000000000000 --- a/ukrainian/pine.language/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# 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 -COMMENT= Tune Pine for Ukrainian (KOI8-U) defaults - -RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4 - -BROKEN= Leaves behind config file on deinstall -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2007-04-10 - -NO_WRKSUBDIR= YES -NO_BUILD= YES - -SUB_FILES= pkg-install pkg-deinstall -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -do-fetch: - ${DO_NADA} - -do-install: - @${SETENV} ${SCRIPTS_ENV} PGPLIB="${PGPLIB}" PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} pkg-install - -.include <bsd.port.mk> diff --git a/ukrainian/pine.language/files/pine.add b/ukrainian/pine.language/files/pine.add deleted file mode 100644 index a7a3c8fe89f1..000000000000 --- a/ukrainian/pine.language/files/pine.add +++ /dev/null @@ -1,14 +0,0 @@ -############################### 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/files/pkg-deinstall.in b/ukrainian/pine.language/files/pkg-deinstall.in deleted file mode 100644 index 9aab6c0330ac..000000000000 --- a/ukrainian/pine.language/files/pkg-deinstall.in +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# $FreeBSD: /tmp/pcvs/ports/ukrainian/pine.language/files/Attic/pkg-deinstall.in,v 1.1 2005-11-04 06:53:50 edwin Exp $ - -cp %%LOCALBASE%%/etc/pine.conf %%LOCALBASE%%/etc/pine.conf.bak - -z=`grep -n "UKRAINIAN PINE - DO NOT DELETE THIS LINE" %%LOCALBASE%%/etc/pine.conf | awk -F: '{ print $1 }'` -z=`echo $z | sed -e 's/ /,/'` - -sed -e "${z}d" < %%LOCALBASE%%/etc/pine.conf.bak > %%LOCALBASE%%/etc/pine.conf - -rm %%LOCALBASE%%/etc/pine.conf.bak diff --git a/ukrainian/pine.language/files/pkg-install.in b/ukrainian/pine.language/files/pkg-install.in deleted file mode 100644 index ddaae8162e13..000000000000 --- a/ukrainian/pine.language/files/pkg-install.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# $FreeBSD: /tmp/pcvs/ports/ukrainian/pine.language/files/Attic/pkg-install.in,v 1.1 2005-11-04 06:53:50 edwin Exp $ - -if ! grep -q -i koi8 %%LOCALBASE%%/etc/pine.conf; then - echo "#### UKRAINIAN PINE - DO NOT DELETE THIS LINE #### -############################### 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 - -#### UKRAINIAN PINE - DO NOT DELETE THIS LINE ####" \ - >> %%LOCALBASE%%/etc/pine.conf -fi diff --git a/ukrainian/pine.language/pkg-descr b/ukrainian/pine.language/pkg-descr deleted file mode 100644 index 2d2c8b22dd6b..000000000000 --- a/ukrainian/pine.language/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Tune Pine for Ukrainian (KOI8-U) defaults |