aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-f8-libglade2
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-04-01 15:25:39 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-04-01 15:25:39 +0000
commit824eda00fccb57b36978b562ecfc6572fa5de766 (patch)
treedddb20be9539275c41e943b4763c0b29ba61151d /devel/linux-f8-libglade2
parent8217c4dd1dea5cbe146907f97afb3e458208ec77 (diff)
downloadports-824eda00fccb57b36978b562ecfc6572fa5de766.tar.gz
ports-824eda00fccb57b36978b562ecfc6572fa5de766.zip
Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-)
Notes
Notes: svn path=/head/; revision=231438
Diffstat (limited to 'devel/linux-f8-libglade2')
-rw-r--r--devel/linux-f8-libglade2/Makefile27
-rw-r--r--devel/linux-f8-libglade2/distinfo.i38612
-rw-r--r--devel/linux-f8-libglade2/pkg-descr1
-rw-r--r--devel/linux-f8-libglade2/pkg-plist.i38611
4 files changed, 23 insertions, 28 deletions
diff --git a/devel/linux-f8-libglade2/Makefile b/devel/linux-f8-libglade2/Makefile
index 23b1d20ad914..82d6afa232e8 100644
--- a/devel/linux-f8-libglade2/Makefile
+++ b/devel/linux-f8-libglade2/Makefile
@@ -1,22 +1,29 @@
-# New ports collection makefile for: linux-libglade2
-# Date created: 2007.09.02
-# Whom: Artem Naluzhnyy <tut@nhamon.com.ua>
+# New ports collection makefile for: devel/linux-f8-libglade2
+# Date created: 2008-04-02
+# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= libglade2
-PORTVERSION= 2.5.1
+PORTVERSION= 2.6.2
CATEGORIES= devel linux
-DISTNAME= ${PORTNAME}-${PORTVERSION}-2
+PKGNAMEPREFIX= linux-f8-
+DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
-MAINTAINER= tut@nhamon.com.ua
-COMMENT= RPM of libglade2
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= RPM of libglade2 (Linux Fedora 8)
USE_LINUX_RPM= yes
-LINUX_DIST_VER= 4
+LINUX_DIST_VER= 8
+RPMVERSION= 3.fc8
USE_LDCONFIG= yes
-PLIST= pkg-plist.${LINUX_RPM_ARCH}
-PLIST_SUB= LIBVERSION="0.0.7" PORTVERSION="${PORTVERSION}"
+
+PLIST_FILES= usr/lib/libglade-2.0.so.0 usr/lib/libglade-2.0.so.0.0.7 \
+ usr/share/xml/libglade/glade-2.0.dtd
+PLIST_DIRS= usr/share/xml/libglade usr/share/xml
+DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION}
+PORTDOCS= AUTHORS COPYING NEWS README
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
diff --git a/devel/linux-f8-libglade2/distinfo.i386 b/devel/linux-f8-libglade2/distinfo.i386
index 07f5ada4424c..b58bd179505d 100644
--- a/devel/linux-f8-libglade2/distinfo.i386
+++ b/devel/linux-f8-libglade2/distinfo.i386
@@ -1,6 +1,6 @@
-MD5 (rpm/i386/fedora/4/libglade2-2.5.1-2.i386.rpm) = 24d657ca240c21d8642303ae1fc02588
-SHA256 (rpm/i386/fedora/4/libglade2-2.5.1-2.i386.rpm) = 527c32693ada35329780c8e174c9e393a7c49933f4645fa34f41c6408450f2ea
-SIZE (rpm/i386/fedora/4/libglade2-2.5.1-2.i386.rpm) = 94262
-MD5 (rpm/i386/fedora/4/libglade2-2.5.1-2.src.rpm) = bdfe51a3b667bcaf95c2217129ac4b3d
-SHA256 (rpm/i386/fedora/4/libglade2-2.5.1-2.src.rpm) = 887c6c3b198d586bbeee40933ce4cef2dd762f4240f0bfea1f13c819513c8b66
-SIZE (rpm/i386/fedora/4/libglade2-2.5.1-2.src.rpm) = 328881
+MD5 (rpm/i386/fedora/8/libglade2-2.6.2-3.fc8.i386.rpm) = a253a22c70988143ab8efc71bbf83d2e
+SHA256 (rpm/i386/fedora/8/libglade2-2.6.2-3.fc8.i386.rpm) = 024f3a0c4d68511ac3814bf3b90299d75fabcc9ec2f87fab2788251e5822f6eb
+SIZE (rpm/i386/fedora/8/libglade2-2.6.2-3.fc8.i386.rpm) = 65743
+MD5 (rpm/i386/fedora/8/libglade2-2.6.2-3.fc8.src.rpm) = 018db389576620062dec2cb9e312455a
+SHA256 (rpm/i386/fedora/8/libglade2-2.6.2-3.fc8.src.rpm) = aac4e303a40a1ef40eca2affbd15c7e2a0f59f7835de4c6f3a5a82f45d99fe79
+SIZE (rpm/i386/fedora/8/libglade2-2.6.2-3.fc8.src.rpm) = 363882
diff --git a/devel/linux-f8-libglade2/pkg-descr b/devel/linux-f8-libglade2/pkg-descr
deleted file mode 100644
index dc185c24e8af..000000000000
--- a/devel/linux-f8-libglade2/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A port is for libglade2 rpm.
diff --git a/devel/linux-f8-libglade2/pkg-plist.i386 b/devel/linux-f8-libglade2/pkg-plist.i386
deleted file mode 100644
index 23154ac02a07..000000000000
--- a/devel/linux-f8-libglade2/pkg-plist.i386
+++ /dev/null
@@ -1,11 +0,0 @@
-usr/lib/libglade-2.0.so.%%LIBVERSION%%
-usr/lib/libglade-2.0.so.0
-usr/share/doc/libglade2-%%PORTVERSION%%/AUTHORS
-usr/share/doc/libglade2-%%PORTVERSION%%/COPYING
-usr/share/doc/libglade2-%%PORTVERSION%%/ChangeLog
-usr/share/doc/libglade2-%%PORTVERSION%%/NEWS
-usr/share/doc/libglade2-%%PORTVERSION%%/README
-usr/share/xml/libglade/glade-2.0.dtd
-@dirrm usr/share/doc/libglade2-%%PORTVERSION%%
-@dirrmtry usr/share/xml/libglade
-@dirrmtry usr/share/xml