Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2008 00:57:11 +0800 (CST)
From:      Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125444: [NEW PORT] textproc/ansifilter: Customizable ANSI Code Converter
Message-ID:  <200807091657.m69GvBYI045542@bsd2.cs.nctu.edu.tw>
Resent-Message-ID: <200807091700.m69H02sp051929@freefall.freebsd.org>

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

>Number:         125444
>Category:       ports
>Synopsis:       [NEW PORT] textproc/ansifilter: Customizable ANSI Code Converter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 17:00:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Jheng Lin
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
NCTU CS
>Environment:
System: FreeBSD bsd2 7.0-RELEASE FreeBSD 7.0-RELEASE #4: Fri Mar 28 15:41:55 CST 2008
>Description:
ansifilter is a customizable ANSI Code converter. ansifilter can
output to plain text, HTML, and RTF.

WWW: http://www.andre-simon.de/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ansifilter-1.1.shar begins here ---
# 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:
#
#	ansifilter
#	ansifilter/Makefile
#	ansifilter/pkg-descr
#	ansifilter/distinfo
#
echo c - ansifilter
mkdir -p ansifilter > /dev/null 2>&1
echo x - ansifilter/Makefile
sed 's/^X//' >ansifilter/Makefile << 'END-of-ansifilter/Makefile'
X# New ports collection makefile for:	ansifilter
X# Date created:				09 July 2008
X# Whom:					Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ansifilter
XPORTVERSION=	1.1
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.andre-simon.de/zip/
X
XMAINTAINER=	yzlin@cs.nctu.edu.tw
XCOMMENT=	Customizable ANSI Code Converter
X
XUSE_BZIP2=	yes
XMAKEFILE=	makefile
XMAKE_ARGS=	CC="${CXX}" \
X		CFLAGS="${CXXFLAGS} ${CPPFLAGS} -c" \
X		LDFLAGS="${LDFLAGS}"
X
XPLIST_FILES=	bin/ansifilter
X
XMAN1=		${PORTNAME}.1
XMANCOMPRESSED=	yes
X
X.if !defined(NOPORTDOCS)
XPORTDOCS=	ChangeLog INSTALL README
X.endif
X
X.include <bsd.port.pre.mk>
X
Xpost-patch:
X	@${REINPLACE_CMD} -e \
X		's|^PREFIX =|PREFIX ?=|' ${WRKSRC}/${MAKEFILE}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/man/${MAN1}.gz ${MANPREFIX}/man/man1
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for i in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.post.mk>
END-of-ansifilter/Makefile
echo x - ansifilter/pkg-descr
sed 's/^X//' >ansifilter/pkg-descr << 'END-of-ansifilter/pkg-descr'
Xansifilter is a customizable ANSI Code converter. ansifilter can
Xoutput to plain text, HTML, and RTF.
X
XWWW: http://www.andre-simon.de/
END-of-ansifilter/pkg-descr
echo x - ansifilter/distinfo
sed 's/^X//' >ansifilter/distinfo << 'END-of-ansifilter/distinfo'
XMD5 (ansifilter-1.1.tar.bz2) = 293581816a08f8ac7a49934958cfac14
XSHA256 (ansifilter-1.1.tar.bz2) = ffa02d1e5b98bec6156d9f4cc9ce3b1cf9653434caadb1537aba4b3f001d8f73
XSIZE (ansifilter-1.1.tar.bz2) = 46893
END-of-ansifilter/distinfo
exit
--- ansifilter-1.1.shar ends here ---

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



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