From owner-svn-ports-head@FreeBSD.ORG Mon Jul 30 20:19:19 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BE16106566C; Mon, 30 Jul 2012 20:19:19 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F05058FC1B; Mon, 30 Jul 2012 20:19:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6UKJIEA038015; Mon, 30 Jul 2012 20:19:18 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6UKJIKw038008; Mon, 30 Jul 2012 20:19:18 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201207302019.q6UKJIKw038008@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 30 Jul 2012 20:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301763 - in head/graphics: . libpgf libpgf/files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 20:19:19 -0000 Author: makc Date: Mon Jul 30 20:19:18 2012 New Revision: 301763 URL: http://svn.freebsd.org/changeset/ports/301763 Log: Add new port graphics/libpgf (prerequisite for digikam update): The Progressive Graphics File (PGF) is an efficient image file format that is based on a fast, discrete wavelet transform with progressive coding features. PGF can be used for lossless and lossy compression. WWW: http://www.libpgf.org Submitted by: Jason E. Hale via area51 commit Added: head/graphics/libpgf/ head/graphics/libpgf/Makefile (contents, props changed) head/graphics/libpgf/distinfo (contents, props changed) head/graphics/libpgf/files/ head/graphics/libpgf/files/patch-Makefile.am (contents, props changed) head/graphics/libpgf/pkg-descr (contents, props changed) head/graphics/libpgf/pkg-plist (contents, props changed) Modified: head/graphics/Makefile (contents, props changed) Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Jul 30 20:00:31 2012 (r301762) +++ head/graphics/Makefile Mon Jul 30 20:19:18 2012 (r301763) @@ -496,6 +496,7 @@ SUBDIR += libpano12 SUBDIR += libpano13 SUBDIR += libpcd + SUBDIR += libpgf SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqglviewer Added: head/graphics/libpgf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpgf/Makefile Mon Jul 30 20:19:18 2012 (r301763) @@ -0,0 +1,32 @@ +# New ports collection makefile for: libpgf +# Date Created: 2012-06-04 +# Whom: Jason E. Hale +# +# $FreeBSD$ +# + +PORTNAME= libpgf +PORTVERSION= 6.12.24 +CATEGORIES= graphics +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-latest/ \ + SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= bsdkaffee@gmail.com +COMMENT= Progressive Graphics Format (PGF) library + +LICENSE= LGPL21 + +USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf +USE_LDCONFIG= yes + +LIBTOOLIZE_ARGS=--copy --force +AUTOMAKE_ARGS= --add-missing --copy +ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal + +WRKSRC= ${WRKDIR}/${PORTNAME} + +pre-configure: + @cd ${WRKSRC}; ${TOUCH} NEWS AUTHORS + +.include Added: head/graphics/libpgf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpgf/distinfo Mon Jul 30 20:19:18 2012 (r301763) @@ -0,0 +1,2 @@ +SHA256 (libpgf-6.12.24-src.tar.gz) = cac10171df721accccee347990f7385f62932b2c456519bb8b87c4cd6974f973 +SIZE (libpgf-6.12.24-src.tar.gz) = 1219261 Added: head/graphics/libpgf/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpgf/files/patch-Makefile.am Mon Jul 30 20:19:18 2012 (r301763) @@ -0,0 +1,26 @@ +--- ./Makefile.am.orig 2012-06-05 08:24:12.000000000 -0400 ++++ ./Makefile.am 2012-06-05 08:26:55.000000000 -0400 +@@ -1,9 +1,9 @@ + + SUBDIRS = src include + +-if HAS_DOXYGEN +-SUBDIRS += doc +-endif ++#if HAS_DOXYGEN ++#SUBDIRS += doc ++#endif + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ +@@ -20,8 +20,8 @@ + RPMRELEASE=$(PACKAGE_RELEASE) + + install-data-local:: $(PACKAGE).pc +- $(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig +- $(INSTALL) -m 644 $(PACKAGE).pc $(DESTDIR)$(libdir)/pkgconfig/$(PACKAGE).pc ++ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata/pkgconfig ++ $(INSTALL) -m 644 $(PACKAGE).pc $(DESTDIR)$(prefix)/libdata/pkgconfig/$(PACKAGE).pc + + + .PHONY: ChangeLog Added: head/graphics/libpgf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpgf/pkg-descr Mon Jul 30 20:19:18 2012 (r301763) @@ -0,0 +1,5 @@ +The Progressive Graphics File (PGF) is an efficient image file format that is +based on a fast, discrete wavelet transform with progressive coding features. +PGF can be used for lossless and lossy compression. + +WWW: http://www.libpgf.org Added: head/graphics/libpgf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libpgf/pkg-plist Mon Jul 30 20:19:18 2012 (r301763) @@ -0,0 +1,10 @@ +include/libpgf/PGFimage.h +include/libpgf/PGFplatform.h +include/libpgf/PGFstream.h +include/libpgf/PGFtypes.h +lib/libpgf.a +lib/libpgf.la +lib/libpgf.so +lib/libpgf.so.6 +libdata/pkgconfig/libpgf.pc +@dirrm include/libpgf