From owner-svn-ports-head@FreeBSD.ORG Fri Sep 13 01:14:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2B31D0; Fri, 13 Sep 2013 01:14:19 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D18452BD7; Fri, 13 Sep 2013 01:14:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8D1EJfG062660; Fri, 13 Sep 2013 01:14:19 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8D1EJpC062655; Fri, 13 Sep 2013 01:14:19 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201309130114.r8D1EJpC062655@svn.freebsd.org> From: Rusmir Dusko Date: Fri, 13 Sep 2013 01:14:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327122 - head/graphics/box 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: Fri, 13 Sep 2013 01:14:20 -0000 Author: nemysis Date: Fri Sep 13 01:14:18 2013 New Revision: 327122 URL: http://svnweb.freebsd.org/changeset/ports/327122 Log: - Update to 0.4.0 - Change maintainer email gmx.ch --> FreeBSD.org - Change LICENSE_COMB multi --> dual - Use the new format for LIB_DEPENDS - Add examples - Add DOCS and EXAMPLES Options - Mute dir install - Change pkg-plist, remove PORTEXAMPLES Approved by: wg/pawel (mentors) Modified: head/graphics/box/Makefile head/graphics/box/distinfo head/graphics/box/pkg-plist (contents, props changed) Modified: head/graphics/box/Makefile ============================================================================== --- head/graphics/box/Makefile Fri Sep 13 00:59:52 2013 (r327121) +++ head/graphics/box/Makefile Fri Sep 13 01:14:18 2013 (r327122) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= box -PORTVERSION= 0.3.4 +PORTVERSION= 0.4.0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/ DIST_SUBDIR= box -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Compiler for box, the figure description language LICENSE= GPLv2 LGPL3 -LICENSE_COMB= multi +LICENSE_COMB= dual BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cairo USE_LDCONFIG= yes @@ -25,26 +25,29 @@ MAKE_JOBS_UNSAFE=yes MAN1= ${PORTNAME}.1 PORTDOCS= AUTHORS ChangeLog README STYLE TODO +PORTEXAMPLES= * -PLIST_SUB+= PLIST_VER="0.3" +PLIST_SUB+= PLIST_VER=${PORTVERSION:R} + +OPTIONS_DEFINE= DOCS EXAMPLES .include post-patch: ${TOUCH} ${WRKSRC}/man/${PORTNAME}.sgml -regression-test: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) - post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif +regression-test: build + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) + .include Modified: head/graphics/box/distinfo ============================================================================== --- head/graphics/box/distinfo Fri Sep 13 00:59:52 2013 (r327121) +++ head/graphics/box/distinfo Fri Sep 13 01:14:18 2013 (r327122) @@ -1,2 +1,2 @@ -SHA256 (box/box-0.3.4.tar.gz) = c80ccfcf34eb2afc484943d5a2ab46ad42c51a79a3135b06c840e9db16aa6dcc -SIZE (box/box-0.3.4.tar.gz) = 1065106 +SHA256 (box/box-0.4.0.tar.gz) = b50fd4517b3c5d8b79fa48f97d305ce890aa4cbc0edc8c7931e926360d09cea3 +SIZE (box/box-0.4.0.tar.gz) = 1090803 Modified: head/graphics/box/pkg-plist ============================================================================== --- head/graphics/box/pkg-plist Fri Sep 13 00:59:52 2013 (r327121) +++ head/graphics/box/pkg-plist Fri Sep 13 01:14:18 2013 (r327122) @@ -1,15 +1,20 @@ -@comment $FreeBSD$ bin/box bin/box%%PLIST_VER%% include/box%%PLIST_VER%%/box/array.h +include/box%%PLIST_VER%%/box/bltinarray.h +include/box%%PLIST_VER%%/box/callable.h +include/box%%PLIST_VER%%/box/core.h include/box%%PLIST_VER%%/box/defaults.h include/box%%PLIST_VER%%/box/error.h +include/box%%PLIST_VER%%/box/exception.h include/box%%PLIST_VER%%/box/hashfunc.h include/box%%PLIST_VER%%/box/hashtable.h +include/box%%PLIST_VER%%/box/integers.h include/box%%PLIST_VER%%/box/list.h include/box%%PLIST_VER%%/box/mem.h include/box%%PLIST_VER%%/box/messages.h include/box%%PLIST_VER%%/box/msgbase.h +include/box%%PLIST_VER%%/box/obj.h include/box%%PLIST_VER%%/box/occupation.h include/box%%PLIST_VER%%/box/print.h include/box%%PLIST_VER%%/box/srcpos.h @@ -17,9 +22,9 @@ include/box%%PLIST_VER%%/box/stream.h include/box%%PLIST_VER%%/box/strutils.h include/box%%PLIST_VER%%/box/types.h include/box%%PLIST_VER%%/box/version.h +include/box%%PLIST_VER%%/box/vm2c.h include/box%%PLIST_VER%%/box/vm2txt.h -include/box%%PLIST_VER%%/box/vm_private.h -include/box%%PLIST_VER%%/box/vmalloc.h +include/box%%PLIST_VER%%/box/vm_priv.h include/box%%PLIST_VER%%/box/vmdasm.h include/box%%PLIST_VER%%/box/vmproc.h include/box%%PLIST_VER%%/box/vmserial.h @@ -53,6 +58,7 @@ lib/box%%PLIST_VER%%/pkg/g/cmdstream.box lib/box%%PLIST_VER%%/pkg/g/color.box lib/box%%PLIST_VER%%/pkg/g/const.box lib/box%%PLIST_VER%%/pkg/g/constraints.box +lib/box%%PLIST_VER%%/pkg/g/curve.box lib/box%%PLIST_VER%%/pkg/g/fill.box lib/box%%PLIST_VER%%/pkg/g/g2.box lib/box%%PLIST_VER%%/pkg/g/gcore.box @@ -90,36 +96,6 @@ lib/libboxcore%%PLIST_VER%%.a lib/libboxcore%%PLIST_VER%%.la lib/libboxcore%%PLIST_VER%%.so lib/libboxcore%%PLIST_VER%%.so.0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box-logo.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cairo.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curved_arrow.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cycloid.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractree.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gradient.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multivibrator.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mysin.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pythagoras.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile.am -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/bouncing.bash -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/bouncing.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/losing_eyes.bash -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/losing_eyes.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/shy.bash -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/shy.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/washing_machine.bash -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smileys/washing_machine.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/snake.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/text.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/translucency.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wheatstone.box -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yin-yang.box -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/smileys -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm lib/box%%PLIST_VER%%/pkg/g @dirrm lib/box%%PLIST_VER%%/pkg @dirrm lib/box%%PLIST_VER%%/lib