summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-19 13:40:59 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-19 13:40:59 +0000
commit5e91e08cf7bb8166234bb3d4bc556f75e2f71ba4 (patch)
treed98f4c90c119f3477694d5a8c8fb9a847cb88bd7 /devel
parentI don't see any use for the /compat/linux/initrd directory. (diff)
new Linux/i386 binary port of Accessibility Toolkit library
Notes
Notes: svn path=/head/; revision=94355
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/linux-atk/Makefile31
-rw-r--r--devel/linux-atk/distinfo.i3862
-rw-r--r--devel/linux-atk/pkg-descr10
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 716abd1e21d6..197b4ecc2612 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -404,6 +404,7 @@
SUBDIR += lightning
SUBDIR += lincvs
SUBDIR += linguist
+ SUBDIR += linux-atk
SUBDIR += linux-libglade
SUBDIR += linux-p4v
SUBDIR += linux-runrev
diff --git a/devel/linux-atk/Makefile b/devel/linux-atk/Makefile
new file mode 100644
index 000000000000..254af537b886
--- /dev/null
+++ b/devel/linux-atk/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: linux-atk
+# Date created: 2003-07-05
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= atk
+PORTVERSION= 1.2.0
+CATEGORIES= devel accessibility
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= Accessibility Toolkit, Linux/i386 binary
+
+BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
+
+BASEVERSION= 9
+ONLY_FOR_ARCHS= i386
+PLIST= ${WRKDIR}/plist
+RESTRICTED= "binary under GNU LGPL without accompanying source"
+RPM_SET= atk-1.2.0-2.i386.rpm
+
+pre-install:
+ ${RM} -rf ${WRKSRC}/tmp
+ ${MKDIR} ${WRKSRC}/tmp
+ cd ${WRKSRC}/tmp; \
+ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \
+ ${FIND} * -type f -o -type l > ${PLIST}; \
+ ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+
+.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/devel/linux-atk/distinfo.i386 b/devel/linux-atk/distinfo.i386
new file mode 100644
index 000000000000..142e35a7efd9
--- /dev/null
+++ b/devel/linux-atk/distinfo.i386
@@ -0,0 +1,2 @@
+$FreeBSD$
+MD5 (rpm/atk-1.2.0-2.i386.rpm) = 3e5d8d518250aff8a9f8a5782a44c9bc
diff --git a/devel/linux-atk/pkg-descr b/devel/linux-atk/pkg-descr
new file mode 100644
index 000000000000..d7ae7f19efe7
--- /dev/null
+++ b/devel/linux-atk/pkg-descr
@@ -0,0 +1,10 @@
+Accessibility Toolkit, Linux/i386 binary
+
+from the Web page:
+
+ The ATK library provides a set of interfaces for accessibility. By
+ supporting the ATK interfaces, an application or toolkit can be
+ used with such tools as screen readers, magnifiers, and
+ alternative input devices.
+
+WWW: http://gtk.org