1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to 0.12

This commit is contained in:
Ade Lovett 2000-02-23 00:07:21 +00:00
parent 3509cf6e39
commit fc37748c85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26174
9 changed files with 99 additions and 72 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomeprint
# Version required: 0.10
# Version required: 0.12
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= gnome-print-0.10
PKGNAME= gnomeprint-0.10
DISTNAME= gnome-print-0.12
PKGNAME= gnomeprint-0.12
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-print

View File

@ -1 +1 @@
MD5 (gnome-print-0.10.tar.gz) = fc72d00cbdc2de70ca38b254ac6a6dca
MD5 (gnome-print-0.12.tar.gz) = 42b2c5f0bb40b6a18f5f73633a347442

View File

@ -2,8 +2,13 @@ bin/gnome-font-install
etc/printConf.sh
include/libgnomeprint/gnome-font-dialog.h
include/libgnomeprint/gnome-font.h
include/libgnomeprint/gnome-print-copies.h
include/libgnomeprint/gnome-print-dialog.h
include/libgnomeprint/gnome-print-i18n.h
include/libgnomeprint/gnome-print-master-preview.h
include/libgnomeprint/gnome-print-master.h
include/libgnomeprint/gnome-print-meta.h
include/libgnomeprint/gnome-print-multipage.h
include/libgnomeprint/gnome-print-pixbuf.h
include/libgnomeprint/gnome-print-preview.h
include/libgnomeprint/gnome-print-rgbp.h
@ -14,28 +19,9 @@ include/libgnomeprint/gnome-printer.h
include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
lib/libgnomeprint.so.2
lib/libgnomeprint.so.5
@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/gl/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/nl/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
share/locale/uk/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
share/gnome/fonts/afms/adobe/pagd8a.afm
share/gnome/fonts/afms/adobe/pagdo8a.afm
share/gnome/fonts/afms/adobe/pagk8a.afm
@ -77,7 +63,30 @@ share/gnome/fonts/afms/adobe/putr8a.afm
share/gnome/fonts/afms/adobe/putri8a.afm
share/gnome/fonts/afms/adobe/pzcmi8a.afm
share/gnome/fonts/afms/adobe/pzdr.afm
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/fi/LC_MESSAGES/gnome-print.mo
share/locale/fr/LC_MESSAGES/gnome-print.mo
share/locale/gl/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/ja/LC_MESSAGES/gnome-print.mo
share/locale/ko/LC_MESSAGES/gnome-print.mo
share/locale/nl/LC_MESSAGES/gnome-print.mo
share/locale/no/LC_MESSAGES/gnome-print.mo
share/locale/pl/LC_MESSAGES/gnome-print.mo
share/locale/pt_BR/LC_MESSAGES/gnome-print.mo
share/locale/ru/LC_MESSAGES/gnome-print.mo
share/locale/sv/LC_MESSAGES/gnome-print.mo
share/locale/uk/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/fonts/afms/adobe
@dirrm share/gnome/fonts/afms
@dirrm share/gnome/fonts
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
@dirrm include/libgnomeprint

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomeprint
# Version required: 0.10
# Version required: 0.12
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= gnome-print-0.10
PKGNAME= gnomeprint-0.10
DISTNAME= gnome-print-0.12
PKGNAME= gnomeprint-0.12
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-print

View File

@ -1 +1 @@
MD5 (gnome-print-0.10.tar.gz) = fc72d00cbdc2de70ca38b254ac6a6dca
MD5 (gnome-print-0.12.tar.gz) = 42b2c5f0bb40b6a18f5f73633a347442

View File

@ -2,8 +2,13 @@ bin/gnome-font-install
etc/printConf.sh
include/libgnomeprint/gnome-font-dialog.h
include/libgnomeprint/gnome-font.h
include/libgnomeprint/gnome-print-copies.h
include/libgnomeprint/gnome-print-dialog.h
include/libgnomeprint/gnome-print-i18n.h
include/libgnomeprint/gnome-print-master-preview.h
include/libgnomeprint/gnome-print-master.h
include/libgnomeprint/gnome-print-meta.h
include/libgnomeprint/gnome-print-multipage.h
include/libgnomeprint/gnome-print-pixbuf.h
include/libgnomeprint/gnome-print-preview.h
include/libgnomeprint/gnome-print-rgbp.h
@ -14,28 +19,9 @@ include/libgnomeprint/gnome-printer.h
include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
lib/libgnomeprint.so.2
lib/libgnomeprint.so.5
@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/gl/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/nl/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
share/locale/uk/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
share/gnome/fonts/afms/adobe/pagd8a.afm
share/gnome/fonts/afms/adobe/pagdo8a.afm
share/gnome/fonts/afms/adobe/pagk8a.afm
@ -77,7 +63,30 @@ share/gnome/fonts/afms/adobe/putr8a.afm
share/gnome/fonts/afms/adobe/putri8a.afm
share/gnome/fonts/afms/adobe/pzcmi8a.afm
share/gnome/fonts/afms/adobe/pzdr.afm
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/fi/LC_MESSAGES/gnome-print.mo
share/locale/fr/LC_MESSAGES/gnome-print.mo
share/locale/gl/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/ja/LC_MESSAGES/gnome-print.mo
share/locale/ko/LC_MESSAGES/gnome-print.mo
share/locale/nl/LC_MESSAGES/gnome-print.mo
share/locale/no/LC_MESSAGES/gnome-print.mo
share/locale/pl/LC_MESSAGES/gnome-print.mo
share/locale/pt_BR/LC_MESSAGES/gnome-print.mo
share/locale/ru/LC_MESSAGES/gnome-print.mo
share/locale/sv/LC_MESSAGES/gnome-print.mo
share/locale/uk/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/fonts/afms/adobe
@dirrm share/gnome/fonts/afms
@dirrm share/gnome/fonts
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
@dirrm include/libgnomeprint

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: gnomeprint
# Version required: 0.10
# Version required: 0.12
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= gnome-print-0.10
PKGNAME= gnomeprint-0.10
DISTNAME= gnome-print-0.12
PKGNAME= gnomeprint-0.12
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-print

View File

@ -1 +1 @@
MD5 (gnome-print-0.10.tar.gz) = fc72d00cbdc2de70ca38b254ac6a6dca
MD5 (gnome-print-0.12.tar.gz) = 42b2c5f0bb40b6a18f5f73633a347442

View File

@ -2,8 +2,13 @@ bin/gnome-font-install
etc/printConf.sh
include/libgnomeprint/gnome-font-dialog.h
include/libgnomeprint/gnome-font.h
include/libgnomeprint/gnome-print-copies.h
include/libgnomeprint/gnome-print-dialog.h
include/libgnomeprint/gnome-print-i18n.h
include/libgnomeprint/gnome-print-master-preview.h
include/libgnomeprint/gnome-print-master.h
include/libgnomeprint/gnome-print-meta.h
include/libgnomeprint/gnome-print-multipage.h
include/libgnomeprint/gnome-print-pixbuf.h
include/libgnomeprint/gnome-print-preview.h
include/libgnomeprint/gnome-print-rgbp.h
@ -14,28 +19,9 @@ include/libgnomeprint/gnome-printer.h
include/libgnomeprint/gnome-text.h
lib/libgnomeprint.a
lib/libgnomeprint.so
lib/libgnomeprint.so.2
lib/libgnomeprint.so.5
@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/gl/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/nl/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
share/locale/uk/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
share/gnome/fonts/afms/adobe/pagd8a.afm
share/gnome/fonts/afms/adobe/pagdo8a.afm
share/gnome/fonts/afms/adobe/pagk8a.afm
@ -77,7 +63,30 @@ share/gnome/fonts/afms/adobe/putr8a.afm
share/gnome/fonts/afms/adobe/putri8a.afm
share/gnome/fonts/afms/adobe/pzcmi8a.afm
share/gnome/fonts/afms/adobe/pzdr.afm
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/fi/LC_MESSAGES/gnome-print.mo
share/locale/fr/LC_MESSAGES/gnome-print.mo
share/locale/gl/LC_MESSAGES/gnome-print.mo
share/locale/hu/LC_MESSAGES/gnome-print.mo
share/locale/it/LC_MESSAGES/gnome-print.mo
share/locale/ja/LC_MESSAGES/gnome-print.mo
share/locale/ko/LC_MESSAGES/gnome-print.mo
share/locale/nl/LC_MESSAGES/gnome-print.mo
share/locale/no/LC_MESSAGES/gnome-print.mo
share/locale/pl/LC_MESSAGES/gnome-print.mo
share/locale/pt_BR/LC_MESSAGES/gnome-print.mo
share/locale/ru/LC_MESSAGES/gnome-print.mo
share/locale/sv/LC_MESSAGES/gnome-print.mo
share/locale/uk/LC_MESSAGES/gnome-print.mo
@dirrm share/gnome/fonts/afms/adobe
@dirrm share/gnome/fonts/afms
@dirrm share/gnome/fonts
@dirrm share/gnome/gnome-print/profiles
@dirrm share/gnome/gnome-print
@dirrm include/libgnomeprint