Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Oct 2012 14:39:18 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172522: [NEW PORT] textproc/qprint: Encode and decode Quoted-Printable files
Message-ID:  <5073B886.9040705@airport.fm>
Resent-Message-ID: <201210092230.q99MU62Y042376@freefall.freebsd.org>

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

>Number:         172522
>Category:       ports
>Synopsis:       [NEW PORT] textproc/qprint: Encode and decode Quoted-Printable files
>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:   Tue Oct 09 22:30:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG_7_4.local_IPv4.airport.fm 7.4-RELEASE-p10 FreeBSD 7.4-RELEASE-p10 #0: Thu Aug 30 12:54:21 JST 2012
>Description:
The MIME (Multipurpose Internet Mail Extensions) specification
(RFC 1521 and successors) defines a mechanism for encoding text consisting
primarily of printable ASCII characters, but which may contain characters
(for example, accented letters in the ISO 8859 Latin-1 character set) which
cannot be encoded as 7-bit ASCII or are non-printable characters which may
confuse mail transfer agents.

WWW:	http://www.fourmilab.ch/webtools/qprint/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .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:
#
#	qprint
#	qprint/pkg-descr
#	qprint/Makefile
#	qprint/distinfo
#
echo c - qprint
mkdir -p qprint > /dev/null 2>&1
echo x - qprint/pkg-descr
sed 's/^X//' >qprint/pkg-descr << '5db737174c7278e1ae59781504c7bf35'
XThe MIME (Multipurpose Internet Mail Extensions) specification
X(RFC 1521 and successors) defines a mechanism for encoding text consisting
Xprimarily of printable ASCII characters, but which may contain characters
X(for example, accented letters in the ISO 8859 Latin-1 character set) which
Xcannot be encoded as 7-bit ASCII or are non-printable characters which may
Xconfuse mail transfer agents.
X
XWWW:	http://www.fourmilab.ch/webtools/qprint/
5db737174c7278e1ae59781504c7bf35
echo x - qprint/Makefile
sed 's/^X//' >qprint/Makefile << '65b95cb16ad7785eced37d0534fa1975'
X# Created by: Takefu
X# $FreeBSD$
X
XPORTNAME=	qprint
XPORTVERSION=	1.0
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.fourmilab.ch/webtools/qprint/
X
XMAINTAINER=	takefu@airport.fm
XCOMMENT=	Encode and decode Quoted-Printable files
X
XLICENSE=	public
XLICENSE_NAME=	Public Domain
XLICENSE_FILE=	${WRKSRC}/COPYING
XLICENSE_PERMS=	auto-accept
X
XGNU_CONFIGURE=	yes
X
XPLIST_FILES=	bin/qprint
XMAN1=		qprint.1
XALL_TARGET=	prog check wringer
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/qprint ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/qprint.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
65b95cb16ad7785eced37d0534fa1975
echo x - qprint/distinfo
sed 's/^X//' >qprint/distinfo << '9ad051a40485def5cf7660ceae2c6696'
XSHA256 (qprint-1.0.tar.gz) = a92f02f2b1c12e29895df7ce200bd8001ce6be9ef092ef14284f94918719bfa8
XSIZE (qprint-1.0.tar.gz) = 248872
9ad051a40485def5cf7660ceae2c6696
exit
--- .shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
 X-send-pr-version: 3.113
 X-GNATS-Notify:
 
 



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