From 78bb89e29e0d6806465619597b58ea0952170f8d Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 17 Jan 1999 20:19:18 +0000 Subject: GNOME print library. --- print/gnome-print/Makefile | 37 +++++++++++++++++++++++++++++++++++++ print/gnome-print/distinfo | 1 + print/gnome-print/files/patch-ab | 31 +++++++++++++++++++++++++++++++ print/gnome-print/pkg-comment | 1 + print/gnome-print/pkg-descr | 4 ++++ print/gnome-print/pkg-plist | 15 +++++++++++++++ 6 files changed, 89 insertions(+) create mode 100644 print/gnome-print/Makefile create mode 100644 print/gnome-print/distinfo create mode 100644 print/gnome-print/files/patch-ab create mode 100644 print/gnome-print/pkg-comment create mode 100644 print/gnome-print/pkg-descr create mode 100644 print/gnome-print/pkg-plist (limited to 'print/gnome-print') diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile new file mode 100644 index 000000000000..8284c87d688d --- /dev/null +++ b/print/gnome-print/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gnomeprint +# Version required: 0.0.3 +# Date created: 15 Jan 1999 +# Whom: Vanilla I. Shu +# +# $Id$ +# + +DISTNAME= gnome-print-0.0.3 +PKGNAME= gnomeprint-0.0.3 +CATEGORIES= print +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ + ftp://ftp.geo.net/pub/gnome/sources/latest/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/latest/ + +MAINTAINER= nacai@iname.com + +LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${X11BASE} +CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ + -I${X11BASE}/include" \ + GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include diff --git a/print/gnome-print/distinfo b/print/gnome-print/distinfo new file mode 100644 index 000000000000..74c34dcd86ef --- /dev/null +++ b/print/gnome-print/distinfo @@ -0,0 +1 @@ +MD5 (gnome-print-0.0.3.tar.gz) = 3337f7fa507b39ff0f888e445e723722 diff --git a/print/gnome-print/files/patch-ab b/print/gnome-print/files/patch-ab new file mode 100644 index 000000000000..d8b59d3bf5c5 --- /dev/null +++ b/print/gnome-print/files/patch-ab @@ -0,0 +1,31 @@ +--- Makefile.in.orig Fri Jan 15 20:58:53 1999 ++++ Makefile.in Fri Jan 15 21:01:08 1999 +@@ -174,7 +174,7 @@ + + EXTRA_DIST = printConf.sh.in gnome-font-install.in + +-confexecdir=$(libdir) ++confexecdir=$(datadir) + confexec_DATA = printConf.sh + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -504,7 +504,7 @@ + all-recursive-am: config.h + $(MAKE) all-recursive + +-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) $(HEADERS) config.h ++all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) $(HEADERS) config.h + + install-exec-am: install-libLTLIBRARIES install-confexecDATA + +--- po/Makefile.in.in.orig Fri Jan 15 21:01:12 1999 ++++ po/Makefile.in.in Fri Jan 15 21:01:54 1999 +@@ -18,7 +18,7 @@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +-datadir = $(prefix)/@DATADIRNAME@ ++datadir = $(prefix)/share + localedir = $(datadir)/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po diff --git a/print/gnome-print/pkg-comment b/print/gnome-print/pkg-comment new file mode 100644 index 000000000000..d288071807eb --- /dev/null +++ b/print/gnome-print/pkg-comment @@ -0,0 +1 @@ +gnome print support library. diff --git a/print/gnome-print/pkg-descr b/print/gnome-print/pkg-descr new file mode 100644 index 000000000000..62d1433ebb78 --- /dev/null +++ b/print/gnome-print/pkg-descr @@ -0,0 +1,4 @@ +This is a prototype implementation of the Gnome Printing Architecture, +as described in: + + http://www.levien.com/gnome/print-arch.html diff --git a/print/gnome-print/pkg-plist b/print/gnome-print/pkg-plist new file mode 100644 index 000000000000..51bdde9869c7 --- /dev/null +++ b/print/gnome-print/pkg-plist @@ -0,0 +1,15 @@ +include/libgnomeprint/gnome-font.h +include/libgnomeprint/gnome-print.h +include/libgnomeprint/gnome-printer-dialog.h +include/libgnomeprint/gnome-printer.h +include/libgnomeprint/gnome-text.h +lib/libgnomeprint.a +lib/libgnomeprint.la +lib/libgnomeprint.so +lib/libgnomeprint.so.0 +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +share/gnome/printConf.sh +share/gnome/fonts/fontmap +share/locale/pl/LC_MESSAGES/gnome-print.mo +@dirrm share/gnome/fonts -- cgit v1.2.3