Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/devserver/userland-software/misc.sls b/roles/devserver/userland-software/misc.sls
index 697c0af..d244c0d 100644
--- a/roles/devserver/userland-software/misc.sls
+++ b/roles/devserver/userland-software/misc.sls
@@ -1,97 +1,105 @@
# -------------------------------------------------------------
# Salt — Provision dev software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-10-20
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import packages, packages_prefixes with context %}
devserver_software_misc_vcs:
pkg:
- installed
- pkgs:
# VCS
- cvs
- fossil
- subversion
# Bridges
- cvs2svn
- {{ packages_prefixes.python2 }}hg-git
devserver_software_misc_media:
pkg:
- installed
- pkgs:
- ffmpeg2theora
- opencore-amr
- opus
- speex
- speexdsp
- x265
devserver_software_misc_text_processing:
pkg:
- installed
- pkgs:
- antiword
- odt2txt
- texlive-full
devserver_software_misc_security:
pkg:
- installed
- pkgs:
- aescrypt
- pwgen
- vault
devserver_software_misc_tools:
pkg:
- installed
- pkgs:
- boxes
- cursive
- fusefs-s3fs
- gist
- p7zip
- primegen
- rsync
- unix2dos
{% if grains['os'] == 'FreeBSD' %}
- gawk
{% endif %}
{% if grains['os'] == 'FreeBSD' %}
devserver_software_misc_ports:
pkg:
- installed
- pkgs:
- ccache
- portmaster
- portshaker
- porttools
- poudriere
+ - portsearch
+
+portsearch_database:
+ cmd.run:
+ - name: portsearch -u
+ - creates: /var/db/portsearch
+ - require:
+ - pkg: devserver_software_misc_ports
/etc/make.conf:
file.managed:
- source: salt://roles/devserver/userland-software/files/make.conf
{% endif %}
devserver_software_misc_gadgets:
pkg:
- installed
- pkgs:
- asciiquarium
- binclock
- ditaa
- epte
- weatherspect
devserver_software_misc_games:
pkg:
- installed
- pkgs:
- bsdgames
- textmaze

File Metadata

Mime Type
text/x-diff
Expires
Sun, May 3, 04:50 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3672128
Default Alt Text
(2 KB)

Event Timeline