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>
This commit is contained in:
parent
cfc95c2866
commit
547589ffee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477788
3 changed files with 42 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue