diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2005-11-27 14:32:53 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2005-11-27 14:32:53 +0800 |
commit | b4258def8e8d2d115f49d1d193d8c022002e1fc9 (patch) | |
tree | ee92dc2ae656c6a28dc890aff7ddda00fd91c058 /x11-themes | |
parent | b427c3b25e02a3b5577b7ffd75802c1ece4475f6 (diff) | |
download | freebsd-ports-gnome-b4258def8e8d2d115f49d1d193d8c022002e1fc9.tar.gz freebsd-ports-gnome-b4258def8e8d2d115f49d1d193d8c022002e1fc9.tar.zst freebsd-ports-gnome-b4258def8e8d2d115f49d1d193d8c022002e1fc9.zip |
Add icon-naming-utils, icon naming utilities of the Tango project.
WWW: http://tango-project.org/
PR: 88897
Submitted by: Phillip Neumann <pneumann@gmail.com>
Approved by: ahze (mentor)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/icon-naming-utils/Makefile | 23 | ||||
-rw-r--r-- | x11-themes/icon-naming-utils/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/icon-naming-utils/pkg-descr | 3 | ||||
-rw-r--r-- | x11-themes/icon-naming-utils/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index ba96bed41a97..4885cd656269 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -80,6 +80,7 @@ SUBDIR += gtkstep-pastel SUBDIR += icegradient SUBDIR += icon-bluecurve-theme + SUBDIR += icon-naming-utils SUBDIR += indubstrial SUBDIR += kde-icons-amaranth SUBDIR += kde-icons-amaranth-althaea diff --git a/x11-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile new file mode 100644 index 000000000000..c446836a0de2 --- /dev/null +++ b/x11-themes/icon-naming-utils/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: icon-naming-utils +# Date created: 2005-11-05 +# Whom: Phillip Neumann <pneumann@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= icon-naming-utils +PORTVERSION= 0.4.0 +CATEGORIES= x11-themes +MASTER_SITES= http://tango-project.org/releases/ + +MAINTAINER= pneumann@gmail.com +COMMENT= Utilities of the Tango project + +BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple + +USE_PERL5= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/x11-themes/icon-naming-utils/distinfo b/x11-themes/icon-naming-utils/distinfo new file mode 100644 index 000000000000..cb6a39a3f392 --- /dev/null +++ b/x11-themes/icon-naming-utils/distinfo @@ -0,0 +1,3 @@ +MD5 (icon-naming-utils-0.4.0.tar.gz) = acaeadd89d499a4cf189e953a0e6af9b +SHA256 (icon-naming-utils-0.4.0.tar.gz) = 0adee7ba9ab1a28651f4f25d02479491c51a26b742d9285a28f0b8a9d4f19bef +SIZE (icon-naming-utils-0.4.0.tar.gz) = 54464 diff --git a/x11-themes/icon-naming-utils/pkg-descr b/x11-themes/icon-naming-utils/pkg-descr new file mode 100644 index 000000000000..62f5d341ae4a --- /dev/null +++ b/x11-themes/icon-naming-utils/pkg-descr @@ -0,0 +1,3 @@ +Icon naming utilities of the Tango project. + +WWW: http://tango-project.org/ diff --git a/x11-themes/icon-naming-utils/pkg-plist b/x11-themes/icon-naming-utils/pkg-plist new file mode 100644 index 000000000000..1963763f5062 --- /dev/null +++ b/x11-themes/icon-naming-utils/pkg-plist @@ -0,0 +1,5 @@ +bin/icon-name-mapping +share/dtds/legacy-icon-mapping.dtd +share/icon-naming-utils/legacy-icon-mapping.xml +@dirrm share/dtds +@dirrm share/icon-naming-utils |