FreeBSD Bugzilla – Attachment 168736 Details for
Bug 208332
devel/uclcmd: add port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
uclcmd port mk.III
uclcmd-0.1.shar (text/plain), 2.22 KB, created by
Johannes Jost Meixner
on 2016-03-28 20:25:21 UTC
(
hide
)
Description:
uclcmd port mk.III
Filename:
MIME Type:
Creator:
Johannes Jost Meixner
Created:
2016-03-28 20:25:21 UTC
Size:
2.22 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: ># ># uclcmd ># uclcmd/pkg-descr ># uclcmd/Makefile ># uclcmd/distinfo ># uclcmd/files ># uclcmd/files/patch-Makefile ># >echo c - uclcmd >mkdir -p uclcmd > /dev/null 2>&1 >echo x - uclcmd/pkg-descr >sed 's/^X//' >uclcmd/pkg-descr << 'f537c7bc5131684eec4e62c80b312169' >Xuclcmd is a command line tool for working with UCL config files. >X >XDesigned to be somewhat compatible with jq by implementing a very similar >Xsyntax. >X >XWWW: https://github.com/allanjude/uclcmd/ >f537c7bc5131684eec4e62c80b312169 >echo x - uclcmd/Makefile >sed 's/^X//' >uclcmd/Makefile << '132f41f3a992b3443c2bd92fde2b73f3' >X# $FreeBSD$ >X >XPORTNAME= uclcmd >XPORTVERSION= 0.1 >XCATEGORIES= devel >X >XMAINTAINER= allanjude@FreeBSD.org >XCOMMENT= Command line tool for working with UCL config files >X >XLICENSE= BSD2CLAUSE >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XLIB_DEPENDS= libucl.so:${PORTSDIR}/textproc/libucl >X >XUSE_GITHUB= yes >XGH_ACCOUNT= allanjude >XGH_TAGNAME= 71a5c2e >X >XPLIST_FILES= bin/uclcmd >X >Xdo-patch: >X @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Makefile >X >X.include <bsd.port.mk> >132f41f3a992b3443c2bd92fde2b73f3 >echo x - uclcmd/distinfo >sed 's/^X//' >uclcmd/distinfo << 'c525575fdbf97fc9fbfd626102b0731b' >XSHA256 (allanjude-uclcmd-0.1-71a5c2e_GH0.tar.gz) = 403d09e1dfa1d12cbc9c74a0ba128e3c01dfb3589ad1b09383f2a43afc913de1 >XSIZE (allanjude-uclcmd-0.1-71a5c2e_GH0.tar.gz) = 18932 >c525575fdbf97fc9fbfd626102b0731b >echo c - uclcmd/files >mkdir -p uclcmd/files > /dev/null 2>&1 >echo x - uclcmd/files/patch-Makefile >sed 's/^X//' >uclcmd/files/patch-Makefile << '0553b9c04cb924745fa55119e3cbcdfd' >X--- Makefile.orig 2016-03-28 09:24:17 UTC >X+++ Makefile >X@@ -1,8 +1,7 @@ >X # Debugging on >X-INCLUDES=-I/usr/include -I/usr/local/include >X-LDFLAGS=-L/usr/lib -L/usr/local/lib >X+INCLUDES=-I/usr/include -I%%PREFIX%%/include >X+LDFLAGS=-L/usr/lib -L%%PREFIX%%/lib >X CFLAGS?= -g -O0 -Wall >X-CFLAGS+=$(INCLUDES) >X PREFIX?=/usr/local >X LIBS= -lucl >X SRCS= uclcmd.c uclcmd_common.c uclcmd_get.c uclcmd_merge.c \ >0553b9c04cb924745fa55119e3cbcdfd >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 208332
:
168691
|
168722
| 168736 |
168880