update cook to version 2.21. trolling the changelogs gives:
- new cook_rsh program - new "fail" command - new "stripdots" command - fixes for the fingerprinting code - many build, source & doco fixes
This commit is contained in:
parent
ffa64bd04e
commit
c75e5a8bbb
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2002/10/13 15:07:27 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2002/11/11 06:17:54 mrg Exp $
|
||||
|
||||
DISTNAME= cook-2.17
|
||||
DISTNAME= cook-2.21
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.canb.auug.org.au/~millerp/cook/
|
||||
|
||||
|
@ -14,5 +14,4 @@ USE_BUILDLINK2= # defined
|
|||
GNU_CONFIGURE= # defined
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink2.mk"
|
||||
.include "../../devel/rx/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:22:48 zuntum Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2002/11/11 06:17:54 mrg Exp $
|
||||
bin/c_incl
|
||||
bin/cook
|
||||
bin/cook_bom
|
||||
bin/cook_rsh
|
||||
bin/cookfp
|
||||
bin/cooktime
|
||||
bin/find_libs
|
||||
|
@ -21,6 +22,7 @@ man/man1/c_incl.1
|
|||
man/man1/cook.1
|
||||
man/man1/cook_bom.1
|
||||
man/man1/cook_lic.1
|
||||
man/man1/cook_rsh.1
|
||||
man/man1/cookfp.1
|
||||
man/man1/cooktime.1
|
||||
man/man1/find_libs.1
|
||||
|
@ -39,6 +41,7 @@ share/cook/en/man1/c_incl.1
|
|||
share/cook/en/man1/cook.1
|
||||
share/cook/en/man1/cook_bom.1
|
||||
share/cook/en/man1/cook_lic.1
|
||||
share/cook/en/man1/cook_rsh.1
|
||||
share/cook/en/man1/cookfp.1
|
||||
share/cook/en/man1/cooktime.1
|
||||
share/cook/en/man1/find_libs.1
|
||||
|
@ -61,6 +64,7 @@ share/cook/functions
|
|||
share/cook/g77
|
||||
share/cook/gcc
|
||||
share/cook/home
|
||||
share/cook/host_lists.pl
|
||||
share/cook/lex
|
||||
share/cook/library
|
||||
share/cook/print
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2001/07/25 23:11:52 groo Exp $
|
||||
$NetBSD: distinfo,v 1.2 2002/11/11 06:17:54 mrg Exp $
|
||||
|
||||
SHA1 (cook-2.17.tar.gz) = f635b992844f256bfc43d309375fdccb9777aaf6
|
||||
Size (cook-2.17.tar.gz) = 782528 bytes
|
||||
SHA1 (cook-2.21.tar.gz) = deb1e33d55342ce801bbceec7fe6b647ebb20321
|
||||
Size (cook-2.21.tar.gz) = 821210 bytes
|
||||
|
|
Loading…
Reference in a new issue