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
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
go-goregen randexp for Go
20160303 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 20160303Version 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 20:04:36
Last Update: 2019-04-01 19:10:15
SVN Revision: 497504
License: APACHE20
WWW:
https://github.com/zach-klippenstein/goregen
Description:
A Golang library for generating random strings from regular expressions. WWW: https://github.com/zach-klippenstein/goregen
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 (16 items)
Collapse this list.
  1. /usr/local/share/licenses/go-goregen-20160303/catalog.mk
  2. /usr/local/share/licenses/go-goregen-20160303/LICENSE
  3. /usr/local/share/licenses/go-goregen-20160303/APACHE20
  4. share/go/pkg/freebsd_amd64/github.com/zach-klippenstein/goregen.a
  5. share/go/src/github.com/zach-klippenstein/goregen/LICENSE.txt
  6. share/go/src/github.com/zach-klippenstein/goregen/README.md
  7. share/go/src/github.com/zach-klippenstein/goregen/char_class.go
  8. share/go/src/github.com/zach-klippenstein/goregen/generator_error.go
  9. share/go/src/github.com/zach-klippenstein/goregen/generator_error_test.go
  10. share/go/src/github.com/zach-klippenstein/goregen/internal_generator.go
  11. share/go/src/github.com/zach-klippenstein/goregen/regen.go
  12. share/go/src/github.com/zach-klippenstein/goregen/regen_benchmarks_test.go
  13. share/go/src/github.com/zach-klippenstein/goregen/regen_test.go
  14. share/go/src/github.com/zach-klippenstein/goregen/regexp_format.go
  15. share/go/src/github.com/zach-klippenstein/goregen/rng.go
  16. share/go/src/github.com/zach-klippenstein/goregen/rng_test.go
Collapse this list.
Dependency lines:
  • go-goregen>0:devel/go-goregen
No installation instructions:
This port has been deleted.
PKGNAME: go-goregen
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1468219586 SHA256 (zach-klippenstein-goregen-20160303-795b5e3961ea1912fde60af417ad85e86acc0d6a_GH0.tar.gz) = d2731d2ddb909515805b2be90a5d564f4fea1e9d0749d1fb6705567b416f573d SIZE (zach-klippenstein-goregen-20160303-795b5e3961ea1912fde60af417ad85e86acc0d6a_GH0.tar.gz) = 14627

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/zach-klippenstein/goregen/tar.gz/795b5e3961ea1912fde60af417ad85e86acc0d6a?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
20160303
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)
20160303
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
20160303
11 Jul 2016 20:04:27
Revision:418401Original commit files touched by this commit
cs search for other commits by this committer
A Golang library for generating random strings from regular expressions.

WWW: https://github.com/zach-klippenstein/goregen

Number of commits found: 3