summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2007-04-01 21:22:05 +0000
committerwiz <wiz>2007-04-01 21:22:05 +0000
commit6ec925e4be2e9f75edc694e3df0951c8af60043f (patch)
tree61df40d09f547130f0900fd4ee96ac300a98ea9e
parent664187f94d786f235c63de9e63a7a642e572021d (diff)
downloadpkgsrc-6ec925e4be2e9f75edc694e3df0951c8af60043f.tar.gz
Remove shells/zsh3 -- old version of shells/zsh{,-current}.
No disagreement on pkgsrc-users.
-rw-r--r--shells/Makefile3
-rw-r--r--shells/zsh3/DESCR6
-rw-r--r--shells/zsh3/Makefile31
-rw-r--r--shells/zsh3/PLIST13
-rw-r--r--shells/zsh3/distinfo9
-rw-r--r--shells/zsh3/hacks.mk16
-rw-r--r--shells/zsh3/patches/patch-aa13
-rw-r--r--shells/zsh3/patches/patch-ac21
-rw-r--r--shells/zsh3/patches/patch-ad13
-rw-r--r--shells/zsh3/patches/patch-ae12
10 files changed, 1 insertions, 136 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 1d2e656cade..ddd35252455 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/11/21 15:29:01 obache Exp $
+# $NetBSD: Makefile,v 1.42 2007/04/01 21:22:05 wiz Exp $
#
COMMENT= Shells
@@ -28,6 +28,5 @@ SUBDIR+= tcsh
SUBDIR+= xsh
SUBDIR+= zsh
SUBDIR+= zsh-current
-SUBDIR+= zsh3
.include "../mk/bsd.pkg.subdir.mk"
diff --git a/shells/zsh3/DESCR b/shells/zsh3/DESCR
deleted file mode 100644
index 8f4144f053e..00000000000
--- a/shells/zsh3/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Zsh is a UNIX command interpreter (shell) which of the standard shells
-most resembles the Korn shell (ksh), although it is not completely
-compatible. It includes enhancements of many types, notably in the
-command-line editor, options for customising its behaviour, filename
-globbing, features to make C-shell (csh) users feel more at home and
-extra features drawn from tcsh (another `custom' shell).
diff --git a/shells/zsh3/Makefile b/shells/zsh3/Makefile
deleted file mode 100644
index 83fa01dacbe..00000000000
--- a/shells/zsh3/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2007/02/22 19:27:10 wiz Exp $
-#
-
-DISTNAME= zsh-3.0.8
-PKGREVISION= 1
-CATEGORIES= shells
-MASTER_SITES= ftp://ftp.rge.com/pub/shells/zsh/old/ \
- ftp://sunsite.auc.dk/pub/unix/shells/zsh/old/ \
- ftp://ftp.uit.no/pub/unix/shells/zsh/old/ \
- ftp://ftp.net.lut.ac.uk/zsh/old/ \
- ftp://ftp.zsh.org/zsh/old/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://zsh.dotsrc.org/
-COMMENT= The Z shell
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= makeinfo
-INFO_FILES= # PLIST
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+= ZSH_STATIC
-
-.if defined(ZSH_STATIC) && !empty(ZSH_STATIC:M[Yy][Ee][Ss])
-LDFLAGS+= -static
-.endif
-
-PKG_SHELL= bin/zsh
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/shells/zsh3/PLIST b/shells/zsh3/PLIST
deleted file mode 100644
index a857c20e5b9..00000000000
--- a/shells/zsh3/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2006/04/07 15:28:50 jlam Exp $
-bin/${PKGNAME}
-bin/zsh
-info/zsh.info
-man/man1/zsh.1.gz
-man/man1/zshall.1.gz
-man/man1/zshbuiltins.1.gz
-man/man1/zshcompctl.1.gz
-man/man1/zshexpn.1.gz
-man/man1/zshmisc.1.gz
-man/man1/zshoptions.1.gz
-man/man1/zshparam.1.gz
-man/man1/zshzle.1.gz
diff --git a/shells/zsh3/distinfo b/shells/zsh3/distinfo
deleted file mode 100644
index c21db5913ab..00000000000
--- a/shells/zsh3/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.5 2006/06/01 21:16:40 joerg Exp $
-
-SHA1 (zsh-3.0.8.tar.gz) = d5d07abdd9c0f063c79d19de9482f7517016b54d
-RMD160 (zsh-3.0.8.tar.gz) = ea0f8e026f71e56ddaab04d8e5926bfd0914a4f1
-Size (zsh-3.0.8.tar.gz) = 657979 bytes
-SHA1 (patch-aa) = 7209d74d6a7535e41d8db1d1109a6039b9bb3e0e
-SHA1 (patch-ac) = 5e5c47d218a191692907b67839a8e874857fe2be
-SHA1 (patch-ad) = 613fcaaa117aa38ff2e41eddaad5947bd5e0190d
-SHA1 (patch-ae) = f395aa2f5164e8642448f5eb888f2e14de9256b7
diff --git a/shells/zsh3/hacks.mk b/shells/zsh3/hacks.mk
deleted file mode 100644
index 0f8feb5c950..00000000000
--- a/shells/zsh3/hacks.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: hacks.mk,v 1.3 2005/12/05 20:50:59 rillig Exp $
-
-.if !defined(ZSH3_HACKS_MK)
-ZSH3_HACKS_MK= # defined
-
-### [Mon Jan 24 22:27:33 UTC 2005 : tv]
-### for some reason, the GETPGRP_VOID test is not working correctly;
-### also, ut_xtime (the obsolescent utmpx field) is changed
-###
-.if ${OPSYS} == "Interix"
-PKG_HACKS+= compat
-CONFIGURE_ENV+= ac_cv_func_getpgrp_void=yes
-CPPFLAGS+= -Dut_xtime=ut_tv.tv_sec
-.endif
-
-.endif
diff --git a/shells/zsh3/patches/patch-aa b/shells/zsh3/patches/patch-aa
deleted file mode 100644
index 60c969dd2cd..00000000000
--- a/shells/zsh3/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/06/05 16:30:14 jtb Exp $
-
---- Src/Makefile.in.orig Thu Jan 6 15:39:29 2000
-+++ Src/Makefile.in Thu Jan 6 15:40:03 2000
-@@ -148,7 +148,7 @@
- # install binary, creating install directory if necessary
- install.bin: zsh
- $(top_srcdir)/mkinstalldirs $(bindir)
-- -if [ -f $(bindir)/zsh ]; then mv $(bindir)/zsh $(bindir)/zsh.old; fi
-+ -if [ -f $(bindir)/zsh ]; then mv -f $(bindir)/zsh $(bindir)/zsh.old; fi
- $(INSTALL_PROGRAM) zsh $(bindir)/zsh
- -if [ -f $(bindir)/zsh-$(VERSION) ]; then rm -f $(bindir)/zsh-$(VERSION); fi
- ln $(bindir)/zsh $(bindir)/zsh-$(VERSION)
diff --git a/shells/zsh3/patches/patch-ac b/shells/zsh3/patches/patch-ac
deleted file mode 100644
index 5465805a694..00000000000
--- a/shells/zsh3/patches/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2002/06/22 10:18:24 cjep Exp $
-
---- Doc/zsh.texi.orig Tue Feb 29 08:29:07 2000
-+++ Doc/zsh.texi
-@@ -2,11 +2,15 @@
- @c %**start of header
- @setfilename zsh.info
- @settitle zsh
-+@dircategory Shells
-+@direntry
-+* Zsh: (zsh). The Z shell.
-+@end direntry
- @c %**end of header
-
- @ifinfo
- @c Note to RedHat: Do NOT change this to @{@}. It really should be @'@'.
--@set dsq @'@'
-+@set dsq '@:'
- @end ifinfo
- @iftex
- @c The sequence {} disappears completely in TeX, leaving only the quotes.
diff --git a/shells/zsh3/patches/patch-ad b/shells/zsh3/patches/patch-ad
deleted file mode 100644
index 98f7a78d7b9..00000000000
--- a/shells/zsh3/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2001/06/05 16:30:14 jtb Exp $
-
---- Makefile.in.orig Thu Jan 6 15:45:59 2000
-+++ Makefile.in Thu Jan 6 15:46:16 2000
-@@ -50,7 +50,7 @@
- CPPFLAGS = @CPPFLAGS@
- DEFS = @DEFS@
- CFLAGS = @CFLAGS@
--LDFLAGS = @LDFLAGS@
-+LDFLAGS = @LDFLAGS@ -s
- LIBS = @LIBS@
-
- # ========== YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW HERE ==========
diff --git a/shells/zsh3/patches/patch-ae b/shells/zsh3/patches/patch-ae
deleted file mode 100644
index 755a5e25d57..00000000000
--- a/shells/zsh3/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/06/01 21:16:40 joerg Exp $
-
---- Src/rlimits.awk.orig 2006-06-01 21:12:10.000000000 +0000
-+++ Src/rlimits.awk
-@@ -65,7 +65,6 @@ END {
-
- for (i = 0; i < 0 + nlimits; i++)
- if (msg[i] == "") {
-- badlimit++
- printf("\t%c%s%c,\n", 34, lim[i], 34)
- } else
- printf("\t%c%s%c,\n", 34, msg[i], 34)