Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.54 2015/02/08 17:32:08 wiz Exp $
# $NetBSD: Makefile,v 1.55 2016/08/21 11:35:33 kamil Exp $
#
COMMENT= Shells
@@ -31,6 +31,7 @@ SUBDIR+= standalone-tcsh
SUBDIR+= static-ast-ksh
SUBDIR+= static-tcsh
SUBDIR+= tcsh
SUBDIR+= xonsh
SUBDIR+= xsh
SUBDIR+= zsh

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.33 2014/07/03 15:00:41 wiz Exp $
# $NetBSD: Makefile.common,v 1.34 2016/03/22 19:31:15 richard Exp $
#
# used by shells/ast-ksh/Makefile
# used by shells/static-ast-ksh/Makefile
@@ -41,6 +41,14 @@ PDKSH= /bin/ksh
KSH93_MAKEFLAGS+= CCFLAGS=-lm
.endif
.if ${OPSYS} == "SunOS"
# need c99 and _XPG6 in order to avoid patching libast/features/standards
# __EXTENSIONS__ is needed in case of __STDC__ == 1 (i.e. -std=c99 not gnu99)
# for things like mamake, ratz and some others for now.
USE_LANGUAGES+= c99
KSH93_MAKEFLAGS+= LDFLAGS=-lm CCFLAGS="-D_XPG6 -D__EXTENSIONS__"
.endif
PKG_SHELL= bin/ksh93
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
@@ -65,8 +73,11 @@ do-install:
# Part of regression test
do-test:
@cd ${WRKSRC:Q}/src/cmd/ksh93/tests && \
${SETENV} SHELL=${PREFIX:Q}/bin/ksh93 ${PREFIX:Q}/bin/ksh93 shtests
@set -e; \
arch=`${WRKSRC}/bin/package host`; \
cd ${WRKSRC:Q}/src/cmd/ksh93/tests && \
${SETENV} SHELL=${WRKSRC}/arch/"$${arch}"/bin/ksh \
${WRKSRC}/arch/"$${arch}"/bin/ksh shtests
# XXX Their 'test' target needs nmake (Korn's another tool)
# @cd ${WRKSRC}; \
# ${SETENV} SHELL=${PDKSH} ${PDKSH} ./bin/package test

View File

@@ -1,10 +1,12 @@
$NetBSD: distinfo,v 1.18 2014/11/11 15:40:37 joerg Exp $
$NetBSD: distinfo,v 1.19 2015/11/02 23:00:34 agc Exp $
SHA1 (INIT.2012-08-01.tgz) = 0b472a615db384fe707042baaa3347dc1aa1c81e
RMD160 (INIT.2012-08-01.tgz) = 48f1830bc85a26125dd986256d38be435668d445
SHA512 (INIT.2012-08-01.tgz) = 4a598e862ecaf9e5bd820f54404f3898b8f3c0fe95f4820a79565ae3c5fc973e3010b7d475dfb762ad716a3e4fb5ab9d184e20bfcec889ce742c3ff30d0233c4
Size (INIT.2012-08-01.tgz) = 377769 bytes
SHA1 (ast-ksh.2012-08-01.tgz) = 316428e9937806183a134aa1669dea40c3a73695
RMD160 (ast-ksh.2012-08-01.tgz) = 74bf4735182a6b527e3eb5c5ae6d7854ea72d78b
SHA512 (ast-ksh.2012-08-01.tgz) = 244df8c4cbcd719da24bfc6e52272488e0a06a7274725cb7490db183a021a7c035a305c2c3682b8cddc84bb14ac7f31903ef46c59ff32bcb19317b3b05fa9353
Size (ast-ksh.2012-08-01.tgz) = 2053532 bytes
SHA1 (patch-ab) = 98ec5d5e90f3f9bf45bdbd7199f85e932e07eada
SHA1 (patch-ad) = a85c7ac72c3443e4c140ee36bbc35b2a4eb42062

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.2 2015/02/08 17:40:25 wiz Exp $
$NetBSD: distinfo,v 1.3 2015/11/02 23:00:34 agc Exp $
SHA1 (autojump-22.2.4.tar.gz) = df9ff56e128efb8a8e1af574dbac9e4b3c47c1d6
RMD160 (autojump-22.2.4.tar.gz) = 761710ce83a67059a3abe771c577b111acb77245
SHA512 (autojump-22.2.4.tar.gz) = bdfca07bb57b3a2733a2085af14f23c3e980b1b00db1c90247c2341ac73f60f171bdde29dd9917aac0808d0b8f2902d48096c990e09281745a71755f5abc921c
Size (autojump-22.2.4.tar.gz) = 52724 bytes
SHA1 (patch-install.py) = b1c09b8da766861192c3097cb813461099957a4b

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.3 2013/05/10 12:01:51 imil Exp $
$NetBSD: distinfo,v 1.4 2015/11/02 23:00:34 agc Exp $
SHA1 (bash-completion-2.1.tar.gz) = fad16b1cdae2b40d6814f786990e0e50ab2d537a
RMD160 (bash-completion-2.1.tar.gz) = a2d42658f2f6a77563614a4a733c95c57bb42cfc
SHA512 (bash-completion-2.1.tar.gz) = f123b76dd14ca41d8f7f9ca50c11a4cffb5dc82908533820a023d4f76106f3aa879f293786a0d99c0ac0b31cf53e776341c16dbabdb2bb53c1c032b014ad5abf
Size (bash-completion-2.1.tar.gz) = 341139 bytes
SHA1 (patch-bash__completion) = 6edb8da01fe6252cc2fabb397736e32c00e5a1a6
SHA1 (patch-completions_man) = 336d45f3567c6e69736e5cd41230874cdcb0ca56

View File

@@ -1,23 +1,23 @@
# $NetBSD: Makefile,v 1.75 2015/06/07 05:49:28 ryoon Exp $
# $NetBSD: Makefile,v 1.77 2016/09/19 09:06:03 wiz Exp $
BASH_VERSION= 4.3
BASH_PATCHLEVEL= 039
BASH_VERSION= 4.4
#BASH_PATCHLEVEL= 039
DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
#PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/
PATCH_SITES= ${MASTER_SITES:=bash-4.3-patches/}
PATCHFILES+= bash43-001 bash43-002 bash43-003 bash43-004 bash43-005
PATCHFILES+= bash43-006 bash43-007 bash43-008 bash43-009 bash43-010
PATCHFILES+= bash43-011 bash43-012 bash43-013 bash43-014 bash43-015
PATCHFILES+= bash43-016 bash43-017 bash43-018 bash43-019 bash43-020
PATCHFILES+= bash43-021 bash43-022 bash43-023 bash43-024 bash43-025
PATCHFILES+= bash43-026 bash43-027 bash43-028 bash43-029 bash43-030
PATCHFILES+= bash43-031 bash43-032 bash43-033 bash43-034 bash43-035
PATCHFILES+= bash43-036 bash43-037 bash43-038 bash43-039
#PATCH_SITES= ${MASTER_SITES:=bash-4.3-patches/}
#PATCHFILES+= bash43-001 bash43-002 bash43-003 bash43-004 bash43-005
#PATCHFILES+= bash43-006 bash43-007 bash43-008 bash43-009 bash43-010
#PATCHFILES+= bash43-011 bash43-012 bash43-013 bash43-014 bash43-015
#PATCHFILES+= bash43-016 bash43-017 bash43-018 bash43-019 bash43-020
#PATCHFILES+= bash43-021 bash43-022 bash43-023 bash43-024 bash43-025
#PATCHFILES+= bash43-026 bash43-027 bash43-028 bash43-029 bash43-030
#PATCHFILES+= bash43-031 bash43-032 bash43-033 bash43-034 bash43-035
#PATCHFILES+= bash43-036 bash43-037 bash43-038 bash43-039
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html
@@ -35,6 +35,8 @@ CONFIGURE_ARGS= LOCAL_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q}
CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\""
TEST_TARGET= test
PKGCONFIG_OVERRIDE= support/bash.pc.in
INFO_FILES= YES # PLIST
PKG_SHELL= bin/bash
INSTALLATION_DIRS= ${PKGMANDIR}/man1
@@ -65,7 +67,7 @@ PKG_SUPPORTED_OPTIONS= static
## Static link
##
.if !empty(PKG_OPTIONS:Mstatic)
CONFIGURE_ARGS+= --enable-static-link
CONFIGURE_ARGS+= --enable-static-link
BUILDLINK_DEPMETHOD.gettext= build
BUILDLINK_DEPMETHOD.readline= build
.endif
@@ -83,7 +85,7 @@ CONFIGURE_ARGS+= --enable-job-control
.if ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= --with-installed-readline
BUILDLINK_API_DEPENDS.readline+= readline>=6.0
BUILDLINK_API_DEPENDS.readline+= readline>=7.0
.include "../../devel/readline/buildlink3.mk"
.endif

View File

@@ -1,7 +1,92 @@
@comment $NetBSD: PLIST,v 1.7 2014/03/12 10:08:46 wiz Exp $
@comment $NetBSD: PLIST,v 1.8 2016/09/19 09:06:03 wiz Exp $
bin/bash
bin/bashbug
include/bash/alias.h
include/bash/array.h
include/bash/arrayfunc.h
include/bash/assoc.h
include/bash/bashansi.h
include/bash/bashintl.h
include/bash/bashjmp.h
include/bash/bashtypes.h
include/bash/builtins.h
include/bash/builtins/bashgetopt.h
include/bash/builtins/builtext.h
include/bash/builtins/common.h
include/bash/builtins/getopt.h
include/bash/command.h
include/bash/config-bot.h
include/bash/config-top.h
include/bash/config.h
include/bash/conftypes.h
include/bash/dispose_cmd.h
include/bash/error.h
include/bash/externs.h
include/bash/general.h
include/bash/hashlib.h
include/bash/include/ansi_stdlib.h
include/bash/include/chartypes.h
include/bash/include/filecntl.h
include/bash/include/gettext.h
include/bash/include/maxpath.h
include/bash/include/memalloc.h
include/bash/include/ocache.h
include/bash/include/posixdir.h
include/bash/include/posixjmp.h
include/bash/include/posixstat.h
include/bash/include/posixtime.h
include/bash/include/posixwait.h
include/bash/include/shmbchar.h
include/bash/include/shmbutil.h
include/bash/include/shtty.h
include/bash/include/stat-time.h
include/bash/include/stdc.h
include/bash/include/systimes.h
include/bash/include/typemax.h
include/bash/include/unionwait.h
include/bash/jobs.h
include/bash/make_cmd.h
include/bash/pathnames.h
include/bash/quit.h
include/bash/shell.h
include/bash/sig.h
include/bash/siglist.h
include/bash/signames.h
include/bash/subst.h
include/bash/syntax.h
include/bash/unwind_prot.h
include/bash/variables.h
include/bash/version.h
include/bash/xmalloc.h
include/bash/y.tab.h
info/bash.info
lib/bash/Makefile.inc
lib/bash/basename
lib/bash/dirname
lib/bash/finfo
lib/bash/head
lib/bash/id
lib/bash/ln
lib/bash/logname
lib/bash/mkdir
lib/bash/mypid
lib/bash/pathchk
lib/bash/print
lib/bash/printenv
lib/bash/push
lib/bash/realpath
lib/bash/rmdir
lib/bash/setpgid
lib/bash/sleep
lib/bash/strftime
lib/bash/sync
lib/bash/tee
lib/bash/truefalse
lib/bash/tty
lib/bash/uname
lib/bash/unlink
lib/bash/whoami
lib/pkgconfig/bash.pc
man/man1/bash.1
man/man1/bashbug.1
share/doc/bash/CHANGES
@@ -36,6 +121,7 @@ share/locale/id/LC_MESSAGES/bash.mo
share/locale/it/LC_MESSAGES/bash.mo
share/locale/ja/LC_MESSAGES/bash.mo
share/locale/lt/LC_MESSAGES/bash.mo
share/locale/nb/LC_MESSAGES/bash.mo
share/locale/nl/LC_MESSAGES/bash.mo
share/locale/pl/LC_MESSAGES/bash.mo
share/locale/pt_BR/LC_MESSAGES/bash.mo

