summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-03-16 03:51:49 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-03-16 03:51:49 +0000
commit4e396830670d291a120a871c6360039b0445404d (patch)
tree3d3f7a4e7951de5084e78c431a2839ea80a3a2a0 /japanese
parentAdd xalan-j 2.0.0, (diff)
Add kpcal 2.0, make Calendar in Postscript format.
PR: ports/24793 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Notes
Notes: svn path=/head/; revision=39909
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/kpcal/Makefile28
-rw-r--r--japanese/kpcal/distinfo2
-rw-r--r--japanese/kpcal/pkg-comment1
-rw-r--r--japanese/kpcal/pkg-descr3
-rw-r--r--japanese/kpcal/pkg-plist2
6 files changed, 37 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 7195b9382b4c..0a9522a8c019 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -130,6 +130,7 @@
SUBDIR += kinput2-wnn6
SUBDIR += kon2-14dot
SUBDIR += kon2-16dot
+ SUBDIR += kpcal
SUBDIR += kterm
SUBDIR += kterm16c
SUBDIR += lambdamoo
diff --git a/japanese/kpcal/Makefile b/japanese/kpcal/Makefile
new file mode 100644
index 000000000000..0a45ec89d167
--- /dev/null
+++ b/japanese/kpcal/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: kpcal
+# Date created: 1 February 2001
+# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kpcal
+PORTVERSION= 2.0
+CATEGORIES= japanese
+MASTER_SITES= http://www.eken.phys.nagoya-u.ac.jp/~yoichi/FreeBSD/distfiles/
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+PATCH_SITES= http://www.tamaru.kuee.kyoto-u.ac.jp/~tsuchiya/misc/
+PATCHFILES= ${PORTNAME}-${PORTVERSION}-Shunbun.patch
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
+
+ALL_TARGET= kpcal
+
+post-configure:
+ ${GZIP_CMD} ${WRKSRC}/kpcal.1
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/kpcal ${LOCALBASE}/bin
+ ${INSTALL_MAN} ${WRKSRC}/kpcal.1.gz ${LOCALBASE}/man/man1
+
+.include <bsd.port.mk>
diff --git a/japanese/kpcal/distinfo b/japanese/kpcal/distinfo
new file mode 100644
index 000000000000..08600a3c2ca1
--- /dev/null
+++ b/japanese/kpcal/distinfo
@@ -0,0 +1,2 @@
+MD5 (kpcal-2.0.tar.gz) = 7eef81a0212bb7a413b364c25fba7de8
+MD5 (kpcal-2.0-Shunbun.patch) = 21033cf50fe0e14197b8819169af316a
diff --git a/japanese/kpcal/pkg-comment b/japanese/kpcal/pkg-comment
new file mode 100644
index 000000000000..ad48c3f6c10b
--- /dev/null
+++ b/japanese/kpcal/pkg-comment
@@ -0,0 +1 @@
+Make Calendar in Postscript format
diff --git a/japanese/kpcal/pkg-descr b/japanese/kpcal/pkg-descr
new file mode 100644
index 000000000000..345180ce17bc
--- /dev/null
+++ b/japanese/kpcal/pkg-descr
@@ -0,0 +1,3 @@
+kpcal makes Calendar in Postscript format.
+You can insert schedules from calendar file,
+see calendar(1). It supports Japanese language.
diff --git a/japanese/kpcal/pkg-plist b/japanese/kpcal/pkg-plist
new file mode 100644
index 000000000000..f7490ce3112d
--- /dev/null
+++ b/japanese/kpcal/pkg-plist
@@ -0,0 +1,2 @@
+bin/kpcal
+man/man1/kpcal.1.gz