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) combination for a given watch list. This is what FreshPorts will look for.

Port details
elixir-conform Easy release configuration for Elixir apps
2.5.2 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 2.5.2Version of this port present on the latest quarterly branch.
Maintainer: erlang@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-06-29 20:39:08
Last Update: 2022-06-28 06:32:30
Commit Hash: ab4964e
License: APACHE20 MIT
WWW:
https://github.com/bitwalker/conform
Description:
The definition of conform is "Adapt or conform oneself to new or different conditions". As this library is used to adapt your application to its deployed environment, I think it's rather fitting. It's also a play on the word configuration, and the fact that Conform uses an init-style configuration, maintained in a .conf file. Conform is a library for Elixir applications. Its original intended use is in exrm as means of providing a simplified configuration file for deployed releases, but is flexible enough to work for any use case where you want init-style configuration translated to Elixir/Erlang terms. It is inspired directly by basho/cuttlefish, and in fact uses its .conf parser. Beyond that, you can look at conform as a reduced (but growing!) implementation of cuttlefish in Elixir. WWW: https://github.com/bitwalker/conform
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (58 items)
Collapse this list.
  1. /usr/local/share/licenses/elixir-conform-2.5.2/catalog.mk
  2. /usr/local/share/licenses/elixir-conform-2.5.2/LICENSE
  3. /usr/local/share/licenses/elixir-conform-2.5.2/APACHE20
  4. /usr/local/share/licenses/elixir-conform-2.5.2/MIT
  5. lib/elixir/lib/conform/ebin/Elixir.Conform.Conf.beam
  6. lib/elixir/lib/conform/ebin/Elixir.Conform.Logger.beam
  7. lib/elixir/lib/conform/ebin/Elixir.Conform.Options.beam
  8. lib/elixir/lib/conform/ebin/Elixir.Conform.Parse.ParseError.beam
  9. lib/elixir/lib/conform/ebin/Elixir.Conform.Parse.beam
  10. lib/elixir/lib/conform/ebin/Elixir.Conform.ReleasePlugin.beam
  11. lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.Mapping.beam
  12. lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.SchemaError.beam
  13. lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.Transform.beam
  14. lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.Validator.beam
  15. lib/elixir/lib/conform/ebin/Elixir.Conform.Schema.beam
  16. lib/elixir/lib/conform/ebin/Elixir.Conform.SysConfig.beam
  17. lib/elixir/lib/conform/ebin/Elixir.Conform.Translate.TranslateError.beam
  18. lib/elixir/lib/conform/ebin/Elixir.Conform.Translate.beam
  19. lib/elixir/lib/conform/ebin/Elixir.Conform.Type.beam
  20. lib/elixir/lib/conform/ebin/Elixir.Conform.Types.Enum.beam
  21. lib/elixir/lib/conform/ebin/Elixir.Conform.Utils.Code.beam
  22. lib/elixir/lib/conform/ebin/Elixir.Conform.Utils.beam
  23. lib/elixir/lib/conform/ebin/Elixir.Conform.Validators.RangeValidator.beam
  24. lib/elixir/lib/conform/ebin/Elixir.Conform.beam
  25. lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Archive.beam
  26. lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Configure.beam
  27. lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.Effective.beam
  28. lib/elixir/lib/conform/ebin/Elixir.Mix.Tasks.Conform.New.beam
  29. lib/elixir/lib/conform/ebin/conform.app
  30. lib/elixir/lib/conform/ebin/conform_parse.beam
  31. lib/elixir/lib/conform/lib/conform.ex
  32. lib/elixir/lib/conform/lib/conform/conf.ex
  33. lib/elixir/lib/conform/lib/conform/logger.ex
  34. lib/elixir/lib/conform/lib/conform/parse.ex
  35. lib/elixir/lib/conform/lib/conform/releases/plugin.ex
  36. lib/elixir/lib/conform/lib/conform/schema.ex
  37. lib/elixir/lib/conform/lib/conform/schema/mapping.ex
  38. lib/elixir/lib/conform/lib/conform/schema/transform.ex
  39. lib/elixir/lib/conform/lib/conform/schema/validator.ex
  40. lib/elixir/lib/conform/lib/conform/sysconfig.ex
  41. lib/elixir/lib/conform/lib/conform/translate.ex
  42. lib/elixir/lib/conform/lib/conform/type.ex
  43. lib/elixir/lib/conform/lib/conform/types/enum.ex
  44. lib/elixir/lib/conform/lib/conform/utils/code.ex
  45. lib/elixir/lib/conform/lib/conform/utils/utils.ex
  46. lib/elixir/lib/conform/lib/conform/validators/range_validator.ex
  47. lib/elixir/lib/conform/lib/mix/tasks/conform.archive.ex
  48. lib/elixir/lib/conform/lib/mix/tasks/conform.configure.ex
  49. lib/elixir/lib/conform/lib/mix/tasks/conform.effective.ex
  50. lib/elixir/lib/conform/lib/mix/tasks/conform.new.ex
  51. lib/elixir/lib/conform/priv/bin/conform
  52. lib/elixir/lib/conform/priv/bin/post_configure.sh
  53. lib/elixir/lib/conform/priv/bin/post_upgrade.sh
  54. lib/elixir/lib/conform/priv/bin/pre_upgrade.sh
  55. share/doc/conform/README.md
  56. @owner
  57. @group
  58. @mode
