Commit graph

1605 commits

Author SHA1 Message Date
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Mathieu Arnold
a2262e9313 Remove unnecessary evals that do-fetch was using.
Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.

This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar

So remove escaping and quoting, and sillyness.

PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:25:29 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
1f8b48b772 - Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by:	portmgr blanket
2016-05-19 10:53:05 +00:00
Dmitry Marakasov
70e2eaabae - No need to specify master site subdirectory when it's the same as default
Approved by:	portmgr blanket
2016-05-18 14:11:33 +00:00
Adam Weinberger
f030704c55 Add shell/zsh-navigation-tools.
Set of Zsh tools with features like incremental multi-word searching,
approximate matching, ANSI coloring, themes, unique mode, horizontal
scroll and advanced history management. Selected tools provided:
    - n-history - full-screen history searcher and manager
    - n-kill - browses process list, allows quick searching and
      sending signal to selected process
    - n-panelize - loads output of given command for browsing and
      multi-word searching
    - n-cd - browses dirstack and bookmarked directories, allows to
      enter selected directory
    - n-functions - browses functions, relegates editing to vared

Written in pure Zsh, with use of curses module. Can be configured from
zshrc. Binds n-history to Ctrl-R. Provides widgets for n-cd and n-kill.

WWW: https://github.com/psprint/zsh-navigation-tools

PR:		209263
Submitted by:	Sebastian Gniazdowski
2016-05-16 16:29:44 +00:00
Baptiste Daroussin
00a96641ea Prevent collision with getline(3) 2016-05-11 20:26:38 +00:00
Ben Woods
a8f5e2ec0c Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6278
2016-05-09 20:46:48 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Adam Weinberger
26866f517f Clean up Makefile and regenerate patches.
Reorganize Makefile for clarity, and add a few comments.
While here, regenerate the patches with makepatch.

No functional changes.
2016-04-06 04:36:39 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Sunpoet Po-Chuan Hsieh
dfebead197 - Fix build on 11-CURRENT 2016-03-21 17:59:34 +00:00
Sunpoet Po-Chuan Hsieh
fb4fb60268 - Add my LOCAL to MASTER_SITES as backup
- Use do-test:
2016-03-13 14:55:49 +00:00
Olivier Duchateau
7e0ddfdd51 Update to R52c
Changelog: https://www.mirbsd.org/mksh.htm#clog
2016-03-12 10:15:43 +00:00
Pawel Pekala
d9bb440050 - Update to version 5.3.2
- Port uses ncurses
2016-02-23 18:31:34 +00:00
Dmitry Marakasov
2cc9830617 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-22 10:02:45 +00:00
John Marino
a459738171 shells/flash: document ncurses requirement (USES+=ncurses) 2016-02-03 21:50:29 +00:00
John Marino
7fec621c33 shells/fish: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-03 21:49:42 +00:00
John Marino
0f787e8129 shells/esh: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libtermap
2016-02-03 21:48:52 +00:00
Kurt Jaeger
6b61eebefe New port: shells/klish
A framework for implementing a CISCO-like CLI on a UNIX systems.

WWW: http://libcode.org/projects/klish/

PR:		206772
Submitted by:	umeno@rr.iij4u.or.jp
2016-01-31 06:55:49 +00:00
Raphael Kubo da Costa
7b72d170ba Stop installing the reptyr completion.
Import an upstream commit that installs the reptyr completion as _reptyr to
avoid conflicts with the version that reptyr itself has started shipping.

It is required for bash-completion not to conflict with sysutils/reptyr.

PR:		206541
Approved by:	adamw (maintainer)
MFH:		2016Q1
2016-01-24 16:36:21 +00:00
Olivier Duchateau
93b6120e94 Update to R52b 2016-01-24 14:34:59 +00:00
Johan van Selst
c01d51aee5 Update osh to 20160108 2016-01-16 17:23:28 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Adam Weinberger
69d974e963 Fix ncurses detection properly. Now zsh builds and packages properly with
base and ports ncurses, static or non-static.

Many thanks to bapt for showing me the magic trick here!
2015-12-24 17:50:56 +00:00
Adam Weinberger
625ae90c22 Partially revert r403755. It can't build the curses module against ncurses from
ports. It probably can, but configure is too smart to figure that out.

I have no confidence that linking against curses from ports results in a properly
working zshell. So, for now, back out the change. It will build a shared lib zsh
against ncurses from ports, but breaks statically-linked zsh's. Mark the port
as IGNORE if we're using ncurses from ports and building a static zsh.

Also, remove a regression-test target that isn't useful anymore (thanks to bapt
for the reminder about this).

