pkgsrc/math/gtklife
wiz 8e3ee0fa45 Homepage and master site changed. Also, the tarball changed; now it's
even signed with a gpg key, and the diff to the previous one is:

diff -r old/gtklife-4.1/README new/gtklife-4.1/README
16c16,17
< feature requests and bug reports are welcome at tril@igs.net.
---
> feature requests and bug reports are welcome at tril42 (at) ironphoenix.org.
> GtkLife's home site is http://ironphoenix.org/tril/gtklife/ .
diff -r old/gtklife-4.1/TAGS new/gtklife-4.1/TAGS
769,775c769,775
< void trim_whitespace(char* str)trim_whitespace187,4016
< char* vdsprintf(const char* format, va_list args)vdsprintf200,4314
< void warn(const char* format, ...)warn224,4878
< void error_abort(const char* format, ...)error_abort237,5134
< void sys_warn(const char *format, ...)sys_warn252,5444
< void sys_error_abort(const char* format, ...)sys_error_abort265,5761
< void set_prog_name(const char* name)set_prog_name281,6150
---
> void trim_whitespace(char* str)trim_whitespace187,4033
> char* vdsprintf(const char* format, va_list args)vdsprintf200,4331
> void warn(const char* format, ...)warn224,4895
> void error_abort(const char* format, ...)error_abort237,5151
> void sys_warn(const char *format, ...)sys_warn252,5461
> void sys_error_abort(const char* format, ...)sys_error_abort265,5778
> void set_prog_name(const char* name)set_prog_name281,6167
diff -r old/gtklife-4.1/util.c new/gtklife-4.1/util.c
180c180
<   new_str = safe_malloc(strlen(str)+1);
---
>   new_str = safe_malloc((strlen(str)+1) * sizeof(char));

Set DIST_SUBDIR.
2005-05-18 21:10:51 +00:00
..
patches
DESCR
distinfo Homepage and master site changed. Also, the tarball changed; now it's 2005-05-18 21:10:51 +00:00
Makefile Homepage and master site changed. Also, the tarball changed; now it's 2005-05-18 21:10:51 +00:00
PLIST