summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vietnamese/Makefile1
-rw-r--r--vietnamese/vnconvert/Makefile26
-rw-r--r--vietnamese/vnconvert/distinfo1
-rw-r--r--vietnamese/vnconvert/pkg-comment1
-rw-r--r--vietnamese/vnconvert/pkg-descr10
-rw-r--r--vietnamese/vnconvert/pkg-plist1
6 files changed, 40 insertions, 0 deletions
diff --git a/vietnamese/Makefile b/vietnamese/Makefile
index a9c4e35..33cf413 100644
--- a/vietnamese/Makefile
+++ b/vietnamese/Makefile
@@ -2,6 +2,7 @@
#
SUBDIR += vn7to8
+ SUBDIR += vnconvert
SUBDIR += vnelvis
SUBDIR += vnless
SUBDIR += vnlpr
diff --git a/vietnamese/vnconvert/Makefile b/vietnamese/vnconvert/Makefile
new file mode 100644
index 0000000..8d3a11c
--- /dev/null
+++ b/vietnamese/vnconvert/Makefile
@@ -0,0 +1,26 @@
+# ex:ts=8
+# Ports collection makefile for: vnconvert
+# Date created: Fri Jan 05, 2000
+# Whom: David O'Brien (obrien@NUXI.com)
+#
+# $FreeBSD$
+#
+
+PORTNAME= vnconvert
+PORTVERSION= 1.0
+CATEGORIES= vietnamese
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= obrien
+DISTNAME= convert
+EXTRACT_SUFX= .tar
+
+MAINTAINER= obrien@FreeBSD.org
+
+NO_WRKSUBDIR= yes
+MAKEFILE= makefile
+ALL_TARGET=
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/vnconvert ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/vietnamese/vnconvert/distinfo b/vietnamese/vnconvert/distinfo
new file mode 100644
index 0000000..3613ece
--- /dev/null
+++ b/vietnamese/vnconvert/distinfo
@@ -0,0 +1 @@
+MD5 (convert.tar) = 31d372c6f0bf0eef448f152d9e6f0ccf
diff --git a/vietnamese/vnconvert/pkg-comment b/vietnamese/vnconvert/pkg-comment
new file mode 100644
index 0000000..5ab0c98
--- /dev/null
+++ b/vietnamese/vnconvert/pkg-comment
@@ -0,0 +1 @@
+Converts Vietnamese text files between popular formats
diff --git a/vietnamese/vnconvert/pkg-descr b/vietnamese/vnconvert/pkg-descr
new file mode 100644
index 0000000..bacb193
--- /dev/null
+++ b/vietnamese/vnconvert/pkg-descr
@@ -0,0 +1,10 @@
+VNconvert is similar to the VPS "convert" for DOS, and in fact, is based on
+the coding table provided by Vietnamese Professional Society (VPS).
+
+VNconvert converts Vietnamese text files between the following formats :
+VISCII, VNCII (VPSWin), VPSedit (DOS), VNI, VNLab/VNU, VNU (Windows),
+VN Thin-Art (Mac), VN Thin-Art (PC), Viet-Toan, Plain Vietnamese,
+and Standard VIQR
+
+David O'Brien
+obrien@cs.ucdavis.edu
diff --git a/vietnamese/vnconvert/pkg-plist b/vietnamese/vnconvert/pkg-plist
new file mode 100644
index 0000000..85d4cb1
--- /dev/null
+++ b/vietnamese/vnconvert/pkg-plist
@@ -0,0 +1 @@
+bin/vnconvert
OpenPOWER on IntegriCloud