1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

222 Commits

Author SHA1 Message Date
Masafumi Max NAKANE
7d889fa355 Update /etc/shells upon make install. 1998-08-27 02:33:51 +00:00
Tim Vanderhoek
39448a6b27 Remove miscellaneous manpages. 1998-08-18 19:04:15 +00:00
David E. O'Brien
d265ace04d Removed manpages from pkg/PLIST 1998-08-13 21:30:07 +00:00
Steve Price
4405a46523 Update to version 2.02.1.
Submitted by:	studded@dal.net
Hoping that Andrey doesn't mind: steve :)
1998-08-10 00:00:50 +00:00
Steve Price
099b65cf8b Guard against a nonexistant /usr/share/info/dir.
PR:		7297
1998-07-17 20:38:17 +00:00
Steve Price
24e6e9519d Yikes! I missed a 'ja-' in my cvs co. Undo the previous
commit.

Pointed out by:	ache@FreeBSD.ORG
1998-07-04 03:09:32 +00:00
Steve Price
35e20053fd Update to version 6.07.06.
PR:		7112
Submitted by:	maintainer
1998-07-03 23:34:26 +00:00
Satoshi Asami
030f6d6f83 Rename "bash" to "bash1" (the actual port is already repository copied).
Requested by:	chet@ins.CWRU.Edu
1998-06-25 22:26:26 +00:00
Martin Cracauer
aa2af247b4 Update to 0.9beta1.
This version is now GNU configure driven.

A word of warning for future committers so that you don't fall into
the same trap as I did: The source has an printf-style funtion
"print". This doesn't understand "%u", so the usual print-casting
stuff for long long ints isn't
  printf("%u", (unsigned int)foo);
but
  print("%d", (int)foo);
which obviously looses in some cases, but I didn't take the effort to
extend this function to take 64 bit value (just unsigned is limited as
well).

In this case, it isn't that bad, since it is used to print limits, but
memory limits are internally stored as "mega" or "kilo" anyway.
1998-06-08 13:59:35 +00:00
Andrey A. Chernov
d67c0b5ed7 put MASTER_SITE_GNU first 1998-05-16 11:39:19 +00:00
Thomas Gellekum
dd726f562d Link statically.
Prompted by:	latest discussion in freebsd-security
1998-04-29 07:56:42 +00:00
Andrey A. Chernov
abf9d14318 Upgrade to 2.02 1998-04-28 05:10:43 +00:00
Masafumi Max NAKANE
8bd2b9a35b Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.
Forgotten by:	whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
1998-04-05 04:47:11 +00:00
Satoshi Asami
acd19d78e8 Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
1998-04-04 07:36:46 +00:00
Masafumi Max NAKANE
d4c60375a0 Upgrade, 1.03f -> 1.03g.
PR:		5657
Submitted by:	maintainer
1998-02-07 16:26:17 +00:00
Masafumi Max NAKANE
1b13ad76e0 Upgrade, 1.03e -> 1.03f.
Submitted by:	maintainer
PR:		5341
1997-12-19 16:53:57 +00:00
Justin M. Seger
65b8e7cbdf Files from old MASTER_SITE moved to a new site. 1997-11-28 03:35:05 +00:00
Masafumi Max NAKANE
cf71d19180 Upgrade, 1.03a -> 1.03e
Submitted by:	maintainer
PR:		5006
1997-11-13 20:19:20 +00:00
Andrey A. Chernov
186ce4ad83 Upgrade to 2.01.1 1997-11-06 01:17:59 +00:00
Thomas Gellekum
93e38c1af9 Upgrade to 5.2.13. 1997-10-28 15:36:37 +00:00
Torsten Blum
bed1863567 Upgrade to 3.0.5 1997-09-26 08:23:15 +00:00
Masafumi Max NAKANE
fb95eea85d Upgrade, 1.01h -> 1.03a.
PR:		4581
Submitted by:	maintainer
1997-09-19 12:51:34 +00:00
Masafumi Max NAKANE
3f73d91a41 @exec/@unexec directives that use %[FD] should never be put at the
very beginning of the file.  This has been causing pkg_add to fail.
1997-09-06 17:52:52 +00:00
David E. O'Brien
ddbd7c0b92 Make Bash obey ${PREFIX} 1997-08-21 07:03:49 +00:00
Martin Cracauer
0f75a2326e Forgot to disable NO_CDROM 1997-07-15 15:00:30 +00:00
Martin Cracauer
db31808b6e Make this port almost portlint - clean (Description is still too long)
Fix some typos.
1997-07-15 13:45:34 +00:00
Martin Cracauer
1ce57c3699 New version. This version is allowed to be on the CDROM.
PR:	ports/4096
Reviewed by:	Thomas Gellekum <tg@ihf.rwth-aachen.de>
1997-07-15 12:02:24 +00:00
Andrey A. Chernov
afec97d4f4 Install /etc/shells entry and info dir entry
PR: 3971
1997-06-27 23:03:34 +00:00
Jordan K. Hubbard
beb1d2e914 Get bash to not use GNU malloc. This solves the calloc() weirdness
in -current.  Closes PR#3971
1997-06-27 18:00:09 +00:00
Bill Fenner
4c08ced03e Remove trailing dot from ${MAINTAINER}
Found by:	distfile checker
1997-06-26 06:23:23 +00:00
Torsten Blum
6740f47b6f Update from 3.0.2 to 3.0.4 1997-06-25 05:24:46 +00:00
Masafumi Max NAKANE
e61e2fecb8 Use install-info to edit the dir file. 1997-06-16 11:51:14 +00:00
Masafumi Max NAKANE
a89d03ad2a Patch for zsh.texi to to add @direntry and @dircategory. 1997-06-16 11:50:33 +00:00
Masafumi Max NAKANE
619aa31ea8 Patch for Doc/Makefile.in to:
- Add --no-split to the makeinfo command line.
- Remove info files before makeinfo.
1997-06-16 11:49:17 +00:00
Masafumi Max NAKANE
c7e688d572 Use install-info to edit the dir file. 1997-06-16 11:00:38 +00:00
Masafumi Max NAKANE
d6ae6dc467 Use install-info to edit the dir file.
The (now old) master_site doesn&t have bash-1.14.7 anymore, but GNU sites do,
so update it.
1997-06-16 11:00:19 +00:00
Masafumi Max NAKANE
3ffd020bff In documentation subdirectory, let ``make all'' build only the info
files.
1997-06-16 10:42:18 +00:00
Masafumi Max NAKANE
b4ce60904c Patch up the texinfo file and add @dircategory and @direntry. 1997-06-16 10:35:22 +00:00
Andrey A. Chernov
685f8803f4 Upgrade to 2.01 1997-06-06 23:13:54 +00:00
Andrey A. Chernov
72d0ab0cd5 Reduce number of patches needed for fnmatch 1997-05-26 22:21:51 +00:00
Andrey A. Chernov
092e813500 Use different way to nuke local fnmatch.h to not touch dependances 1997-05-26 21:28:12 +00:00
Andrey A. Chernov
0149da1f30 FIx serious globbing error with \ due to wrong local fnmatch.h included 1997-05-26 21:22:06 +00:00
Eric L. Hernes
9cd3c19d59 fix handling of builtin limit command.
closes ports/3037
1997-04-10 15:27:42 +00:00
David E. O'Brien
c3d2f16419 ache writes:
> This port is obsoleted by bash2, so I don't want to be MAINTAINER