I am not enthused about this change. It doesn't really "fix" the below PR, so
much as shoot ourselves in the other foot instead.

PR:	205500
2015-12-23 22:56:46 +00:00
Martin Wilke
ad50aa7679 - Update to 2.2.0
PR:		205102
Submitted by:	Randy Westlund
Approved by:	mat (mentor); maintainer timeout
Differential Revision:	D4568
2015-12-22 10:37:58 +00:00
Olivier Duchateau
62e67e7b60 Update to R52
PR:		205422
Submitted by:	<cheunghonyu@gmail.com>
2015-12-19 14:04:58 +00:00
Adam Weinberger
ab9cfed5a5 Fix static build against devel/ncurses by correcting how zsh tries to link
against the terminal libraries. No PORTREVISION bump as this shouldn't really
change the generated packages.

PR:		181720
Submitted by:	wulf@mail.mipt.ru

While here, fix a spacing nit and wrap compound commands in parens.
2015-12-15 04:02:17 +00:00
Pawel Pekala
3e06303af6 Update to version 5.3.1
Changelog:
New simplified Chinese translation of the messages.
Unicode support is by default enabled for Windows and Unix.
Automatically detect if we are in MSYS 1 or 2, and disable Unicode for MSYS 1.
2015-12-11 21:31:49 +00:00
Adam Weinberger
4e4acda59d I'll take this port. 2015-12-08 15:05:03 +00:00
Baptiste Daroussin
79c5812c13 Make zsh read again conf in /etc
Drop maintainership
2015-12-08 13:40:36 +00:00
Emanuel Haupt
c43a81c6fc The latest patch (42) has been slightly adjusted. See the following diff:
--- diff begins here ---
--- /usr/distfiles/bash.old/bash43-042	2015-08-13 21:41:06.000000000 +0200
+++ /usr/distfiles/bash/bash43-042	2015-12-01 22:57:39.000000000 +0100
@@ -27,7 +27,7 @@
 + 		lex_rwlen = 0;
   	    }
   	}
-*** ../bash-4.3-patched/parse.y	2015-05-18 19:27:05.000000000 -0400
+*** ../bash-4.3-patched/y.tab.c	2015-05-18 19:27:05.000000000 -0400
 --- y.tab.c	2015-06-29 10:59:27.000000000 -0400
 ***************
 *** 6021,6024 ****
--- diff ends here ---

Notified by:	many
2015-12-06 11:45:53 +00:00
Baptiste Daroussin
905a009ac4 We do not have yet the need for that new timestamp :) 2015-12-05 00:12:31 +00:00
Baptiste Daroussin
8642c28c93 Update to zsh 5.2
While here:
- ensure zsh looks ${PREFIX}/etc for zshrc [1]
- hook the testsuite to our test framework

PR:		201866
Submitted by:	Georgy <delycid@gmail.com>
2015-12-04 23:27:23 +00:00
Martin Wilke
b6a517c191 - Update to 2.19
PR:		        204720
Submitted by:	Ben Woods (maintainer)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4299
2015-11-30 14:54:08 +00:00
Martin Wilke
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
Renato Botelho
04bfb78d7f - Add openssh-portable dependency explicit when /usr/bin/sftp is not present
- Remove ${PORTSDIR} from depends
- Take maintainership

PR:		204779
Approved by:	gjb (maintainer)
Obtained from:	pfSense
Sponsored by:	Rubicon Communications (Netgate)
2015-11-24 15:06:49 +00:00
Sunpoet Po-Chuan Hsieh
b5f88e3da9 - Add LICENSE_FILE 2015-11-15 03:02:34 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Dmitry Marakasov
2f09a9b56e - Add empty directories to plist 2015-10-01 15:49:16 +00:00
Mark Linimon
c0b1f08afc Mark as broken on sparc64: fails to build.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 21:46:57 +00:00
Pawel Pekala
6d96b8e3fc - Update to version 5.3.0
- Use option helpers
2015-09-24 17:07:52 +00:00
Dmitry Marakasov
43eff73c3e - Switch to options helpers
Approved by:	portmgr blanket
2015-09-23 22:59:01 +00:00
Jimmy Olgeni
feb651a670 Typos, whitespace and capitalization fixes (S-X). 2015-09-20 21:12:20 +00:00
Sunpoet Po-Chuan Hsieh
5c4e82cc0a - Add NO_ARCH
- Sort PLIST
2015-09-17 17:12:30 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Baptiste Daroussin
a5cbb74d50 Update to 5.1.1 2015-09-12 00:11:06 +00:00