View File

@@ -1,130 +1,14 @@
$NetBSD: distinfo,v 1.41 2015/06/07 05:49:28 ryoon Exp $
$NetBSD: distinfo,v 1.44 2016/09/19 09:06:03 wiz Exp $
SHA1 (bash-4.3.tar.gz) = 45ac3c5727e7262334f4dfadecdf601b39434e84
RMD160 (bash-4.3.tar.gz) = cd21a9f51ea7780994d4e2c9c7d16d5eb000f845
Size (bash-4.3.tar.gz) = 7955839 bytes
SHA1 (bash43-001) = d67ffd6833b30fd41f429205953714a184caa03b
RMD160 (bash43-001) = 6fc9c8c814602c60f6cda0965848dc19a2601a62
Size (bash43-001) = 1617 bytes
SHA1 (bash43-002) = 0c1d486387e5f3bea6a97b317de54f9c3de71c7c
RMD160 (bash43-002) = eecdd1863f8cb8f6ae6055d88b5ea811f5cc5674
Size (bash43-002) = 1594 bytes
SHA1 (bash43-003) = 024d9a6dc6822bb5424f83478b495de29883fb3c
RMD160 (bash43-003) = 957f27933224699fff6c508be93ac9b378af174d
Size (bash43-003) = 1465 bytes
SHA1 (bash43-004) = ece4a6450842a5c13048b86ce1746576f1df7ccd
RMD160 (bash43-004) = edeef6ffee97759db6a834fcafb14661321efa1b
Size (bash43-004) = 1534 bytes
SHA1 (bash43-005) = e7745508829892e3627cef63e56299d584689e07
RMD160 (bash43-005) = 11aad94b8fbd1f88052741de8e09386e711c2fb7
Size (bash43-005) = 2636 bytes
SHA1 (bash43-006) = df3e72bbca83bcac4513b3574d03ab25ac501928
RMD160 (bash43-006) = 21ae70170ae4338d0fdf177dd3cf90d8b638db86
Size (bash43-006) = 1445 bytes
SHA1 (bash43-007) = 1394ecd50212d1bc192db5fbfbf08b996d2582a3
RMD160 (bash43-007) = 0e15af3ff9bdf7a348ecb45698ec79b4f9d84504
Size (bash43-007) = 1331 bytes
SHA1 (bash43-008) = 482f9583f1a3a83256ded3c745cc3b98ccc9b3ea
RMD160 (bash43-008) = 1cfaef93a75c6315711e0b81c56f84da9a6fe577
Size (bash43-008) = 4575 bytes
SHA1 (bash43-009) = 1909cd7f214f4ebedc60bf022132dd4e1284e65b
RMD160 (bash43-009) = 1d64cf44aa6d732988f52dd02aadbddb54aa3e81
Size (bash43-009) = 2413 bytes
SHA1 (bash43-010) = d932228b23e795030132dc8eeea04d9919c90aa7
RMD160 (bash43-010) = 8b8ce230d0635e982d7beaf8578d63568895a5d6
Size (bash43-010) = 5357 bytes
SHA1 (bash43-011) = c53032a18e6491c91117aff5a330620ed8db0f38
RMD160 (bash43-011) = 7b94ad9f7cb92b6dc072451fbdf0754d676f4a71
Size (bash43-011) = 1533 bytes
SHA1 (bash43-012) = 49b8865ca31df4ab0c270500fd12b9e06697272d
RMD160 (bash43-012) = 42da2ec9e6585314ed4ed6ba361d270e6eb9cdcb
Size (bash43-012) = 1365 bytes
SHA1 (bash43-013) = 7c8a4bf8b556504ae9bbf0435b4a505de230e4e1
RMD160 (bash43-013) = c0c2a1680c301f50d24e3f0184289b1c1ee0e947
Size (bash43-013) = 2151 bytes
SHA1 (bash43-014) = 582c8aa707e05b4423df982ee2ed3034f71673bc
RMD160 (bash43-014) = ee39820ed5a94b00d4e233f0e0223671f55a2c8e
Size (bash43-014) = 3533 bytes
SHA1 (bash43-015) = 90969e367c9aaf8127ea61b9c23131eb9d9712fc
RMD160 (bash43-015) = 7c4d91841ca9d0ca594a149cb391db65d1701c96
Size (bash43-015) = 1894 bytes
SHA1 (bash43-016) = 9bbe955e8b332c468e7c5704ea9143cbeb87752d
RMD160 (bash43-016) = 53ef75be07a9c73297018251a51d1375ff4d5ffc
Size (bash43-016) = 3674 bytes
SHA1 (bash43-017) = 20be46bb4714ec53e2a961a8b48ccf6289991cba
RMD160 (bash43-017) = 580c01692c5d7e91196d56eac345ee4aadcdbce9
Size (bash43-017) = 1565 bytes
SHA1 (bash43-018) = 4f4033a4d40463804ead6f87bfa734acb3df9fbe
RMD160 (bash43-018) = a779bbfebc72b1a0c7e15284efc658b298618050
Size (bash43-018) = 1315 bytes
SHA1 (bash43-019) = 2cfd59869d2cfdee1f77560d7e9fd12f305725b8
RMD160 (bash43-019) = d5f610fd7f10268efd7fc84d7a6d0c6c6f9836ab
Size (bash43-019) = 2610 bytes
SHA1 (bash43-020) = a3ed65d860788cb8eaa761a77a0abe7b5cbd9240
RMD160 (bash43-020) = 4e59ef2dbbcbd0de85f04dd08fe8bcdde387a4d6
Size (bash43-020) = 2777 bytes
SHA1 (bash43-021) = 9786720bd7fc72280ff6d61476c83e39ed8213aa
RMD160 (bash43-021) = b8931b1dda5e03cbae43b32a814503a8ef2a02d4
Size (bash43-021) = 1623 bytes
SHA1 (bash43-022) = 7c67c4277eb024d17051aabaa750b6cc388d173e
RMD160 (bash43-022) = 8e17f783ba2535d3f7b1cc320d6c9a8639de4964
Size (bash43-022) = 1782 bytes
SHA1 (bash43-023) = 5fe81781847c5bad848b790d3c2c0e3df19e8719
RMD160 (bash43-023) = 86e0fe2326a81b7182f52cd3cd7da087a52ea962
Size (bash43-023) = 3414 bytes
SHA1 (bash43-024) = 875accb818ebecdb77a2fc3dc6167056ea1ce347
RMD160 (bash43-024) = a1fd34a95f55b37b065e824b494f3a35c4eb4361
Size (bash43-024) = 1909 bytes
SHA1 (bash43-025) = 484d85e54547a18f9702284c55145e34e74768d1
RMD160 (bash43-025) = 9fd51a95756fcaf9b57cab9c29d6e3f6e3b900fe
Size (bash43-025) = 3940 bytes
SHA1 (bash43-026) = ddfe741f358fb6ff0182d7d1eb6b36aabe0598b7
RMD160 (bash43-026) = bec0d5846a592fee0b62b02713b8d9c908c02edb
Size (bash43-026) = 1575 bytes
SHA1 (bash43-027) = d934917a67e353dc645a2af0e10ce0ecc2aa9282
RMD160 (bash43-027) = 0203d8d9bd3c07c9763211f2f2c8c3410ab79af9
Size (bash43-027) = 6889 bytes
SHA1 (bash43-028) = 1e05d95e4abd32b631d991fa374d030c1651645d
RMD160 (bash43-028) = 47869ab7b3174732ad3c2ccb138a23348e84e22e
Size (bash43-028) = 69606 bytes
SHA1 (bash43-029) = 883ae5901a45940d04136b0beae491238d50f70b
RMD160 (bash43-029) = 1103874024539f44b40e14058e4f7be3ed4b8b0e
Size (bash43-029) = 1824 bytes
SHA1 (bash43-030) = ad1e978c051ef58584343ad24f165e614ed2a184
RMD160 (bash43-030) = 9634eb9f937b10507fb5b750633b0d7ea17c3456
Size (bash43-030) = 63206 bytes
SHA1 (bash43-031) = 71cb6f10910f04fa501d705a947c4439b5e711ac
RMD160 (bash43-031) = 0d88d3afb4d572f691d04f4644382bd291166544
Size (bash43-031) = 3689 bytes
SHA1 (bash43-032) = dc7129036a5a472b370b376cef272eff1ff3befb
RMD160 (bash43-032) = b60f0cb5fd1a5aadce44b93c798b7b90de4d683b
Size (bash43-032) = 1734 bytes
SHA1 (bash43-033) = 4f3b7de83e7bec1a9ab6f18abb1c45a56d245e92
RMD160 (bash43-033) = 1b7121ccfdaabf75ec6485891edd16303f5bc6e1
Size (bash43-033) = 7038 bytes
SHA1 (bash43-034) = ad36fc7a1c903319c1ee39709e30e11c810ba959
RMD160 (bash43-034) = 0bcc09b7fb9b9004ee7338f6c59626c74c13b173
Size (bash43-034) = 2392 bytes
SHA1 (bash43-035) = 0a5e4c2a855e106e17f8a86e4fc5c0ded956e630
RMD160 (bash43-035) = 4d5abcddd7632e3cfc5f11ae2fea24fa889172d4
Size (bash43-035) = 1800 bytes
SHA1 (bash43-036) = e9536d5f736ea23af0fc0618ddc2439fa6d4b9a0
RMD160 (bash43-036) = c0e34740dfe90b8e250456fed50e71803cbaccfc
Size (bash43-036) = 1539 bytes
SHA1 (bash43-037) = 36e988e7770b280a0ca855a9b538002860976d29
RMD160 (bash43-037) = 03863b336ded242944c653ef56d429580345dcf6
Size (bash43-037) = 1284 bytes
SHA1 (bash43-038) = 08055d5872c5e59e91a58f2924896fcfcc921602
RMD160 (bash43-038) = 78c174ed1361332f8f4891a55a89cfc7fb732961
Size (bash43-038) = 2354 bytes
SHA1 (bash43-039) = 45ac5c1cb035a74c6ff871a506437f1607c38e94
RMD160 (bash43-039) = 50a2c9c3271242ab8d38b4e7b258c4ad631026d8
Size (bash43-039) = 1531 bytes
SHA1 (patch-af) = 31cb0d8af1e9e83bf1cc9094475c710792ca2a1c
SHA1 (patch-ag) = 61573c7b068b1e9df886655efb3d89c89643f25e
SHA1 (bash-4.4.tar.gz) = 8de012df1e4f3e91f571c3eb8ec45b43d7c747eb
RMD160 (bash-4.4.tar.gz) = 48869b3a460007d05c02ef99745477b2e526fdec
SHA512 (bash-4.4.tar.gz) = 73de3b425faaac55e45456b0f6f6d8077b5dfa7bb76e0d1894a19361b4a2b6bd4fbbe182117ddbfe9b07b4d898fba03537c261badc9533dd3c0da891764c7f29
Size (bash-4.4.tar.gz) = 9377313 bytes
SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0
SHA1 (patch-builtins_ulimit.def) = 2106ed5b76f8bccb8d82f9ada70b336675bf6672
SHA1 (patch-builtins_ulimit.def) = 1390069344607204eb3abbd6ddeb148ff590c55e
SHA1 (patch-configure) = c4e1ab53a1ee85f3e6121047f0aca8ceb85e6e5d
SHA1 (patch-lib_readline_colors.c) = f2f47e7aa0b5c1e999368109de10f80e39fd4438
SHA1 (patch-lib_readline_colors.c) = 4ebf871b883fc8ab6756758c423f777d9eb21da1
SHA1 (patch-shell.c) = daa07914d4c318cd72463f80344f4f7c364809cd
SHA1 (patch-variables.c) = d300318230e5d2c31b15bc0ee8d8416a6b6e8ee1
SHA1 (patch-variables.c) = 0bb513cb863f82eb378b8c720bdfb1c31d21d36c

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-af,v 1.7 2015/03/07 22:40:48 rodent Exp $
$NetBSD: patch-af,v 1.8 2016/06/11 12:54:24 rillig Exp $
Fixes PRIdMAX and PRIuMAX on AIX < 5.1.
--- builtins/printf.def.orig 2014-01-03 15:35:33.000000000 +0000
+++ builtins/printf.def

