diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/kpcal/Makefile | 28 | ||||
-rw-r--r-- | japanese/kpcal/distinfo | 2 | ||||
-rw-r--r-- | japanese/kpcal/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/kpcal/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/kpcal/pkg-plist | 2 |
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 |