Port details |
- samdruckerclientshell Client for sending package information to SamDrucker
- 0.2.6 sysutils =2 0.2.6Version of this port present on the latest quarterly branch.
- Maintainer: dvl@FreeBSD.org
- Port Added: 2020-01-11 21:20:22
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/dlangille/SamDrucker
- Description:
- Sample client for SamDrucker, which will store lists of packages installed on
hosts.
SamDrucker is a collection of small components which create a centralized list
of all packages on all hosts.
Each component is designed to be:
* small
* simple
* easily written
* flexiable
* few, if any, dependencies
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- SamDruckerClientShell>0:sysutils/samdruckerclientshell
- To install the port:
- cd /usr/ports/sysutils/samdruckerclientshell/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/samdruckerclientshell
- pkg install SamDruckerClientShell
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: SamDruckerClientShell
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1612232563
SHA256 (dlangille-SamDrucker-0.2.6_GH0.tar.gz) = 911e6e8d5530ad60739af257902cf5abe0824d9783e52c6f3fc517df99addbfd
SIZE (dlangille-SamDrucker-0.2.6_GH0.tar.gz) = 8790
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- curl>0 : ftp/curl
- jo>0 : textproc/jo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_samdruckerclientshell
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.2.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.2.6 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
0.2.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.6 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.2.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.6 02 Feb 2021 02:28:35 |
dvl |
Upate to 0.2.6
Merely a fix to database schema DDL - no actual code changes |
0.2.5 27 Jan 2021 23:00:28 |
dvl |
Update to 0.2.5
Use freebsd-version to get the OS version
Correct some SQL errors
Use full paths
re: https://github.com/dlangille/SamDrucker/releases/tag/0.2.5 |
0.2.4_1 07 Nov 2020 02:11:14 |
dvl |
Correct the checksum. I got this wrong.
Bump PORTREVISION
Reported by: pkg-fallout |
0.2.4 06 Nov 2020 16:53:31 |
dvl |
Update to 0.2.4
re https://github.com/dlangille/SamDrucker/releases/tag/0.2.4
See UPDATING for database schema changes |
0.2.1_1 14 Jul 2020 20:51:28 |
dvl |
chmod 0640 etc/samdrucker/samdrucker.conf.sample
I was thinking of another project when I did 550
Why chmod g= ?
Because we never know what might go in there one day. |
0.2.1 14 Jul 2020 20:32:55 |
dvl |
Update to 0.2.1
Adds a configuration file to make updates easier.
Allows configuration of curl options. |
0.0.2_1 06 May 2020 13:47:02 |
dvl |
Change MAINTAINER to my @FreeBSD.org address |
0.0.2_1 12 Jan 2020 18:00:38 |
dvl |
Use PREFIX instead of hardcoded /usr/local found in samdrucker.sh |
0.0.2 12 Jan 2020 15:13:50 |
dvl |
Update to 0.0.2
* fixes url encoding issue which mangled 'pkg+http. to .pkg http'
* some comment typos fixed
In the port itself:
* patch /usr/local to %%PREFIX%% in upstream code
* use %%PREFIX%% in periodic script
* correct LICENSE_FILE |
0.0.1 12 Jan 2020 15:00:45 |
dvl |
Correct the distinfo.
My apologies
Reported by: linimon, pkg-fallout |
0.0.1 11 Jan 2020 21:20:13 |
dvl |
Add the first SamDrucker client.
SamDrucker is a collection of small components which create a centralized list
of all packages on all hosts.
samdruckerclientshell is a small client shell, installed on a host, which
submits package information to the SamDrucker host you have already
configured. |