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
contractor Desktop-wide extension service
0.3.5 sysutils 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 0.3.5Version of this port present on the latest quarterly branch.
Maintainer: duchateau.olivier@gmail.com search for ports maintained by this maintainer
Port Added: 2014-05-29 17:11:46
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv3
WWW:
https://github.com/elementary/contractor
Description:
Contractor is an extension service that allows applications to use the exposed functionnality of registered apps. This way, applications don't have to have the functions hard coded into them.
Homepage    cgit ¦ Codeberg ¦ 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 (8 items)
Collapse this list.
  1. /usr/local/share/licenses/contractor-0.3.5/catalog.mk
  2. /usr/local/share/licenses/contractor-0.3.5/LICENSE
  3. /usr/local/share/licenses/contractor-0.3.5/GPLv3
  4. bin/contractor
  5. share/dbus-1/services/org.elementary.contractor.service
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • contractor>0:sysutils/contractor
To install the port:
cd /usr/ports/sysutils/contractor/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/contractor
  • pkg install contractor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: contractor
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1626275743 SHA256 (elementary-contractor-0.3.5_GH0.tar.gz) = bebceb2e216bc4d548edc27cfafbd2d055646f42775f3434feb5f5c6e3d9976d SIZE (elementary-contractor-0.3.5_GH0.tar.gz) = 22122

Packages (timestamps in pop-ups are UTC):
contractor
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.50.3.50.3.40.3.50.3.5---
FreeBSD:13:quarterly0.3.50.3.5-0.3.50.3.50.3.50.3.50.3.5
FreeBSD:14:latest0.3.50.3.50.3.50.3.50.3.50.3.5-0.3.5
FreeBSD:14:quarterly0.3.50.3.5-0.3.50.3.50.3.50.3.50.3.5
FreeBSD:15:latest0.3.50.3.5n/a0.3.5n/a0.3.50.3.50.3.5
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. meson>=0.57.1_1 : devel/meson
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. valac : lang/vala
Library dependencies:
  1. libdbus-glib-1.so : devel/dbus-glib
  2. libgee-0.8.so : devel/libgee
  3. libintl.so : devel/gettext-runtime
  4. libglib-2.0.so : devel/glib20
  5. libintl.so : devel/gettext-runtime
This port is required by:
for Run
  1. x11-toolkits/granite
  2. x11-toolkits/granite7

Configuration Options:
No options to configure
Options name:
sysutils_contractor
USES:
gettext-runtime gnome meson pkgconfig tar:xz vala:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/elementary/contractor/tar.gz/0.3.5?dummy=/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.3.5
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.3.5
26 Aug 2022 17:02:25
commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bdcommit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bdcommit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bdcommit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
framework: switch tree to using vala.mk

PR:		249940
0.3.5
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.5
14 Jul 2021 17:19:18
commit hash: c7cc060b5dac5d3fe5d84e6e96d06be0d2a55976commit hash: c7cc060b5dac5d3fe5d84e6e96d06be0d2a55976commit hash: c7cc060b5dac5d3fe5d84e6e96d06be0d2a55976commit hash: c7cc060b5dac5d3fe5d84e6e96d06be0d2a55976 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
Author: Olivier Duchateau
sysutils/contractor: update to 0.3.5

- Update to 0.3.5
- Take maintainership
- Add patch to avoid warning during build stage

PR:		257185
0.3.4
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.
0.3.4
28 Sep 2020 05:05:25
Revision:550400Original commit files touched by this commit
tobik search for other commits by this committer
Reset MAINTAINER
0.3.4
31 Oct 2019 08:59:55
Revision:516140Original commit files touched by this commit
tobik search for other commits by this committer
Add missing USES to my ports
0.3.4
03 Jan 2019 13:41:28
Revision:489170Original commit files touched by this commit
tobik search for other commits by this committer
sysutils/contractor: Update to 0.3.4

- Take maintainership
- Update WWW

Changes:	https://github.com/elementary/contractor/releases
0.3.2
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
0.3.2
19 Mar 2017 14:02:24
Revision:436494Original commit files touched by this commit
rene search for other commits by this committer
Take in olivierd@'s commit bit on his request.

Submitted by:	olivierd@
With hat:	portmgr-secretary
0.3.2
11 Aug 2016 16:09:04
Revision:420084Original commit files touched by this commit
olivierd search for other commits by this committer
Update to 0.3.2
0.3.1_1
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
0.3.1_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
0.3.1_1
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
0.3.1
29 May 2014 17:11:39
Revision:355715Original commit files touched by this commit
olivierd search for other commits by this committer
Contractor is an extension service that allows applications to use the
exposed functionnality of registered apps. This way, applications don't have
to have the functions hard coded into them.

WWW: https://launchpad.net/contractor

Number of commits found: 16