Commit graph

1744 commits

Author SHA1 Message Date
Gleb Popov
98ae1eaf36 lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.
As usual, it is recommended to rebuild or reinstall all the
dependent ports and the lang/ghc port itself in one of the following
ways:

# portmaster -w -r ghc
  or
# portupgrade -fr lang/ghc

In case of pkg(8), it is probably safer to remove all the GHC-dependent
packages along with GHC and reinstall everything from scratch.  For
example:

# pkg query "%ro" ghc > ghc-pkgs.txt
# pkg delete -y lang/ghc

In ghc-pkgs.txt, check and remove all the packages that have been moved
on the update, then use this command:

# pkg install -y `cat ghc-pkgs.txt`

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16038
2018-06-30 09:57:59 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Tobias Kortkamp
8e41b33ef0 New port: shells/zsh-antigen
Antigen is a small set of functions that help you easily manage
your Z shell (zsh) plugins, called bundles.  The concept is pretty
much the same as bundles in a typical vim+pathogen setup.  Antigen
is to zsh, what Vundle is to vim.

WWW: https://github.com/zsh-users/antigen

PR:		217706
Submitted by:	Victor <gudfitz@gmail.com>
2018-06-18 04:59:40 +00:00
Sunpoet Po-Chuan Hsieh
f578dd2eba Add FREEBSD option (enabled by default)
- Update pkg-descr
- Bump PORTREVISION for package change

FreeBSD-specific bash completions are provided by 0mp@.
2018-06-05 19:06:06 +00:00
Carlos J. Puga Medina
e80f39316a New port shells/bicon
BiCon, short for Bidirectional-Console, is a tool which allows the usage
of Arabic on Linux/Unix consoles or terminal emulators with basic Unicode
rendering support, like gnome-terminal, xterm, or PuTTY.

WWW: https://www.arabeyes.org/Bicon
2018-06-03 00:21:47 +00:00
Emanuel Haupt
995181be7c - Update to 4.4.23
- Pass -Wl,-export-dynamic to LDFLAGS instead of CFLAGS in order to avoid warning:
  cc: warning: -Wl,-export-dynamic: 'linker' input unused [-Wunused-command-line-argument]
2018-06-02 07:08:16 +00:00
Akinori MUSHA
70bb38ac7e Update to 3.01g 2018-06-02 06:05:16 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Tobias C. Berner
fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest

Thanks a lot to arrowd for doing all the heavy lifting :)

PR:		227968
Exp-run by:	antoine
Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D15005
2018-05-25 21:44:12 +00:00
Alexey Dokuchaev
a6fd5a21c8 Remove redundant PKGMESSAGE assignment, which is set appropriately
by the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 17:13:42 +00:00
Kirill Ponomarev
f19f984844 Update to 2.1.4
PR:		227969
Submitted by:	maintainer
2018-05-04 17:33:47 +00:00
Baptiste Daroussin
46aa5e2216 Update to 5.5.1 2018-04-17 15:15:13 +00:00
Baptiste Daroussin
ef403b13f3 Update to zsh 5.5
Patch broken linux completion so that zcompile can actually compile it
Remove now useless patch for libarchive
2018-04-10 11:45:46 +00:00
Tobias Kortkamp
a2cf3554f2 shells/oksh: Update to 20180401
This release matches the version of bin/ksh shipped with OpenBSD 6.3

PR:		227311
Submitted by:	bcallah@openbsd.org (maintainer)
MFH:		2018Q2
2018-04-06 03:58:41 +00:00
Sunpoet Po-Chuan Hsieh
8a567d7b76 Add PORTSCOUT 2018-04-05 19:12:10 +00:00
Sunpoet Po-Chuan Hsieh
493bb6ffaa Support bash-static users
- Add BASH_SHARED and BASH_STATIC options

Requested by:	Melissa Pilgrim <heliosyne@gmail.com>
2018-03-24 21:10:54 +00:00
Sunpoet Po-Chuan Hsieh
393f3a006d Update to 2.8
Changes:	https://github.com/scop/bash-completion/blob/master/CHANGES
2018-03-18 11:26:58 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Kirill Ponomarev
f46c730b41 Add new port shells/envy
Envy is a shell helper program that automatically sets environment
variables when you enter certain directories, and properly undoes
its actions when you leave them.