View File

@@ -1,4 +1,6 @@
$NetBSD: patch-ag,v 1.3 2015/03/07 22:40:48 rodent Exp $
$NetBSD: patch-ag,v 1.4 2016/06/11 12:54:24 rillig Exp $
Use the definition of errno from <errno.h>.
--- builtins/psize.c.orig 2008-08-14 19:56:53.000000000 +0000
+++ builtins/psize.c

View File

@@ -1,7 +1,8 @@
$NetBSD: patch-builtins_ulimit.def,v 1.2 2015/03/07 22:40:48 rodent Exp $
$NetBSD: patch-builtins_ulimit.def,v 1.3 2016/06/11 12:54:24 rillig Exp $
Add support for the "number of threads" ulimit that appeared
in NetBSD 6.99.x.
--- builtins/ulimit.def.orig 2013-11-01 01:46:06.000000000 +0000
+++ builtins/ulimit.def
@@ -143,6 +143,10 @@ extern int errno;

View File

@@ -1,11 +1,11 @@
$NetBSD: patch-lib_readline_colors.c,v 1.1 2014/07/17 12:49:15 ryoon Exp $
$NetBSD: patch-lib_readline_colors.c,v 1.2 2016/09/19 09:06:03 wiz Exp $
* SCO OpenServer 5.0.7/3.2 has no S_ISSOCK.
--- lib/readline/colors.c.orig 2013-03-20 15:19:08.000000000 +0000
--- lib/readline/colors.c.orig 2016-01-25 15:38:00.000000000 +0000
+++ lib/readline/colors.c
@@ -187,8 +187,10 @@ _rl_print_color_indicator (char *f)
? C_ORPHAN : C_LINK);
@@ -215,8 +215,10 @@ _rl_print_color_indicator (const char *f
colored_filetype = C_LINK;
else if (S_ISFIFO (mode))
colored_filetype = C_FIFO;
+#if defined(S_ISSOCK)

View File

@@ -1,10 +1,10 @@
$NetBSD: patch-variables.c,v 1.3 2015/03/07 22:40:48 rodent Exp $
$NetBSD: patch-variables.c,v 1.4 2016/09/19 09:06:03 wiz Exp $
Only read functions from environment if flag is set.
--- variables.c.orig 2015-03-07 22:36:12.000000000 +0000
--- variables.c.orig 2016-06-15 20:05:52.000000000 +0000
+++ variables.c
@@ -110,6 +110,7 @@ extern time_t shell_start_time;
@@ -115,6 +115,7 @@ extern time_t shell_start_time;
extern int assigning_in_environment;
extern int executing_builtin;
extern int funcnest_max;
@@ -12,8 +12,8 @@ Only read functions from environment if flag is set.
#if defined (READLINE)
extern int no_line_editing;
@@ -354,7 +355,7 @@ initialize_shell_variables (env, privmod
@@ -365,7 +366,7 @@ initialize_shell_variables (env, privmod
#if defined (FUNCTION_IMPORT)
/* If exported function, define it now. Don't import functions from
the environment in privileged mode. */
- if (privmode == 0 && read_but_dont_execute == 0 &&

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.4 2005/02/24 13:14:41 agc Exp $
$NetBSD: distinfo,v 1.5 2015/11/02 23:00:34 agc Exp $
SHA1 (bash-doc-2.05b.tar.gz) = 8ebe8c9a77c2a1e43b414919e03e517c29b462bb
RMD160 (bash-doc-2.05b.tar.gz) = af1c6d9f17e92b91531f875f48ccf98a3f7940b3
SHA512 (bash-doc-2.05b.tar.gz) = b20000e6439fc6f8908343eb5919598ea19dfd99d08f41d1668f38c1ab55d5864fb0a4683a47b6a15523b2f65f1ee30286eaf3f3c7cfac526960c9ca4dc95608
Size (bash-doc-2.05b.tar.gz) = 1733577 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.89 2015/03/13 17:25:52 tnn Exp $
# $NetBSD: Makefile,v 1.90 2016/02/26 09:43:09 jperkin Exp $
#
DISTNAME= bash-2.05b
@@ -57,9 +57,7 @@ CONFIGURE_ENV+= ac_cv_type_wctype_t=no
.endif
# Minix lacks setpgid() which is needed for job control.
.if ${OPSYS} == "Minix"
CONFIGURE_ARGS+= --disable-job-control
.endif
CONFIGURE_ARGS.Minix+= --disable-job-control
BUILDLINK_API_DEPENDS.readline+= readline>=4.3

View File

@@ -1,46 +1,60 @@
$NetBSD: distinfo,v 1.18 2014/10/25 14:09:19 ryoon Exp $
$NetBSD: distinfo,v 1.19 2015/11/02 23:00:34 agc Exp $
SHA1 (bash-2.05b.tar.gz) = b3e158877f94e66ec1c8ef604e994851ee388b09
RMD160 (bash-2.05b.tar.gz) = d9826db03c5d38e6175af5b3ef0bc07fafa14add
SHA512 (bash-2.05b.tar.gz) = 595f84cfd38b239ff37f2c6fc22c669f8e1d4fea34400e30c4079ab657d05f735ee6b0e6af0db6c1b17dbf9cecec81805b467b4dbd45cc97044bfefac731aad6
Size (bash-2.05b.tar.gz) = 1956216 bytes
SHA1 (bash205b-001) = 047a43ba12320f024b37c4a2ea0e53ca0f7e274c
RMD160 (bash205b-001) = c5f2a1e58ef22689440936cda04e43d3b8c482ed
SHA512 (bash205b-001) = 5ce4357468821b05e747201f3aa57225ad8f540c9e2c87051720490e039c30b478b9b662a68f14a0800fefe40184e4495e2645665200f9d75e9a115b2ac08071
Size (bash205b-001) = 1132 bytes
SHA1 (bash205b-002) = c2809872dbe8e30cd7dd4011af4cf53e03df6c21
RMD160 (bash205b-002) = 6ba57c79aae23fafe5209b6d3f2fabcaad8b391f
SHA512 (bash205b-002) = 46947b0229478d5c2cfeff68b8ebc00e4ef0c8b94e336ca12f72b4490ba3622c0240c01c17c1641c3b07adc2c64ec94d6d780365e8990768ec8888f3a9526883
Size (bash205b-002) = 755 bytes
SHA1 (bash205b-003) = f050ea2c9fc1c8e809264e44266c8130587d881b
RMD160 (bash205b-003) = 1e52a102f29d9b08fcd04b8c3affe106b9bc47ad
SHA512 (bash205b-003) = 74528ca5d165b812d299f1c69b47757bd677c0b22ce4217e155cd641708b02364a93c6709fb57b546b376b36da74429a61493921c7c199563da40ddcf1c1f399
Size (bash205b-003) = 2356 bytes
SHA1 (bash205b-004) = f7a69347cdf4e2e330ec6f3220ced263925022af
RMD160 (bash205b-004) = d08341477b97f76d50920240f363ead469f157c3
SHA512 (bash205b-004) = d00fbac75340aa1928628010723da44f1f4c505194a867f380ece1b92d82d0e619a6c8431c6acb39433d10743de90fd74523a397824989ec96109d0a440e8185
Size (bash205b-004) = 1110 bytes
SHA1 (bash205b-005) = 13138677a4eb1e610a6cda9bff2a9d71da5cdb4d
RMD160 (bash205b-005) = 988725e6b9c7d73d8e57cbc0237582a01d5510c8
SHA512 (bash205b-005) = 76d2f2b4cc14263e0776b9425bc8e660e25bb6e8e7c55b05d3b96a0397ebe1ac8de262997e6b093e58c0f6ef1b662067f64065b086325988d5e867d545bd8bc1
Size (bash205b-005) = 2217 bytes
SHA1 (bash205b-006) = 230aea5af21c0f895f7cf8290774ad7ce2cd7c08
RMD160 (bash205b-006) = 608cbfcae98e9041fc38fa27429ca077da400920
SHA512 (bash205b-006) = 95bf5b3e5a30b5b14c6896bfa774f463c3271dad5d2678495b25a11700734eb5b0881e2e24a9b758800dd4ee031a464c4c0817ee6924f69937c482456fbb038a
Size (bash205b-006) = 3155 bytes
SHA1 (bash205b-007) = 758301e500c23779da9236c5cd3f6612d29d5f7b
RMD160 (bash205b-007) = 78c333ebfd8958d7c39b14620dddddbe78310f4f
SHA512 (bash205b-007) = 9849bcd97940c12c0ed4e87d11a0770a221e52daf2d6b86f39284f9a55113f3e44317f628f0ae54911373d2027109606740512eebef7043d5347d732ff453315
Size (bash205b-007) = 1072 bytes
SHA1 (bash205b-008) = c5376d02ae4e93544d8e5fe14c3714fb2d5cde8e
RMD160 (bash205b-008) = 0f9cf3f990d58973ad8f1a15e5c9e506e1fe18fd
SHA512 (bash205b-008) = 9b1e5af8d8a458c0d4b233985de3d69f774dd1b3941e567495717eacc183d0e2bb82139088e1e22be920681978d764476092aa5235e70ed4358d5fc8f19a9aea
Size (bash205b-008) = 2824 bytes
SHA1 (bash205b-009) = 360353009fc018be5d5b61699b71c84ebf2f1d2d
RMD160 (bash205b-009) = 55fe8fcdaea560f3b1834e17166c2bbff04eaa18
SHA512 (bash205b-009) = 1daf812eb2fe902d591f63f65bfc02d00556cb8a77ebde5e6820cc3d3dd4c93332b95f048378d6619861f3801f7ba6eea9bafe5c2b4db03cea530cd0c35ccc25
Size (bash205b-009) = 713 bytes
SHA1 (bash205b-010) = e4f5c6100bbd1846a20c5a063c8f9058a164881b
RMD160 (bash205b-010) = 356cc30604226c370afcd788439ba917a07b0532
SHA512 (bash205b-010) = 6272608dd5ff55a22ceb9e6f6991a53b9ea0d809e1d1d8c10166519b62fb8fb78e24c9fd274ff8962fb2ac536150afabc88dfd0d5c14dece2c389b4fecdc5993
Size (bash205b-010) = 6267 bytes
SHA1 (bash205b-011) = a4c5daadd4778d599c8a385f732dd29aec6b89d1
RMD160 (bash205b-011) = 07b341f60d6847211c1c6216a105608ca3c28a44
SHA512 (bash205b-011) = 3ee695648389d5cd59e1bdb4e940e93239c67b19082c43989bb6787da44f101bb593b7ba3514d859ce5c4e603c879610accc6862d3e5f69a6c02de359a6097e0
Size (bash205b-011) = 3223 bytes
SHA1 (bash205b-012) = 965c1e6fa129e7f625ca4d2544ebbd2bdc71acd7
RMD160 (bash205b-012) = 025aa71300a651f189a68f427d15298f727f1756
SHA512 (bash205b-012) = 4e02219ea03ceffa33ab84646048e7f52d6371a25e2df422fd58f349f102372934e640200eca41038bfd6d69a8d45291a0ab88696b83d565d190015e4e457771
Size (bash205b-012) = 1377 bytes
SHA1 (bash205b-013) = a76e1f2606dde23616f19cdf1f634bd6b650d38d
RMD160 (bash205b-013) = a0120eba484a91b9ebd754ad49f820d861481fa2
SHA512 (bash205b-013) = 22e487265b446595583276a1e99a222f55173528949cb4ed8c34911447bf5716152569a0a50061e1c6b73ca0d7abfdab8fd0da5dd4a424e54192d91399a1593e
Size (bash205b-013) = 2779 bytes
SHA1 (patch-aa) = f6f5eb9b70e609164b35c57de70a1c404c7f52ba
SHA1 (patch-ab) = 1a2fc87648b7e73a4987454bb249149ae15bed93

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.5 2015/06/14 11:04:24 ryoon Exp $
$NetBSD: distinfo,v 1.6 2015/11/02 23:00:34 agc Exp $
SHA1 (dash-0.5.8.tar.gz) = cd058935bba545427caa375337afe8a6309477d2
RMD160 (dash-0.5.8.tar.gz) = 2e8aabcbbb2802061a4a53fdfa63c414ce8c963f
SHA512 (dash-0.5.8.tar.gz) = 3dc42d3503b33c50b62c0f9104c0e41c4e8fa7490ba72bc09213fcc894d6fd92b9688c58389acf8b538b08f8e9cc179f0bf5572e22175d1960f04554594237b8
Size (dash-0.5.8.tar.gz) = 223028 bytes
SHA1 (patch-src_mkbuiltins) = 54f46f67653472d7bd5c8064929ef08da49a2b92

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.4 2008/08/22 19:47:44 bjs Exp $
$NetBSD: distinfo,v 1.5 2015/11/02 23:00:34 agc Exp $
SHA1 (eltclsh-1.9.tar.gz) = 4c85fc6927c3fc4359316e9265460a8747972a0d
RMD160 (eltclsh-1.9.tar.gz) = 8bee0288bc458845b5384272164df48e2e7e0b03
SHA512 (eltclsh-1.9.tar.gz) = 7bcde89504257d12131d16609c9f3359c885f28f2f886da61357dcdd8fb615202ecfcb4930ef1bb95c4fec6d69521b4d0e3a9271da58bc69e44ab85651259106
Size (eltclsh-1.9.tar.gz) = 342659 bytes
SHA1 (patch-ab) = fc7f724bbfdf4d5b35da1dd52a65a9488c43f4b0

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.13 2010/02/12 00:23:34 joerg Exp $
$NetBSD: distinfo,v 1.14 2015/11/02 23:00:34 agc Exp $
SHA1 (es-0.9-alpha1.tar.gz) = 5027c9dade742c437b8e471a356d15883ebc4732
RMD160 (es-0.9-alpha1.tar.gz) = ca2307202ab6e65c49188e3228d1af6426a23952
SHA512 (es-0.9-alpha1.tar.gz) = ab33fbcd7673c4d40a2ff8750b6644827a78570203db56af5b2e5ba699feb50ebfafb652d82895ed40ecd22d4b33d987d1d669714242859a97584ab45fe7c5f2
Size (es-0.9-alpha1.tar.gz) = 125913 bytes
SHA1 (patch-aa) = a6488aa2ca69332f0d22943befcd8d022ab01ef2
SHA1 (patch-ab) = bd58fbbf71d5c9dc76bdc380cb7b93ad3f5f1c72

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.3 2005/02/24 13:14:41 agc Exp $
$NetBSD: distinfo,v 1.4 2015/11/02 23:00:34 agc Exp $
SHA1 (esh-0.8.tar.gz) = 3a4e5237c476d90f68e1cc572a2ba8648efb7fbd
RMD160 (esh-0.8.tar.gz) = 42e42c7b98fd8aaab2b42c73a716cdfc0f792109
SHA512 (esh-0.8.tar.gz) = 67e89a9f28d6802078337342d080217c77659465229f0751aa21f56a37c619e1a307428366fcdb40a0d68eb587266a69a314ad5f6ef1d7efba51a81fe6d0ad35
Size (esh-0.8.tar.gz) = 73619 bytes
SHA1 (patch-aa) = ea1926ff4f4d1483b9604fa77cf3547a9d7fb91e

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.4 2015/03/18 15:03:43 joerg Exp $
$NetBSD: distinfo,v 1.5 2015/11/02 23:00:34 agc Exp $
SHA1 (fish-2.1.2.tar.gz) = f7f8d8d26721833be3458b8113c74b747296ec0b
RMD160 (fish-2.1.2.tar.gz) = 109e3fbb07e36a6cf2b651b148d3a60eca9f8930
SHA512 (fish-2.1.2.tar.gz) = 4f8f0133094d4d2295546a5b96e044646de2266364610368210b0db529b2d865c1b389f01f311b9b6d6d6dcd2a29040b7a9499d491605ae52a765a76d83db2a5
Size (fish-2.1.2.tar.gz) = 1730198 bytes
SHA1 (patch-Makefile.in) = b7a62d30095fd58cade131ba800b3124ccad29f2
SHA1 (patch-builtin.cpp) = 8fcc2f9a38aaff0c2994d53788b81e789cf05670

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/02/08 16:53:55 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/11/02 23:00:34 agc Exp $
SHA1 (git-sh-1.3.tar.gz) = b96801ed2a63ef510583e7f1c1b4bc234d991507
RMD160 (git-sh-1.3.tar.gz) = 4ffccaac2ff4c7a9b1ae60424e236f68feb94070
SHA512 (git-sh-1.3.tar.gz) = 8ab742d0ff86e8387d03e2e190eec8ffd4725b1bfa58940f6673f5eac8c749931e3b3f8f20b898d933db36f56b323f800dba47a35294f865f456512f19a7846c
Size (git-sh-1.3.tar.gz) = 26757 bytes

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2011/05/28 08:53:11 cheusov Exp $
$NetBSD: distinfo,v 1.2 2015/11/02 23:00:34 agc Exp $
SHA1 (heirloom-sh-050706.tar.bz2) = 0ce709c21e09ef183986347cf1ed80d5884aa12d
RMD160 (heirloom-sh-050706.tar.bz2) = 584458f73e7cd2376b333de2a5fd8a13f364d516
SHA512 (heirloom-sh-050706.tar.bz2) = 3a0dbec19eb093b6a818910a1b24f2d7328dc785dc12cd0097c37f98e7ac558d31cda8717381d814259bd54f5de12e50cc8d9d617bd4e09c4a903ef63838807f
Size (heirloom-sh-050706.tar.bz2) = 82725 bytes

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2014/05/09 07:37:18 wiz Exp $
# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:05 wiz Exp $
DISTNAME= lshell-0.9.16
CATEGORIES= shells python
@@ -17,7 +17,7 @@ PKG_SHELL= bin/lshell
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.16
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.16
EGDIR= share/examples/lshell

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.7 2013/10/21 19:38:15 gls Exp $
$NetBSD: distinfo,v 1.8 2015/11/02 23:00:35 agc Exp $
SHA1 (lshell-0.9.16.tar.gz) = 2ac5f8e71f8f57eafb9db91d73c5e77b82a673d5
RMD160 (lshell-0.9.16.tar.gz) = 146439a1468ada9ce09413e00c6a8dee1443050c
SHA512 (lshell-0.9.16.tar.gz) = 90dbcf3bee91bac017ea1e39e94564d3f40bce5439eb683777983821f64c773c14df0040e746f25d28da5822da61e2b39f9323f8d04fec7b93ca42ab87cefa68
Size (lshell-0.9.16.tar.gz) = 41766 bytes

View File

@@ -1,7 +1,8 @@
# $NetBSD: Makefile,v 1.32 2015/07/13 04:41:52 bsiegert Exp $
# $NetBSD: Makefile,v 1.33 2016/07/09 06:38:57 wiz Exp $
DISTNAME= mksh-R51
PKGNAME= ${DISTNAME:S/-R/-/}
PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
http://pub.allbsd.org/MirOS/dist/mir/mksh/

View File

@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.28 2015/07/13 04:41:52 bsiegert Exp $
$NetBSD: distinfo,v 1.29 2015/11/02 23:00:35 agc Exp $
SHA1 (mksh-R51.tgz) = c488fa2b74e282edf069f4eff4878ce857c5d688
RMD160 (mksh-R51.tgz) = 11ad9db9b2f528b8bfd9c4600e68bd016064c9df
SHA512 (mksh-R51.tgz) = dea2dea283959c0564cb6e9dbb9eecf004365cd01d83f1a8bbaff319c8ebefc4eb5e85898e207c7ce0577af525be0563e7c6b5f4b3449a2439e93f3f8bfd43ea
Size (mksh-R51.tgz) = 382169 bytes
SHA1 (patch-mksh.1) = 9f121adf7b8de13878ffed56b0958c7816075b2a

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.4 2007/09/08 21:57:13 jlam Exp $
$NetBSD: distinfo,v 1.5 2015/11/02 23:00:35 agc Exp $
SHA1 (nologinmsg-1.0.tar.gz) = 2271adfc47985db5e9c3c17f885dd9f728596157
RMD160 (nologinmsg-1.0.tar.gz) = 2c2e123dc497837169c0fcaee886dd2ab7ce530d
SHA512 (nologinmsg-1.0.tar.gz) = 42acd4abcab87d7fdad6d6340d6532ba0b80e0064c9585edf4dbe5358ae36f75e561575d78747f765ebaacede88b809f1ae95f8f708eadd4facffaf47c4f02d4
Size (nologinmsg-1.0.tar.gz) = 2954 bytes

View File

@@ -3,3 +3,5 @@ that was used as the standard command interpreter through Sixth
Edition UNIX. It was also distributed with Seventh Edition UNIX
as osh. Its command language is a predecessor and subset of that
found in the Bourne shell and C shell.
This product includes software developed or owned by Caldera International, Inc.

View File

@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.31 2014/10/09 14:06:56 wiz Exp $
# $NetBSD: Makefile,v 1.32 2016/01/13 13:14:21 nros Exp $
DISTNAME= osh-20100430
PKGREVISION= 1
DISTNAME= osh-20160108
CATEGORIES= shells
MASTER_SITES= http://v6shell.org/src/
@@ -10,10 +9,10 @@ HOMEPAGE= http://v6shell.org/
COMMENT= Port of the Sixth Edition UNIX shell
LICENSE= original-bsd
PKG_SHELL= bin/osh
PKG_SHELL= bin/osh
BUILD_TARGET= oshall
INSTALL_TARGET= install-oshall
INSTALL_TARGET= install-oshall install-doc
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR}

View File

@@ -1,6 +1,15 @@
@comment $NetBSD: PLIST,v 1.7 2008/11/23 03:26:14 reed Exp $
@comment $NetBSD: PLIST,v 1.8 2016/01/13 13:14:21 nros Exp $
bin/osh
man/man1/fd2.1
man/man1/goto.1
man/man1/if.1
man/man1/osh.1
share/doc/${PKGNAME}/AUTHORS
share/doc/${PKGNAME}/CHANGES
share/doc/${PKGNAME}/CHANGES6
share/doc/${PKGNAME}/DEDICATIONS
share/doc/${PKGNAME}/INSTALL
share/doc/${PKGNAME}/LICENSE
share/doc/${PKGNAME}/NOTES
share/doc/${PKGNAME}/PROJECT
share/doc/${PKGNAME}/README

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.16 2010/05/02 10:31:12 wiz Exp $
$NetBSD: distinfo,v 1.18 2016/01/13 13:14:21 nros Exp $
SHA1 (osh-20100430.tar.gz) = 7b8ff4ba099320433612e8e8e706a7305f7a595b
RMD160 (osh-20100430.tar.gz) = 82d3b2e3dd4c229b314887cab7c074cc3dfb2700
Size (osh-20100430.tar.gz) = 102970 bytes
SHA1 (osh-20160108.tar.gz) = b632901428c163b233646db70e38c96648be3a3a
RMD160 (osh-20160108.tar.gz) = 3a6eaf346c06c7fda685b95c108870608ec3e1ea
SHA512 (osh-20160108.tar.gz) = 6e244821b9ae827f10fb91a8b63ff46d44315e47138b4989de3695f48d66a09c271598f1759b11d2e0f0efd38a8b8e499ac80020c1d7a2f4cdc2005ac8d96888
Size (osh-20160108.tar.gz) = 129702 bytes

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.23 2015/09/07 06:43:48 dsainty Exp $
# $NetBSD: Makefile,v 1.24 2016/06/05 04:44:56 richard Exp $
#
DISTNAME= pdksh-5.2.14
PKGREVISION= 6
PKGREVISION= 7
CATEGORIES= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \
http://gd.tuwien.ac.at/utils/shells/pdksh/ \

View File

@@ -135,7 +135,7 @@ config.status: configure
# two steps to prevent the creation of a bogus siglist.out
siglist.out: config.h sh.h siglist.in siglist.sh
$(srcdir)/siglist.sh "$(CPP) $(CPPFLAGS) $(DEFS) -I. -I$(srcdir)" < $(srcdir)/siglist.in > tmpsiglist.out
$(srcdir)/siglist.sh "$(CPP) -P $(CPPFLAGS) $(DEFS) -I. -I$(srcdir)" < $(srcdir)/siglist.in > tmpsiglist.out
mv tmpsiglist.out siglist.out
# two steps to prevent the creation of a bogus emacs.out

View File

@@ -1,4 +1,4 @@
/* $NetBSD: exec.c,v 1.3 2008/06/15 14:20:09 tnn Exp $ */
/* $NetBSD: exec.c,v 1.4 2016/06/05 04:44:56 richard Exp $ */
/*
* execute command tree
@@ -334,7 +334,7 @@ execute(t, flags)
}
#ifdef KSH
else { /* TSELECT */
for (;;) {
while (*ap != NULL) {
if (!(cp = do_selectargs(ap, is_first))) {
rv = 1;
break;

View File

@@ -1,4 +1,4 @@
/* $NetBSD: syn.c,v 1.3 2008/06/15 14:20:09 tnn Exp $ */
/* $NetBSD: syn.c,v 1.4 2016/06/05 04:44:56 richard Exp $ */
/*
* shell parser (C version)
@@ -609,13 +609,8 @@ wordlist()
XPput(args, yylval.cp);
if (c != '\n' && c != ';')
syntaxerr((char *) 0);
if (XPsize(args) == 0) {
XPfree(args);
return NULL;
} else {
XPput(args, NULL);
return (char **) XPclose(args);
}
XPput(args, NULL);
return (char **) XPclose(args);
}
/*

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.28 2015/07/12 18:56:29 wiz Exp $
# $NetBSD: Makefile,v 1.29 2016/07/09 06:38:57 wiz Exp $
DISTNAME= psh-1.8
PKGNAME= perlsh-1.8
PKGREVISION= 12
PKGREVISION= 13
CATEGORIES= shells perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GR/GREGOR/

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.4 2010/06/25 23:16:27 joerg Exp $
$NetBSD: distinfo,v 1.5 2015/11/02 23:00:35 agc Exp $
SHA1 (psh-1.8.tar.gz) = fd2f1fd0e100fb9fc20102b1c0d9dfaf2b14c0b9
RMD160 (psh-1.8.tar.gz) = ed06062ef6faeb08dba0ac5dd12cf24acbcd6380
SHA512 (psh-1.8.tar.gz) = 770d4444f11617d1d9e3f4ee1cdaf55472ae675b5f9cdbf795c8e7e5e3c39fe08294aa68463910645ea32a1b9eba056c68bb53074b65f6c48016c19a6f6ffd12
Size (psh-1.8.tar.gz) = 119989 bytes
SHA1 (patch-aa) = c91b7ace961409e9d12f7ecda0e0dad1e860cd22
SHA1 (patch-ab) = e884915aeb44fcdce6d2177bd7836302048586f1

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.19 2015/04/28 01:08:30 mef Exp $
# $NetBSD: Makefile,v 1.20 2016/01/25 15:09:01 ryoon Exp $
#
DISTNAME= posh_0.12.4
DISTNAME= posh_0.12.5
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.12 2015/04/28 01:08:30 mef Exp $
$NetBSD: distinfo,v 1.14 2016/01/25 15:09:01 ryoon Exp $
SHA1 (posh_0.12.4.tar.xz) = f9a14fcc7d29e2365809351fd8e5510f48bcd7ac
RMD160 (posh_0.12.4.tar.xz) = 7389c03fd373a720318b0094fc6c5cb15f166073
Size (posh_0.12.4.tar.xz) = 278396 bytes
SHA1 (posh_0.12.5.tar.xz) = ffd5228ecb0e6f614710c3360b866711b546c9e1
RMD160 (posh_0.12.5.tar.xz) = aca9425e64ddc3bc4801ceafe226410b3648a3c3
SHA512 (posh_0.12.5.tar.xz) = 03fabb32eb2cd38b90cf4bef641a9ce35e3e79a65b22bf6c8654b0da9d05385efe1fb5c0274deba9c616c7aba443f9a408194a066983edf051be1098be11f21e
Size (posh_0.12.5.tar.xz) = 267356 bytes
SHA1 (patch-aa) = d70d108e73884f3c91a6bb22504853f6270290ec
SHA1 (patch-ab) = 148632d17bc7ecb047169912eedea145d8b7698f

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.6 2010/02/04 05:23:27 dholland Exp $
$NetBSD: distinfo,v 1.7 2015/11/02 23:00:35 agc Exp $
SHA1 (rc-1.7.tar.gz) = 7a7511f7ef54f1883aa73e572b0a66e476421829
RMD160 (rc-1.7.tar.gz) = e8a657db93136dfd40062b45b4e4ea73cbfe8fc3
SHA512 (rc-1.7.tar.gz) = 0f4ec3fabe9f93878218b14c122bb5e48636abcf9ad51d0b6a05cd1b1bfdfd5bca83c9a7c0b229850c0f4ef63113f57e63c76410d73abe7d331e5221950d22dd
Size (rc-1.7.tar.gz) = 158449 bytes
SHA1 (patch-aa) = 3d8f054748b8f411f48ef47383fde87402d45c08
SHA1 (patch-ab) = d3e8974908f085c49e8b339a7e3bab7e9c1cba3f

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2014/01/09 11:46:46 jperkin Exp $
# $NetBSD: Makefile,v 1.18 2016/02/26 09:43:09 jperkin Exp $
DISTNAME= rssh-2.3.4
PKGREVISION= 1
@@ -46,11 +46,7 @@ CONFIGURE_ARGS+= --with-rdist=${RSSH_RDIST_PATH:Q}
CONFIGURE_ARGS+= --with-rsync=${RSSH_RSYNC_PATH:Q}
.endif
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --disable-static
.endif
CONFIGURE_ARGS.SunOS+= --disable-static
post-install:
${INSTALL_DATA} ${WRKSRC}/rssh.conf.default ${DESTDIR}${EGDIR}/rssh.conf

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.8 2013/02/28 19:33:02 darcy Exp $
$NetBSD: distinfo,v 1.9 2015/11/02 23:00:35 agc Exp $
SHA1 (rssh-2.3.4.tar.gz) = e13ae1fdce4b0c89ef70f4695689139c8409e2e8
RMD160 (rssh-2.3.4.tar.gz) = 4fdd086820fe67f6dc97671875c43dcad9c4afd3
SHA512 (rssh-2.3.4.tar.gz) = c1a77abdf4abe5f936fb1c9c008fc81fabf7b624d69ed31fe2ae5619dfa4a79f1d4a4f2daa5291a36d40353fa2168e74e5ba61294230d702fcdc88ae0d520487
Size (rssh-2.3.4.tar.gz) = 113315 bytes
SHA1 (patch-aa) = 0210a1c717098e6afa760192cc8f9d6811d2fd9f
SHA1 (patch-ab) = 19a5f7ffe3fef0c6aa17c1611c564c45a802ea96

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.8 2011/12/05 22:56:22 joerg Exp $
$NetBSD: distinfo,v 1.9 2015/11/02 23:00:35 agc Exp $
SHA1 (scponly-4.8.tgz) = 154de34901ce22fd9d406f6e02cddc440c435afc
RMD160 (scponly-4.8.tgz) = de6b58fcb8108d42a1576c69003e9136b9417869
SHA512 (scponly-4.8.tgz) = 134c008a7377cef7b8e0be483df8413e162a515967147f561d23b72bdef3dfbe70a8313811dfff6372b88f15c1ac8a4385831fcf329261276993c64d5040f29b
Size (scponly-4.8.tgz) = 101687 bytes
SHA1 (patch-aa) = ea2c67fa7d872e88744606a513d73d6767b9a180
SHA1 (patch-helper.c) = 5fd513ce709c62e08f3e57ee021ca3c2c6f836ea

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.15 2011/12/13 07:11:13 dholland Exp $
$NetBSD: distinfo,v 1.16 2015/11/02 23:00:35 agc Exp $
SHA1 (scsh-0.6.7.tar.gz) = a1eaf0d0593e14914824898a0c3ec166429affd7
RMD160 (scsh-0.6.7.tar.gz) = f017c5a157cd1a3ad5daeaecba43ce84784c7e51
SHA512 (scsh-0.6.7.tar.gz) = d769b3d70afe813a3d25ef1b77d8dbc549b379ca41b0748cd90791408a36b33ed3ce08937bfd925bab411785aa671761d79bbf2edd9caf0c3ea6c44d90f4b6ea
Size (scsh-0.6.7.tar.gz) = 4367439 bytes
SHA1 (patch-aa) = af4a92d782141363ac90ef774e1ff397e1ca4001
SHA1 (patch-ab) = e796b61e4cc1c6e29f8fa0bf78a1204cb0e79cfc

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2015/09/03 15:58:22 sevan Exp $
# $NetBSD: Makefile,v 1.27 2016/09/07 21:03:21 joerg Exp $
#
# FIXME: This is because of PREFIX=/ below.
@@ -30,6 +30,7 @@ MAINTAINER= agc@NetBSD.org
# FIXME: Packages shall only install into ${LOCALBASE} or a subdirectory.
PREFIX= /
NOT_FOR_BULK_PLATFORM= *-*-*
NLSDIR= usr/share/nls
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.80 2015/09/09 22:04:55 kim Exp $
# $NetBSD: Makefile,v 1.81 2015/12/13 10:46:26 markd Exp $
DISTNAME= tcsh-6.19.00
#PKGREVISION= 0
PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/

View File

@@ -1,9 +1,11 @@
$NetBSD: distinfo,v 1.34 2015/05/22 08:03:43 kim Exp $
$NetBSD: distinfo,v 1.36 2015/12/13 10:46:26 markd Exp $
SHA1 (tcsh-6.19.00.tar.gz) = cdb1abe319fab5d3caff101c393293e5b3607f0c
RMD160 (tcsh-6.19.00.tar.gz) = 0f1e8c5fdee634baff6670290bd30074db965da3
SHA512 (tcsh-6.19.00.tar.gz) = e34f267c05308d52db08576d6c67ec4b5f092b42494be4b432bd1ffe5705c3030a3bf1b6aba1fa4e7d8ff4151ef5a695503ab7e0d968e35620791959c27bcadf
Size (tcsh-6.19.00.tar.gz) = 947135 bytes
SHA1 (patch-aa) = cedcb5e0b209c50a945db6778fd86574ad16ad6b
SHA1 (patch-ab) = 8cf26988778b5331360eb1aab98bfcc920c71ac2
SHA1 (patch-configure) = 91c2019da8c074bd6f24b84bf798ccd497110727
SHA1 (patch-sh.h) = ac6211ddd5e552e9baec2d35aed5e7e573cab04e
SHA1 (patch-tc.alloc.c) = 826edfd3c8d5bb4a9c5515b69ba28a4ad0eff99e

View File

@@ -0,0 +1,21 @@
$NetBSD: patch-tc.alloc.c,v 1.1 2015/12/13 10:46:26 markd Exp $
Fix gcc5 optimization issue - from upstream.
--- tc.alloc.c.orig 2015-02-22 16:31:54.000000000 +0000
+++ tc.alloc.c
@@ -348,10 +348,13 @@ calloc(size_t i, size_t j)
{
#ifndef lint
char *cp;
+ volatile size_t k;
i *= j;
cp = xmalloc(i);
- memset(cp, 0, i);
+ /* Stop gcc 5.x from optimizing malloc+memset = calloc */
+ k = i;
+ memset(cp, 0, k);
return ((memalign_t) cp);
#else

3
shells/xonsh/DESCR Normal file
View File

@@ -0,0 +1,3 @@
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.

29
shells/xonsh/Makefile Normal file
View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.1 2016/08/21 11:34:57 kamil Exp $
DISTNAME= xonsh-0.4.5
CATEGORIES= shells python
MASTER_SITES= ${MASTER_SITE_GITHUB:=xonsh/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xon.sh/
COMMENT= Python-ish, BASHwards-looking shell language and command prompt
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit-[0-9]*:../../devel/py-prompt_toolkit
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
PKG_SHELL= ${PREFIX}/bin/xon.sh
PKG_SHELL+= ${PREFIX}/bin/xonsh
SUBST_CLASSES+= xonsh
SUBST_STAGE.xonsh= post-patch
SUBST_FILES.xonsh= scripts/xon.sh
SUBST_SED.xonsh= -e 's,python3,${PYTHONBIN},'
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

255
shells/xonsh/PLIST Normal file
View File

@@ -0,0 +1,255 @@
@comment $NetBSD: PLIST,v 1.1 2016/08/21 11:34:57 kamil Exp $
bin/xon.sh
bin/xonsh
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/xonsh/__amalgam__.py
${PYSITELIB}/xonsh/__init__.py
${PYSITELIB}/xonsh/__main__.py
${PYSITELIB}/xonsh/__amalgam__.pyo
${PYSITELIB}/xonsh/__amalgam__.pyc
${PYSITELIB}/xonsh/__init__.pyo
${PYSITELIB}/xonsh/__init__.pyc
${PYSITELIB}/xonsh/__main__.pyo
${PYSITELIB}/xonsh/__main__.pyc
${PYSITELIB}/xonsh/aliases.pyo
${PYSITELIB}/xonsh/aliases.pyc
${PYSITELIB}/xonsh/ansi_colors.pyo
${PYSITELIB}/xonsh/ansi_colors.pyc
${PYSITELIB}/xonsh/ast.pyo
${PYSITELIB}/xonsh/ast.pyc
${PYSITELIB}/xonsh/base_shell.pyo
${PYSITELIB}/xonsh/base_shell.pyc
${PYSITELIB}/xonsh/built_ins.pyo
${PYSITELIB}/xonsh/built_ins.pyc
${PYSITELIB}/xonsh/codecache.pyo
${PYSITELIB}/xonsh/codecache.pyc
${PYSITELIB}/xonsh/commands_cache.pyo
${PYSITELIB}/xonsh/commands_cache.pyc
${PYSITELIB}/xonsh/completer.pyo
${PYSITELIB}/xonsh/completer.pyc
${PYSITELIB}/xonsh/contexts.pyo
${PYSITELIB}/xonsh/contexts.pyc
${PYSITELIB}/xonsh/diff_history.pyo
${PYSITELIB}/xonsh/diff_history.pyc
${PYSITELIB}/xonsh/dirstack.pyo
${PYSITELIB}/xonsh/dirstack.pyc
${PYSITELIB}/xonsh/environ.pyo
${PYSITELIB}/xonsh/environ.pyc
${PYSITELIB}/xonsh/execer.pyo
${PYSITELIB}/xonsh/execer.pyc
${PYSITELIB}/xonsh/foreign_shells.pyo
${PYSITELIB}/xonsh/foreign_shells.pyc
${PYSITELIB}/xonsh/history.pyo
${PYSITELIB}/xonsh/history.pyc
${PYSITELIB}/xonsh/imphooks.pyo
${PYSITELIB}/xonsh/imphooks.pyc
${PYSITELIB}/xonsh/inspectors.pyo
${PYSITELIB}/xonsh/inspectors.pyc
${PYSITELIB}/xonsh/jobs.pyo
${PYSITELIB}/xonsh/jobs.pyc
${PYSITELIB}/xonsh/jupyter_kernel.pyo
${PYSITELIB}/xonsh/jupyter_kernel.pyc
${PYSITELIB}/xonsh/lazyasd.pyo
${PYSITELIB}/xonsh/lazyasd.pyc
${PYSITELIB}/xonsh/lazyimps.pyo
${PYSITELIB}/xonsh/lazyimps.pyc
${PYSITELIB}/xonsh/lazyjson.pyo
${PYSITELIB}/xonsh/lazyjson.pyc
${PYSITELIB}/xonsh/lexer.pyo
${PYSITELIB}/xonsh/lexer.pyc
${PYSITELIB}/xonsh/main.pyo
${PYSITELIB}/xonsh/main.pyc
${PYSITELIB}/xonsh/openpy.pyo
${PYSITELIB}/xonsh/openpy.pyc
${PYSITELIB}/xonsh/parser.pyo
${PYSITELIB}/xonsh/parser.pyc
${PYSITELIB}/xonsh/platform.pyo
${PYSITELIB}/xonsh/platform.pyc
${PYSITELIB}/xonsh/pretty.pyo
${PYSITELIB}/xonsh/pretty.pyc
${PYSITELIB}/xonsh/proc.pyo
${PYSITELIB}/xonsh/proc.pyc
${PYSITELIB}/xonsh/pyghooks.pyo
${PYSITELIB}/xonsh/pyghooks.pyc
${PYSITELIB}/xonsh/readline_shell.pyo
${PYSITELIB}/xonsh/readline_shell.pyc
${PYSITELIB}/xonsh/replay.pyo
${PYSITELIB}/xonsh/replay.pyc
${PYSITELIB}/xonsh/shell.pyo
${PYSITELIB}/xonsh/shell.pyc
${PYSITELIB}/xonsh/teepty.pyo
${PYSITELIB}/xonsh/teepty.pyc
${PYSITELIB}/xonsh/timings.pyo
${PYSITELIB}/xonsh/timings.pyc
${PYSITELIB}/xonsh/tokenize.pyo
${PYSITELIB}/xonsh/tokenize.pyc
${PYSITELIB}/xonsh/tools.pyo
${PYSITELIB}/xonsh/tools.pyc
${PYSITELIB}/xonsh/tracer.pyo
${PYSITELIB}/xonsh/tracer.pyc
${PYSITELIB}/xonsh/winutils.pyo
${PYSITELIB}/xonsh/winutils.pyc
${PYSITELIB}/xonsh/wizard.pyo
${PYSITELIB}/xonsh/wizard.pyc
${PYSITELIB}/xonsh/xonfig.pyo
${PYSITELIB}/xonsh/xonfig.pyc
${PYSITELIB}/xonsh/xontribs.pyo
${PYSITELIB}/xonsh/xontribs.pyc
${PYSITELIB}/xonsh/aliases.py
${PYSITELIB}/xonsh/ansi_colors.py
${PYSITELIB}/xonsh/ast.py
${PYSITELIB}/xonsh/base_shell.py
${PYSITELIB}/xonsh/built_ins.py
${PYSITELIB}/xonsh/codecache.py
${PYSITELIB}/xonsh/commands_cache.py
${PYSITELIB}/xonsh/completer.py
${PYSITELIB}/xonsh/completers/__amalgam__.py
${PYSITELIB}/xonsh/completers/__init__.py
${PYSITELIB}/xonsh/completers/__amalgam__.pyo
${PYSITELIB}/xonsh/completers/__amalgam__.pyc
${PYSITELIB}/xonsh/completers/__init__.pyo
${PYSITELIB}/xonsh/completers/__init__.pyc
${PYSITELIB}/xonsh/completers/_aliases.pyo
${PYSITELIB}/xonsh/completers/_aliases.pyc
${PYSITELIB}/xonsh/completers/base.pyo
${PYSITELIB}/xonsh/completers/base.pyc
${PYSITELIB}/xonsh/completers/bash.pyo
${PYSITELIB}/xonsh/completers/bash.pyc
${PYSITELIB}/xonsh/completers/commands.pyo
${PYSITELIB}/xonsh/completers/commands.pyc
${PYSITELIB}/xonsh/completers/completer.pyo
${PYSITELIB}/xonsh/completers/completer.pyc
${PYSITELIB}/xonsh/completers/dirs.pyo
${PYSITELIB}/xonsh/completers/dirs.pyc
${PYSITELIB}/xonsh/completers/init.pyo
${PYSITELIB}/xonsh/completers/init.pyc
${PYSITELIB}/xonsh/completers/man.pyo
${PYSITELIB}/xonsh/completers/man.pyc
${PYSITELIB}/xonsh/completers/path.pyo
${PYSITELIB}/xonsh/completers/path.pyc
${PYSITELIB}/xonsh/completers/pip.pyo
${PYSITELIB}/xonsh/completers/pip.pyc
${PYSITELIB}/xonsh/completers/python.pyo
${PYSITELIB}/xonsh/completers/python.pyc
${PYSITELIB}/xonsh/completers/tools.pyo
${PYSITELIB}/xonsh/completers/tools.pyc
${PYSITELIB}/xonsh/completers/_aliases.py
${PYSITELIB}/xonsh/completers/base.py
${PYSITELIB}/xonsh/completers/bash.py
${PYSITELIB}/xonsh/completers/commands.py
${PYSITELIB}/xonsh/completers/completer.py
${PYSITELIB}/xonsh/completers/dirs.py
${PYSITELIB}/xonsh/completers/init.py
${PYSITELIB}/xonsh/completers/man.py
${PYSITELIB}/xonsh/completers/path.py
${PYSITELIB}/xonsh/completers/pip.py
${PYSITELIB}/xonsh/completers/python.py
${PYSITELIB}/xonsh/completers/tools.py
${PYSITELIB}/xonsh/contexts.py
${PYSITELIB}/xonsh/diff_history.py
${PYSITELIB}/xonsh/dirstack.py
${PYSITELIB}/xonsh/environ.py
${PYSITELIB}/xonsh/execer.py
${PYSITELIB}/xonsh/foreign_shells.py
${PYSITELIB}/xonsh/history.py
${PYSITELIB}/xonsh/imphooks.py
${PYSITELIB}/xonsh/inspectors.py
${PYSITELIB}/xonsh/jobs.py
${PYSITELIB}/xonsh/jupyter_kernel.py
${PYSITELIB}/xonsh/lazyasd.py
${PYSITELIB}/xonsh/lazyimps.py
${PYSITELIB}/xonsh/lazyjson.py
${PYSITELIB}/xonsh/lexer.py
${PYSITELIB}/xonsh/main.py
${PYSITELIB}/xonsh/openpy.py
${PYSITELIB}/xonsh/parser.py
${PYSITELIB}/xonsh/parsers/__init__.py
${PYSITELIB}/xonsh/parsers/__init__.pyo
${PYSITELIB}/xonsh/parsers/__init__.pyc
${PYSITELIB}/xonsh/parsers/base.pyo
${PYSITELIB}/xonsh/parsers/base.pyc
${PYSITELIB}/xonsh/parsers/v34.pyo
${PYSITELIB}/xonsh/parsers/v34.pyc
${PYSITELIB}/xonsh/parsers/v35.pyo
${PYSITELIB}/xonsh/parsers/v35.pyc
${PYSITELIB}/xonsh/parsers/base.py
${PYSITELIB}/xonsh/parsers/v34.py
${PYSITELIB}/xonsh/parsers/v35.py
${PYSITELIB}/xonsh/platform.py
${PYSITELIB}/xonsh/ply/__init__.py
${PYSITELIB}/xonsh/ply/__init__.pyo
${PYSITELIB}/xonsh/ply/__init__.pyc
${PYSITELIB}/xonsh/ply/cpp.pyo
${PYSITELIB}/xonsh/ply/cpp.pyc
${PYSITELIB}/xonsh/ply/ctokens.pyo
${PYSITELIB}/xonsh/ply/ctokens.pyc
${PYSITELIB}/xonsh/ply/lex.pyo
${PYSITELIB}/xonsh/ply/lex.pyc
${PYSITELIB}/xonsh/ply/yacc.pyo
${PYSITELIB}/xonsh/ply/yacc.pyc
${PYSITELIB}/xonsh/ply/ygen.pyo
${PYSITELIB}/xonsh/ply/ygen.pyc
${PYSITELIB}/xonsh/ply/cpp.py
${PYSITELIB}/xonsh/ply/ctokens.py
${PYSITELIB}/xonsh/ply/lex.py
${PYSITELIB}/xonsh/ply/yacc.py
${PYSITELIB}/xonsh/ply/ygen.py
${PYSITELIB}/xonsh/pretty.py
${PYSITELIB}/xonsh/proc.py
${PYSITELIB}/xonsh/ptk/__init__.py
${PYSITELIB}/xonsh/ptk/__init__.pyo
${PYSITELIB}/xonsh/ptk/__init__.pyc
${PYSITELIB}/xonsh/ptk/completer.pyo
${PYSITELIB}/xonsh/ptk/completer.pyc
${PYSITELIB}/xonsh/ptk/history.pyo
${PYSITELIB}/xonsh/ptk/history.pyc
${PYSITELIB}/xonsh/ptk/key_bindings.pyo
${PYSITELIB}/xonsh/ptk/key_bindings.pyc
${PYSITELIB}/xonsh/ptk/shell.pyo
${PYSITELIB}/xonsh/ptk/shell.pyc
${PYSITELIB}/xonsh/ptk/shortcuts.pyo
${PYSITELIB}/xonsh/ptk/shortcuts.pyc
${PYSITELIB}/xonsh/ptk/completer.py
${PYSITELIB}/xonsh/ptk/history.py
${PYSITELIB}/xonsh/ptk/key_bindings.py
${PYSITELIB}/xonsh/ptk/shell.py
${PYSITELIB}/xonsh/ptk/shortcuts.py
${PYSITELIB}/xonsh/pyghooks.py
${PYSITELIB}/xonsh/readline_shell.py
${PYSITELIB}/xonsh/replay.py
${PYSITELIB}/xonsh/shell.py
${PYSITELIB}/xonsh/teepty.py
${PYSITELIB}/xonsh/timings.py
${PYSITELIB}/xonsh/tokenize.py
${PYSITELIB}/xonsh/tools.py
${PYSITELIB}/xonsh/tracer.py
${PYSITELIB}/xonsh/winutils.py
${PYSITELIB}/xonsh/wizard.py
${PYSITELIB}/xonsh/xonfig.py
${PYSITELIB}/xonsh/xontribs.json
${PYSITELIB}/xonsh/xontribs.py
${PYSITELIB}/xonsh/xoreutils/__init__.py
${PYSITELIB}/xonsh/xoreutils/__init__.pyo
${PYSITELIB}/xonsh/xoreutils/__init__.pyc
${PYSITELIB}/xonsh/xoreutils/_which.pyo
${PYSITELIB}/xonsh/xoreutils/_which.pyc
${PYSITELIB}/xonsh/xoreutils/_which.py
${PYSITELIB}/xontrib/distributed.pyo
${PYSITELIB}/xontrib/distributed.pyc
${PYSITELIB}/xontrib/mpl.pyo
${PYSITELIB}/xontrib/mpl.pyc
${PYSITELIB}/xontrib/mplhooks.pyo
${PYSITELIB}/xontrib/mplhooks.pyc
${PYSITELIB}/xontrib/vox.pyo
${PYSITELIB}/xontrib/vox.pyc
${PYSITELIB}/xontrib/voxapi.pyo
${PYSITELIB}/xontrib/voxapi.pyc
${PYSITELIB}/xontrib/distributed.py
${PYSITELIB}/xontrib/mpl.py
${PYSITELIB}/xontrib/mplhooks.py
${PYSITELIB}/xontrib/vox.py
${PYSITELIB}/xontrib/voxapi.py

9
shells/xonsh/distinfo Normal file
View File

@@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.1 2016/08/21 11:34:57 kamil Exp $
SHA1 (xonsh-0.4.5.tar.gz) = bae4eb57f2e8be1e4c39e9b9afc99b9e1e6fabe6
RMD160 (xonsh-0.4.5.tar.gz) = e1a1e80623a94198ce601065a956b932e2a20c7b
SHA512 (xonsh-0.4.5.tar.gz) = a1ae8ba47cd9793c14309d81fbfcd24cd12f55cb42e1bee9f1c9657f33e30b8ead3d455781aaac8030dadaf2196fc061f6d5407d8baebeb8202ca6e3bf51a130
Size (xonsh-0.4.5.tar.gz) = 1554875 bytes
SHA1 (patch-news_netbsd.rst) = 34fb889ee241dd35c9b4e243711474b935616ac3
SHA1 (patch-xonsh_aliases.py) = 584190affc8b591e31d2a0e313bd26b7080783f1
SHA1 (patch-xonsh_platform.py) = 9ff701549ef5d4f17693b3d3d6df326911a7ea82

View File

@@ -0,0 +1,21 @@
$NetBSD: patch-news_netbsd.rst,v 1.1 2016/08/21 11:34:57 kamil Exp $
Cherry-pick upstream patch adding NetBSD support
https://github.com/xonsh/xonsh/pull/1601
--- news/netbsd.rst.orig 2016-08-21 10:54:55.638271601 +0000
+++ news/netbsd.rst
@@ -0,0 +1,13 @@
+**Added:**
+
+* NetBSD is now supported.
+
+**Changed:** None
+
+**Deprecated:** None
+
+**Removed:** None
+
+**Fixed:** None
+
+**Security:** None

View File

@@ -0,0 +1,27 @@
$NetBSD: patch-xonsh_aliases.py,v 1.1 2016/08/21 11:34:57 kamil Exp $
Cherry-pick upstream patch adding NetBSD support
https://github.com/xonsh/xonsh/pull/1601
--- xonsh/aliases.py.orig 2016-08-17 00:35:49.000000000 +0000
+++ xonsh/aliases.py
@@ -15,7 +15,7 @@ from xonsh.foreign_shells import foreign
from xonsh.jobs import jobs, fg, bg, clean_jobs
from xonsh.history import history_main
from xonsh.platform import (ON_ANACONDA, ON_DARWIN, ON_WINDOWS, ON_FREEBSD,
- scandir)
+ ON_NETBSD, scandir)
from xonsh.proc import foreground
from xonsh.replay import replay_main
from xonsh.timings import timeit_alias
@@ -593,6 +593,10 @@ def make_default_aliases():
default_aliases['egrep'] = ['egrep', '--color=auto']
default_aliases['fgrep'] = ['fgrep', '--color=auto']
default_aliases['ls'] = ['ls', '-G']
+ elif ON_NETBSD:
+ default_aliases['grep'] = ['grep', '--color=auto']
+ default_aliases['egrep'] = ['egrep', '--color=auto']
+ default_aliases['fgrep'] = ['fgrep', '--color=auto']
else:
default_aliases['grep'] = ['grep', '--color=auto']
default_aliases['egrep'] = ['egrep', '--color=auto']

View File

@@ -0,0 +1,20 @@
$NetBSD: patch-xonsh_platform.py,v 1.1 2016/08/21 11:34:57 kamil Exp $
Cherry-pick upstream patch adding NetBSD support
https://github.com/xonsh/xonsh/pull/1601
--- xonsh/platform.py.orig 2016-08-17 00:35:49.000000000 +0000
+++ xonsh/platform.py
@@ -46,6 +46,12 @@ ON_POSIX = LazyBool(lambda: (os.name ==
ON_FREEBSD = LazyBool(lambda: (sys.platform.startswith('freebsd')),
globals(), 'ON_FREEBSD')
"""``True`` if on a FreeBSD operating system, else ``False``."""
+ON_NETBSD = LazyBool(lambda: (sys.platform.startswith('netbsd')),
+ globals(), 'ON_NETBSD')
+"""``True`` if on a NetBSD operating system, else ``False``."""
+ON_BSD = LazyBool(lambda: ON_FREEBSD or ON_NETBSD,
+ globals(), 'ON_BSD')
+"""``True`` if on a BSD operating system, else ``False``."""
#

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.24 2015/07/12 18:56:29 wiz Exp $
# $NetBSD: Makefile,v 1.25 2016/07/09 06:38:58 wiz Exp $
DISTNAME= XML-XSH-1.8.2
PKGNAME= ${DISTNAME:S/XML-XSH/xsh/}
PKGREVISION= 14
PKGREVISION= 15
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xsh/}

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.2 2005/02/24 13:14:41 agc Exp $
$NetBSD: distinfo,v 1.3 2015/11/02 23:00:35 agc Exp $
SHA1 (XML-XSH-1.8.2.tar.gz) = bea1485cd27f6920a514f59193dce51b460b2d42
RMD160 (XML-XSH-1.8.2.tar.gz) = b0b0562d0f5fff3621047919c58ab5c36e7855cb
SHA512 (XML-XSH-1.8.2.tar.gz) = 6da2883a369890753a4468547fa2ed8b94a8fa581f5aea1ce2d36747a5c53ad0dfd1afcc4efee750ad02df579f0bcf5d55369421a457583f3c489d9e3a509516
Size (XML-XSH-1.8.2.tar.gz) = 243860 bytes

View File

@@ -1,13 +1,13 @@
# $NetBSD: Makefile,v 1.72 2015/09/02 10:54:29 szptvlfn Exp $
# $NetBSD: Makefile,v 1.75 2016/06/11 23:34:07 dholland Exp $
.include "../../shells/zsh/Makefile.common"
ZSH_VERSION= 5.1
ZSH_VERSION= 5.2
ZSH_MAINTAINER= uebayasi@NetBSD.org
CONFIGURE_ARGS+= --disable-gdbm
SUBST_CLASSES+= prefix-fixup
SUBST_CLASSES+= prefix-fixup
SUBST_STAGE.prefix-fixup= pre-configure
SUBST_FILES.prefix-fixup= \
Misc/globtests \
@@ -25,7 +25,7 @@ SUBST_FILES.prefix-fixup= \
Functions/Misc/zed \
Functions/Example/cat \
Functions/Example/zless
SUBST_SED.prefix-fixup= -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g'
SUBST_SED.prefix-fixup= -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g'
SUBST_SED.prefix-fixup+= -e 's|^\#\! /bin/zsh|\#\! ${PREFIX}/bin/zsh|g'
SUBST_SED.prefix-fixup+= -e 's|^\#\!/usr/local/bin/zsh|\#\!${PREFIX}/bin/zsh|g'
SUBST_SED.prefix-fixup+= -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g'

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.78 2015/09/07 12:02:06 jperkin Exp $
# $NetBSD: Makefile.common,v 1.80 2016/06/11 23:34:07 dholland Exp $
# used by shells/zsh/Makefile
DISTNAME= zsh-${ZSH_VERSION}
@@ -60,9 +60,9 @@ _ZSH_OPSYS.${OPSYS}?= ldflags tcsetpgrp
### static
_ZSH_LINKAGE.static.CONFIGURE_ARGS= --disable-dynamic
_ZSH_LINKAGE.static.CONFIGURE_ARGS= --disable-dynamic
_ZSH_LINKAGE.static.BUILDLINK_PASSTHRU_RPATHDIRS?=
_ZSH_LINKAGE.static.LDFLAGS?= -static
_ZSH_LINKAGE.static.LDFLAGS?= -static
### dynamic
@@ -93,9 +93,9 @@ PLIST.terminfo= yes
.if empty(MACHINE_PLATFORM:MNetBSD-[0-9]*) && empty(MACHINE_PLATFORM:MGNUkFreeBSD-[0-9]*)
CHECK_BUILTIN.curses= yes
.include "../../mk/curses.builtin.mk"
.if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss]) || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
. if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss]) || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
PLIST.curses= yes
.endif
. endif
.endif
################################################################################
@@ -114,7 +114,7 @@ CONFIGURE_ARGS+= ${_ZSH_LINKAGE.${_ZSH_LINKAGE}.CONFIGURE_ARGS} \
BUILDLINK_PASSTHRU_RPATHDIRS+= ${_ZSH_LINKAGE.${_ZSH_LINKAGE}.BUILDLINK_PASSTHRU_RPATHDIRS}
LDFLAGS+= ${_ZSH_LINKAGE.${_ZSH_LINKAGE}.LDFLAGS}
.if ${_ZSH_LINKAGE} == dynamic
PLIST.dynamic= yes
PLIST.dynamic= yes
.endif
################################################################################
@@ -123,8 +123,8 @@ PLIST.dynamic= yes
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Interix"
do-patch:
# $ sha1 files/patch-ac
# SHA1 (files/patch-ac) = 0ef6928bbb277dfbcd8aff4f6fde9bdf1c3de483
# $ sha1 files/patch-ac
# SHA1 (files/patch-ac) = 0ef6928bbb277dfbcd8aff4f6fde9bdf1c3de483
${PATCH} -d ${WRKSRC} -i ${FILESDIR}/patch-ac
.endif

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.32 2015/09/02 10:54:29 szptvlfn Exp $
@comment $NetBSD: PLIST,v 1.33 2015/12/08 11:24:59 szptvlfn Exp $
bin/zsh
bin/${PKGNAME}
info/zsh.info
@@ -19,6 +19,7 @@ ${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/mathfunc.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/net/socket.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/net/tcp.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/newuser.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/param/private.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/parameter.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/regex.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/rlimits.so
@@ -205,6 +206,7 @@ share/zsh/${PKGVERSION}/functions/_cryptsetup
share/zsh/${PKGVERSION}/functions/_cssh
share/zsh/${PKGVERSION}/functions/_csup
share/zsh/${PKGVERSION}/functions/_ctags_tags
share/zsh/${PKGVERSION}/functions/_curl
share/zsh/${PKGVERSION}/functions/_cut
share/zsh/${PKGVERSION}/functions/_cvs
share/zsh/${PKGVERSION}/functions/_cvsup
@@ -362,6 +364,7 @@ share/zsh/${PKGVERSION}/functions/_gzip
share/zsh/${PKGVERSION}/functions/_hash
share/zsh/${PKGVERSION}/functions/_have_glob_qual
share/zsh/${PKGVERSION}/functions/_hdiutil
share/zsh/${PKGVERSION}/functions/_head
share/zsh/${PKGVERSION}/functions/_hg
share/zsh/${PKGVERSION}/functions/_history
share/zsh/${PKGVERSION}/functions/_history_complete_word
@@ -416,6 +419,7 @@ share/zsh/${PKGVERSION}/functions/_links
share/zsh/${PKGVERSION}/functions/_lintian
share/zsh/${PKGVERSION}/functions/_list
share/zsh/${PKGVERSION}/functions/_list_files
share/zsh/${PKGVERSION}/functions/_lldb
share/zsh/${PKGVERSION}/functions/_ln
share/zsh/${PKGVERSION}/functions/_loadkeys
share/zsh/${PKGVERSION}/functions/_locales
@@ -505,6 +509,7 @@ share/zsh/${PKGVERSION}/functions/_nothing
share/zsh/${PKGVERSION}/functions/_notmuch
share/zsh/${PKGVERSION}/functions/_npm
share/zsh/${PKGVERSION}/functions/_nslookup
share/zsh/${PKGVERSION}/functions/_objdump
share/zsh/${PKGVERSION}/functions/_object_classes
share/zsh/${PKGVERSION}/functions/_od
share/zsh/${PKGVERSION}/functions/_okular
@@ -622,6 +627,7 @@ share/zsh/${PKGVERSION}/functions/_sccs
share/zsh/${PKGVERSION}/functions/_sched
share/zsh/${PKGVERSION}/functions/_schedtool
share/zsh/${PKGVERSION}/functions/_schroot
share/zsh/${PKGVERSION}/functions/_scl
share/zsh/${PKGVERSION}/functions/_screen
share/zsh/${PKGVERSION}/functions/_sed
share/zsh/${PKGVERSION}/functions/_sep_parts
@@ -676,8 +682,8 @@ 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
share/zsh/${PKGVERSION}/functions/_tail
share/zsh/${PKGVERSION}/functions/_tar
share/zsh/${PKGVERSION}/functions/_tar_archive
share/zsh/${PKGVERSION}/functions/_tardy
@@ -704,6 +710,7 @@ share/zsh/${PKGVERSION}/functions/_topgit
share/zsh/${PKGVERSION}/functions/_totd
share/zsh/${PKGVERSION}/functions/_tpb
share/zsh/${PKGVERSION}/functions/_tpconfig
share/zsh/${PKGVERSION}/functions/_tr
share/zsh/${PKGVERSION}/functions/_tracepath
share/zsh/${PKGVERSION}/functions/_trap
share/zsh/${PKGVERSION}/functions/_tree
@@ -835,7 +842,9 @@ share/zsh/${PKGVERSION}/functions/_zoneadm
share/zsh/${PKGVERSION}/functions/_zones
share/zsh/${PKGVERSION}/functions/_zpool
share/zsh/${PKGVERSION}/functions/_zpty
share/zsh/${PKGVERSION}/functions/_zsh
share/zsh/${PKGVERSION}/functions/_zsh-mime-handler
share/zsh/${PKGVERSION}/functions/_zsocket
share/zsh/${PKGVERSION}/functions/_zstyle
share/zsh/${PKGVERSION}/functions/_ztodo
share/zsh/${PKGVERSION}/functions/_zypper
@@ -848,6 +857,7 @@ 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/bracketed-paste-url-magic
share/zsh/${PKGVERSION}/functions/calendar
share/zsh/${PKGVERSION}/functions/calendar_add
share/zsh/${PKGVERSION}/functions/calendar_edit
@@ -1024,6 +1034,7 @@ share/zsh/${PKGVERSION}/functions/zsh-mime-handler
share/zsh/${PKGVERSION}/functions/zsh-mime-setup
${PLIST.dynamic}share/zsh/${PKGVERSION}/functions/zsh-newuser-install
share/zsh/${PKGVERSION}/functions/zsh_directory_name_cdr
share/zsh/${PKGVERSION}/functions/zsh_directory_name_generic
share/zsh/${PKGVERSION}/functions/zstyle+
share/zsh/${PKGVERSION}/functions/ztodo
share/zsh/${PKGVERSION}/help/alias

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.54 2015/09/02 10:54:29 szptvlfn Exp $
$NetBSD: distinfo,v 1.56 2015/12/08 11:24:59 szptvlfn Exp $
SHA1 (zsh-5.1.tar.xz) = 5461213760341a9010a90cd7a3c48e27804879b0
RMD160 (zsh-5.1.tar.xz) = 3d66abaad114be7d90969f8f1bd4a90b3b3d0f22
Size (zsh-5.1.tar.xz) = 2785404 bytes
SHA1 (zsh-5.2.tar.xz) = a93d034fcaa470bf8557fc11a9d0e86300325936
RMD160 (zsh-5.2.tar.xz) = 97aa895e0a1b8ba94852b57daadab261ed60c4c3
SHA512 (zsh-5.2.tar.xz) = 9938af95e09203a0a313f441e0c23279136806f6f087475ca9a66c678c57ecffc87f73ece8133a36700af8de7cb5d1bec8559eabdec2b66102062e64026c2e72
Size (zsh-5.2.tar.xz) = 2820108 bytes
SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2
SHA1 (patch-configure.ac) = e34bbae6385442b51a7263b22681898203d0c013

View File

@@ -1,7 +1,7 @@
# $NetBSD: hacks.mk,v 1.3 2012/08/16 13:30:27 wiz Exp $
# $NetBSD: hacks.mk,v 1.4 2016/06/11 23:34:07 dholland Exp $
.if !defined(ZSH_HACKS_MK)
ZSH_HACKS_MK= defined
ZSH_HACKS_MK= defined
### [Sun Dec 21 02:00:19 JST 2008 : uebayasi]
### Built a dynamically linked "zsh" binary on NetBSD systems which use