View | Details | Raw Unified | Return to bug 116807 | Differences between
and this patch

Collapse All | Expand All

(-)sxml-local/Makefile (-6 / +11 lines)
Lines 1-20 Link Here
1
# New ports collection makefile for:	SXML
1
# New ports collection makefile for:   SXML
2
# Date created:				18 February 2006
2
# Date created:        18 February 2006
3
# Whom:					Kouichi ABE (WALL) <kouichi@mysticwall.com>
3
# Whom:                Kouichi ABE (WALL) <kouichi@mysticwall.com>
4
#
4
#
5
# $FreeBSD: ports/textproc/sxml/Makefile,v 1.1 2007/07/15 22:16:11 pav Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	sxml
8
PORTNAME=	sxml
9
PORTVERSION=	1.0.4
9
PORTVERSION=	1.0.5
10
PORTREVISION=	0
10
CATEGORIES=	textproc
11
CATEGORIES=	textproc
11
MASTER_SITES=	http://www.MysticWALL.COM/download/
12
MASTER_SITES=	http://www.MysticWALL.COM/download/
12
13
13
MAINTAINER=	kouichi@MysticWALL.COM
14
MAINTAINER=	kouichi@MysticWALL.COM
14
COMMENT=	Skimpy XML parsing and grafting library for C language
15
COMMENT=	Skimpy XML parsing and grafting library for C language
15
16
17
WRKSRC=		${WRKDIR}/sxml-${PORTVERSION}
18
16
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
17
USE_BZIP2=	yes
20
USE_BZIP2=	yes
18
USE_LDCONFIG=	yes
21
NO_MTREE=	yes
22
23
PREFIX=	${LOCALBASE}
19
24
20
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)sxml-local/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sxml-1.0.4.tar.bz2) = 647b30e1a7afa980898ddeca30a63f9d
1
MD5 (sxml-1.0.5.tar.bz2) = e889de22e5f4e79b57cef22b994a09ee
2
SHA256 (sxml-1.0.4.tar.bz2) = 920daad6bb15a2e86e064b4d9cc7a6d26ca4329ac9e30baa29b92ca11b07e6ff
2
SHA256 (sxml-1.0.5.tar.bz2) = de36369e23e8a594cab54e737a29e7e102376eaad89c75035e772fbdd44c6b42
3
SIZE (sxml-1.0.4.tar.bz2) = 57423
3
SIZE (sxml-1.0.5.tar.bz2) = 61771
(-)sxml-local/pkg-plist (-5 / +6 lines)
Lines 1-8 Link Here
1
include/sxmlrpc.h
1
@cwd %%LOCALBASE%%
2
lib/libsxml.a
3
lib/libsxml.so.1
4
lib/libsxml.so
2
include/sxml.h
5
include/sxml.h
3
lib/libsxmlrpc.a
6
lib/libsxmlrpc.a
4
lib/libsxmlrpc.so
5
lib/libsxmlrpc.so.1
7
lib/libsxmlrpc.so.1
6
lib/libsxml.a
8
lib/libsxmlrpc.so
7
lib/libsxml.so
9
include/sxmlrpc.h
8
lib/libsxml.so.1

Return to bug 116807