Envy can be used to replace the shell integration part of tools like
pyenv, nvm and asdf. It sets environment variables with the root of
the current git repository and the active branch without executing
git, which you can use to customize your shell prompt. It also loads
custom environment variables from local .envy files.
2018-03-06 19:10:08 +00:00
Dmitry Marakasov
592dc5a1df - Add LICENSE
- norach
- Update WWW
2018-02-25 09:03:01 +00:00
Rene Ladan
4b856bf8d4 Return pawel@'s ports to the pool after he resigned.
With hat:	portmgr
2018-02-24 22:35:18 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Sunpoet Po-Chuan Hsieh
8209bb1e1c Mark BROKEN_armv6 and BROKEN_armv7
BROKEN_armv6 was removed in r444870 by accident.
And Mark Linimon mentioned same error on armv7.

Notified by:	linimon
Reference:	http://beefy8.nyi.freebsd.org/data/head-armv6-default/p461852_s329284/logs/errors/bash-completion-2.7,1.log
2018-02-19 10:29:58 +00:00
Emanuel Haupt
2e0f57ae91 - Update to patchlevel 19
- Simplify MASTER_SITES [1]

Submitted by:	gerald (via mail) [1]
2018-02-10 08:31:00 +00:00
Tobias C. Berner
932e6dc413 Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.

Big thanks to Gleb for working on this.

PR:		225185
Submitted by:	Gleb Popov <6yearold@gmail.com>
Exp-run by:	antoine
Reviewed by:	pgj
Differential Revision:	https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Rene Ladan
0c387f0d99 Remove expired ports:
2018-01-27 emulators/raine: Broken for more than 6 months
2018-01-27 mail/libmapi: Broken for more than 6 months
2018-01-27 www/lessc: Broken for more than 6 months
2018-01-27 www/uglifyjs: Broken for more than 6 months
2018-01-27 www/py-octoprint: Broken for more than 6 months
2018-01-27 www/xpi-noscript: Broken for more than 6 months
2018-01-27 www/npm-less-plugin-clean-css: Broken for more than 6 months
2018-01-27 www/caudium14: Depends on expiring lang/pike78
2018-01-27 www/hinventory-client: Broken for more than 6 months
2018-01-27 security/tclgpg: Broken for more than 6 months
2018-01-27 security/pond: Broken for more than 6 months
2018-01-27 security/mdcrack: Broken for more than 6 months
2018-01-27 devel/npm-commander: Broken for more than 6 months
2018-01-27 devel/py-protocols-devel: Broken for more than 6 months
2018-01-27 devel/py-InlineEgg: Broken for more than 6 months
2018-01-27 devel/npm-amdefine: Broken for more than 6 months
2018-01-27 devel/npm-source-map: Broken for more than 6 months
2018-01-27 devel/libical-glib: Broken for more than 6 months
2018-01-27 devel/npm-graceful-readlink: Broken for more than 6 months
2018-01-27 devel/npm-clean-css: Broken for more than 6 months
2018-01-27 devel/py-ruledispatch: Depends on expiring devel/py-protocols-devel
2018-01-27 games/balazarbrothers: Broken for more than 6 months
2018-01-27 games/libretro-cores: Broken for more than 6 months
2018-01-27 games/gish-demo: Broken for more than 6 months
2018-01-27 games/cheech: Broken for more than 6 months
2018-01-27 audio/mbrolavox: Broken for more than 6 months
2018-01-27 audio/linux-mbrola: Depends on expiring audio/mbrolavox
2018-01-27 audio/gigedit: Broken for more than 6 months
2018-01-27 audio/gnomoradio: Broken for more than 6 months
2018-01-27 math/asir2000: Broken for more than 6 months
2018-01-27 multimedia/librespot: Broken for more than 6 months
2018-01-27 multimedia/bombono: Broken for more than 6 months
2018-01-27 lang/gcl: Broken for more than 6 months
2018-01-27 lang/pike78: Broken for more than 6 months
2018-01-27 shells/ambit: Broken for more than 6 months
2018-01-28 01:39:12 +00:00
Alan Somers
fc7345d31f shells/fish: fix the build with Clang-6.0
Clang-6.0 on FreeBSD 12 doesn't define __cpp_lib_make_unique.  Patch fish to
key off of the value of __cplusplus instead.

PR:		225456
Reported by:	pkg-fallout
Reviewed by:	jbeich, dim
Differential Revision:	https://reviews.freebsd.org/D14058
2018-01-27 18:06:19 +00:00
Tobias Kortkamp
86431e1c3c New port: shells/oksh
oksh is the portable version of the OpenBSD Korn shell, a continuation
of the Public Domain Korn Shell (PDKSH).  Its command language is a
superset of the sh(1) shell language.  oksh is best known as the
default user shell and /bin/sh on OpenBSD.

WWW: https://devio.us/~bcallah/oksh/

