svn commit: r301763 - in head/graphics: . libpgf libpgf/files
Max Brazhnikov
makc at FreeBSD.org
Mon Jul 30 20:19:19 UTC 2012
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 <bsdkaffee at gmail.com> 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 <bsdkaffee at gmail.com>
+#
+# $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 at 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 <bsd.port.mk>
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
+ at dirrm include/libpgf
More information about the svn-ports-head
mailing list