summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 11:30:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 11:30:50 +0000
commitd9e780788b663dc0c05d620829984a218c396c81 (patch)
treef0e1d806154d85a8ac27ec1bef6d5dff2a37422f /print
parentUpdate to 2.10.0. Note: this release is API and ABI compatible with (diff)
Add libgnomeprintmm, C++ bindings for the GNOME printing backend library.
Notes
Notes: svn path=/head/; revision=131003
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/libgnomeprintmm/Makefile41
-rw-r--r--print/libgnomeprintmm/distinfo2
-rw-r--r--print/libgnomeprintmm/pkg-descr2
-rw-r--r--print/libgnomeprintmm/pkg-plist29
5 files changed, 75 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index 84cb51ffffeb..bfd04ace09a1 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -132,6 +132,7 @@
SUBDIR += lgrind
SUBDIR += libgnomecups
SUBDIR += libgnomeprint
+ SUBDIR += libgnomeprintmm
SUBDIR += libijs
SUBDIR += libotf
SUBDIR += libpaper
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile
new file mode 100644
index 000000000000..d91a2a9737f1
--- /dev/null
+++ b/print/libgnomeprintmm/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: libgnomeprintmm
+# Date created: 17 December 2003
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+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= bland@FreeBSD.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_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GCC= 3.4
+USE_GNOME= gnomeprefix gnomehack libgnomeprint
+INSTALLS_SHLIB= yes
+USE_INC_LIBTOOL_VER=15
+CONFIGURE_ARGS= --enable-static
+
+PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
+
+patch-autotools:
+ @(cd ${PATCH_WRKSRC}; \
+ for file in ${LIBTOOLFILES}; do \
+ ${CP} $$file $$file.tmp; \
+ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
+ $$file.tmp > $$file; \
+ ${RM} $$file.tmp; \
+ done);
+
+.include <bsd.port.mk>
diff --git a/print/libgnomeprintmm/distinfo b/print/libgnomeprintmm/distinfo
new file mode 100644
index 000000000000..0115f95f487a
--- /dev/null
+++ b/print/libgnomeprintmm/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = cac1729ff8708bec30be4291b73530bc
+SIZE (gnome2/libgnomeprintmm-2.5.1.tar.bz2) = 261134
diff --git a/print/libgnomeprintmm/pkg-descr b/print/libgnomeprintmm/pkg-descr
new file mode 100644
index 000000000000..56f3bfeae663
--- /dev/null
+++ b/print/libgnomeprintmm/pkg-descr
@@ -0,0 +1,2 @@
+This is a set of thin C++ wrappers around the libgnomeprint printing support
+system.
diff --git a/print/libgnomeprintmm/pkg-plist b/print/libgnomeprintmm/pkg-plist
new file mode 100644
index 000000000000..1f1f05899ada
--- /dev/null
+++ b/print/libgnomeprintmm/pkg-plist
@@ -0,0 +1,29 @@
+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%%.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
+@dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc/m4
+@dirrm lib/libgnomeprintmm-%%API_VERSION%%/proc
+@dirrm lib/libgnomeprintmm-%%API_VERSION%%/include
+@dirrm lib/libgnomeprintmm-%%API_VERSION%%
+@dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm/private
+@dirrm include/libgnomeprintmm-%%API_VERSION%%/libgnomeprintmm
+@dirrm include/libgnomeprintmm-%%API_VERSION%%