FreeBSD Bugzilla – Attachment 149354 Details for
Bug 194986
[New port] databases/levigo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
levigo shar file
levigo.shar (text/plain), 2.64 KB, created by
cheffo
on 2014-11-13 08:35:53 UTC
(
hide
)
Description:
levigo shar file
Filename:
MIME Type:
Creator:
cheffo
Created:
2014-11-13 08:35:53 UTC
Size:
2.64 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: ># ># levigo ># levigo/pkg-plist ># levigo/Makefile ># levigo/distinfo ># levigo/pkg-descr ># >echo c - levigo >mkdir -p levigo > /dev/null 2>&1 >echo x - levigo/pkg-plist >sed 's/^X//' >levigo/pkg-plist << '85d42a251dd6a90ea11a4babbb66ca0e' >X%%GO_LIBDIR%%/%%GO_PKGNAME%%.a >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/batch.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/cache.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/comparator.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/conv.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/db.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/doc.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/env.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/examples/comparator_example.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/filterpolicy.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/iterator.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/leveldb_test.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/options.go >X%%GO_SRCDIR%%/%%GO_PKGNAME%%/version.go >85d42a251dd6a90ea11a4babbb66ca0e >echo x - levigo/Makefile >sed 's/^X//' >levigo/Makefile << '57ee62b99b2500a21c3c207cb17f8b27' >X# $FreeBSD$ >X >XPORTNAME= levigo >XPORTVERSION= 20141015 >XCATEGORIES= databases >X >XMAINTAINER= cheffo@freebsd-bg.org >XCOMMENT= Levigo is a Go wrapper for LevelDB >X >XLICENSE= MIT >X >XBUILD_DEPENDS= go:${PORTSDIR}/lang/go >XLIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb >X >XONLY_FOR_ARCHS= i386 amd64 >X >XUSE_GITHUB= yes >XGH_ACCOUNT= jmhodges >XGH_PROJECT= levigo >XGH_TAGNAME= ${GH_COMMIT} >XGH_COMMIT= 2c43dde >X >X.include <bsd.port.pre.mk> >X >X.if ${OSVERSION} >= 900033 && exists(/usr/bin/clang) >XCC= clang >XCXX= clang++ >XGYP_DEFINES+= clang=1 >X.else >XUSE_GCC?= yes >XGYP_DEFINES+= gcc_version=${CXX:S/g++//} >X.endif >X >XCONFIGURE_ENV+= CC=${CC} \ >X CXX=${CXX} \ >X GYP_DEFINES="${GYP_DEFINES}" >XGO_ENV+= ${CONFIGURE_ENV} >X >X.include "${.CURDIR}/../../lang/go/files/bsd.go.mk" >X.include <bsd.port.post.mk> >57ee62b99b2500a21c3c207cb17f8b27 >echo x - levigo/distinfo >sed 's/^X//' >levigo/distinfo << '1a0c8da608fdda8714e693bae5efa1a7' >XSHA256 (levigo-20141015.tar.gz) = d7fcbbdb53d644d811984a6f03b8224ced3f36a008137923e91195688a19077c >XSIZE (levigo-20141015.tar.gz) = 12844 >1a0c8da608fdda8714e693bae5efa1a7 >echo x - levigo/pkg-descr >sed 's/^X//' >levigo/pkg-descr << '8b9c1fa215b93e198a9c90d52749cd16' >Xlevigo is a Go wrapper for LevelDB. >XThe API has been godoc'ed and is available on the web. >XQuestions answered at golang-nuts@googlegroups.com. >X >XWWW: https://github.com/jmhodges/levigo >8b9c1fa215b93e198a9c90d52749cd16 >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 194986
:
149354
|
149355
|
149356
|
153438
|
153439
|
153793