From owner-freebsd-ports Mon Feb 26 5:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A663A37B65D for ; Mon, 26 Feb 2001 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1QDA2J77179; Mon, 26 Feb 2001 05:10:02 -0800 (PST) (envelope-from gnats) Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id AD37337B401 for ; Mon, 26 Feb 2001 05:01:08 -0800 (PST) (envelope-from greid@ukug.uk.freebsd.org) Received: from m78-mp1-cvx1c.gui.ntl.com ([62.252.12.78]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010226130106.JAAG285.mta06-svc.ntlworld.com@m78-mp1-cvx1c.gui.ntl.com> for ; Mon, 26 Feb 2001 13:01:06 +0000 Message-Id: Date: Mon, 26 Feb 2001 13:10:43 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25381: New port: bigyear: A program to print a large (one month per page) calendar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25381 >Category: ports >Synopsis: New port: bigyear: A program to print a large (one month per page) calendar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 26 05:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UKUG >Environment: n/a >Description: bigyear prints a calendar larger than cal(1), with one month per page. - George Reid greid@ukug.uk.freebsd.org >How-To-Repeat: n/a >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: # # bigyear # bigyear/Makefile # bigyear/distinfo # bigyear/pkg-plist # bigyear/pkg-descr # bigyear/pkg-comment # echo c - bigyear mkdir -p bigyear > /dev/null 2>&1 echo x - bigyear/Makefile sed 's/^X//' >bigyear/Makefile << 'END-of-bigyear/Makefile' X# New ports collection makefile for: bigyear X# Date created: 26 February 2001 X# Whom: George Reid X# X# $FreeBSD$ X# X XPORTNAME= bigyear XPORTVERSION= 20012602 XCATEGORIES= deskutils XMASTER_SITES= http://mahon.cwx.net/sources/ XDISTNAME= ${PORTNAME} X XMAINTAINER= greid@ukug.uk.freebsd.org X XMAN1= bigyear.1 X Xpost-extract: X ${RM} ${WRKSRC}/bigyear X Xdo-patch: X # No point wasting inodes with patches X @(${SED} -e 's,^CFLAGS,#CFLAGS,g' ${WRKSRC}/Makefile > foo && \ X ${MV} foo ${WRKSRC}/Makefile) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${PREFIX}/man/man1 X X.include END-of-bigyear/Makefile echo x - bigyear/distinfo sed 's/^X//' >bigyear/distinfo << 'END-of-bigyear/distinfo' XMD5 (bigyear.tar.gz) = b2ce649663372cc964b0b3bd62ac49be END-of-bigyear/distinfo echo x - bigyear/pkg-plist sed 's/^X//' >bigyear/pkg-plist << 'END-of-bigyear/pkg-plist' Xbin/bigyear END-of-bigyear/pkg-plist echo x - bigyear/pkg-descr sed 's/^X//' >bigyear/pkg-descr << 'END-of-bigyear/pkg-descr' Xbigyear prints a calendar larger than cal(1), with one month per page. X X- George Reid Xgreid@ukug.uk.freebsd.org END-of-bigyear/pkg-descr echo x - bigyear/pkg-comment sed 's/^X//' >bigyear/pkg-comment << 'END-of-bigyear/pkg-comment' XA program to print a large (one month per page) calendar END-of-bigyear/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message