PR:		225097
Submitted by:	Brian Callahan <bcallah@openbsd.org>
2018-01-12 07:47:30 +00:00
Kirill Ponomarev
f2bf703bec Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
2018-01-07 18:54:47 +00:00
Sunpoet Po-Chuan Hsieh
f1104f7554 Update {BUILD,RUN}_DEPENDS: remove deprecated p5-Test-Block
- While I'm here:
  - Move test-only dependencies to TEST_DEPENDS
  - Sort TEST_DEPENDS
- Bump PORTREVISION for dependency change
2018-01-06 05:33:56 +00:00
Sunpoet Po-Chuan Hsieh
0677f42ebc Add LICENSE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2017-12-31 22:23:43 +00:00
Antoine Brodin
3a678350fb Deprecate ports broken for more than 6 months 2017-12-27 09:30:47 +00:00
Alexey Dokuchaev
c7cf256e38 Remove BROKEN_sparc64 statement which was originally added in r397891 by
linimon@ two years ago.  It now builds and runs just fine on 10.4-STABLE
running under QEMU 2.9.0.
2017-12-18 04:13:13 +00:00
Alan Somers
1fe1ac1753 shells/fish: fix 2.7.0 build for arm and arm64
PR:		224254
Reported by:	marcel@herrbischoff.com
Sponsored by:	Spectra Logic Corp
2017-12-12 18:17:40 +00:00
Alan Somers
43547a5431 shells/fish: Upgrade to 2.7.0
Sponsored by:	Spectra Logic Corp
2017-12-11 17:39:19 +00:00
Alan Somers
0b54608fa9 comms/mlan3 shells/fish: annotate conflicts
They both install /usr/local/bin/fish

PR:		222777
Reported by:	http://pkgtool.osorio.me/conflicts/
Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (mlan3 maintainer)
Differential Revision:	https://reviews.freebsd.org/D13318
2017-12-04 16:59:19 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Danilo G. Baio
f7de176252 shells/xonsh: Update to 0.6.0
Changes:	https://github.com/xonsh/xonsh/releases/tag/0.6.0

PR:		223823
Submitted by:	Roberto Fernandez Cueto <roberfern@gmail.com> (maintainer)
2017-11-23 22:13:33 +00:00
Pawel Pekala
269f5875d8 Update to version 6.0.1 2017-11-02 17:26:23 +00:00
Emanuel Haupt
83b393bb52 Provide an option to enable system-wide rc files.
This enables:

  - System-wide .bashrc file for interactive shells
    ${PREFIX}/etc/bash.bashrc

  - System-wide .bash_logout for login shells
    ${PREFIX}/etc/bash.bash_logout

PR:		222973
Submitted by:	ilyushkeane@gmail.com
2017-10-29 11:37:06 +00:00
Baptiste Daroussin
0231318963 Fix diff -u completion
PR:		222420
Submitted by:	cy
2017-10-02 11:06:33 +00:00
Matthew Seaman
a99b06d58b xonsh is a Python-ish, BASHwards-looking shell language and command prompt.
The language is a superset of Python 3.4+ with additional shell primitives.
xonsh (pronounced conch) is meant for the daily use of experts and novices
alike.

WWW: http://xon.sh

PR:		220596
Submitted by:	roberfern@gmail.com
2017-09-22 14:57:41 +00:00
Thomas Zander
478ac7b504 Update to upstream version R56b
PR:		221980
Submitted by:	duchateau.olivier@gmail.com
Approved by:	schaiba@gmail.com (maintainer)
MFH:		2017Q3
2017-09-10 15:16:03 +00:00
Bryan Drewery
27fe5081c8 Update to 0.5.9.1
PR:		216887
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2017-09-08 17:55:37 +00:00
Alan Somers
3003a867b8 shells/fish: Upgrade to 2.6.0
PR:		220068
2017-09-07 04:58:25 +00:00
Baptiste Daroussin
b48b7be696 Update to 5.4.2 2017-08-31 09:04:03 +00:00
Dmitry Marakasov
8f5f8cbafd - Fix LICENSE_PERMS
PR:		221374
Approved by:	portmgr blanket
2017-08-22 17:42:39 +00:00
Steve Wills
39fac95cdb shells/mksh: Update to R56
PR:		221374
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:	schaiba@gmail.com (maintainer)
2017-08-17 17:13:54 +00:00
Baptiste Daroussin
687975d2f0 Due to some timestamp issue zsh may need autoheader at build time
Let's renegerate the autotools part to be safe

Reported by:	jrm
2017-08-10 12:59:04 +00:00
Baptiste Daroussin
c377bbb4c7 Update to 5.4.1 2017-08-10 11:20:33 +00:00