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
confman Revision controlled configuration manager
1.9.4b_2 sysutils Deleted on this many watch lists=2 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 1.9.4b_2Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2020-05-05
Ignore IGNORE: is marked as broken: unfetchable
Maintainer: ccowart@timesinks.net search for ports maintained by this maintainer
Port Added: 2009-05-07 17:40:39
Last Update: 2020-05-05 15:38:12
SVN Revision: 534093
People watching this port, also watch:: rtty, tmpreaper, sysinfo
License: not specified in port
WWW:
http://www.timesinks.net/projects/confman
Description:
confman is a configuration manager written in bash. confman uses Subversion to provide a revision-controlled environment for editing and deploying configuration files. With confman, you can easily manage configuration files for all or any subset of your machines. WWW: http://www.timesinks.net/projects/confman
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (23 items)
Collapse this list.
  1. etc/bash_completion.d/confman_completion
  2. etc/confman.conf.sample
  3. etc/defaults/confman.conf
  4. etc/defaults/recipe.template
  5. libexec/confman/abspath
  6. libexec/confman/confaudit
  7. libexec/confman/confexport
  8. libexec/confman/conflock
  9. libexec/confman/confman_precommit
  10. libexec/confman/confsync
  11. man/man5/confman.conf.5.gz
  12. man/man8/confadmin.8.gz
  13. man/man8/confaudit.8.gz
  14. man/man8/confexport.8.gz
  15. man/man8/confman.8.gz
  16. man/man8/confsync.8.gz
  17. sbin/confadmin
  18. sbin/confman
  19. share/confman/confadmindoc.sh
  20. share/confman/confmancommon.sh
  21. share/confman/confmandoc.sh
  22. share/confman/confmanlib.sh
  23. share/confman/libfiledb.sh
Collapse this list.
Dependency lines:
  • confman>0:sysutils/confman
No installation instructions:
This port has been deleted.
PKGNAME: confman
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (confman-1.9.4b.tar.gz) = 25c9ed7f3d93acdd6b7202c91af8988812856cc8c432fc4338d00ef6857daaf4 SIZE (confman-1.9.4b.tar.gz) = 91766

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. bash : shells/bash
  2. svn : devel/subversion
  3. sudo : security/sudo
  4. greadlink : sysutils/coreutils
  5. wget : ftp/wget
Runtime dependencies:
  1. bash : shells/bash
  2. svn : devel/subversion
  3. sudo : security/sudo
  4. greadlink : sysutils/coreutils
  5. wget : ftp/wget
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.timesinks.net/distfiles/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.9.4b_2
05 May 2020 15:38:12
Revision:534093Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

Adjusted for ports rescued since r534032

2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.9.4b_2
04 Apr 2020 20:51:41
Revision:530719Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
1.9.4b_2
06 Nov 2019 16:26:35
Revision:516897Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
1.9.4b_2
09 Jul 2018 08:40:18
Revision:474242Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Remove all := from BUILD_DEPENDS, here are never needed.

While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
1.9.4b_2
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.9.4b_2
31 Mar 2015 21:41:11
Revision:382874Original commit files touched by this commit
ohauer search for other commits by this committer
- change dependency from subversion16 -> subversion
  (subversion16 will be removed from the tree)
- bump PORTREVISION

PR:		196267
Submitted by:	ohauer
Approved by:	maintainer timeout
1.9.4b_1
22 Nov 2014 09:13:36
Revision:373038Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.9.4b_1
17 Jul 2014 08:57:51
Revision:362126Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
1.9.4b_1
14 May 2014 12:04:21
Revision:354040Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Support staging

PR:		189783
Submitted by:	Chris Cowart <ccowart@timesinks.net> (maintainer)
1.9.4b_1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
1.9.4b_1
21 Nov 2012 17:01:19
Revision:307619Original commit files touched by this commit
arved search for other commits by this committer
Switch dependency to subversion 1.6, as the port requires the .svn files

PR:             173485
Submitted by:   Nat Baldwin <nbaldwin@berkeley.edu>
Approved by:    maintainer
Feature safe:   yes
1.9.4b
10 Jun 2012 18:42:48
Original commit files touched by this commit
swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
1.9.4b
11 Jan 2012 07:47:20
Original commit files touched by this commit
rm search for other commits by this committer
- update to 1.9.4b

PR:             163995
Submitted by:   Benjamin Lee <ben at b1c1l1 dot com>
Approved by:    maintainer
1.9.3b_3
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.9.3b_3
15 Aug 2010 08:10:45
Original commit files touched by this commit
arved search for other commits by this committer
Add BUILD_DEPENDS

PR:             149607
Submitted by:   Benjamin Lee <ben@b1c1l1.com>
Approved by:    maintainer
1.9.3b_2
18 May 2010 04:08:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
1.9.3b_1
05 May 2010 21:52:39
Original commit files touched by this commit
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
1.9.3b
13 Nov 2009 09:42:00
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.9.3b

PR:             ports/140522
Submitted by:   Chris Cowart <ccowart@timesinks.net> (maintainer)
1.9.2b
22 Sep 2009 07:13:00
Original commit files touched by this commit
beat search for other commits by this committer
- Update to 1.9.2b
- Add missing dependency

PR:             ports/138931
Submitted by:   Chris Cowart <ccowart AT timesinks.net> (maintainer)
Feature safe:   yes
1.9.1b
07 Jul 2009 13:22:53
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 1.9.1b

PR:             136394
Submitted by:   Chris Cowart <ccowart@timesinks.net> (maintainer)
1.9.0b_2
21 Jun 2009 18:56:49
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add required dependency

PR:             135848
Submitted by:   Christopher Cowart <ccowart at timesinks dot net> (maintainer)
Patch by:       Benjamin Lee <ben at b1c1l1 dot com>
1.9.0b_1
11 May 2009 21:21:10
Original commit files touched by this commit
pav search for other commits by this committer
- "I missed an important configuration option in the original port submission."

PR:             ports/134354
Submitted by:   Chris Cowart <ccowart@timesinks.net> (maintainer)
1.9.0b
07 May 2009 17:40:06
Original commit files touched by this commit
garga search for other commits by this committer
confman is a configuration manager written in bash. confman uses Subversion to
provide a revision-controlled environment for editing and deploying
configuration files. With confman, you can easily manage configuration files
for all or any subset of your machines.

WWW: http://www.timesinks.net/projects/confman

PR:             ports/134327
Submitted by:   ccowart at timesinks.net

Number of commits found: 23