diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-26 18:23:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-26 18:23:01 +0800 |
commit | 8d97ae4a9e6f779da869aa82629c8e77f5afc363 (patch) | |
tree | 88e8411a1d36b9f9a08af1edb69db68f1c7b5c2a /japanese | |
parent | 33e42718cc2d678f3b6bdfff7ffd76c6db5660bf (diff) | |
download | freebsd-ports-gnome-8d97ae4a9e6f779da869aa82629c8e77f5afc363.tar.gz freebsd-ports-gnome-8d97ae4a9e6f779da869aa82629c8e77f5afc363.tar.zst freebsd-ports-gnome-8d97ae4a9e6f779da869aa82629c8e77f5afc363.zip |
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available
Feature safe: yes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gicq/Makefile | 9 | ||||
-rw-r--r-- | japanese/libicq/Makefile | 9 | ||||
-rw-r--r-- | japanese/perl5/Makefile | 9 |
3 files changed, 12 insertions, 15 deletions
diff --git a/japanese/gicq/Makefile b/japanese/gicq/Makefile index 82131c6254fa..30525b64482e 100644 --- a/japanese/gicq/Makefile +++ b/japanese/gicq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gicq -# Date Created: 31 Oct 1998 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= gicq PORTVERSION= 0.33 @@ -13,6 +9,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.korsoft.com/pub/gicq/ MASTER_SITE_SUBDIR= flathill +DEPRECATED= No more public distfiles and development ceased +EXPIRATION_DATE= 2012-11-26 + PATCH_SITES= http://download.sourceforge.net/gicq/ \ ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= flathill diff --git a/japanese/libicq/Makefile b/japanese/libicq/Makefile index 41aeac5c0da5..b85f1140bb3b 100644 --- a/japanese/libicq/Makefile +++ b/japanese/libicq/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libicq -# Date Created: 22 Oct 1998 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= libicq PORTVERSION= 0.33 @@ -13,6 +9,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.korsoft.com/pub/gicq/ MASTER_SITE_SUBDIR= flathill +DEPRECATED= No more public distfiles and development ceased +EXPIRATION_DATE= 2012-11-26 + PATCH_SITES= ${MASTER_SITE_LOCAL} \ http://www-nagao.kuee.kyoto-u.ac.jp/member/taku/soft/ PATCH_SITE_SUBDIR= flathill diff --git a/japanese/perl5/Makefile b/japanese/perl5/Makefile index 88e2b52474a4..2668d58a9600 100644 --- a/japanese/perl5/Makefile +++ b/japanese/perl5/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-perl5 -# Date created: 7 January 1997 -# Whom: Yoshiro MIHIRA -# +# Created by: Yoshiro MIHIRA # $FreeBSD$ -# PORTNAME= perl PORTVERSION= ${JPERL_VER}.${JPERL_VER_PL} @@ -40,6 +36,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Pattern Extraction and Recognition Language + Japanese patches +DEPRECATED= Recent perl supports correctly japanese, consider using them +EXPIRATION_DATE= 2012-11-26 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900000 |