From owner-svn-ports-head@FreeBSD.ORG Sun Mar 24 20:50:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 173BB79; Sun, 24 Mar 2013 20:50:57 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E4E713D8; Sun, 24 Mar 2013 20:50:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OKouPq020969; Sun, 24 Mar 2013 20:50:56 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OKouXO020967; Sun, 24 Mar 2013 20:50:56 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201303242050.r2OKouXO020967@svn.freebsd.org> From: Thierry Thomas Date: Sun, 24 Mar 2013 20:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315161 - head/graphics/libboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 20:50:57 -0000 Author: thierry Date: Sun Mar 24 20:50:56 2013 New Revision: 315161 URL: http://svnweb.freebsd.org/changeset/ports/315161 Log: - Convert to OptionsNG; - Since I was here, fix WWW link. PR: ports/177284 Submitted by: nemysis Modified: head/graphics/libboard/Makefile (contents, props changed) head/graphics/libboard/pkg-descr (contents, props changed) Modified: head/graphics/libboard/Makefile ============================================================================== --- head/graphics/libboard/Makefile Sun Mar 24 20:43:46 2013 (r315160) +++ head/graphics/libboard/Makefile Sun Mar 24 20:50:56 2013 (r315161) @@ -1,9 +1,5 @@ -# New ports collection makefile for: libboard -# Date created: Fri 24 aug 2007 -# Whom: thierry@pompo.net -# +# Created by: thierry@pompo.net # $FreeBSD$ -# PORTNAME= libboard DISTVERSION= 0.9.0 @@ -12,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= thierry@FreeBSD.org -COMMENT= A vector graphics C++ library +COMMENT= Vector graphics C++ library LICENSE= LGPL3 @@ -41,12 +37,12 @@ pre-configure: post-install: ${MV} ${PREFIX}/lib/libboard.so ${PREFIX}/lib/libboard.so.0 ${LN} -sf ${PREFIX}/lib/libboard.so.0 ${PREFIX}/lib/libboard.so -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${DOCSDIR}/ ${RM} -rf ${DOCSDIR}/.svn .endif -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/ cd ${WRKSRC}/bin/ && ${COPYTREE_BIN} . ${EXAMPLESDIR}/ Modified: head/graphics/libboard/pkg-descr ============================================================================== --- head/graphics/libboard/pkg-descr Sun Mar 24 20:43:46 2013 (r315160) +++ head/graphics/libboard/pkg-descr Sun Mar 24 20:50:56 2013 (r315161) @@ -1,7 +1,7 @@ The board library allows simple drawings in: - * Encapsulated Postcript files (EPS); - * XFig files (FIG); - * Scalable Vector Graphics files (SVG). + * Encapsulated Postcript files (EPS); + * XFig files (FIG); + * Scalable Vector Graphics files (SVG). -WWW: http://www.greyc.ensicaen.fr/~seb/board/ +WWW: http://libboard.sourceforge.net/