summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-10-14 03:44:07 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-10-14 03:44:07 +0000
commitd67fae549ab7de879d20b0608828cb48f2f2d4d0 (patch)
treed243c5b6999c8d03d718feab04498b909c1a4ed2 /print
parentPR: ports/14303 (diff)
PR: ports/14303
Submitted by:Ade Lovett <ade@lovett.com> Update to 0.9 This is a core library for 'October GNOME'
Notes
Notes: svn path=/head/; revision=22418
Diffstat (limited to 'print')
-rw-r--r--print/gnome-print/Makefile13
-rw-r--r--print/gnome-print/distinfo2
-rw-r--r--print/gnome-print/pkg-plist10
-rw-r--r--print/gnomeprint/Makefile13
-rw-r--r--print/gnomeprint/distinfo2
-rw-r--r--print/gnomeprint/pkg-plist10
-rw-r--r--print/libgnomeprint/Makefile13
-rw-r--r--print/libgnomeprint/distinfo2
-rw-r--r--print/libgnomeprint/pkg-plist10
9 files changed, 51 insertions, 24 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index 246c579f03ee..150ebaf27d50 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,21 +1,22 @@
# New ports collection makefile for: gnomeprint
-# Version required: 0.4
+# Version required: 0.9
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= gnome-print-0.4
-PKGNAME= gnomeprint-0.4
+DISTNAME= gnome-print-0.9
+PKGNAME= gnomeprint-0.9
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-print
-MAINTAINER= nacai@iname.com
+MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \
- xml.4:${PORTSDIR}/textproc/libxml \
+BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
+LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
+ xml.5:${PORTSDIR}/textproc/libxml
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/print/gnome-print/distinfo b/print/gnome-print/distinfo
index cc9e2656c155..c18f9ea68c2e 100644
--- a/print/gnome-print/distinfo
+++ b/print/gnome-print/distinfo
@@ -1 +1 @@
-MD5 (gnome-print-0.4.tar.gz) = 137571ca9dbb625f54731e9b73ed5ed3
+MD5 (gnome-print-0.9.tar.gz) = 3d1e68cd55ae15b4eac7630dcc5f53ec
diff --git a/print/gnome-print/pkg-plist b/print/gnome-print/pkg-plist
index 15ac5d83b4ad..3605933cdb8e 100644
--- a/print/gnome-print/pkg-plist
+++ b/print/gnome-print/pkg-plist
@@ -3,6 +3,10 @@ etc/printConf.sh
include/libgnomeprint/gnome-font-dialog.h
include/libgnomeprint/gnome-font.h
include/libgnomeprint/gnome-print-i18n.h
+include/libgnomeprint/gnome-print-meta.h
+include/libgnomeprint/gnome-print-pixbuf.h
+include/libgnomeprint/gnome-print-preview.h
+include/libgnomeprint/gnome-print-rgbp.h
include/libgnomeprint/gnome-print.h
include/libgnomeprint/gnome-printer-dialog.h
include/libgnomeprint/gnome-printer-profile.h
@@ -10,19 +14,23 @@ include/libgnomeprint/gnome-printer.h
include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
-lib/libgnomeprint.so.1
+lib/libgnomeprint.so.2
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/gnome/fonts/fontmap
share/gnome/gnome-print/profiles/Postscript.profile
+share/locale/da/LC_MESSAGES/gnome-print.mo
share/locale/de/LC_MESSAGES/gnome-print.mo
+share/locale/el/LC_MESSAGES/gnome-print.mo
share/locale/es/LC_MESSAGES/gnome-print.mo
+share/locale/et/LC_MESSAGES/gnome-print.mo
share/locale/fr/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/no/LC_MESSAGES/gnome-print.mo
share/locale/pl/LC_MESSAGES/gnome-print.mo
share/locale/ru/LC_MESSAGES/gnome-print.mo
+share/locale/sv/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
share/gnome/fonts/afms/adobe/pagd8a.afm
diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile
index 246c579f03ee..150ebaf27d50 100644
--- a/print/gnomeprint/Makefile
+++ b/print/gnomeprint/Makefile
@@ -1,21 +1,22 @@
# New ports collection makefile for: gnomeprint
-# Version required: 0.4
+# Version required: 0.9
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= gnome-print-0.4
-PKGNAME= gnomeprint-0.4
+DISTNAME= gnome-print-0.9
+PKGNAME= gnomeprint-0.9
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-print
-MAINTAINER= nacai@iname.com
+MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \
- xml.4:${PORTSDIR}/textproc/libxml \
+BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
+LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
+ xml.5:${PORTSDIR}/textproc/libxml
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/print/gnomeprint/distinfo b/print/gnomeprint/distinfo
index cc9e2656c155..c18f9ea68c2e 100644
--- a/print/gnomeprint/distinfo
+++ b/print/gnomeprint/distinfo
@@ -1 +1 @@
-MD5 (gnome-print-0.4.tar.gz) = 137571ca9dbb625f54731e9b73ed5ed3
+MD5 (gnome-print-0.9.tar.gz) = 3d1e68cd55ae15b4eac7630dcc5f53ec
diff --git a/print/gnomeprint/pkg-plist b/print/gnomeprint/pkg-plist
index 15ac5d83b4ad..3605933cdb8e 100644
--- a/print/gnomeprint/pkg-plist
+++ b/print/gnomeprint/pkg-plist
@@ -3,6 +3,10 @@ etc/printConf.sh
include/libgnomeprint/gnome-font-dialog.h
include/libgnomeprint/gnome-font.h
include/libgnomeprint/gnome-print-i18n.h
+include/libgnomeprint/gnome-print-meta.h
+include/libgnomeprint/gnome-print-pixbuf.h
+include/libgnomeprint/gnome-print-preview.h
+include/libgnomeprint/gnome-print-rgbp.h
include/libgnomeprint/gnome-print.h
include/libgnomeprint/gnome-printer-dialog.h
include/libgnomeprint/gnome-printer-profile.h
@@ -10,19 +14,23 @@ include/libgnomeprint/gnome-printer.h
include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
-lib/libgnomeprint.so.1
+lib/libgnomeprint.so.2
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/gnome/fonts/fontmap
share/gnome/gnome-print/profiles/Postscript.profile
+share/locale/da/LC_MESSAGES/gnome-print.mo
share/locale/de/LC_MESSAGES/gnome-print.mo
+share/locale/el/LC_MESSAGES/gnome-print.mo
share/locale/es/LC_MESSAGES/gnome-print.mo
+share/locale/et/LC_MESSAGES/gnome-print.mo
share/locale/fr/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/no/LC_MESSAGES/gnome-print.mo
share/locale/pl/LC_MESSAGES/gnome-print.mo
share/locale/ru/LC_MESSAGES/gnome-print.mo
+share/locale/sv/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
share/gnome/fonts/afms/adobe/pagd8a.afm
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 246c579f03ee..150ebaf27d50 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -1,21 +1,22 @@
# New ports collection makefile for: gnomeprint
-# Version required: 0.4
+# Version required: 0.9
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= gnome-print-0.4
-PKGNAME= gnomeprint-0.4
+DISTNAME= gnome-print-0.9
+PKGNAME= gnomeprint-0.9
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-print
-MAINTAINER= nacai@iname.com
+MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \
- xml.4:${PORTSDIR}/textproc/libxml \
+BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
+LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \
+ xml.5:${PORTSDIR}/textproc/libxml
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo
index cc9e2656c155..c18f9ea68c2e 100644
--- a/print/libgnomeprint/distinfo
+++ b/print/libgnomeprint/distinfo
@@ -1 +1 @@
-MD5 (gnome-print-0.4.tar.gz) = 137571ca9dbb625f54731e9b73ed5ed3
+MD5 (gnome-print-0.9.tar.gz) = 3d1e68cd55ae15b4eac7630dcc5f53ec
diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist
index 15ac5d83b4ad..3605933cdb8e 100644
--- a/print/libgnomeprint/pkg-plist
+++ b/print/libgnomeprint/pkg-plist
@@ -3,6 +3,10 @@ etc/printConf.sh
include/libgnomeprint/gnome-font-dialog.h
include/libgnomeprint/gnome-font.h
include/libgnomeprint/gnome-print-i18n.h
+include/libgnomeprint/gnome-print-meta.h
+include/libgnomeprint/gnome-print-pixbuf.h
+include/libgnomeprint/gnome-print-preview.h
+include/libgnomeprint/gnome-print-rgbp.h
include/libgnomeprint/gnome-print.h
include/libgnomeprint/gnome-printer-dialog.h
include/libgnomeprint/gnome-printer-profile.h
@@ -10,19 +14,23 @@ include/libgnomeprint/gnome-printer.h
include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
-lib/libgnomeprint.so.1
+lib/libgnomeprint.so.2
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/gnome/fonts/fontmap
share/gnome/gnome-print/profiles/Postscript.profile
+share/locale/da/LC_MESSAGES/gnome-print.mo
share/locale/de/LC_MESSAGES/gnome-print.mo
+share/locale/el/LC_MESSAGES/gnome-print.mo
share/locale/es/LC_MESSAGES/gnome-print.mo
+share/locale/et/LC_MESSAGES/gnome-print.mo
share/locale/fr/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/no/LC_MESSAGES/gnome-print.mo
share/locale/pl/LC_MESSAGES/gnome-print.mo
share/locale/ru/LC_MESSAGES/gnome-print.mo
+share/locale/sv/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
share/gnome/fonts/afms/adobe/pagd8a.afm