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

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mywwwatcher
8
PORTNAME=	mywwwatcher
9
PORTVERSION=	3.1
9
PORTVERSION=	3.2
10
CATEGORIES=	databases www
10
CATEGORIES=	databases www
11
MASTER_SITES=	http://www.the.cz/mywwwatcher/files/
11
MASTER_SITES=	http://www.the.cz/mywwwatcher/files/
12
DISTNAME=	mywwwatcher-${PORTVERSION}
12
DISTNAME=	mywwwatcher-${PORTVERSION}
Lines 28-36 Link Here
28
do-install:
28
do-install:
29
	@${MKDIR} ${WWWDIR}
29
	@${MKDIR} ${WWWDIR}
30
	@${CP} -Rp ${WRKSRC}/* ${WWWDIR}
30
	@${CP} -Rp ${WRKSRC}/* ${WWWDIR}
31
	@${CHGRP} -R ${WWWGRP} ${WWWDIR}
31
	@${CHMOD} 775 ${WWWDIR}/ini
32
	@${CHMOD} 775 ${WWWDIR}/ini
32
	@${CHMOD} 775 ${WWWDIR}/query_archive
33
	@${CHMOD} 775 ${WWWDIR}/query_archive
33
	@${CHOWN} www ${WWWDIR}
34
	@${ECHO_CMD} ""
34
	@${ECHO_CMD} ""
35
35
36
post-install:
36
post-install:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mywwwatcher-3.1.tar.gz) = 93b2fb9e9183a1b2b91aadd7aa1834bd
1
MD5 (mywwwatcher-3.2.tar.gz) = b2c707115f550da932afdfae7bad2bd7
2
SHA256 (mywwwatcher-3.1.tar.gz) = 3736fbe383c5d8a64d28599d3c31cc6935115965e34e14437b5871beeb583bb3
2
SHA256 (mywwwatcher-3.2.tar.gz) = a19f6245df1e18c07109be884ebda2c2d1fbd3a418dc35ea9a228daddccdf24e
3
SIZE (mywwwatcher-3.1.tar.gz) = 52729
3
SIZE (mywwwatcher-3.2.tar.gz) = 43192
(-)pkg-descr (-1 / +1 lines)
Lines 3-9 Link Here
3
alternative to phpMyAdmin. In  comparison with with phpMyAdmin 
3
alternative to phpMyAdmin. In  comparison with with phpMyAdmin 
4
is this application more oriented to hand writing of SQL queries 
4
is this application more oriented to hand writing of SQL queries 
5
and their use for later use.
5
and their use for later use.
6
It enables also other tasks like database dump, import, export (csv,html), 
6
It enables also other tasks like database dump, import, export (csv, html), 
7
insert data, database scheme, index manager, history and reuse 
7
insert data, database scheme, index manager, history and reuse 
8
of SQL requests, etc.
8
of SQL requests, etc.
9
Interface is either in English and/or in Czech languages, and it is very 
9
Interface is either in English and/or in Czech languages, and it is very 
(-)pkg-plist (-5 / +1 lines)
Lines 6-14 Link Here
6
%%WWWDIR%%/function.php
6
%%WWWDIR%%/function.php
7
%%WWWDIR%%/graphics/cursor_down.gif
7
%%WWWDIR%%/graphics/cursor_down.gif
8
%%WWWDIR%%/graphics/cursor_up.gif
8
%%WWWDIR%%/graphics/cursor_up.gif
9
%%WWWDIR%%/graphics/intro.gif
10
%%WWWDIR%%/graphics/intro.gif.cz
11
%%WWWDIR%%/graphics/outro.gif
12
%%WWWDIR%%/import.php
9
%%WWWDIR%%/import.php
13
%%WWWDIR%%/include/compress.inc.php
10
%%WWWDIR%%/include/compress.inc.php
14
%%WWWDIR%%/include/foot.inc.php
11
%%WWWDIR%%/include/foot.inc.php
Lines 25-31 Link Here
25
%%WWWDIR%%/insert.php
22
%%WWWDIR%%/insert.php
26
%%WWWDIR%%/lang/cz.lng
23
%%WWWDIR%%/lang/cz.lng
27
%%WWWDIR%%/lang/en.lng
24
%%WWWDIR%%/lang/en.lng
28
%%WWWDIR%%/logout.php
29
%%WWWDIR%%/menu.php
25
%%WWWDIR%%/menu.php
30
%%WWWDIR%%/output.php
26
%%WWWDIR%%/output.php
31
%%WWWDIR%%/queries.php
27
%%WWWDIR%%/queries.php
Lines 38-44 Link Here
38
%%WWWDIR%%/top.php
34
%%WWWDIR%%/top.php
39
@dirrm %%WWWDIR%%/query_archive
35
@dirrm %%WWWDIR%%/query_archive
40
@dirrm %%WWWDIR%%/lang
36
@dirrm %%WWWDIR%%/lang
37
@dirrm %%WWWDIR%%/include
41
@dirrm %%WWWDIR%%/ini
38
@dirrm %%WWWDIR%%/ini
42
@dirrm %%WWWDIR%%/graphics
39
@dirrm %%WWWDIR%%/graphics
43
@dirrm %%WWWDIR%%/include
44
@dirrm %%WWWDIR%%
40
@dirrm %%WWWDIR%%

Return to bug 127179