Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 19:05:01 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306758 - in head/textproc: . qprint
Message-ID:  <201210311905.q9VJ51nq011180@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Oct 31 19:05:00 2012
New Revision: 306758
URL: http://svn.freebsd.org/changeset/ports/306758

Log:
  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/
  
  PR:		ports/172522
  Submitted by:	Takefu
  Feature safe:	yes

Added:
  head/textproc/qprint/
  head/textproc/qprint/Makefile   (contents, props changed)
  head/textproc/qprint/distinfo   (contents, props changed)
  head/textproc/qprint/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Oct 31 18:13:08 2012	(r306757)
+++ head/textproc/Makefile	Wed Oct 31 19:05:00 2012	(r306758)
@@ -1184,6 +1184,7 @@
     SUBDIR += pybook
     SUBDIR += pychm
     SUBDIR += pystemmer
+    SUBDIR += qprint
     SUBDIR += qstardict
     SUBDIR += qt4-clucene
     SUBDIR += qt4-xml

Added: head/textproc/qprint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/qprint/Makefile	Wed Oct 31 19:05:00 2012	(r306758)
@@ -0,0 +1,28 @@
+# Created by: Takefu
+# $FreeBSD$
+
+PORTNAME=	qprint
+PORTVERSION=	1.0
+CATEGORIES=	textproc
+MASTER_SITES=	http://www.fourmilab.ch/webtools/qprint/
+
+MAINTAINER=	takefu@airport.fm
+COMMENT=	Encode and decode Quoted-Printable files
+
+LICENSE=	public
+LICENSE_NAME=	Public Domain
+LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_PERMS=	auto-accept
+
+GNU_CONFIGURE=	yes
+MAKE_JOBS_UNSAFE=yes
+
+PLIST_FILES=	bin/qprint
+MAN1=		qprint.1
+ALL_TARGET=	prog check wringer
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/qprint ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/qprint.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>

Added: head/textproc/qprint/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/qprint/distinfo	Wed Oct 31 19:05:00 2012	(r306758)
@@ -0,0 +1,2 @@
+SHA256 (qprint-1.0.tar.gz) = a92f02f2b1c12e29895df7ce200bd8001ce6be9ef092ef14284f94918719bfa8
+SIZE (qprint-1.0.tar.gz) = 248872

Added: head/textproc/qprint/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/qprint/pkg-descr	Wed Oct 31 19:05:00 2012	(r306758)
@@ -0,0 +1,8 @@
+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/



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