Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2001 14:06:23 +0900 (JST)
From:      yoichi@eken.phys.nagoya-u.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24793: New port: japanese/kpcal (making postscript calendar)
Message-ID:  <200102020506.f1256NG57600@e-ppp7.eken.phys.nagoya-u.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         24793
>Category:       ports
>Synopsis:       New port: japanese/kpcal (making postscript calendar)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 01 21:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Yoichi NAKAYAMA
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
E-ken, Dept. of Physics, Nagoya University, JAPAN
>Environment:




>Description:

	kpcal is postscript calendar making tool.
	The patch fixes year 2001 problem and allows
	you to follow Japanese news rule of holidays
	(happy monday rule).

	kpcal-2.0 and kpcal-2.0-HappyMonday.patch follows
	following LICENCE:
	
		Permission is granted to modify and distribute
		this free of charge.
	
	(author Akira TSUCHIYA <tsuchiya@vlsi.kuee.kyoto-u.ac.jp>
	of the patch said that the patch also follows same LICENCE
	as original kpcal-2.0)


>How-To-Repeat:

	

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	kpcal
#	kpcal/Makefile
#	kpcal/pkg-comment
#	kpcal/pkg-plist
#	kpcal/pkg-descr
#	kpcal/distinfo
#
echo c - kpcal
mkdir -p kpcal > /dev/null 2>&1
echo x - kpcal/Makefile
sed 's/^X//' >kpcal/Makefile << 'END-of-kpcal/Makefile'
X# New ports collection makefile for:	kpcal
X# Date created:		1 February 2001
X# Whom:			Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	kpcal
XPORTVERSION=	2.0
XCATEGORIES=	japanese
XMASTER_SITES=	http://www.eken.phys.nagoya-u.ac.jp/~yoichi/FreeBSD/distfiles/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XPATCH_SITES= http://www.tamaru.kuee.kyoto-u.ac.jp/~tsuchiya/misc/
XPATCHFILES= ${PORTNAME}-${PORTVERSION}-HappyMonday.patch
XPATCH_DIST_STRIP= -p1
X
XMAINTAINER=	yoichi@eken.phys.nagoya-u.ac.jp
X
XALL_TARGET=	kpcal
X
Xpost-configure:
X	${GZIP_CMD} ${WRKSRC}/kpcal.1
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/kpcal ${LOCALBASE}/bin
X	${INSTALL_MAN} ${WRKSRC}/kpcal.1.gz ${LOCALBASE}/man/man1
X
X.include <bsd.port.mk>
END-of-kpcal/Makefile
echo x - kpcal/pkg-comment
sed 's/^X//' >kpcal/pkg-comment << 'END-of-kpcal/pkg-comment'
XMake Calendar in Postscript format
END-of-kpcal/pkg-comment
echo x - kpcal/pkg-plist
sed 's/^X//' >kpcal/pkg-plist << 'END-of-kpcal/pkg-plist'
Xbin/kpcal
Xman/man1/kpcal.1.gz
END-of-kpcal/pkg-plist
echo x - kpcal/pkg-descr
sed 's/^X//' >kpcal/pkg-descr << 'END-of-kpcal/pkg-descr'
Xkpcal makes Calendar in Postscript format.
XYou can insert schedules from calendar file,
Xsee calendar(1). It supports Japanese language.
END-of-kpcal/pkg-descr
echo x - kpcal/distinfo
sed 's/^X//' >kpcal/distinfo << 'END-of-kpcal/distinfo'
XMD5 (kpcal-2.0.tar.gz) = 7eef81a0212bb7a413b364c25fba7de8
XMD5 (kpcal-2.0-HappyMonday.patch) = ae72ddf3b5309e6fbcfa1e0269f8b57e
END-of-kpcal/distinfo
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102020506.f1256NG57600>