Date: Thu, 25 Aug 2011 03:38:46 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/160140: Update port: print/wprint Message-ID: <20110825033846.5a51703b.tkato432@yahoo.com> Resent-Message-ID: <201108241850.p7OIoZ5Y014348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160140 >Category: ports >Synopsis: Update port: print/wprint >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 Aug 24 18:50:35 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/print/wprint/Makefile print/wprint/Makefile --- /usr/ports/print/wprint/Makefile 2011-08-03 15:46:08.000000000 +0900 +++ print/wprint/Makefile 2011-08-25 00:49:57.000000000 +0900 @@ -10,24 +10,26 @@ PORTVERSION= 2.05 PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= http://mirror2.unixfreunde.de/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= http://programoj.esperanto.org.uy/angle/ MAINTAINER= ports@FreeBSD.org COMMENT= Mozilla/HtmlDoc/Netscape Postscript Filter -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +LICENSE= GPLv2 # (or later) +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 USE_ICONV= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes -MAN1= wprint.1 +MAN1= wprint.1 + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: .for file in man/wprint.1.pod src/wprint.c diff -urN /usr/ports/print/wprint/pkg-descr print/wprint/pkg-descr --- /usr/ports/print/wprint/pkg-descr 2006-05-27 14:12:57.000000000 +0900 +++ print/wprint/pkg-descr 2011-08-19 19:19:22.000000000 +0900 @@ -3,3 +3,5 @@ Wprint is a filter for Mozilla (Galeon, etc.), Htmldoc, and Netscape PostScript output that uses TrueType fonts to allow the printing of pages written in Unicode, Big5, KOI8, SJIS, the ISO- 8859* charsets, and others. + +WWW: http://programoj.esperanto.org.uy/angle/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110825033846.5a51703b.tkato432>