- Update to 0.3.6
- Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
This commit is contained in:
parent
4b60d52f80
commit
d7732e6cab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147801
3 changed files with 20 additions and 14 deletions
|
@ -2,12 +2,12 @@
|
|||
# Date created: 24 October 2004
|
||||
# Whom: Mezz <mezz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.3 2005/05/10 16:34:16 mezz7 Exp $
|
||||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.10 2005/11/06 00:06:05 tmclau02 Exp $
|
||||
#
|
||||
|
||||
PORTNAME= bless
|
||||
PORTVERSION= 0.3.5
|
||||
PORTVERSION= 0.3.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://download.gna.org/bless/
|
||||
|
@ -45,4 +45,5 @@ post-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (bless-0.3.5.tar.gz) = 84010aec289b00321cacbfecf6a4c1fe
|
||||
SIZE (bless-0.3.5.tar.gz) = 493083
|
||||
MD5 (bless-0.3.6.tar.gz) = 917aa48f010d92df12f780ba1d6338c1
|
||||
SIZE (bless-0.3.6.tar.gz) = 539962
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
bin/bless
|
||||
lib/bless-0.3.5/bin/bless.exe
|
||||
lib/bless-0.3.5/data/bless-16-bytes-per-row.layout
|
||||
lib/bless-0.3.5/data/bless-48x48.png
|
||||
lib/bless-0.3.5/data/bless-about.png
|
||||
lib/bless-0.3.5/data/bless-all-number-bases.layout
|
||||
lib/bless-0.3.5/data/bless-default.layout
|
||||
lib/bless-0.3.5/data/help_script.sh
|
||||
lib/bless-0.3.6/bin/bless.exe
|
||||
lib/bless-0.3.6/data/bless-16-bytes-per-row.layout
|
||||
lib/bless-0.3.6/data/bless-48x48.png
|
||||
lib/bless-0.3.6/data/bless-about.png
|
||||
lib/bless-0.3.6/data/bless-all-number-bases.layout
|
||||
lib/bless-0.3.6/data/bless-default.layout
|
||||
lib/bless-0.3.6/data/default-preferences.xml
|
||||
lib/bless-0.3.6/data/help_script.sh
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
|
@ -24,6 +25,7 @@ lib/bless-0.3.5/data/help_script.sh
|
|||
%%PORTDOCS%%%%DOCSDIR%%/user/ch04s04.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/ch05.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/ch05s02.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/ch05s03.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/ch06.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_area_focus.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_display_tag.png
|
||||
|
@ -31,6 +33,9 @@ lib/bless-0.3.5/data/help_script.sh
|
|||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_goto.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_layout_example1.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_layout_oha.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_number_base.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_preferences_general.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_preferences_session.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_search_find.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_search_replace.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/user/figures/bless_start_window.png
|
||||
|
@ -45,6 +50,6 @@ share/gnome/pixmaps/bless-48x48.png
|
|||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/user
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/developer
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/bless-0.3.5/data
|
||||
@dirrm lib/bless-0.3.5/bin
|
||||
@dirrm lib/bless-0.3.5
|
||||
@dirrm lib/bless-0.3.6/data
|
||||
@dirrm lib/bless-0.3.6/bin
|
||||
@dirrm lib/bless-0.3.6
|
||||
|
|
Loading…
Reference in a new issue