View | Details | Raw Unified | Return to bug 17525
Collapse All | Expand All

(-)png/Makefile (-4 / +5 lines)
Lines 1-15 Link Here
1
# New ports collection makefile for:    PNG images library
1
# New ports collection makefile for:    PNG images library
2
# Version required:     1*
2
# Version required:     1.0.6
3
# Date created:         5 Dec 1995
3
# Date created:         5 Dec 1995
4
# Whom:                 ache
4
# Whom:                 ache
5
#
5
#
6
# $FreeBSD: ports/graphics/png/Makefile,v 1.20 1999/11/20 03:00:31 jmz Exp $
6
# $FreeBSD: ports/graphics/png/Makefile,v 1.20 1999/11/20 03:00:31 jmz Exp $
7
#
7
#
8
8
9
DISTNAME=       libpng-1.0.5
9
DISTNAME=       libpng-1.0.6
10
PKGNAME=        png-1.0.5
10
PKGNAME=        png-1.0.6
11
CATEGORIES=     graphics
11
CATEGORIES=     graphics
12
MASTER_SITES=   ftp://ftp.uu.net/graphics/png/src/
12
MASTER_SITES=   http://www.cdrom.com/pub/png/src/ \
13
		ftp://ftp.uu.net/graphics/png/src/
13
14
14
MAINTAINER=     ache@FreeBSD.org
15
MAINTAINER=     ache@FreeBSD.org
15
16
(-)png/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libpng-1.0.5.tar.gz) = e8edc8c1ad4cb613f20563acd9112702
1
MD5 (libpng-1.0.6.tar.gz) = 687c8a59160c713a0e6fdd7e0a131182
(-)png/pkg/DESCR (+2 lines)
Lines 6-8 Link Here
6
attempts were made to make it as complete as possible, while
6
attempts were made to make it as complete as possible, while
7
keeping the code easy to understand.  Currently, this library
7
keeping the code easy to understand.  Currently, this library
8
only supports C.  Support for other languages is being considered.
8
only supports C.  Support for other languages is being considered.
9
10
WWW: http://www.cdrom.com/pub/png/

Return to bug 17525