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
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
go-yaml YAML support for the Go language
20160301 devel 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 20160301Version 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: cs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-07-11 19:50:37
Last Update: 2019-04-01 19:10:15
SVN Revision: 497504
License: LGPL3
WWW:
https://github.com/go-yaml/yaml
Description:
The yaml package enables Go programs to comfortably encode and decode YAML values. It was developed within Canonical as part of the juju project, and is based on a pure Go port of the well-known libyaml C library to parse and generate YAML data quickly and reliably. WWW: https://github.com/go-yaml/yaml
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 (23 items)
Collapse this list.
  1. /usr/local/share/licenses/go-yaml-20160301/catalog.mk
  2. /usr/local/share/licenses/go-yaml-20160301/LICENSE
  3. /usr/local/share/licenses/go-yaml-20160301/LGPL3
  4. share/go/pkg/freebsd_amd64/github.com/go-yaml/yaml.a
  5. share/go/src/github.com/go-yaml/yaml/LICENSE
  6. share/go/src/github.com/go-yaml/yaml/LICENSE.libyaml
  7. share/go/src/github.com/go-yaml/yaml/README.md
  8. share/go/src/github.com/go-yaml/yaml/apic.go
  9. share/go/src/github.com/go-yaml/yaml/decode.go
  10. share/go/src/github.com/go-yaml/yaml/decode_test.go
  11. share/go/src/github.com/go-yaml/yaml/emitterc.go
  12. share/go/src/github.com/go-yaml/yaml/encode.go
  13. share/go/src/github.com/go-yaml/yaml/encode_test.go
  14. share/go/src/github.com/go-yaml/yaml/parserc.go
  15. share/go/src/github.com/go-yaml/yaml/readerc.go
  16. share/go/src/github.com/go-yaml/yaml/resolve.go
  17. share/go/src/github.com/go-yaml/yaml/scannerc.go
  18. share/go/src/github.com/go-yaml/yaml/sorter.go
  19. share/go/src/github.com/go-yaml/yaml/suite_test.go
  20. share/go/src/github.com/go-yaml/yaml/writerc.go
  21. share/go/src/github.com/go-yaml/yaml/yaml.go
  22. share/go/src/github.com/go-yaml/yaml/yamlh.go
  23. share/go/src/github.com/go-yaml/yaml/yamlprivateh.go
Collapse this list.
Dependency lines:
  • go-yaml>0:devel/go-yaml
No installation instructions:
This port has been deleted.
PKGNAME: go-yaml
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1468239745 SHA256 (go-yaml-yaml-20160301-a83829b6f1293c91addabc89d0571c246397bbf4_GH0.tar.gz) = 3c1d7ff84e8f4b06868e360ec4868dd7acaaeb85120bebe74cb0439d10143ee3 SIZE (go-yaml-yaml-20160301-a83829b6f1293c91addabc89d0571c246397bbf4_GH0.tar.gz) = 63167

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go : lang/go
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
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/go-yaml/yaml/tar.gz/a83829b6f1293c91addabc89d0571c246397bbf4?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20160301
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)
20160301
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
20160301
11 Jul 2016 19:50:28
Revision:418395Original commit files touched by this commit
cs search for other commits by this committer
The yaml package enables Go programs to comfortably encode and decode YAML
values. It was developed within Canonical as part of the juju project, and is
based on a pure Go port of the well-known libyaml C library to parse and
generate YAML data quickly and reliably.

WWW: https://github.com/go-yaml/yaml

Number of commits found: 3