I *hate* bash2.  So I'll take it over.
1997-02-17 06:41:50 +00:00
David E. O'Brien
3a2ee0c0b7 Added the docs to the package.
Commited with permission of the maintainer.
1997-02-16 02:08:50 +00:00
Andrey A. Chernov
dc6e03a935 This port is obsoleted by bash2, so I don't want to be MAINTAINER 1997-02-14 14:18:45 +00:00
Masafumi Max NAKANE
0fcc91354e Instruction to display English help message was wrong.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-01-09 10:12:36 +00:00
Masafumi Max NAKANE
466871b11d Upgrade, 1.01 -> 1.01h.
Reviewed by:	max
Submitted by:	nobu@psrc.isac.co.jp
1997-01-06 06:38:35 +00:00
Masafumi Max NAKANE
66b633b20c Upgrade, 1.01 -> 1.01h.
Submitted by:	nobu@psrc.isac.co.jp
Reviewed by:	max
1997-01-06 06:26:12 +00:00
Masafumi Max NAKANE
26eb98429b Activated scsh. 1997-01-03 00:40:55 +00:00
Masafumi Max NAKANE
6a68b60f92 New port, scsh:
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by:	max
Submitted by:	cracauer@cons.org "Martin Cracauer"
1997-01-03 00:37:20 +00:00
Satoshi Asami
c60d526cd9 Add bash2, which has been repository-copied from bash before rolling
it back from 2.0 to 1.14.7.
1997-01-02 07:01:10 +00:00
Satoshi Asami
1b266ec86a Roll this back to 1.14.7. 1997-01-02 07:00:25 +00:00
Andrey A. Chernov
48748db13a Upgrade to 2.0 1996-12-27 11:40:57 +00:00
David E. O'Brien
0ebe3bae3b Don't need WRKSRC.
Add manpages to MANx.  But don't compress them.
1996-12-27 06:26:05 +00:00
David E. O'Brien
116bb06e77 Style police. 1996-12-27 06:01:29 +00:00
Torsten Blum
75e87cb8da update checksum - the distfile has changed 1996-12-20 09:05:19 +00:00
Satoshi Asami
f8a1076b18 Sort this file once and for all, so nobody has to scramble it again. :) 1996-12-20 02:57:16 +00:00
Torsten Blum
483cf6a144 Upgrade to 3.0.2 1996-12-19 11:31:22 +00:00
Satoshi Asami
fc317df2d6 DISTNAME goes before PKGNAME. 1996-12-17 05:18:09 +00:00
Andrey A. Chernov
d88d277609 Upgrade to 6.07.02 1996-12-16 01:40:25 +00:00
Masafumi Max NAKANE
018ccf7365 Install the man page to man/ja_JP.EUC/man1. 1996-12-12 04:50:58 +00:00
Satoshi Asami
32af6372fd Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0". 1996-11-22 00:00:43 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
David E. O'Brien
090316dbc1 Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
1996-11-17 09:06:37 +00:00
Satoshi Asami
41613e1a0b When we upgrade, we generally change this file too. :> 1996-11-16 09:17:44 +00:00
Satoshi Asami
54f3facf10 Remove @cwd /usr/local. 1996-11-16 09:16:16 +00:00
Torsten Blum
bbbe77322b Upgrade to 3.0.1 1996-11-15 12:51:59 +00:00
David E. O'Brien
d23a795680 CATAGORIES+= -> CATAGORIES=
Reordered vars where needed.  Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
1996-11-12 02:19:40 +00:00
David E. O'Brien
47a616f11d CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
1996-11-11 05:50:23 +00:00
Thomas Gellekum
7404b755e4 Upgrade to 5.2.12.
Submitted by: Eric J. Chet <ejc@bazzle.com>  (patch-aa)
1996-11-05 08:11:39 +00:00
Andrey A. Chernov
e3fb033222 Replace last occurance of collate_range_cmp call with its code 1996-10-31 15:14:25 +00:00
Eric L. Hernes
edf6d352a2 trim the DESCR's to something reasonable at Satoshi's request. 1996-10-16 15:58:06 +00:00
Thomas Gellekum
eefe8f5f90 Upgrade to 5.2.11 1996-10-16 06:34:37 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Thomas Gellekum
486c8e9dc4 Upgrade to version 5.2.9 1996-10-01 06:54:13 +00:00
Torsten Blum
732f7e5a43 Upgrade to 3.0.0 1996-09-14 22:55:01 +00:00
Andrey A. Chernov
c5b977b6bc Upgrade to 1.14.7 1996-08-28 15:21:14 +00:00
Thomas Gellekum
943c2e26f5 Upgrade to 5.2.8 1996-08-21 06:19:46 +00:00
Andrey A. Chernov
f4e00da194 Convert to newly added collate compare function 1996-08-12 21:58:38 +00:00
Andrey A. Chernov
e29d848cb8 Use collate for alpha character ranges 1996-08-12 02:56:37 +00:00
Satoshi Asami
51c1684909 Move es from plan9 to shells. (It has already been copied to shells
by Peter.)
1996-07-30 04:17:03 +00:00
Satoshi Asami
0eefea4a6b Typo.
Submitted by:	James Raynard <fports@jraynard.demon.co.uk>
1996-07-10 08:23:04 +00:00
Torsten Blum
b050c4809a Upgrade to 3.0 pre 2
Approved-By: asami
1996-07-09 22:11:19 +00:00
Torsten Blum
12bcda49a5 register ${PREFIX}/bin/zsh - not zsh-2.6-beta21
Pointed out by: gpalmer
1996-06-25 08:19:07 +00:00
Torsten Blum
83ebfb6e7c Upgrade to 2.6 beta 21
OK'ed by: gpalmer
1996-06-24 11:46:40 +00:00
Thomas Gellekum
90842ebdbe Upgrade to version 5.2.7 1996-06-05 08:00:49 +00:00
Thomas Gellekum
e01537c4d1 Upgrade to version 5.2.6 1996-06-04 06:50:19 +00:00
Torsten Blum
68886fa369 new checksum 1996-05-16 08:06:53 +00:00
Torsten Blum
dcab64c2af the path on the master sites have changed... 1996-05-16 08:03:47 +00:00
Satoshi Asami
cff81d0b57 Conditionalize man page compression on NOMANCOMPRESS. Use a .for loop
instead of a humongous gzip command line.
1996-05-15 23:02:07 +00:00
Torsten Blum
2f8774e7b3 Update to beta 17 1996-05-15 18:39:35 +00:00
Thomas Gellekum
5ed43aa872 Upgrade to version 5.2.5 1996-05-14 11:50:08 +00:00
Andrey A. Chernov
edf1c5bab6 Master site changed 1996-05-01 01:33:55 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
Satoshi Asami
4d6b03c5ab A file and directory management tool.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1996-03-20 07:53:43 +00:00
Torsten Blum
b805fb9d01 upgrade to beta 13 1996-03-06 17:57:58 +00:00
Satoshi Asami
9bc23ad696 (1) Fix "version required" comment
(2) Add PKGNAME to reflect that this is patchlevel 2
(3) PATCH_SITES goes before PATCHFILES (just like MASTER_SITES and
    DISTFILES)
(4) MAINTAINER goes after patchfiles section
1996-02-16 10:45:03 +00:00
Thomas Gellekum
5bd92eb989 Upgrade to newer version. 1996-02-15 16:25:32 +00:00