aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-06-01 17:26:31 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-06-01 17:26:31 +0000
commitc11516af7b118b7909eea2a3365f1ba4a6bff9cc (patch)
tree050a5fb21d70933dedc96afc2daadfe787f7b9b2 /accessibility
parent57195ab8e84799c7a48627bc919b6702064e6fb0 (diff)
downloadports-c11516af7b118b7909eea2a3365f1ba4a6bff9cc.tar.gz
ports-c11516af7b118b7909eea2a3365f1ba4a6bff9cc.zip
Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML.
Notes
Notes: svn path=/head/; revision=234983
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/Makefile1
-rw-r--r--accessibility/linux-f10-atk/Makefile16
-rw-r--r--accessibility/linux-f10-atk/distinfo.i38612
-rw-r--r--accessibility/linux-f10-atk/pkg-plist15
4 files changed, 24 insertions, 20 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile
index a2a71241b856..90c715b4510a 100644
--- a/accessibility/Makefile
+++ b/accessibility/Makefile
@@ -19,6 +19,7 @@
SUBDIR += kdeaccessibility
SUBDIR += kdeaccessibility4
SUBDIR += linux-atk
+ SUBDIR += linux-f10-atk
SUBDIR += linux-f8-atk
SUBDIR += mousetweaks
SUBDIR += orca
diff --git a/accessibility/linux-f10-atk/Makefile b/accessibility/linux-f10-atk/Makefile
index 0002479b80a9..aa21f702e973 100644
--- a/accessibility/linux-f10-atk/Makefile
+++ b/accessibility/linux-f10-atk/Makefile
@@ -1,23 +1,25 @@
-# New ports collection makefile for: accessibility/linux-f8-atk
-# Date created: 2008-03-29
+# New ports collection makefile for: accessibility/linux-f10-atk
+# Date created: 2009-05-03
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= atk
-PORTVERSION= 1.20.0
+PORTVERSION= 1.24.0
CATEGORIES= accessibility linux
-PKGNAMEPREFIX= linux-f8-
+PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= freebsd-emulation@FreeBSD.org
-COMMENT= Accessibility Toolkit, Linux/i386 binary (Linux Fedora 8)
+COMMENT= Accessibility Toolkit, Linux/i386 binary (Linux Fedora 10)
+
+CONFLICTS= linux-atk-[0-9]* linux-f8-atk-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
-LINUX_DIST_VER= 8
-RPMVERSION= 1.fc8
+LINUX_DIST_VER= 10
+RPMVERSION= 1.fc10
USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/accessibility/linux-f10-atk/distinfo.i386 b/accessibility/linux-f10-atk/distinfo.i386
index b7aa28c62597..9a9ecf2e9bbd 100644
--- a/accessibility/linux-f10-atk/distinfo.i386
+++ b/accessibility/linux-f10-atk/distinfo.i386
@@ -1,6 +1,6 @@
-MD5 (rpm/i386/fedora/8/atk-1.20.0-1.fc8.i386.rpm) = 455bd2afd53af77b5a451847d7904bdb
-SHA256 (rpm/i386/fedora/8/atk-1.20.0-1.fc8.i386.rpm) = 0601f2357d446dd1fdcad71e0bd8bb4c4af5b1e6eef4657b240a7a586e7fab70
-SIZE (rpm/i386/fedora/8/atk-1.20.0-1.fc8.i386.rpm) = 217016
-MD5 (rpm/i386/fedora/8/atk-1.20.0-1.fc8.src.rpm) = 2bcf4737e413f67a25ed5569f6191eb4
-SHA256 (rpm/i386/fedora/8/atk-1.20.0-1.fc8.src.rpm) = 920123fa1fd4993867bfd5c0a4180462a55737fc2a08b790260b08c1f1ffe717
-SIZE (rpm/i386/fedora/8/atk-1.20.0-1.fc8.src.rpm) = 715516
+MD5 (rpm/i386/fedora/10/atk-1.24.0-1.fc10.i386.rpm) = 622d9d55d3f77a8d866232a1cff6c224
+SHA256 (rpm/i386/fedora/10/atk-1.24.0-1.fc10.i386.rpm) = 3139d74c4e62130c2974339dc74d366efd32af627752f72e60bc83817b85d530
+SIZE (rpm/i386/fedora/10/atk-1.24.0-1.fc10.i386.rpm) = 219086
+MD5 (rpm/i386/fedora/10/atk-1.24.0-1.fc10.src.rpm) = 2db1db62e5dfdc0da2b457bf35240084
+SHA256 (rpm/i386/fedora/10/atk-1.24.0-1.fc10.src.rpm) = c6b698b91e7b05fe538c039e99fdbdb8c3c4c5594bd3985ebd72240011e4e658
+SIZE (rpm/i386/fedora/10/atk-1.24.0-1.fc10.src.rpm) = 712531
diff --git a/accessibility/linux-f10-atk/pkg-plist b/accessibility/linux-f10-atk/pkg-plist
index 559276499a4b..7286fc49b5a3 100644
--- a/accessibility/linux-f10-atk/pkg-plist
+++ b/accessibility/linux-f10-atk/pkg-plist
@@ -1,10 +1,10 @@
@comment file listing
usr/lib/libatk-1.0.so.0
-usr/lib/libatk-1.0.so.0.2009.1
-usr/share/doc/atk-1.20.0/AUTHORS
-usr/share/doc/atk-1.20.0/COPYING
-usr/share/doc/atk-1.20.0/NEWS
-usr/share/doc/atk-1.20.0/README
+usr/lib/libatk-1.0.so.0.2409.1
+usr/share/doc/atk-1.24.0/AUTHORS
+usr/share/doc/atk-1.24.0/COPYING
+usr/share/doc/atk-1.24.0/NEWS
+usr/share/doc/atk-1.24.0/README
usr/share/locale/af/LC_MESSAGES/atk10.mo
usr/share/locale/am/LC_MESSAGES/atk10.mo
usr/share/locale/ar/LC_MESSAGES/atk10.mo
@@ -63,6 +63,7 @@ usr/share/locale/oc/LC_MESSAGES/atk10.mo
usr/share/locale/or/LC_MESSAGES/atk10.mo
usr/share/locale/pa/LC_MESSAGES/atk10.mo
usr/share/locale/pl/LC_MESSAGES/atk10.mo
+usr/share/locale/ps/LC_MESSAGES/atk10.mo
usr/share/locale/pt/LC_MESSAGES/atk10.mo
usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo
usr/share/locale/ro/LC_MESSAGES/atk10.mo
@@ -73,8 +74,8 @@ usr/share/locale/sk/LC_MESSAGES/atk10.mo
usr/share/locale/sl/LC_MESSAGES/atk10.mo
usr/share/locale/sq/LC_MESSAGES/atk10.mo
usr/share/locale/sr/LC_MESSAGES/atk10.mo
-usr/share/locale/sr@Latn/LC_MESSAGES/atk10.mo
usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo
+usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo
usr/share/locale/sv/LC_MESSAGES/atk10.mo
usr/share/locale/ta/LC_MESSAGES/atk10.mo
usr/share/locale/te/LC_MESSAGES/atk10.mo
@@ -92,4 +93,4 @@ usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo
usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo
usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo
@comment non-empty directory listing in revers order
-@dirrm usr/share/doc/atk-1.20.0
+@dirrm usr/share/doc/atk-1.24.0