notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
levigo Levigo is a Go wrapper for LevelDB
20150216_5 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20150216_5Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Go libraries should not be packaged
Expired This port expired on: 2019-03-31
Maintainer: cheffo@freebsd-bg.org search for ports maintained by this maintainer
Port Added: 2015-07-17 20:12:14
Last Update: 2019-04-01 19:10:15
SVN Revision: 497504
License: MIT
WWW:
https://github.com/jmhodges/levigo
Description:
levigo is a Go wrapper for LevelDB. The API has been godoc'ed and is available on the web. Questions answered at golang-nuts@googlegroups.com. WWW: https://github.com/jmhodges/levigo
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. /usr/local/share/licenses/levigo-20150216_5/catalog.mk
  2. /usr/local/share/licenses/levigo-20150216_5/LICENSE
  3. /usr/local/share/licenses/levigo-20150216_5/MIT
  4. share/go/pkg/freebsd_amd64/levigo.a
  5. share/go/src/levigo/LICENSE
  6. share/go/src/levigo/README.md
  7. share/go/src/levigo/batch.go
  8. share/go/src/levigo/cache.go
  9. share/go/src/levigo/comparator.go
  10. share/go/src/levigo/conv.go
  11. share/go/src/levigo/db.go
  12. share/go/src/levigo/doc.go
  13. share/go/src/levigo/env.go
  14. share/go/src/levigo/examples/comparator_example.go
  15. share/go/src/levigo/filterpolicy.go
  16. share/go/src/levigo/iterator.go
  17. share/go/src/levigo/leveldb_test.go
  18. share/go/src/levigo/options.go
  19. share/go/src/levigo/version.go
Collapse this list.
Dependency lines:
  • levigo>0:databases/levigo
No installation instructions:
This port has been deleted.
PKGNAME: levigo
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386 amd64
distinfo:
SHA256 (jmhodges-levigo-20150216-1ddad808d4_GH0.tar.gz) = 0f5df795cb4ce7ad692bd70296343fb5bbbe1e67ca32b0e235cf0b7a2bc32959 SIZE (jmhodges-levigo-20150216-1ddad808d4_GH0.tar.gz) = 12837

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go : lang/go
  2. go : lang/go
  3. gcc8 : lang/gcc8
  4. as : devel/binutils
Runtime dependencies:
  1. gcc8 : lang/gcc8
Library dependencies:
  1. libleveldb.so : databases/leveldb
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
compiler go
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/jmhodges/levigo/tar.gz/1ddad808d4?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20150216_5
01 Apr 2019 19:10:15
Revision:497504Original commit files touched by this commit
tobik search for other commits by this committer
Remove expired ports:
2019-03-31 archivers/go-compress: Go libraries should not be packaged
2019-03-31 textproc/go.text: Go libraries should not be packaged
2019-03-31 devel/go-hashicorp-logutils: Go libraries should not be packaged
2019-03-31 devel/go-cpuid: Go libraries should not be packaged
2019-03-31 devel/go-nuid: Go libraries should not be packaged
2019-03-31 devel/go-yaml: Go libraries should not be packaged
2019-03-31 devel/go-raw: Go libraries should not be packaged
2019-03-31 devel/go-go.uuid: Go libraries should not be packaged
2019-03-31 devel/go-goregen: Go libraries should not be packaged
2019-03-31 devel/go-runewidth: Go libraries should not be packaged
2019-03-31 devel/go-cobra: Go libraries should not be packaged
2019-03-31 devel/go-pflag: Go libraries should not be packaged
2019-03-31 devel/go-slices: Go libraries should not be packaged
2019-03-31 devel/go-form: Go libraries should not be packaged
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20150216_5
20 Mar 2019 06:42:08
Revision:496313Original commit files touched by this commit
tobik search for other commits by this committer
Deprecate Go library ports

Many of them are out of date now and there are few reasons to have
them in the tree [1].

[1] https://www.freebsd.org/doc/en/books/porters-handbook/go-libs.html

PR:		236502
Reviewed by:	dg@syrec.org
Approved by:	portmgr (mat), jlaffaye, wen, olgeni
Differential Revision:	https://reviews.freebsd.org/D19568
20150216_5
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
20150216_4
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
20150216_3
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
20150216_2
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
20150216_1
20 Nov 2016 09:38:09
Revision:426566Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
20150216
22 Apr 2016 12:40:05
Revision:413776Original commit files touched by this commit
mat search for other commits by this committer
Move lang/go/files/bsd.go.mk to USES=go.

Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6057
20150216
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
20150216
25 Jan 2016 20:23:57
Revision:407239Original commit files touched by this commit
rakuco search for other commits by this committer
Remove BROKEN_FreeBSD_8 from all remaining ports.

FreeBSD 8 is no longer supported.
20150216
29 Dec 2015 14:30:47
Revision:404743Original commit files touched by this commit
mat search for other commits by this committer
Cleanup GH_* and variables order.

Sponsored by:	Absolight
20150216
04 Aug 2015 02:27:34
Revision:393507Original commit files touched by this commit
junovitch search for other commits by this committer
Trim spurious slash that caused recursive CONFIGURE_ENV warning

PR:		201733
Submitted by:	tremere@cainites.net
Approved by:	cheffo@freebsd-bg.org (maintainer), pgollucci (mentor)
20150216
17 Jul 2015 20:11:57
Revision:392396Original commit files touched by this commit
pi search for other commits by this committer
New port: databases/levigo

levigo is a Go wrapper for LevelDB.
The API has been godoc'ed and is available on the web.
Questions answered at golang-nuts@googlegroups.com.

WWW: https://github.com/jmhodges/levigo

PR:		194986
Submitted by:	cheffo@freebsd-bg.org

Number of commits found: 13