Skip site navigation (1)Skip section navigation (2)
Date:      29 May 2006 06:59:07 -0000
From:      Stephen Fisher <stephentfisher@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98072: New port: print/ansiprint - Print using ANSI escape sequences	
Message-ID:  <20060529065907.22071.qmail@ux1sjc1.calicat.org>
Resent-Message-ID: <200605290700.k4T70S2h080819@freefall.freebsd.org>

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

>Number:         98072
>Category:       ports
>Synopsis:       New port: print/ansiprint - Print using ANSI escape sequences
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 29 07:00:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Fisher
>Release:        FreeBSD 5.4-RELEASE-p13 sparc64
>Organization:
>Environment:
System: FreeBSD ux1sjc1.calicat.org 5.4-RELEASE-p13 FreeBSD 5.4-RELEASE-p13 #3: Thu Mar 23 14:11:55 PST 2006 root@ux1sjc1.calicat.org:/usr/obj/usr/src/sys/ux1sjc1 sparc64


	
>Description:
New port: print/ansiprint - A utility for printing text files (or stdin) through a terminal/terminal emulator using ANSI escape sequences. 

>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:
#
#	ansiprint
#	ansiprint/Makefile
#	ansiprint/pkg-descr
#	ansiprint/distinfo
#
echo c - ansiprint
mkdir -p ansiprint > /dev/null 2>&1
echo x - ansiprint/Makefile
sed 's/^X//' >ansiprint/Makefile << 'END-of-ansiprint/Makefile'
X# New ports collection makefile for:   ansiprint
X# Date created:				28 May 2006
X# Whom:					stephentfisher@yahoo.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=		ansiprint
XPORTVERSION=		1.0
XCATEGORIES=		print
XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=		$(PORTNAME)-$(PORTVERSION)
XEXTRACT_SUFX=		.tgz
X
XMAINTAINER=		stephentfisher@yahoo.com
XCOMMENT=		Prints through a terminal with ANSI escape sequences
X
XPLIST_FILES=		bin/${PORTNAME}
X
XCXXFLAGS+=		-Wno-deprecated
X
Xpost-extract:
X	@${RM} ${WRKSRC}/Makefile
X
Xdo-build:
X	cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} ansiprint.cc
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-ansiprint/Makefile
echo x - ansiprint/pkg-descr
sed 's/^X//' >ansiprint/pkg-descr << 'END-of-ansiprint/pkg-descr'
XA utility for printing text files (or stdin) through a terminal/terminal 
Xemulator using ANSI escape sequences.
X
XWWW: http://ansiprint.sourceforge.net
END-of-ansiprint/pkg-descr
echo x - ansiprint/distinfo
sed 's/^X//' >ansiprint/distinfo << 'END-of-ansiprint/distinfo'
XMD5 (ansiprint-1.0.tgz) = 7ebe9ab9ee3b1596c5d903510aec4a3d
XSHA256 (ansiprint-1.0.tgz) = 13822671690d1b2065df6cc2720530436c4e7286219ea1511e1d8b2590f4e95e
XSIZE (ansiprint-1.0.tgz) = 5454
END-of-ansiprint/distinfo
exit

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



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