Date: Fri, 30 Nov 2012 23:50:02 +0000 (UTC) From: Armin Pirkovitsch <sperber@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308031 - in head/misc/pinfo: . files Message-ID: <201211302350.qAUNo2xu078314@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sperber Date: Fri Nov 30 23:50:02 2012 New Revision: 308031 URL: http://svnweb.freebsd.org/changeset/ports/308031 Log: - Update to version 0.6.10 - Add MAKE_JOBS_SAFE - Convert to optionsng PR: ports/170158 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes Deleted: head/misc/pinfo/files/ head/misc/pinfo/pkg-plist Modified: head/misc/pinfo/Makefile head/misc/pinfo/distinfo Modified: head/misc/pinfo/Makefile ============================================================================== --- head/misc/pinfo/Makefile Fri Nov 30 23:06:16 2012 (r308030) +++ head/misc/pinfo/Makefile Fri Nov 30 23:50:02 2012 (r308031) @@ -1,24 +1,32 @@ -# New ports collection makefile for: pinfo -# Date created: 19 May 1999 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pinfo -PORTVERSION= 0.6.9 -PORTREVISION= 4 +PORTVERSION= 0.6.10 CATEGORIES= misc -MASTER_SITES= http://alioth.debian.org/frs/download.php/1502/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3351/ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses based, lynx style info documentation browser -GNU_CONFIGURE= yes +LICENSE= GPLv2 + +OPTIONS_DEFINE= READLINE +OPTIONS_DEFAULT=READLINE +READLINE_DESC= Enable readline support + +USE_BZIP2= yes +USE_NCURSES= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf +LIBTOOLIZE_ARGS=--force +ACLOCAL_ARGS= -I macros +AUTOMAKE_ARGS= --add-missing --force-missing +CONFIGURE_ARGS= --with-localedir=${PREFIX}/share/locale +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-readline \ - --with-localedir=${PREFIX}/share/locale MAN1= pinfo.1 INFO= pinfo @@ -31,4 +39,20 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +PLIST_FILES= bin/pinfo etc/pinforc +.for lang in cs de eu ja nl pl pt_BR ro ru sv vi +PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/pinfo.mo +.endfor + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MREADLINE} +USE_READLINE= yes +.else +CONFIGURE_ARGS+=--without-readline +.endif + +pre-configure: + @(cd ${WRKSRC} && ${LOCALBASE}/bin/autopoint) + .include <bsd.port.mk> Modified: head/misc/pinfo/distinfo ============================================================================== --- head/misc/pinfo/distinfo Fri Nov 30 23:06:16 2012 (r308030) +++ head/misc/pinfo/distinfo Fri Nov 30 23:50:02 2012 (r308031) @@ -1,2 +1,2 @@ -SHA256 (pinfo-0.6.9.tar.gz) = c25f08e115a5e796f40838a28d0e9816c755f4cb9e7bcc77f6d4c9ddaf0a1651 -SIZE (pinfo-0.6.9.tar.gz) = 554213 +SHA256 (pinfo-0.6.10.tar.bz2) = 122180a0c23d11bc9eb569a4de3ff97d3052af96e32466fa62f2daf46ff61c5d +SIZE (pinfo-0.6.10.tar.bz2) = 133059
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211302350.qAUNo2xu078314>