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

(-)libharu.new/Makefile (-15 / +3 lines)
Lines 7-17 Link Here
7
#
7
#
8
8
9
PORTNAME=	libharu
9
PORTNAME=	libharu
10
PORTVERSION=	2.0.8
10
PORTVERSION=	2.1.0
11
CATEGORIES=	print
11
CATEGORIES=	print
12
MASTER_SITES=	SF
12
MASTER_SITES=	http://libharu.org/files/
13
DISTNAME=	${PORTNAME}_${PORTVERSION:S/./_/g}
14
EXTRACT_SUFX=	.tgz
15
13
16
MAINTAINER=	ijliao@FreeBSD.org
14
MAINTAINER=	ijliao@FreeBSD.org
17
COMMENT=	Haru Free PDF Library
15
COMMENT=	Haru Free PDF Library
Lines 19-38 Link Here
19
LIB_DEPENDS=	png:${PORTSDIR}/graphics/png
17
LIB_DEPENDS=	png:${PORTSDIR}/graphics/png
20
18
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
22
HAS_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--shared \
24
		--prefix=${PREFIX} \
25
		--cflags="${CFLAGS}"
26
CFLAGS+=	-I${LOCALBASE}/include
21
CFLAGS+=	-I${LOCALBASE}/include
27
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
28
23
29
PLIST_FILES=	include/hpdf.h \
30
		include/hpdf_consts.h \
31
		include/hpdf_types.h \
32
		lib/libhpdf.so \
33
		lib/libhpdf.so.1 \
34
		lib/libhpdf.so.1.0.0
35
36
.if !defined(NOPORTDOCS)
24
.if !defined(NOPORTDOCS)
37
PORTDOCS=	*
25
PORTDOCS=	*
38
26
(-)libharu.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libharu_2_0_8.tgz) = 4b9714fd89b4134b0b9c93f857add327
1
MD5 (libharu-2.1.0.tar.gz) = 0623b8fb08ae1b28af08b2cdbd66b662
2
SHA256 (libharu_2_0_8.tgz) = 825a18796868fecef150339a731bab7ba3ce393acba41834a7384da93a5eb7e1
2
SHA256 (libharu-2.1.0.tar.gz) = 3c1f22ca55af6714b072866e212b38b082004783df7ce6ef61bb337c29101b09
3
SIZE (libharu_2_0_8.tgz) = 1572158
3
SIZE (libharu-2.1.0.tar.gz) = 2050828
(-)libharu.new/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Fri Jun 15 22:47:35 2007
2
+++ configure	Fri Jun 15 22:48:13 2007
3
@@ -24,7 +24,7 @@
4
 CFLAGS_EXE='-o '
5
 CFLAGS_USER=
6
 
7
-LDFLAGS='-L.'
8
+LDFLAGS='-L. -L${PREFIX}/lib'
9
 LDFLAGS_DEMO='-L.'
10
 LDFLAGS_ADD=''
11
 
(-)libharu.new/pkg-plist (+35 lines)
Line 0 Link Here
1
include/hpdf.h
2
include/hpdf_annotation.h
3
include/hpdf_catalog.h
4
include/hpdf_conf.h
5
include/hpdf_config.h
6
include/hpdf_consts.h
7
include/hpdf_destination.h
8
include/hpdf_doc.h
9
include/hpdf_encoder.h
10
include/hpdf_encrypt.h
11
include/hpdf_encryptdict.h
12
include/hpdf_error.h
13
include/hpdf_ext_gstate.h
14
include/hpdf_font.h
15
include/hpdf_fontdef.h
16
include/hpdf_gstate.h
17
include/hpdf_image.h
18
include/hpdf_info.h
19
include/hpdf_list.h
20
include/hpdf_mmgr.h
21
include/hpdf_objects.h
22
include/hpdf_outline.h
23
include/hpdf_page_label.h
24
include/hpdf_pages.h
25
include/hpdf_streams.h
26
include/hpdf_types.h
27
include/hpdf_u3d.h
28
include/hpdf_utils.h
29
include/hpdf_version.h
30
lib/libhpdf.so
31
lib/libhpdf-2.1.0.so
32
lib/libhpdf.la
33
lib/libhpdf.a
34
%%PORTDOCS%%%%DOCSDIR%%/README
35
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 129012