summaryrefslogtreecommitdiff
path: root/print/gnomeprint
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-17 20:19:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-17 20:19:18 +0000
commit78bb89e29e0d6806465619597b58ea0952170f8d (patch)
tree4fe295108032cfddcc171db4bcad3860ed985442 /print/gnomeprint
parentGNOME PIM package. (diff)
GNOME print library.
Notes
Notes: svn path=/head/; revision=16117
Diffstat (limited to 'print/gnomeprint')
-rw-r--r--print/gnomeprint/Makefile37
-rw-r--r--print/gnomeprint/distinfo1
-rw-r--r--print/gnomeprint/files/patch-ab31
-rw-r--r--print/gnomeprint/pkg-comment1
-rw-r--r--print/gnomeprint/pkg-descr4
-rw-r--r--print/gnomeprint/pkg-plist15
6 files changed, 89 insertions, 0 deletions
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile
new file mode 100644
index 000000000000..8284c87d688d
--- /dev/null
+++ b/print/gnomeprint/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 <vanilla@FreeBSD.ORG>
+#
+# $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 <bsd.port.mk>
diff --git a/print/gnomeprint/distinfo b/print/gnomeprint/distinfo
new file mode 100644
index 000000000000..74c34dcd86ef
--- /dev/null
+++ b/print/gnomeprint/distinfo
@@ -0,0 +1 @@
+MD5 (gnome-print-0.0.3.tar.gz) = 3337f7fa507b39ff0f888e445e723722
diff --git a/print/gnomeprint/files/patch-ab b/print/gnomeprint/files/patch-ab
new file mode 100644
index 000000000000..d8b59d3bf5c5
--- /dev/null
+++ b/print/gnomeprint/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/gnomeprint/pkg-comment b/print/gnomeprint/pkg-comment
new file mode 100644
index 000000000000..d288071807eb
--- /dev/null
+++ b/print/gnomeprint/pkg-comment
@@ -0,0 +1 @@
+gnome print support library.
diff --git a/print/gnomeprint/pkg-descr b/print/gnomeprint/pkg-descr
new file mode 100644
index 000000000000..62d1433ebb78
--- /dev/null
+++ b/print/gnomeprint/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/gnomeprint/pkg-plist b/print/gnomeprint/pkg-plist
new file mode 100644
index 000000000000..51bdde9869c7
--- /dev/null
+++ b/print/gnomeprint/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