diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:46:23 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:46:23 +0000 |
commit | c326fc009586103ca914a9eb50d65ef901b01c56 (patch) | |
tree | a804bda6feb116625b5ce0038c1038c98dede72c /net/blam | |
parent | 37ce70f7897349a93c5c77fee95d58058a013dcc (diff) | |
download | ports-c326fc009586103ca914a9eb50d65ef901b01c56.tar.gz ports-c326fc009586103ca914a9eb50d65ef901b01c56.zip |
Notes
Diffstat (limited to 'net/blam')
-rw-r--r-- | net/blam/Makefile | 9 | ||||
-rw-r--r-- | net/blam/distinfo | 4 | ||||
-rw-r--r-- | net/blam/files/patch-blam.exe.config | 9 | ||||
-rw-r--r-- | net/blam/pkg-descr | 2 | ||||
-rw-r--r-- | net/blam/pkg-plist | 6 |
5 files changed, 21 insertions, 9 deletions
diff --git a/net/blam/Makefile b/net/blam/Makefile index ba53bb0a4810..db27031dcc5e 100644 --- a/net/blam/Makefile +++ b/net/blam/Makefile @@ -2,22 +2,23 @@ # Date created: 20040812 # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # -# $Id: Makefile,v 1.10 2005/05/10 16:59:13 mezz7 Exp $ +# $Id: Makefile,v 1.12 2005/06/22 03:28:22 tmclau02 Exp $ # $FreeBSD$ # PORTNAME= blam -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 -MAINTAINER= tmclaugh@sdf.lonestar.org +MAINTAINER= bsd-sharp-list@forge.novell.com COMMENT= Mono based RSS feed reader BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \ ${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \ + ${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-sharp .if !defined(WITH_MOZILLA) MOZILLA= mozilla diff --git a/net/blam/distinfo b/net/blam/distinfo index 6c89ce0c94ee..581e0126f9d8 100644 --- a/net/blam/distinfo +++ b/net/blam/distinfo @@ -1,2 +1,2 @@ -MD5 (blam-1.8.0.tar.bz2) = 353036f0e6c7ec1255fc985e3942a610 -SIZE (blam-1.8.0.tar.bz2) = 483965 +MD5 (blam-1.8.2.tar.bz2) = 9d8038f5cdcee2cd4dc5dc9cc602ccaf +SIZE (blam-1.8.2.tar.bz2) = 485604 diff --git a/net/blam/files/patch-blam.exe.config b/net/blam/files/patch-blam.exe.config new file mode 100644 index 000000000000..4126c8b53364 --- /dev/null +++ b/net/blam/files/patch-blam.exe.config @@ -0,0 +1,9 @@ +--- blam.exe.config.orig Sat Jun 18 20:38:30 2005 ++++ blam.exe.config Tue Jun 21 23:18:44 2005 +@@ -1,4 +1,4 @@ + <configuration> +- <dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so.0"/> +- <dllmap dll="libX11" target="libX11.so.6"/> ++ <dllmap dll="gdk-x11-2.0" target="libgdk-x11-2.0.so"/> ++ <dllmap dll="libX11" target="libX11.so"/> + </configuration> diff --git a/net/blam/pkg-descr b/net/blam/pkg-descr index 864605232765..b189b9d18360 100644 --- a/net/blam/pkg-descr +++ b/net/blam/pkg-descr @@ -1,7 +1,7 @@ Blam is a tool that helps you keep track of the growing number of news feeds distributed as RSS. Blam lets you subscribe to any number of feeds and provides an easy to use and clean interface to stay up to date. It -is Written in C# and uses Mono, GTK#, and RSS.NET. +is written in C# and uses Mono, GTK#, and RSS.NET. Among the features are: diff --git a/net/blam/pkg-plist b/net/blam/pkg-plist index 8cc1fa0109e7..6159826c77e4 100644 --- a/net/blam/pkg-plist +++ b/net/blam/pkg-plist @@ -1,10 +1,11 @@ bin/blam -lib/blam/atom.dll +lib/blam/Atom.NET.dll +lib/blam/RSS.NET.dll lib/blam/blam.exe +lib/blam/blam.exe.config lib/blam/libblam.a lib/blam/libblam.so lib/blam/libblam.so.0 -lib/blam/rss.dll share/gnome/applications/blam.desktop share/gnome/blam/collection.xml share/gnome/blam/images/blam-box-bottom-left.png @@ -49,6 +50,7 @@ share/locale/sv/LC_MESSAGES/blam.mo share/locale/tr/LC_MESSAGES/blam.mo share/locale/uk/LC_MESSAGES/blam.mo share/locale/zh_CN/LC_MESSAGES/blam.mo +share/locale/zh_TW/LC_MESSAGES/blam.mo @unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/rw 2> /dev/null || true @dirrm share/gnome/blam/images |