diff options
author | pav <pav@FreeBSD.org> | 2005-11-29 07:39:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-29 07:39:12 +0800 |
commit | e83a7dfd93d23c29960552e2a09d8029d3e43d0e (patch) | |
tree | f67cc9cbdfc2512172a296298f4f50fadfbc4a18 /graphics | |
parent | 0bc2cdbc425eb07ede8cd2ebaf25d786fd73986b (diff) | |
download | freebsd-ports-gnome-e83a7dfd93d23c29960552e2a09d8029d3e43d0e.tar.gz freebsd-ports-gnome-e83a7dfd93d23c29960552e2a09d8029d3e43d0e.tar.zst freebsd-ports-gnome-e83a7dfd93d23c29960552e2a09d8029d3e43d0e.zip |
- Update to 0.3.1
PR: ports/89642
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/agave/Makefile | 7 | ||||
-rw-r--r-- | graphics/agave/distinfo | 5 | ||||
-rw-r--r-- | graphics/agave/files/patch-src-core-compat-round.cc | 14 | ||||
-rw-r--r-- | graphics/agave/pkg-plist | 10 | ||||
-rw-r--r-- | graphics/gnome-colorscheme/Makefile | 7 | ||||
-rw-r--r-- | graphics/gnome-colorscheme/distinfo | 5 | ||||
-rw-r--r-- | graphics/gnome-colorscheme/files/patch-src-core-compat-round.cc | 14 | ||||
-rw-r--r-- | graphics/gnome-colorscheme/pkg-plist | 10 |
8 files changed, 34 insertions, 38 deletions
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index 7e97022b1675..6460e6928898 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -6,16 +6,17 @@ # PORTNAME= colorscheme -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= graphics gnome -MASTER_SITES= http://download.gna.org/${PORTNAME}/0.2/ +MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:S/.1$//}/ PKGNAMEPREFIX= gnome- MAINTAINER= smyru@heron.pl COMMENT= A color scheme builder for the GNOME desktop LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ + gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \ + boost_thread.3:${PORTSDIR}/devel/boost \ cppunit-1.10:${PORTSDIR}/devel/cppunit USE_BZIP2= yes diff --git a/graphics/agave/distinfo b/graphics/agave/distinfo index 49e573d71043..c19d75e6ba0e 100644 --- a/graphics/agave/distinfo +++ b/graphics/agave/distinfo @@ -1,2 +1,3 @@ -MD5 (colorscheme-0.2.2.tar.bz2) = 0106bd04856d89181984ea8fa1c4647c -SIZE (colorscheme-0.2.2.tar.bz2) = 151991 +MD5 (colorscheme-0.3.1.tar.bz2) = dece764c091f304cae44a936413ce31e +SHA256 (colorscheme-0.3.1.tar.bz2) = ccdc3f11e7c8a4d786a4baa1f382244d023cd26cec49b36264dc4f6f71862210 +SIZE (colorscheme-0.3.1.tar.bz2) = 170097 diff --git a/graphics/agave/files/patch-src-core-compat-round.cc b/graphics/agave/files/patch-src-core-compat-round.cc deleted file mode 100644 index de6ffff36126..000000000000 --- a/graphics/agave/files/patch-src-core-compat-round.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/core/compat-round.cc.orig Wed Oct 5 21:18:30 2005 -+++ src/core/compat-round.cc Wed Oct 5 21:19:28 2005 -@@ -43,7 +43,11 @@ - #define COMPAT_FP_SUBNORMAL 0x08 - #define COMPAT_FP_ZERO 0x10 - -+#ifdef Linux - #include <endian.h> -+#elif defined(__FreeBSD__) -+#include <machine/endian.h> -+#endif - #define compat_fpclassify(x) \ - ((sizeof (x) == sizeof (float)) ? compat___fpclassifyf(x) \ - : (sizeof (x) == sizeof (double)) ? compat___fpclassifyd(x) \ diff --git a/graphics/agave/pkg-plist b/graphics/agave/pkg-plist index 21c01b3ebc22..9a5a8232372d 100644 --- a/graphics/agave/pkg-plist +++ b/graphics/agave/pkg-plist @@ -1,5 +1,9 @@ bin/colorscheme share/gnome/applications/colorscheme.desktop +share/gnome/colorscheme/palettes/Tango-Palette.gpl +share/gnome/colorscheme/palettes/Visibone.gpl +share/gnome/colorscheme/palettes/Web.gpl +share/gnome/colorscheme/palettes/Ximian-Palette.gpl share/gnome/colorscheme/ui/colorscheme.ui share/gnome/pixmaps/colorscheme-icon.png share/gnome/pixmaps/colorscheme-logo.png @@ -7,5 +11,11 @@ share/gnome/pixmaps/darken.png share/gnome/pixmaps/desaturate.png share/gnome/pixmaps/lighten.png share/gnome/pixmaps/saturate.png +share/locale/bg/LC_MESSAGES/colorscheme.mo +share/locale/cs/LC_MESSAGES/colorscheme.mo +share/locale/es_ES/LC_MESSAGES/colorscheme.mo +share/locale/pt_BR/LC_MESSAGES/colorscheme.mo +share/locale/ru/LC_MESSAGES/colorscheme.mo @dirrm share/gnome/colorscheme/ui +@dirrm share/gnome/colorscheme/palettes @dirrm share/gnome/colorscheme diff --git a/graphics/gnome-colorscheme/Makefile b/graphics/gnome-colorscheme/Makefile index 7e97022b1675..6460e6928898 100644 --- a/graphics/gnome-colorscheme/Makefile +++ b/graphics/gnome-colorscheme/Makefile @@ -6,16 +6,17 @@ # PORTNAME= colorscheme -PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= graphics gnome -MASTER_SITES= http://download.gna.org/${PORTNAME}/0.2/ +MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:S/.1$//}/ PKGNAMEPREFIX= gnome- MAINTAINER= smyru@heron.pl COMMENT= A color scheme builder for the GNOME desktop LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ + gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \ + boost_thread.3:${PORTSDIR}/devel/boost \ cppunit-1.10:${PORTSDIR}/devel/cppunit USE_BZIP2= yes diff --git a/graphics/gnome-colorscheme/distinfo b/graphics/gnome-colorscheme/distinfo index 49e573d71043..c19d75e6ba0e 100644 --- a/graphics/gnome-colorscheme/distinfo +++ b/graphics/gnome-colorscheme/distinfo @@ -1,2 +1,3 @@ -MD5 (colorscheme-0.2.2.tar.bz2) = 0106bd04856d89181984ea8fa1c4647c -SIZE (colorscheme-0.2.2.tar.bz2) = 151991 +MD5 (colorscheme-0.3.1.tar.bz2) = dece764c091f304cae44a936413ce31e +SHA256 (colorscheme-0.3.1.tar.bz2) = ccdc3f11e7c8a4d786a4baa1f382244d023cd26cec49b36264dc4f6f71862210 +SIZE (colorscheme-0.3.1.tar.bz2) = 170097 diff --git a/graphics/gnome-colorscheme/files/patch-src-core-compat-round.cc b/graphics/gnome-colorscheme/files/patch-src-core-compat-round.cc deleted file mode 100644 index de6ffff36126..000000000000 --- a/graphics/gnome-colorscheme/files/patch-src-core-compat-round.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/core/compat-round.cc.orig Wed Oct 5 21:18:30 2005 -+++ src/core/compat-round.cc Wed Oct 5 21:19:28 2005 -@@ -43,7 +43,11 @@ - #define COMPAT_FP_SUBNORMAL 0x08 - #define COMPAT_FP_ZERO 0x10 - -+#ifdef Linux - #include <endian.h> -+#elif defined(__FreeBSD__) -+#include <machine/endian.h> -+#endif - #define compat_fpclassify(x) \ - ((sizeof (x) == sizeof (float)) ? compat___fpclassifyf(x) \ - : (sizeof (x) == sizeof (double)) ? compat___fpclassifyd(x) \ diff --git a/graphics/gnome-colorscheme/pkg-plist b/graphics/gnome-colorscheme/pkg-plist index 21c01b3ebc22..9a5a8232372d 100644 --- a/graphics/gnome-colorscheme/pkg-plist +++ b/graphics/gnome-colorscheme/pkg-plist @@ -1,5 +1,9 @@ bin/colorscheme share/gnome/applications/colorscheme.desktop +share/gnome/colorscheme/palettes/Tango-Palette.gpl +share/gnome/colorscheme/palettes/Visibone.gpl +share/gnome/colorscheme/palettes/Web.gpl +share/gnome/colorscheme/palettes/Ximian-Palette.gpl share/gnome/colorscheme/ui/colorscheme.ui share/gnome/pixmaps/colorscheme-icon.png share/gnome/pixmaps/colorscheme-logo.png @@ -7,5 +11,11 @@ share/gnome/pixmaps/darken.png share/gnome/pixmaps/desaturate.png share/gnome/pixmaps/lighten.png share/gnome/pixmaps/saturate.png +share/locale/bg/LC_MESSAGES/colorscheme.mo +share/locale/cs/LC_MESSAGES/colorscheme.mo +share/locale/es_ES/LC_MESSAGES/colorscheme.mo +share/locale/pt_BR/LC_MESSAGES/colorscheme.mo +share/locale/ru/LC_MESSAGES/colorscheme.mo @dirrm share/gnome/colorscheme/ui +@dirrm share/gnome/colorscheme/palettes @dirrm share/gnome/colorscheme |