Collapse this list.
Dependency lines:
  • elixir-conform>0:devel/elixir-conform
No installation instructions:
This port has been deleted.
PKGNAME: elixir-conform
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1504013533 SHA256 (bitwalker-conform-2.5.2_GH0.tar.gz) = a9b5004ee941e77a9472bfab720640140f296fbdf4d9ff8b7637381add09ce70 SIZE (bitwalker-conform-2.5.2_GH0.tar.gz) = 315587

Packages (timestamps in pop-ups are UTC):
elixir-conform
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest------2.5.2-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. elixir : lang/elixir
  2. erlang-neotoma>=0 : devel/erlang-neotoma
Runtime dependencies:
  1. elixir : lang/elixir
  2. erlang-neotoma>=0 : devel/erlang-neotoma
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/elixir-conform_exrm*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/elixir-conform_exrm*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for elixir-conform-2.5.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_elixir-conform
USES:
elixir
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/bitwalker/conform/tar.gz/2.5.2?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2022-06-08
    REASON: Remove expired ports. Use mix or rebar3 build tools instead

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.5.2
28 Jun 2022 06:32:30
commit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06fa files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
*/*: Remove expired erlang and elixir ports

The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.

See UPDATING and MOVED for details.

https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update

archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.5.2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.5.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.5.2
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2.5.2
08 Jun 2018 13:43:26
Revision:472000Original commit files touched by this commit
olgeni search for other commits by this committer
Transfer more Erlang ports to erlang@.
2.5.2
29 Aug 2017 13:34:42
Revision:448917Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.5.2.
2.5.0
09 Aug 2017 08:20:00
Revision:447600Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.5.0.
2.4.0
17 Jul 2017 08:42:01
Revision:446056Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.4.0.
2.3.10
15 Jul 2017 07:08:03
Revision:445851Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.3.10.
2.3.8
14 Jul 2017 18:10:25
Revision:445803Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.3.8.
2.3.7
03 Jul 2017 10:44:07
Revision:444936Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.3.7.
2.3.6_1
29 Jun 2017 09:13:55
Revision:444635Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.3.6.
2.3.4_1
23 Jun 2017 13:50:20
Revision:444180Original commit files touched by this commit
olgeni search for other commits by this committer
Fix some Erlang ports for version 20.0.
2.3.3
19 May 2017 19:02:19
Revision:441264Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.3.3.
2.3.2
28 Mar 2017 01:11:55
Revision:437093Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.3.2.
2.3.0
09 Mar 2017 19:08:24
Revision:435784Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.3.0.
2.2.2
01 Mar 2017 11:17:16
Revision:435136Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.2.2.
2.1.2
15 Dec 2016 11:54:23
Revision:428614Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.1.2.
2.1.1
28 Jul 2016 11:37:06
Revision:419214Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.1.1.
2.0.0
01 Mar 2016 19:29:23
Revision:409894Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/elixir-conform to version 2.0.0.
1.0.0.r8
08 Dec 2015 09:05:15
Revision:403255Original commit files touched by this commit
mat search for other commits by this committer
Don't use GH_TAGNAME when DISTVERSION* variables can be used.

With hat:	portmgr
Sponsored by:	Absolight
1.0.0rc8
06 Dec 2015 22:10:44
Revision:403167Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade devel/elixir-conform to version 1.0.0rc8.
1.0.0rc6
30 Nov 2015 21:04:48
Revision:402701Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade devel/elixir-conform to version 1.0.0rc6.
0.17.0
18 Aug 2015 15:01:58
Revision:394596Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 0.17.0.
0.15.0
23 Jul 2015 15:14:01
Revision:392726Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 0.15.0.
0.14.5_1
03 Jul 2015 13:59:46
Revision:391241Original commit files touched by this commit
olgeni search for other commits by this committer
Add a new USES elixir.mk (from lang/elixir/bsd.elixir.mk) and
adjust all Elixir ports.
0.14.5_1
02 Jul 2015 21:01:41
Revision:391196Original commit files touched by this commit
olgeni search for other commits by this committer
Fix include syntax to avoid using PORTSDIR (defined by bsd.port.mk).

Submitted by:	cperciva
02 Jul 2015 12:37:05
Revision:391137Original commit files touched by this commit Sanity Test Failure Refresh
olgeni search for other commits by this committer
Simplify Elixir ports using bsd.elixir.mk.
0.14.5_1
01 Jul 2015 10:13:53
Revision:391045Original commit files touched by this commit
olgeni search for other commits by this committer
PLIST_SUB is not required by these ports.
0.14.5_1
30 Jun 2015 13:48:48
Revision:390961Original commit files touched by this commit
olgeni search for other commits by this committer
Remove unnecessary USES=gmake.
0.14.5
30 Jun 2015 07:37:43
Revision:390948Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 0.14.5.
0.14.4
29 Jun 2015 20:38:56
Revision:390936Original commit files touched by this commit
olgeni search for other commits by this committer
Add devel/elixir-conform, easy release configuration for Elixir apps.

Number of commits found: 32