FreeBSD Bugzilla – Attachment 168791 Details for
Bug 208401
[New Port] audio/sonic-visualiser
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
textproc/sord
sord.shar (text/plain), 3.51 KB, created by
Christian Krämer
on 2016-03-30 15:15:53 UTC
(
hide
)
Description:
textproc/sord
Filename:
MIME Type:
Creator:
Christian Krämer
Created:
2016-03-30 15:15:53 UTC
Size:
3.51 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># sord ># sord/Makefile ># sord/distinfo ># sord/pkg-plist ># sord/pkg-descr ># sord/files ># sord/files/patch-wscript ># >echo c - sord >mkdir -p sord > /dev/null 2>&1 >echo x - sord/Makefile >sed 's/^X//' >sord/Makefile << '6a392b09c41c5e6ebb9c14d6a97213b9' >X# $FreeBSD$ >X >XPORTNAME= sord >XPORTVERSION= 0.14.0 >XCATEGORIES= textproc >XMASTER_SITES= https://download.drobilla.net/ >X >XMAINTAINER= uddka@student.kit.edu >XCOMMENT= Lightweight library for storing RDF data in memory >X >XLICENSE= ISCL >XLICENSE_FILE= ${WRKSRC}/COPYING >X >XLIB_DEPENDS= libserd-0.so:${PORTSDIR}/textproc/serd \ >X libpcre.so:${PORTSDIR}/devel/pcre >X >XUSES= pkgconfig tar:bz2 waf >XUSE_LDCONFIG= yes >X >XCONFIGURE_ARGS+= --mandir=${PREFIX}/man >X >XOPTIONS_DEFINE= UTILS >XOPTIONS_DEFAULT= UTILS >XOPTIONS_SUB= yes >X >XUTILS_DESC= Build and/or install command line utilities >XUTILS_CONFIGURE_OFF= --no-utils >X >Xpost-build: >X @(cd ${WRKSRC} && ${SED} -e \ >X 's|@PREFIX@|${PREFIX}| ; \ >X s|@EXEC_PREFIX@|$${prefix}| ; \ >X s|@LIBDIR@|$${exec_prefix}/lib| ; \ >X s|@INCLUDEDIR@|$${prefix}/include| ; \ >X s|@SORD_VERSION@|${PORTVERSION}| ; \ >X s|@PKG_serd_0@|serd-0| ; \ >X s|@LIB_SORD@|${PORTNAME}-${PORTVERSION:R:R}| ; \ >X s|@SORD_MAJOR_VERSION@|${PORTVERSION:R:R}|' < sord.pc.in > build/sord-${PORTVERSION:R:R}.pc) >X >Xpost-install-UTILS-on: >X @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sord_validate >X @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sordi >X >Xpost-install: >X @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsord-${PORTVERSION:R:R}.so.${PORTVERSION} >X ${INSTALL_DATA} ${WRKSRC}/build/sord-${PORTVERSION:R:R}.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig >X >X.include <bsd.port.mk> >6a392b09c41c5e6ebb9c14d6a97213b9 >echo x - sord/distinfo >sed 's/^X//' >sord/distinfo << '324315f9465941872bb264efdcf38162' >XSHA256 (sord-0.14.0.tar.bz2) = 7656d8ec56a43e0f0a168fe78670a7628a42d3a597b53c7a72ac243a74e0f19a >XSIZE (sord-0.14.0.tar.bz2) = 311442 >324315f9465941872bb264efdcf38162 >echo x - sord/pkg-plist >sed 's/^X//' >sord/pkg-plist << 'e18945ffb75566f8e900cc5e7ad192e6' >X%%UTILS%%bin/sord_validate >X%%UTILS%%bin/sordi >Xinclude/sord-0/sord/sord.h >Xinclude/sord-0/sord/sordmm.hpp >Xlib/libsord-0.so >Xlib/libsord-0.so.0 >Xlib/libsord-0.so.0.14.0 >Xlibdata/pkgconfig/sord-0.pc >X%%UTILS%%man/man1/sord_validate.1.gz >X%%UTILS%%man/man1/sordi.1.gz >e18945ffb75566f8e900cc5e7ad192e6 >echo x - sord/pkg-descr >sed 's/^X//' >sord/pkg-descr << 'ef5cae82e7fcd533948d897532a1c4de' >XSord is a lightweight C library for storing RDF data in memory. >X >XWWW: https://drobilla.net/software/sord/ >ef5cae82e7fcd533948d897532a1c4de >echo c - sord/files >mkdir -p sord/files > /dev/null 2>&1 >echo x - sord/files/patch-wscript >sed 's/^X//' >sord/files/patch-wscript << '3ec6de9ad50f7c01548a6131d6ade884' >X--- wscript.orig 2015-10-08 19:37:27 UTC >X+++ wscript >X@@ -103,8 +103,8 @@ def build(bld): >X bld.install_files(includedir, bld.path.ant_glob('sord/*.hpp')) >X >X # Pkgconfig file >X- autowaf.build_pc(bld, 'SORD', SORD_VERSION, SORD_MAJOR_VERSION, 'SERD', >X- {'SORD_MAJOR_VERSION' : SORD_MAJOR_VERSION}) >X+ # autowaf.build_pc(bld, 'SORD', SORD_VERSION, SORD_MAJOR_VERSION, 'SERD', >X+ # {'SORD_MAJOR_VERSION' : SORD_MAJOR_VERSION}) >X >X source = 'src/sord.c src/syntax.c' >X >3ec6de9ad50f7c01548a6131d6ade884 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 208401
:
168789
|
168790
| 168791