View | Details | Raw Unified | Return to bug 121788
Collapse All | Expand All

(-)/kirby/shared/ports/scite/Makefile (-4 / +12 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	scite
8
PORTNAME=	scite
9
PORTVERSION=	1.75
9
PORTVERSION=	1.76
10
CATEGORIES=	editors gnome
10
CATEGORIES=	editors gnome
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
12
		http://www.scintilla.org/
12
		http://www.scintilla.org/
Lines 26-31 Link Here
26
MAKEFILE=	makefile
26
MAKEFILE=	makefile
27
MAKE_ENV=	CC="${CC}" CXX="${CXX}"
27
MAKE_ENV=	CC="${CC}" CXX="${CXX}"
28
28
29
SUB_FILES=	pkg-message
30
29
MAN1=		scite.1
31
MAN1=		scite.1
30
32
31
.if defined(PACKAGE_BUILDING)
33
.if defined(PACKAGE_BUILDING)
Lines 53-61 Link Here
53
	${INSTALL_DATA} ${WRKSRC}/SciTE.desktop ${PREFIX}/share/applications
55
	${INSTALL_DATA} ${WRKSRC}/SciTE.desktop ${PREFIX}/share/applications
54
	${INSTALL_DATA} ${WRKSRC}/Sci48M.png ${PREFIX}/share/pixmaps
56
	${INSTALL_DATA} ${WRKSRC}/Sci48M.png ${PREFIX}/share/pixmaps
55
	@${MKDIR} ${DATADIR}
57
	@${MKDIR} ${DATADIR}
56
	${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DATADIR}
57
	${INSTALL_DATA} ${WRKSRC}/../doc/*.jpg ${DATADIR}
58
	${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DATADIR}
59
	${INSTALL_DATA} ${WRKSRC}/../src/*.properties ${DATADIR}
58
	${INSTALL_DATA} ${WRKSRC}/../src/*.properties ${DATADIR}
59
.if !defined(NOPORTDOCS)
60
	@${MKDIR} ${DOCSDIR}
61
	${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
62
	${INSTALL_DATA} ${WRKSRC}/../doc/*.jpg ${DOCSDIR}
63
	${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DOCSDIR}
64
.endif
65
66
post-install:
67
	@${CAT} ${PKGMESSAGE}
60
68
61
.include <bsd.port.mk>
69
.include <bsd.port.mk>
(-)/kirby/shared/ports/scite/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (scite175.tgz) = 18a4525c4962f1cdbd298a379cc865b7
1
MD5 (scite176.tgz) = c33461643c62c80420376de37125092b
2
SHA256 (scite175.tgz) = 87498d73a18b75024771b74319b6e1a64be90e2a4d689b21f26997c0dba0cfc6
2
SHA256 (scite176.tgz) = cea1f932cea33e93f018ac6929f1d18edd6cfe8fdcac73b05da4e721987285a0
3
SIZE (scite175.tgz) = 1489736
3
SIZE (scite176.tgz) = 1497197
(-)/kirby/shared/ports/scite/files/pkg-message.in (+9 lines)
Line 0 Link Here
1
2
===============================================================================
3
Note: As of version 1.76 of this port, SciTE's documentation has been moved
4
      from %%DATADIR%% to %%DOCSDIR%%.
5
      This will cause the "SciTE Help" option in the help menu to point to the
6
      wrong location.  You will need to manually edit your
7
      SciTEGlobal.properties file if you still wish to utilize that option.
8
===============================================================================
9
(-)/kirby/shared/ports/scite/pkg-plist (-18 / +20 lines)
Lines 1-26 Link Here
1
bin/SciTE
1
bin/SciTE
2
share/applications/SciTE.desktop
2
share/applications/SciTE.desktop
3
share/pixmaps/Sci48M.png
3
share/pixmaps/Sci48M.png
4
%%DATADIR%%/CommandValues.html
4
%%PORTDOCS%%%%DOCSDIR%%/CommandValues.html
5
%%PORTDOCS%%%%DOCSDIR%%/PrintHi.png
6
%%PORTDOCS%%%%DOCSDIR%%/SciBreak2.jpg
7
%%PORTDOCS%%%%DOCSDIR%%/SciTE.html
8
%%PORTDOCS%%%%DOCSDIR%%/SciTEDirector.html
9
%%PORTDOCS%%%%DOCSDIR%%/SciTEDoc.html
10
%%PORTDOCS%%%%DOCSDIR%%/SciTEDownload.html
11
%%PORTDOCS%%%%DOCSDIR%%/SciTEExtension.html
12
%%PORTDOCS%%%%DOCSDIR%%/SciTEExternalLexer.html
13
%%PORTDOCS%%%%DOCSDIR%%/SciTEExtras.html
14
%%PORTDOCS%%%%DOCSDIR%%/SciTEFAQ.html
15
%%PORTDOCS%%%%DOCSDIR%%/SciTEIco.png
16
%%PORTDOCS%%%%DOCSDIR%%/SciTEImage.html
17
%%PORTDOCS%%%%DOCSDIR%%/SciTELexer.html
18
%%PORTDOCS%%%%DOCSDIR%%/SciTELua.html
19
%%PORTDOCS%%%%DOCSDIR%%/SciTERegEx.html
20
%%PORTDOCS%%%%DOCSDIR%%/SciTEWord.jpg
21
%%PORTDOCS%%%%DOCSDIR%%/demo.png
5
%%DATADIR%%/Embedded.properties
22
%%DATADIR%%/Embedded.properties
6
%%DATADIR%%/PrintHi.png
7
%%DATADIR%%/SciBreak2.jpg
8
%%DATADIR%%/SciTE.html
9
%%DATADIR%%/SciTE.properties
23
%%DATADIR%%/SciTE.properties
10
%%DATADIR%%/SciTEDirector.html
11
%%DATADIR%%/SciTEDoc.html
12
%%DATADIR%%/SciTEDownload.html
13
%%DATADIR%%/SciTEExtension.html
14
%%DATADIR%%/SciTEExternalLexer.html
15
%%DATADIR%%/SciTEExtras.html
16
%%DATADIR%%/SciTEFAQ.html
17
%%DATADIR%%/SciTEGlobal.properties
24
%%DATADIR%%/SciTEGlobal.properties
18
%%DATADIR%%/SciTEIco.png
19
%%DATADIR%%/SciTEImage.html
20
%%DATADIR%%/SciTELexer.html
21
%%DATADIR%%/SciTELua.html
22
%%DATADIR%%/SciTERegEx.html
23
%%DATADIR%%/SciTEWord.jpg
24
%%DATADIR%%/abaqus.properties
25
%%DATADIR%%/abaqus.properties
25
%%DATADIR%%/abbrev.properties
26
%%DATADIR%%/abbrev.properties
26
%%DATADIR%%/ada.properties
27
%%DATADIR%%/ada.properties
Lines 38-44 Link Here
38
%%DATADIR%%/csound.properties
39
%%DATADIR%%/csound.properties
39
%%DATADIR%%/css.properties
40
%%DATADIR%%/css.properties
40
%%DATADIR%%/d.properties
41
%%DATADIR%%/d.properties
41
%%DATADIR%%/demo.png
42
%%DATADIR%%/eiffel.properties
42
%%DATADIR%%/eiffel.properties
43
%%DATADIR%%/erlang.properties
43
%%DATADIR%%/erlang.properties
44
%%DATADIR%%/escript.properties
44
%%DATADIR%%/escript.properties
Lines 65-70 Link Here
65
%%DATADIR%%/pascal.properties
65
%%DATADIR%%/pascal.properties
66
%%DATADIR%%/perl.properties
66
%%DATADIR%%/perl.properties
67
%%DATADIR%%/pov.properties
67
%%DATADIR%%/pov.properties
68
%%DATADIR%%/powershell.properties
68
%%DATADIR%%/ps.properties
69
%%DATADIR%%/ps.properties
69
%%DATADIR%%/purebasic.properties
70
%%DATADIR%%/purebasic.properties
70
%%DATADIR%%/python.properties
71
%%DATADIR%%/python.properties
Lines 83-86 Link Here
83
%%DATADIR%%/vhdl.properties
84
%%DATADIR%%/vhdl.properties
84
%%DATADIR%%/yaml.properties
85
%%DATADIR%%/yaml.properties
85
@dirrm %%DATADIR%%
86
@dirrm %%DATADIR%%
87
%%PORTDOCS%%@dirrm %%DOCSDIR%%
86
@dirrmtry share/applications
88
@dirrmtry share/applications

Return to bug 121788