Import of pkgsrc-2015Q3
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.6 2015/03/06 21:03:20 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2015/08/18 07:31:17 wiz Exp $
|
||||
|
||||
FISHVER= 2.1.2
|
||||
DISTNAME= fish-${FISHVER}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://fishshell.com/files/${FISHVER}/
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.31 2015/04/30 13:32:59 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2015/07/13 04:41:52 bsiegert Exp $
|
||||
|
||||
DISTNAME= mksh-R50f
|
||||
DISTNAME= mksh-R51
|
||||
PKGNAME= ${DISTNAME:S/-R/-/}
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
$NetBSD: distinfo,v 1.27 2015/04/30 13:32:59 wen Exp $
|
||||
$NetBSD: distinfo,v 1.28 2015/07/13 04:41:52 bsiegert Exp $
|
||||
|
||||
SHA1 (mksh-R50f.tgz) = 0dca39e7c9cc25cf400a5f7e6d6fc629e4f5e7ce
|
||||
RMD160 (mksh-R50f.tgz) = e0de1dd07e6ca02830407b9db43de8f5c98d800f
|
||||
Size (mksh-R50f.tgz) = 377797 bytes
|
||||
SHA1 (patch-mksh.1) = 6bf9ab1c8d6c5202f4ae906798eb3ffcfb915b90
|
||||
SHA1 (mksh-R51.tgz) = c488fa2b74e282edf069f4eff4878ce857c5d688
|
||||
RMD160 (mksh-R51.tgz) = 11ad9db9b2f528b8bfd9c4600e68bd016064c9df
|
||||
Size (mksh-R51.tgz) = 382169 bytes
|
||||
SHA1 (patch-mksh.1) = 9f121adf7b8de13878ffed56b0958c7816075b2a
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-mksh.1,v 1.8 2015/04/30 13:32:59 wen Exp $
|
||||
$NetBSD: patch-mksh.1,v 1.9 2015/07/13 04:41:52 bsiegert Exp $
|
||||
|
||||
Kill the .Dt override and restore installation a normal man page.
|
||||
--- mksh.1.orig 2015-04-30 21:14:33.000000000 +0000
|
||||
@@ -21,8 +21,8 @@ Kill the .Dt override and restore installation a normal man page.
|
||||
.\" with -mandoc, it might implement .Mx itself, but we want to
|
||||
.\" use our own definition. And .Dd must come *first*, always.
|
||||
.\"
|
||||
-.Dd $Mdocdate: April 12 2015 $
|
||||
+.Dd April 12 2015 $
|
||||
-.Dd $Mdocdate: July 10 2015 $
|
||||
+.Dd July 10 2015 $
|
||||
.\"
|
||||
.\" Check which macro package we use, and do other -mdoc setup.
|
||||
.\"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:56 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2015/09/07 06:43:48 dsainty Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pdksh-5.2.14
|
||||
PKGREVISION= 5
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \
|
||||
http://gd.tuwien.ac.at/utils/shells/pdksh/ \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $NetBSD: table.h,v 1.2 2008/05/31 16:47:37 tnn Exp $ */
|
||||
/* $NetBSD: table.h,v 1.3 2015/09/07 06:43:48 dsainty Exp $ */
|
||||
|
||||
/*
|
||||
* generic hashed associative table for commands and variables.
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
struct table {
|
||||
Area *areap; /* area to allocate entries */
|
||||
short size, nfree; /* hash size (always 2^^n), free entries */
|
||||
int size, nfree; /* hash size (always 2^^n), free entries */
|
||||
struct tbl **tbls; /* hashed table items */
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.27 2015/06/12 10:51:11 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2015/07/12 18:56:29 wiz Exp $
|
||||
|
||||
DISTNAME= psh-1.8
|
||||
PKGNAME= perlsh-1.8
|
||||
@@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/psh/
|
||||
COMMENT= The Perl Shell
|
||||
|
||||
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
|
||||
DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine
|
||||
#DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine
|
||||
DEPENDS+= p5-BSD-Resource>=1.15:../../devel/p5-BSD-Resource
|
||||
|
||||
PKG_SHELL= bin/psh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.25 2015/03/15 18:32:12 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2015/09/03 15:58:22 sevan Exp $
|
||||
#
|
||||
|
||||
# FIXME: This is because of PREFIX=/ below.
|
||||
@@ -15,6 +15,12 @@ PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
|
||||
# anyone wants.
|
||||
ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* SunOS-*-*
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OS_VARIANT} == "OmniOS"
|
||||
NOT_FOR_PLATFORM+= SunOS-*-*
|
||||
.endif
|
||||
|
||||
.include "../../shells/tcsh/Makefile"
|
||||
|
||||
INSTALLATION_DIRS+= usr/share/man/man1
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.79 2015/05/22 08:03:43 kim Exp $
|
||||
# $NetBSD: Makefile,v 1.80 2015/09/09 22:04:55 kim Exp $
|
||||
|
||||
DISTNAME= tcsh-6.19.00
|
||||
#PKGREVISION= 0
|
||||
@@ -6,7 +6,7 @@ CATEGORIES= shells
|
||||
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/
|
||||
|
||||
MAINTAINER= kim@NetBSD.org
|
||||
MAINTAINER= kimmo@suominen.com
|
||||
HOMEPAGE= http://www.tcsh.org/
|
||||
COMMENT= Extended C-shell with many useful features
|
||||
LICENSE= original-bsd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.23 2015/06/12 10:51:11 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:29 wiz Exp $
|
||||
|
||||
DISTNAME= XML-XSH-1.8.2
|
||||
PKGNAME= ${DISTNAME:S/XML-XSH/xsh/}
|
||||
@@ -11,7 +11,7 @@ HOMEPAGE= http://xsh.sourceforge.net/
|
||||
COMMENT= XML Editing Shell
|
||||
|
||||
DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
|
||||
DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine
|
||||
#DEPENDS+= {perl>=5.17.10,p5-Term-ReadLine>=1.12}:../../devel/p5-Term-ReadLine
|
||||
DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML
|
||||
DEPENDS+= p5-XML-LibXML-Iterator-[0-9]*:../../textproc/p5-XML-LibXML-Iterator
|
||||
DEPENDS+= p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# $NetBSD: Makefile,v 1.69 2015/06/13 12:57:28 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.72 2015/09/02 10:54:29 szptvlfn Exp $
|
||||
|
||||
.include "../../shells/zsh/Makefile.common"
|
||||
|
||||
ZSH_VERSION= 5.0.8
|
||||
ZSH_VERSION= 5.1
|
||||
ZSH_MAINTAINER= uebayasi@NetBSD.org
|
||||
|
||||
CONFIGURE_ARGS+= --disable-gdbm
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
# $NetBSD: Makefile.common,v 1.75 2015/06/04 15:08:14 ryoon Exp $
|
||||
# $NetBSD: Makefile.common,v 1.78 2015/09/07 12:02:06 jperkin Exp $
|
||||
# used by shells/zsh/Makefile
|
||||
# used by shells/zsh-current/Makefile
|
||||
|
||||
DISTNAME= zsh-${ZSH_VERSION}
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= ${ZSH_MAINTAINER}
|
||||
HOMEPAGE= http://zsh.sourceforge.net/
|
||||
@@ -22,11 +21,6 @@ TEXINFO_REQD= 4.0
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "Darwin"
|
||||
#CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_LIB:Q}
|
||||
INSTALL_UNSTRIPPED= yes
|
||||
.endif
|
||||
|
||||
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) && ${OPSYS} == "NetBSD"
|
||||
# These can't be detected automagically in cross-builds.
|
||||
CONFIGURE_ENV+= zsh_cv_shared_environ=yes
|
||||
@@ -127,6 +121,13 @@ PLIST.dynamic= yes
|
||||
|
||||
.undef MANZ
|
||||
|
||||
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Interix"
|
||||
do-patch:
|
||||
# $ sha1 files/patch-ac
|
||||
# SHA1 (files/patch-ac) = 0ef6928bbb277dfbcd8aff4f6fde9bdf1c3de483
|
||||
${PATCH} -d ${WRKSRC} -i ${FILESDIR}/patch-ac
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
cd ${WRKSRC}/Completion; ${FIND} . -name \*.orig -exec ${RM} \{\} \;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.31 2015/06/13 12:57:28 ryoon Exp $
|
||||
@comment $NetBSD: PLIST,v 1.32 2015/09/02 10:54:29 szptvlfn Exp $
|
||||
bin/zsh
|
||||
bin/${PKGNAME}
|
||||
info/zsh.info
|
||||
@@ -136,6 +136,7 @@ share/zsh/${PKGVERSION}/functions/_bash_completions
|
||||
share/zsh/${PKGVERSION}/functions/_baz
|
||||
share/zsh/${PKGVERSION}/functions/_be_name
|
||||
share/zsh/${PKGVERSION}/functions/_beadm
|
||||
share/zsh/${PKGVERSION}/functions/_beep
|
||||
share/zsh/${PKGVERSION}/functions/_bind_addresses
|
||||
share/zsh/${PKGVERSION}/functions/_bindkey
|
||||
share/zsh/${PKGVERSION}/functions/_bison
|
||||
@@ -182,6 +183,7 @@ share/zsh/${PKGVERSION}/functions/_comm
|
||||
share/zsh/${PKGVERSION}/functions/_command
|
||||
share/zsh/${PKGVERSION}/functions/_command_names
|
||||
share/zsh/${PKGVERSION}/functions/_comp_locale
|
||||
share/zsh/${PKGVERSION}/functions/_compadd
|
||||
share/zsh/${PKGVERSION}/functions/_compdef
|
||||
share/zsh/${PKGVERSION}/functions/_complete
|
||||
share/zsh/${PKGVERSION}/functions/_complete_debug
|
||||
@@ -214,6 +216,8 @@ share/zsh/${PKGVERSION}/functions/_cygstart
|
||||
share/zsh/${PKGVERSION}/functions/_dak
|
||||
share/zsh/${PKGVERSION}/functions/_darcs
|
||||
share/zsh/${PKGVERSION}/functions/_date
|
||||
share/zsh/${PKGVERSION}/functions/_date_formats
|
||||
share/zsh/${PKGVERSION}/functions/_dates
|
||||
share/zsh/${PKGVERSION}/functions/_dbus
|
||||
share/zsh/${PKGVERSION}/functions/_dchroot
|
||||
share/zsh/${PKGVERSION}/functions/_dchroot-dsa
|
||||
@@ -223,6 +227,7 @@ share/zsh/${PKGVERSION}/functions/_dd
|
||||
share/zsh/${PKGVERSION}/functions/_deb_architectures
|
||||
share/zsh/${PKGVERSION}/functions/_deb_packages
|
||||
share/zsh/${PKGVERSION}/functions/_debchange
|
||||
share/zsh/${PKGVERSION}/functions/_debcheckout
|
||||
share/zsh/${PKGVERSION}/functions/_debdiff
|
||||
share/zsh/${PKGVERSION}/functions/_debfoster
|
||||
share/zsh/${PKGVERSION}/functions/_debsign
|
||||
@@ -250,6 +255,7 @@ share/zsh/${PKGVERSION}/functions/_django
|
||||
share/zsh/${PKGVERSION}/functions/_dladm
|
||||
share/zsh/${PKGVERSION}/functions/_dlocate
|
||||
share/zsh/${PKGVERSION}/functions/_dmidecode
|
||||
share/zsh/${PKGVERSION}/functions/_dnf
|
||||
share/zsh/${PKGVERSION}/functions/_domains
|
||||
share/zsh/${PKGVERSION}/functions/_dpatch-edit-patch
|
||||
share/zsh/${PKGVERSION}/functions/_dpkg
|
||||
@@ -513,6 +519,7 @@ share/zsh/${PKGVERSION}/functions/_pack
|
||||
share/zsh/${PKGVERSION}/functions/_parameter
|
||||
share/zsh/${PKGVERSION}/functions/_parameters
|
||||
share/zsh/${PKGVERSION}/functions/_patch
|
||||
share/zsh/${PKGVERSION}/functions/_patchutils
|
||||
share/zsh/${PKGVERSION}/functions/_path_commands
|
||||
share/zsh/${PKGVERSION}/functions/_path_files
|
||||
share/zsh/${PKGVERSION}/functions/_pax
|
||||
@@ -649,6 +656,7 @@ share/zsh/${PKGVERSION}/functions/_stat
|
||||
share/zsh/${PKGVERSION}/functions/_stgit
|
||||
share/zsh/${PKGVERSION}/functions/_store_cache
|
||||
share/zsh/${PKGVERSION}/functions/_strace
|
||||
share/zsh/${PKGVERSION}/functions/_strftime
|
||||
share/zsh/${PKGVERSION}/functions/_strip
|
||||
share/zsh/${PKGVERSION}/functions/_stty
|
||||
share/zsh/${PKGVERSION}/functions/_su
|
||||
@@ -666,6 +674,7 @@ share/zsh/${PKGVERSION}/functions/_svcs_fmri
|
||||
share/zsh/${PKGVERSION}/functions/_svn-buildpackage
|
||||
share/zsh/${PKGVERSION}/functions/_sysctl
|
||||
share/zsh/${PKGVERSION}/functions/_sysstat
|
||||
share/zsh/${PKGVERSION}/functions/_systat
|
||||
share/zsh/${PKGVERSION}/functions/_system_profiler
|
||||
share/zsh/${PKGVERSION}/functions/_systemd
|
||||
share/zsh/${PKGVERSION}/functions/_tags
|
||||
@@ -699,6 +708,7 @@ share/zsh/${PKGVERSION}/functions/_tracepath
|
||||
share/zsh/${PKGVERSION}/functions/_trap
|
||||
share/zsh/${PKGVERSION}/functions/_tree
|
||||
share/zsh/${PKGVERSION}/functions/_ttyctl
|
||||
share/zsh/${PKGVERSION}/functions/_ttys
|
||||
share/zsh/${PKGVERSION}/functions/_tune2fs
|
||||
share/zsh/${PKGVERSION}/functions/_twidge
|
||||
share/zsh/${PKGVERSION}/functions/_twisted
|
||||
@@ -733,6 +743,7 @@ share/zsh/${PKGVERSION}/functions/_vars
|
||||
share/zsh/${PKGVERSION}/functions/_vcsh
|
||||
share/zsh/${PKGVERSION}/functions/_vim
|
||||
share/zsh/${PKGVERSION}/functions/_vim-addons
|
||||
share/zsh/${PKGVERSION}/functions/_vmstat
|
||||
share/zsh/${PKGVERSION}/functions/_vnc
|
||||
share/zsh/${PKGVERSION}/functions/_volume_groups
|
||||
share/zsh/${PKGVERSION}/functions/_vorbis
|
||||
@@ -745,6 +756,8 @@ share/zsh/${PKGVERSION}/functions/_wajig
|
||||
share/zsh/${PKGVERSION}/functions/_wakeup_capable_devices
|
||||
share/zsh/${PKGVERSION}/functions/_wanna-build
|
||||
share/zsh/${PKGVERSION}/functions/_wanted
|
||||
share/zsh/${PKGVERSION}/functions/_watch
|
||||
share/zsh/${PKGVERSION}/functions/_watch-snoop
|
||||
share/zsh/${PKGVERSION}/functions/_wc
|
||||
share/zsh/${PKGVERSION}/functions/_webbrowser
|
||||
share/zsh/${PKGVERSION}/functions/_wget
|
||||
@@ -834,6 +847,7 @@ share/zsh/${PKGVERSION}/functions/backward-kill-word-match
|
||||
share/zsh/${PKGVERSION}/functions/backward-word-match
|
||||
share/zsh/${PKGVERSION}/functions/bashcompinit
|
||||
share/zsh/${PKGVERSION}/functions/before
|
||||
share/zsh/${PKGVERSION}/functions/bracketed-paste-magic
|
||||
share/zsh/${PKGVERSION}/functions/calendar
|
||||
share/zsh/${PKGVERSION}/functions/calendar_add
|
||||
share/zsh/${PKGVERSION}/functions/calendar_edit
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.52 2015/06/13 12:57:28 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.54 2015/09/02 10:54:29 szptvlfn Exp $
|
||||
|
||||
SHA1 (zsh-5.0.8.tar.bz2) = e15e00bd4b80e96e87301bf682d86fdf56929989
|
||||
RMD160 (zsh-5.0.8.tar.bz2) = 2c831d5dee22d79b6e2fd6ad7b8392c1d201f017
|
||||
Size (zsh-5.0.8.tar.bz2) = 3250542 bytes
|
||||
SHA1 (patch-Src_builtin.c) = 500ad7e79c38ba35055e39c3879e8d72f2f4a59d
|
||||
SHA1 (patch-Test_B03print.ztst) = 5e534fbacf1648faa6deeaae8af57f37498a98c4
|
||||
SHA1 (patch-ac) = 75c1b9e56858289adf9f1d9c58d2319bb6df7abc
|
||||
SHA1 (zsh-5.1.tar.xz) = 5461213760341a9010a90cd7a3c48e27804879b0
|
||||
RMD160 (zsh-5.1.tar.xz) = 3d66abaad114be7d90969f8f1bd4a90b3b3d0f22
|
||||
Size (zsh-5.1.tar.xz) = 2785404 bytes
|
||||
SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2
|
||||
SHA1 (patch-configure.ac) = e34bbae6385442b51a7263b22681898203d0c013
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: patch-ac,v 1.31 2015/03/19 12:34:37 jperkin Exp $
|
||||
$NetBSD: patch-ac,v 1.1 2015/09/02 10:54:29 szptvlfn Exp $
|
||||
|
||||
First chunk:
|
||||
Don't use _POSIX_C_SOURCE on SunOS with c99.
|
||||
@@ -1,15 +0,0 @@
|
||||
$NetBSD: patch-Src_builtin.c,v 1.1 2015/06/13 12:57:28 ryoon Exp $
|
||||
|
||||
https://sourceforge.net/p/zsh/code/ci/ac26fafa03c30e8c79e4bd70bdbb68d025643ee7/
|
||||
|
||||
--- Src/builtin.c.orig 2015-05-31 15:39:40.000000000 +0000
|
||||
+++ Src/builtin.c
|
||||
@@ -4461,7 +4461,7 @@ bin_print(char *name, char **args, Optio
|
||||
lleft -= chars;
|
||||
ptr += chars;
|
||||
}
|
||||
- if (width > 0 && flags[2]) width = -width;
|
||||
+ if (width > 0 && flags[3]) width = -width;
|
||||
if (width > 0 && lchars < width)
|
||||
count += fprintf(fout, "%*c", width - lchars, ' ');
|
||||
count += fwrite(b, 1, lbytes, fout);
|
||||
@@ -1,24 +0,0 @@
|
||||
$NetBSD: patch-Test_B03print.ztst,v 1.1 2015/06/13 12:57:28 ryoon Exp $
|
||||
|
||||
https://sourceforge.net/p/zsh/code/ci/ac26fafa03c30e8c79e4bd70bdbb68d025643ee7/
|
||||
|
||||
--- Test/B03print.ztst.orig 2014-12-13 23:55:54.000000000 +0000
|
||||
+++ Test/B03print.ztst
|
||||
@@ -169,11 +169,15 @@
|
||||
0:%n count zeroed on format reuse
|
||||
>1
|
||||
|
||||
-# this may fill spec string with '%0+- #*.*lld\0' - 13 characters
|
||||
- printf '%1$0+- #-08.5dx\n' 123
|
||||
+# this may fill spec string with '%0'+- #*.*lld\0' - 14 characters
|
||||
+ printf '%1$0'"'+- #-08.5dx\n" 123
|
||||
0:maximal length format specification
|
||||
>+00123 x
|
||||
|
||||
+ printf "x:%-20s:y\n" fubar
|
||||
+0:left-justification of string
|
||||
+>x:fubar :y
|
||||
+
|
||||
printf '%*smorning\n' -5 good
|
||||
0:negative width specified
|
||||
>good morning
|
||||
Reference in New Issue
Block a user