Commit graph

13 commits

Author SHA1 Message Date
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
nils
69f6cdcdb0 Updated sysutils/cuisine to 0.7.13.
There is no changelog from upstream, however the commit history indicates :
- In Linux too, the group can have no members ;
- package_ensure_apt() upgrades all package, not only those selected ;
- make package_ensure_pkgng() actually detects new install ;
- fixed a bug where process_find can't find processes due to
  leading spaces.
2016-07-29 07:52:36 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
nils
0965bbe17a Updated sysutils/cuisine to 0.7.11.
There is no changelog from upstream, however the commit history indicates :
- initial freebsd support ;
- Rewrote bogus `ssh_unauthorize` ;
- Always calling apt-get command twice was fixed ;
- Adding yum package remove implementation ;
- adding zypper remove ;
- adding text_replace_regex functionality ;
- better detection of "OK" end messages.
2015-11-27 14:21:26 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
gls
be25380565 Updated sysutils/cuisine to 0.7.1.
OK'd imil@

Upstream changes unknown, I've not been able to find the CHANGELOG.
2014-06-12 00:58:38 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
gls
fcc12596b9 Update sysutils/cuisine to 0.6.4.
Upstream changes are not easily found, there's no changelog apart from
Github commit changelog.
2013-08-06 18:47:23 +00:00
imil
e22fce919f Initial import of cuisine, version 0.5.8, into the NetBSD Packages Collection.
Fabric is an incredible tool to automate administration of remote machines.
As Fabric's functions are rather low-level, you'll probably quickly see a need
for more high-level functions such as add/remove users and groups,
install/upgrade packages, etc.

Cuisine is a small set of functions that sit on top of Fabric, to abstract
common administration operations such as file/dir operations, user/group
creation, package install/upgrade, making it easier to write portable
administration and deployment scripts.

Cuisine's features are:

* Small, easy to read, a single file API:
  <object>_<operation>() e.g. dir_exists(location) tells if there is a
  remote directory at the given location.
* Covers file/dir operations, user/group operations, package operations
* Text processing and template functions
* All functions are lazy: they will actually only do things when the change
  is required.
2013-04-21 21:31:34 +00:00