summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-03-21 18:30:37 +0000
committerChris Rees <crees@FreeBSD.org>2012-03-21 18:30:37 +0000
commiteff7a67a18dd7dfc16ecf47e21b7b5f535cabd73 (patch)
treebe9a392ea92624b469b3b4ea83af10328ab28c6a /japanese
parent- Update to 2.6 (diff)
databases/pgtcl contains pgtclng, but MOVED entry doesn't mention this because
it's not Japanese locale. 2012/03/16 japanese/postgresql-tcltk: Broken for months with no-one caring, superseded by http://pgtclng.sourceforge.net/ Approved by: maintainer timeout (Email sent 16/Feb) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293635
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/postgresql-tcltk/Makefile21
2 files changed, 0 insertions, 22 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 33c92ab6c455..d2a90ae09b29 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -252,7 +252,6 @@
SUBDIR += platex-jsclasses
SUBDIR += platex-otf
SUBDIR += platex209
- SUBDIR += postgresql-tcltk
SUBDIR += postgresql73-man
SUBDIR += postgresql74-man
SUBDIR += postgresql80-man
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile
deleted file mode 100644
index fba9a1c5d0f1..000000000000
--- a/japanese/postgresql-tcltk/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: PostgreSQL tcltk
-# Date created: 7 Jun 2000
-# Whom: Tomokatsu Saito <saito@a2z.co.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= postgresql
-PORTREVISION= 2
-CATEGORIES= japanese databases tcl
-PKGNAMESUFFIX= -tcltk
-
-MAINTAINER= saito@a2z.co.jp
-COMMENT= A TCL interface to the database PostgreSQL, including a tk GUI
-
-TCLVERSION?= 8.0jp
-
-TCLPORTDIR= ${PORTSDIR}/japanese/tcl
-TKPORTDIR= ${PORTSDIR}/japanese/tk
-
-.include <${.CURDIR}/../../databases/postgresql-tcltk/Makefile>