From 4c2b64c57e22527794a97e5b8f714b1defde30bb Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 8 Sep 2006 16:29:02 +0000 Subject: Initial import of icon-naming-utils, version 0.8.1: Icon Naming Utilities is a program that helps with the transition to the new naming scheme defined by the Tango project. This utility maps the icon names used by the GNOME and KDE desktops to the icon names proposed in the Icon Naming Specification. --- graphics/icon-naming-utils/DESCR | 4 ++++ graphics/icon-naming-utils/Makefile | 19 +++++++++++++++++++ graphics/icon-naming-utils/PLIST | 7 +++++++ graphics/icon-naming-utils/buildlink3.mk | 20 ++++++++++++++++++++ graphics/icon-naming-utils/distinfo | 5 +++++ 5 files changed, 55 insertions(+) create mode 100644 graphics/icon-naming-utils/DESCR create mode 100644 graphics/icon-naming-utils/Makefile create mode 100644 graphics/icon-naming-utils/PLIST create mode 100644 graphics/icon-naming-utils/buildlink3.mk create mode 100644 graphics/icon-naming-utils/distinfo (limited to 'graphics') diff --git a/graphics/icon-naming-utils/DESCR b/graphics/icon-naming-utils/DESCR new file mode 100644 index 00000000000..a25e759edf5 --- /dev/null +++ b/graphics/icon-naming-utils/DESCR @@ -0,0 +1,4 @@ +Icon Naming Utilities is a program that helps with the transition to the +new naming scheme defined by the Tango project. This utility maps the +icon names used by the GNOME and KDE desktops to the icon names proposed +in the Icon Naming Specification. diff --git a/graphics/icon-naming-utils/Makefile b/graphics/icon-naming-utils/Makefile new file mode 100644 index 00000000000..81c58797914 --- /dev/null +++ b/graphics/icon-naming-utils/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $ +# + +DISTNAME= icon-naming-utils-0.8.1 +CATEGORIES= graphics +MASTER_SITES= http://tango-project.org/releases/ + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://tango.freedesktop.org/ +COMMENT= Adapts GNOME and KDE icon names to the Icon Naming Specification + +BUILD_DEPENDS+= p5-XML-Simple>=2.14:../../textproc/p5-XML-Simple + +GNU_CONFIGURE= yes +USE_DIRS+= xdg-1.4 +USE_LANGUAGES= # none, not even C +USE_TOOLS+= gmake intltool perl:run + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/icon-naming-utils/PLIST b/graphics/icon-naming-utils/PLIST new file mode 100644 index 00000000000..283cd6e87b0 --- /dev/null +++ b/graphics/icon-naming-utils/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $ +libexec/icon-name-mapping +share/dtds/legacy-icon-mapping.dtd +share/icon-naming-utils/legacy-icon-mapping.xml +share/pkgconfig/icon-naming-utils.pc +@dirrm share/icon-naming-utils +@comment in xdg-dirs: @dirrm share/dtds diff --git a/graphics/icon-naming-utils/buildlink3.mk b/graphics/icon-naming-utils/buildlink3.mk new file mode 100644 index 00000000000..2df75a72ab0 --- /dev/null +++ b/graphics/icon-naming-utils/buildlink3.mk @@ -0,0 +1,20 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +ICON_NAMING_UTILS_BUILDLINK3_MK:= ${ICON_NAMING_UTILS_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= icon-naming-utils +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nicon-naming-utils} +BUILDLINK_PACKAGES+= icon-naming-utils +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}icon-naming-utils + +.if ${ICON_NAMING_UTILS_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.1 +BUILDLINK_DEPMETHOD.icon-naming-utils?= build +BUILDLINK_PKGSRCDIR.icon-naming-utils?= ../../graphics/icon-naming-utils +.endif # ICON_NAMING_UTILS_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/graphics/icon-naming-utils/distinfo b/graphics/icon-naming-utils/distinfo new file mode 100644 index 00000000000..30e6e8e278a --- /dev/null +++ b/graphics/icon-naming-utils/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/09/08 16:29:02 jmmv Exp $ + +SHA1 (icon-naming-utils-0.8.1.tar.gz) = 0e69f29f294de6d84dd0f1dff3824510cdcde06f +RMD160 (icon-naming-utils-0.8.1.tar.gz) = f023b4d5d003b69c79dcfcef249fff5a5e193f35 +Size (icon-naming-utils-0.8.1.tar.gz) = 63132 bytes -- cgit v1.2.3