Date: Wed, 22 Aug 2018 14:10:34 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477788 - head/devel/libruin Message-ID: <201808221410.w7MEAY1j092998@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Aug 22 14:10:34 2018 New Revision: 477788 URL: https://svnweb.freebsd.org/changeset/ports/477788 Log: devel/libruin: Update to 0.2.0 While here, assign maintainership to submitter. This fixes build with new guile-lib. PR: 230751 Submitted by: Nathan <ndowens@yahoo.com> Modified: head/devel/libruin/Makefile (contents, props changed) head/devel/libruin/distinfo (contents, props changed) head/devel/libruin/pkg-plist (contents, props changed) Modified: head/devel/libruin/Makefile ============================================================================== --- head/devel/libruin/Makefile Wed Aug 22 13:42:36 2018 (r477787) +++ head/devel/libruin/Makefile Wed Aug 22 14:10:34 2018 (r477788) @@ -2,22 +2,50 @@ # $FreeBSD$ PORTNAME= libruin -PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTVERSION= 0.2.0 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens@yahoo.com COMMENT= Renderer for User Interfaces in Ncurses -BUILD_DEPENDS= ${LOCALBASE}/share/guile/site/config/load.scm:devel/guile-lib -RUN_DEPENDS= ${LOCALBASE}/share/guile/site/config/load.scm:devel/guile-lib +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING +NOT_FOR_ARCHS= mips +NOT_FOR_ARCHS_REASON= glib needs gcc7(Not available for mips) + +BUILD_DEPENDS= guile-lib>0:devel/guile-lib +LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ + libgc-threaded.so:devel/boehm-gc-threaded +RUN_DEPENDS= guile-lib>0:devel/guile-lib + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool ncurses +USES= libtool ncurses pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes INFO= libruin + +OPTIONS_DEFINE= DOCS EXAMPLES + +PORTDOCS= ChangeLog +PORTEXAMPLES= css21-conformance-uris.txt ruinview.c + +.include <bsd.port.options.mk> + +post-configure: + # Avoid compiling examples, which fails to compile + # As the examples needs the library to be already installed + ${REINPLACE_CMD} -e '/^SUBDIRS/s,examples,,' ${WRKSRC}/Makefile + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) .include <bsd.port.mk> Modified: head/devel/libruin/distinfo ============================================================================== --- head/devel/libruin/distinfo Wed Aug 22 13:42:36 2018 (r477787) +++ head/devel/libruin/distinfo Wed Aug 22 14:10:34 2018 (r477788) @@ -1,2 +1,3 @@ -SHA256 (libruin-0.1.4.tar.gz) = 9b62981fd7cbe1e3d7103a2196963ebf09d596d35fa28739dd97715b495e5347 -SIZE (libruin-0.1.4.tar.gz) = 525357 +TIMESTAMP = 1534656203 +SHA256 (libruin-0.2.0.tar.gz) = ae2b45d1152b4150dbe982637fe683de9117f476e3825cc29d7df96efb6090ef +SIZE (libruin-0.2.0.tar.gz) = 516597 Modified: head/devel/libruin/pkg-plist ============================================================================== --- head/devel/libruin/pkg-plist Wed Aug 22 13:42:36 2018 (r477787) +++ head/devel/libruin/pkg-plist Wed Aug 22 14:10:34 2018 (r477788) @@ -5,10 +5,15 @@ lib/libruin.so.0 lib/libruin.so.0.0.0 lib/libruin/css/xhtml.css lib/libruin/css/xul.css +lib/libruin/scheme/scss/common.scm +lib/libruin/scheme/scss/interface/sdom.scm lib/libruin/scheme/scss/lexer.scm lib/libruin/scheme/scss/parser.scm +lib/libruin/scheme/scss/properties.scm lib/libruin/scheme/scss/scss.scm +lib/libruin/scheme/sdom/common.scm lib/libruin/scheme/sdom/core.scm lib/libruin/scheme/sdom/events.scm +lib/libruin/scheme/sdom/parser.scm man/man3/ruin.3.gz %%DATADIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808221410.w7MEAY1j092998>