[Midnightbsd-cvs] mports: mports/print: Add libgnomeprintmm
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 4 13:44:45 EST 2008
Log Message:
-----------
Add libgnomeprintmm
Modified Files:
--------------
mports/print:
Makefile (r1.34 -> r1.35)
Added Files:
-----------
mports/print/libgnomeprintmm:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/print/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -L print/Makefile -L print/Makefile -u -r1.34 -r1.35
--- print/Makefile
+++ print/Makefile
@@ -30,6 +30,7 @@
SUBDIR += jadetex
SUBDIR += libgnomecups
SUBDIR += libgnomeprint
+ SUBDIR += libgnomeprintmm
SUBDIR += libgnomeprint-reference
SUBDIR += libijs
SUBDIR += libpaper
--- /dev/null
+++ print/libgnomeprintmm/pkg-descr
@@ -0,0 +1,2 @@
+This is a set of thin C++ wrappers around the libgnomeprint printing support
+system.
--- /dev/null
+++ print/libgnomeprintmm/pkg-plist
@@ -0,0 +1,30 @@
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/config.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/context.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/enums.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/font.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/init.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/job.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/config_p.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/context_p.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/enums_p.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/font_p.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private/job_p.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/types.h
+include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/wrap_init.h
+lib/libgnomeprintmm-%%VERSION%%.a
+lib/libgnomeprintmm-%%VERSION%%.la
+lib/libgnomeprintmm-%%VERSION%%.so
+lib/libgnomeprintmm-%%VERSION%%.so.2
+lib/libgnomeprintmm-%%API_VERSION%%/include/libgnomeprintmmconfig.h
+lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert.m4
+lib/libgnomeprintmm-%%API_VERSION%%/proc/m4/convert_libgnomeprintmm.m4
+libdata/pkgconfig/libgnomeprintmm-%%API_VERSION%%.pc
+ at dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc/m4
+ at dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc
+ at dirrm lib/libgnomeprintmm-%%API_VERSION%%/include
+ at dirrm lib/libgnomeprintmm-%%API_VERSION%%
+ at dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private
+ at dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm
+ at dirrm include/libgnomeprintmm-%%API_VERSION%%
--- /dev/null
+++ print/libgnomeprintmm/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: libgnomeprintmm
+# Date created: 17 December 2003
+# Whom: Joe Marcus Clarke <marcus at FreeBSD.org>
+#
+# $MidnightBSD: mports/print/libgnomeprintmm/Makefile,v 1.1 2008/03/04 18:44:43 laffer1 Exp $
+# $FreeBSD: ports/print/libgnomeprintmm/Makefile,v 1.10 2007/05/28 04:39:07 bland Exp $
+#
+
+PORTNAME= libgnomeprintmm
+PORTVERSION= 2.5.1
+CATEGORIES= print gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
+DIST_SUBDIR= gnome2
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= C++ bindings for the GNOME print support library
+
+LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
+
+USE_AUTOTOOLS= libtool:15
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GCC= 3.4+
+USE_GNOME= gnomeprefix gnomehack libgnomeprint
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-static
+
+PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \
+ ${WRKSRC}/tools/extra_defs_gen/Makefile.in
+
+.include <bsd.port.mk>
--- /dev/null
+++ print/libgnomeprintmm/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = cac1729ff8708bec30be4291b73530bc
+SHA256 (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = e2bdc5bf823193114cc24e46266ac342a6555e7899e4945bdd90fc53527ea168
+SIZE (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = 261134
More information about the Midnightbsd-cvs
mailing list