- Update to 1.8.2

- Change maintainer to bsd-sharp-list@forge.novell.com.
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
  and few others become as runtime dependency, which they are just need to be
  in the build dependency.
- Clean up in pkg-descr.

BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
This commit is contained in:
Jeremy Messenger 2005-07-10 21:46:23 +00:00
parent 37ce70f789
commit c326fc0095
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138858
5 changed files with 21 additions and 9 deletions

View file

@ -2,22 +2,23 @@
# Date created: 20040812 # Date created: 20040812
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # 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$ # $FreeBSD$
# #
PORTNAME= blam PORTNAME= blam
PORTVERSION= 1.8.0 PORTVERSION= 1.8.2
CATEGORIES= net gnome CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 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 COMMENT= Mono based RSS feed reader
BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \ BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
${X11BASE}/libdata/pkgconfig/gecko-sharp.pc:${PORTSDIR}/www/gecko-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) .if !defined(WITH_MOZILLA)
MOZILLA= mozilla MOZILLA= mozilla

View file

@ -1,2 +1,2 @@
MD5 (blam-1.8.0.tar.bz2) = 353036f0e6c7ec1255fc985e3942a610 MD5 (blam-1.8.2.tar.bz2) = 9d8038f5cdcee2cd4dc5dc9cc602ccaf
SIZE (blam-1.8.0.tar.bz2) = 483965 SIZE (blam-1.8.2.tar.bz2) = 485604

View file

@ -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>

View file

@ -1,7 +1,7 @@
Blam is a tool that helps you keep track of the growing number of news 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 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 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: Among the features are:

View file

@ -1,10 +1,11 @@
bin/blam bin/blam
lib/blam/atom.dll lib/blam/Atom.NET.dll
lib/blam/RSS.NET.dll
lib/blam/blam.exe lib/blam/blam.exe
lib/blam/blam.exe.config
lib/blam/libblam.a lib/blam/libblam.a
lib/blam/libblam.so lib/blam/libblam.so
lib/blam/libblam.so.0 lib/blam/libblam.so.0
lib/blam/rss.dll
share/gnome/applications/blam.desktop share/gnome/applications/blam.desktop
share/gnome/blam/collection.xml share/gnome/blam/collection.xml
share/gnome/blam/images/blam-box-bottom-left.png 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/tr/LC_MESSAGES/blam.mo
share/locale/uk/LC_MESSAGES/blam.mo share/locale/uk/LC_MESSAGES/blam.mo
share/locale/zh_CN/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/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/rw 2> /dev/null || true @unexec rmdir %D/share/locale/rw 2> /dev/null || true
@dirrm share/gnome/blam/images @dirrm share/gnome/blam/images