diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 18:11:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 18:11:11 +0000 |
commit | 29abc3e0b997088a16bd83de856b668f99029e7e (patch) | |
tree | b2b7f93954b018899374335aa2d8a708a699a0d3 /vietnamese | |
parent | 5863d9322766e8b5cc96413f1cd7d2b2f9ff7b41 (diff) | |
download | ports-29abc3e0b997088a16bd83de856b668f99029e7e.tar.gz ports-29abc3e0b997088a16bd83de856b668f99029e7e.zip |
Notes
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vi2vn/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vietnamese/vi2vn/Makefile b/vietnamese/vi2vn/Makefile index 637902942793..e17b41c31f67 100644 --- a/vietnamese/vi2vn/Makefile +++ b/vietnamese/vi2vn/Makefile @@ -9,13 +9,17 @@ PORTNAME= vi2vn PORTVERSION= 0.64 CATEGORIES= vietnamese -MASTER_SITES= http://linux.nguyendai.org/ +MASTER_SITES= # disappeared DISTNAME= ${PORTNAME}-${PORTVERSION}-1.src EXTRACT_SUFX= .rpm MAINTAINER= obrien@FreeBSD.org COMMENT= Perl script to convert VIQR encoding to other Vietnamese encodings. +BROKEN= "mastersite disappeared" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-12-11 + PORTCOMMENT= Converts Vietnamese VIQR text into troff format EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio |