diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-31 22:41:46 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-31 22:41:46 +0800 |
commit | 7784e5b315ddd13050ce4f8446febd38447a0258 (patch) | |
tree | 1bcefbdd42f03c706fb397995a40c1bea0fd277e /print | |
parent | 7fee434b73eea713824fcddba2d6afe36c10f171 (diff) | |
download | marcuscom-ports-7784e5b315ddd13050ce4f8446febd38447a0258.tar.gz marcuscom-ports-7784e5b315ddd13050ce4f8446febd38447a0258.tar.zst marcuscom-ports-7784e5b315ddd13050ce4f8446febd38447a0258.zip |
Update to 0.22.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2574 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 41 | ||||
-rw-r--r-- | print/gnome-cups-manager/distinfo | 2 | ||||
-rw-r--r-- | print/gnome-cups-manager/files/gnome-cups-manager.desktop | 9 | ||||
-rw-r--r-- | print/gnome-cups-manager/files/patch-icons_Makefile.in | 15 | ||||
-rw-r--r-- | print/gnome-cups-manager/pkg-descr | 4 | ||||
-rw-r--r-- | print/gnome-cups-manager/pkg-plist | 52 |
6 files changed, 123 insertions, 0 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile new file mode 100644 index 000000000..db9f90fe7 --- /dev/null +++ b/print/gnome-cups-manager/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: gnome-cups-manager +# Date created: 14 Jul 2003 +# Whom: Glenn Johnson <glennpj@charter.net> +# +# $FreeBSD: ports/print/gnome-cups-manager/Makefile,v 1.8 2004/07/27 13:53:04 marcus Exp $ + +PORTNAME= gnome-cups-manager +PORTVERSION= 0.22 +PORTEPOCH= 1 +CATEGORIES= print gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Admistration tool for cups + +LIB_DEPENDS= gnomecups-1.0.1:${PORTSDIR}/print/libgnomecups + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ + < ${FILESDIR}/gnome-cups-manager.desktop \ + > ${WRKSRC}/gnome-cups-manager.desktop + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + "s|-D.*_DISABLE_DEPRECATED||g" + +post-install: + ${INSTALL_DATA} ${WRKSRC}/gnome-cups-manager.desktop \ + ${PREFIX}/share/gnome/applications + +.include <bsd.port.mk> diff --git a/print/gnome-cups-manager/distinfo b/print/gnome-cups-manager/distinfo new file mode 100644 index 000000000..76660b7ba --- /dev/null +++ b/print/gnome-cups-manager/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-cups-manager-0.22.tar.bz2) = d4e494448774398bfd197f2b20bd3b41 +SIZE (gnome2/gnome-cups-manager-0.22.tar.bz2) = 495093 diff --git a/print/gnome-cups-manager/files/gnome-cups-manager.desktop b/print/gnome-cups-manager/files/gnome-cups-manager.desktop new file mode 100644 index 000000000..e539ee43c --- /dev/null +++ b/print/gnome-cups-manager/files/gnome-cups-manager.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Exec=gnome-cups-manager +Icon=%%PREFIX%%/share/icons/hicolor/48x48/devices/gnome-dev-printer.png +Terminal=false +Name=CUPS manager +Comment=Printer manager +Categories=Application;System; diff --git a/print/gnome-cups-manager/files/patch-icons_Makefile.in b/print/gnome-cups-manager/files/patch-icons_Makefile.in new file mode 100644 index 000000000..54a568244 --- /dev/null +++ b/print/gnome-cups-manager/files/patch-icons_Makefile.in @@ -0,0 +1,15 @@ +--- icons/Makefile.in.old Tue Jun 8 18:54:16 2004 ++++ icons/Makefile.in Tue Jun 8 19:00:42 2004 +@@ -131,10 +131,10 @@ + WARN_CFLAGS = @WARN_CFLAGS@ + WARN_CXXFLAGS = @WARN_CXXFLAGS@ + +-devicedir = $(datadir)/icons/hicolor/48x48/devices ++devicedir = $(prefix)/$(DATADIRNAME)/icons/hicolor/48x48/devices + device_DATA = gnome-dev-printer.png gnome-dev-printer-network.png gnome-dev-printer-new.png + +-emblemdir = $(datadir)/icons/hicolor/48x48/emblems ++emblemdir = $(prefix/$(DATADIRNAME)/icons/hicolor/48x48/emblems + emblem_DATA = emblem-default.png emblem-paused.png + + pixmapdir = $(datadir)/pixmaps/gnome-cups-manager diff --git a/print/gnome-cups-manager/pkg-descr b/print/gnome-cups-manager/pkg-descr new file mode 100644 index 000000000..a04acf39d --- /dev/null +++ b/print/gnome-cups-manager/pkg-descr @@ -0,0 +1,4 @@ +The GNOME CUPS Manager is a tool for adding new CUPS printers and for +managing existing CUPS printers and queues. + +WWW: http://www.gnome.org/ diff --git a/print/gnome-cups-manager/pkg-plist b/print/gnome-cups-manager/pkg-plist new file mode 100644 index 000000000..6cdc524b8 --- /dev/null +++ b/print/gnome-cups-manager/pkg-plist @@ -0,0 +1,52 @@ +bin/gnome-cups-add +bin/gnome-cups-icon +bin/gnome-cups-manager +include/libgnomecups-1/libgnomecups/gnome-cups-ui-driver.h +include/libgnomecups-1/libgnomecups/gnome-cups-ui-init.h +include/libgnomecups-1/libgnomecups/gnome-cups-ui-print.h +include/libgnomecups-1/libgnomecups/gnome-cups-ui-util.h +lib/libgnomecupsui-1.0.a +lib/libgnomecupsui-1.0.so +lib/libgnomecupsui-1.0.so.1 +libdata/bonobo/servers/Gnome_CupsManager.server +libdata/pkgconfig/libgnomecupsui-1.0.pc +sbin/gnome-cups-switch +share/gnome/applications/gnome-cups-manager.desktop +share/gnome/gnome-cups-manager/gnome-cups-add.glade +share/gnome/gnome-cups-manager/gnome-cups-add-druid.png +share/gnome/gnome-cups-manager/gnome-cups-manager.glade +share/gnome/gnome-cups-manager/gnome-cups-ui-driver.glade +share/gnome/gnome-cups-manager/xd2-testpage-a4.eps +share/gnome/gnome-cups-manager/xd2-testpage-letter.eps +share/gnome/pixmaps/gnome-cups-manager/printer-tray-normal.png +share/gnome/pixmaps/gnome-cups-manager/printer-tray-stopped.png +share/icons/hicolor/48x48/devices/gnome-dev-printer-network.png +share/icons/hicolor/48x48/devices/gnome-dev-printer-new.png +share/icons/hicolor/48x48/devices/gnome-dev-printer.png +share/locale/ca/LC_MESSAGES/gnome-cups-manager.mo +share/locale/cs/LC_MESSAGES/gnome-cups-manager.mo +share/locale/de/LC_MESSAGES/gnome-cups-manager.mo +share/locale/el/LC_MESSAGES/gnome-cups-manager.mo +share/locale/en_CA/LC_MESSAGES/gnome-cups-manager.mo +share/locale/en_GB/LC_MESSAGES/gnome-cups-manager.mo +share/locale/es/LC_MESSAGES/gnome-cups-manager.mo +share/locale/fi/LC_MESSAGES/gnome-cups-manager.mo +share/locale/fr/LC_MESSAGES/gnome-cups-manager.mo +share/locale/he/LC_MESSAGES/gnome-cups-manager.mo +share/locale/hr/LC_MESSAGES/gnome-cups-manager.mo +share/locale/it/LC_MESSAGES/gnome-cups-manager.mo +share/locale/ja/LC_MESSAGES/gnome-cups-manager.mo +share/locale/ko/LC_MESSAGES/gnome-cups-manager.mo +share/locale/nl/LC_MESSAGES/gnome-cups-manager.mo +share/locale/no/LC_MESSAGES/gnome-cups-manager.mo +share/locale/pa/LC_MESSAGES/gnome-cups-manager.mo +share/locale/pt/LC_MESSAGES/gnome-cups-manager.mo +share/locale/pt_BR/LC_MESSAGES/gnome-cups-manager.mo +share/locale/sr/LC_MESSAGES/gnome-cups-manager.mo +share/locale/sr@Latn/LC_MESSAGES/gnome-cups-manager.mo +share/locale/sv/LC_MESSAGES/gnome-cups-manager.mo +share/locale/tr/LC_MESSAGES/gnome-cups-manager.mo +share/locale/uk/LC_MESSAGES/gnome-cups-manager.mo +@dirrm share/gnome/pixmaps/gnome-cups-manager +@dirrm share/gnome/gnome-cups-manager +share/locale/hu/LC_MESSAGES/gnome-cups-manager.mo |