1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

upgrade to 2.1.0

drop maintainership

PR:		129012
Submitted by:	Wen Heping <wenheping@gmail.com>
This commit is contained in:
Ying-Chieh Liao 2008-11-21 17:39:49 +00:00
parent 21fc347db8
commit 8f79cfd53c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223130
5 changed files with 43 additions and 31 deletions

View File

@ -7,32 +7,20 @@
#
PORTNAME= libharu
PORTVERSION= 2.0.8
PORTVERSION= 2.1.0
CATEGORIES= print
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
EXTRACT_SUFX= .tgz
MASTER_SITES= http://libharu.org/files/
MAINTAINER= ijliao@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Haru Free PDF Library
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --shared \
--prefix=${PREFIX} \
--cflags="${CFLAGS}"
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes
PLIST_FILES= include/hpdf.h \
include/hpdf_consts.h \
include/hpdf_types.h \
lib/libhpdf.so \
lib/libhpdf.so.1 \
lib/libhpdf.so.1.0.0
.if !defined(NOPORTDOCS)
PORTDOCS= *

View File

@ -1,3 +1,3 @@
MD5 (libharu_2_0_8.tgz) = 4b9714fd89b4134b0b9c93f857add327
SHA256 (libharu_2_0_8.tgz) = 825a18796868fecef150339a731bab7ba3ce393acba41834a7384da93a5eb7e1
SIZE (libharu_2_0_8.tgz) = 1572158
MD5 (libharu-2.1.0.tar.gz) = 0623b8fb08ae1b28af08b2cdbd66b662
SHA256 (libharu-2.1.0.tar.gz) = 3c1f22ca55af6714b072866e212b38b082004783df7ce6ef61bb337c29101b09
SIZE (libharu-2.1.0.tar.gz) = 2050828

View File

@ -1,11 +0,0 @@
--- configure.orig Fri Jun 15 22:47:35 2007
+++ configure Fri Jun 15 22:48:13 2007
@@ -24,7 +24,7 @@
CFLAGS_EXE='-o '
CFLAGS_USER=
-LDFLAGS='-L.'
+LDFLAGS='-L. -L${PREFIX}/lib'
LDFLAGS_DEMO='-L.'
LDFLAGS_ADD=''

View File

@ -12,4 +12,4 @@ PDF. It supports the following features.
You can add the feature of PDF creation by using HARU without understanding
complicated internal structure of PDF.
WWW: http://libharu.sourceforge.net/
WWW: http://libharu.org/

35
print/libharu/pkg-plist Normal file
View File

@ -0,0 +1,35 @@
include/hpdf.h
include/hpdf_annotation.h
include/hpdf_catalog.h
include/hpdf_conf.h
include/hpdf_config.h
include/hpdf_consts.h
include/hpdf_destination.h
include/hpdf_doc.h
include/hpdf_encoder.h
include/hpdf_encrypt.h
include/hpdf_encryptdict.h
include/hpdf_error.h
include/hpdf_ext_gstate.h
include/hpdf_font.h
include/hpdf_fontdef.h
include/hpdf_gstate.h
include/hpdf_image.h
include/hpdf_info.h
include/hpdf_list.h
include/hpdf_mmgr.h
include/hpdf_objects.h
include/hpdf_outline.h
include/hpdf_page_label.h
include/hpdf_pages.h
include/hpdf_streams.h
include/hpdf_types.h
include/hpdf_u3d.h
include/hpdf_utils.h
include/hpdf_version.h
lib/libhpdf.so
lib/libhpdf-2.1.0.so
lib/libhpdf.la
lib/libhpdf.a
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%