Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2012 18:41:31 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309628 - in head/graphics: . converseen
Message-ID:  <201212291841.qBTIfVdA027232@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Dec 29 18:41:30 2012
New Revision: 309628
URL: http://svnweb.freebsd.org/changeset/ports/309628

Log:
  Converseen is an open source project written in C++ with the powerful Qt4
  libraries. Thanks to the Magick++ image libraries it supports more than 100
  image formats. You can convert and resize an unlimited number of images to
  any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD,
  PNG, Postscript, SVG, and TIFF.
  
  WWW: http://converseen.sourceforge.net
  
  PR:		ports/173631
  Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com>

Added:
  head/graphics/converseen/
  head/graphics/converseen/Makefile   (contents, props changed)
  head/graphics/converseen/distinfo   (contents, props changed)
  head/graphics/converseen/pkg-descr   (contents, props changed)
  head/graphics/converseen/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Dec 29 18:28:33 2012	(r309627)
+++ head/graphics/Makefile	Sat Dec 29 18:41:30 2012	(r309628)
@@ -99,6 +99,7 @@
     SUBDIR += comix
     SUBDIR += commons-utilities
     SUBDIR += compupic
+    SUBDIR += converseen
     SUBDIR += corona
     SUBDIR += cosmoplayer
     SUBDIR += crw

Added: head/graphics/converseen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/converseen/Makefile	Sat Dec 29 18:41:30 2012	(r309628)
@@ -0,0 +1,35 @@
+# Created by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	converseen
+PORTVERSION=	0.5.1
+CATEGORIES=	graphics
+MASTER_SITES=	SF/${PORTNAME}/Converseen/Converseen%200.5/${PORTVERSION}
+
+MAINTAINER=	fernando.apesteguia@gmail.com
+COMMENT=	Easy to use graphics conversion utility
+
+LIB_DEPENDS=	pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
+		pcre:${PORTSDIR}/devel/pcre \
+		Magick++:${PORTSDIR}/graphics/ImageMagick \
+		lcms2:${PORTSDIR}/graphics/lcms2 \
+		lqr-1:${PORTSDIR}/graphics/liblqr-1 \
+		png15:${PORTSDIR}/graphics/png \
+		fftw3:${PORTSDIR}/math/fftw3 \
+		freetype:${PORTSDIR}/print/freetype2 \
+		expat:${PORTSDIR}/textproc/expat2 \
+		xcb:${PORTSDIR}/x11/libxcb \
+		fontconfig:${PORTSDIR}/x11-fonts/fontconfig
+
+USE_BZIP2=	yes
+USE_AUTOTOOLS=	libltdl
+USE_CMAKE=	yes
+USE_ICONV=	yes
+USE_GETTEXT=	yes
+USE_XORG=	ice sm x11 xau xdmcp xext xrender xt
+USE_QT4=	corelib gui linguist_build moc_build qmake_build \
+		rcc_build uic_build
+USE_GNOME=	glib20
+MAKE_JOBS_SAFE=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/converseen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/converseen/distinfo	Sat Dec 29 18:41:30 2012	(r309628)
@@ -0,0 +1,2 @@
+SHA256 (converseen-0.5.1.tar.bz2) = df8adf203a5c81c0eab6efed0eaa36636e1346c5859408ae3d9ef93b70908e93
+SIZE (converseen-0.5.1.tar.bz2) = 210538

Added: head/graphics/converseen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/converseen/pkg-descr	Sat Dec 29 18:41:30 2012	(r309628)
@@ -0,0 +1,7 @@
+Converseen is an open source project written in C++ with the powerful Qt4
+libraries. Thanks to the Magick++ image libraries it supports more than 100
+image formats. You can convert and resize an unlimited number of images to
+any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD,
+PNG, Postscript, SVG, and TIFF.
+
+WWW: http://converseen.sourceforge.net

Added: head/graphics/converseen/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/converseen/pkg-plist	Sat Dec 29 18:41:30 2012	(r309628)
@@ -0,0 +1,17 @@
+bin/converseen
+share/applications/converseen.desktop
+share/converseen/converseen_cs_CZ.qm
+share/converseen/converseen_de_DE.qm
+share/converseen/converseen_es_CL.qm
+share/converseen/converseen_fr_FR.qm
+share/converseen/converseen_hu_HU.qm
+share/converseen/converseen_it_IT.qm
+share/converseen/converseen_pl_PL.qm
+share/converseen/converseen_pt_BR.qm
+share/converseen/converseen_tr_TR.qm
+share/kde4/services/ServiceMenus/converseen_import.desktop
+share/pixmaps/converseen.png
+@dirrmtry share/kde4/services/ServiceMenus
+@dirrmtry share/kde4/services
+@dirrmtry share/kde4
+@dirrm share/converseen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212291841.qBTIfVdA027232>