mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 3.2
PR: 127179 Submitted by: Petr Macek <pm@kostax.cz> (maintainer)
This commit is contained in:
parent
83a878ccb4
commit
140cbc4afb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220176
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mywwwatcher
|
||||
PORTVERSION= 3.1
|
||||
PORTVERSION= 3.2
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= http://www.the.cz/mywwwatcher/files/
|
||||
DISTNAME= mywwwatcher-${PORTVERSION}
|
||||
@ -28,9 +28,9 @@ SUB_FILES= pkg-message
|
||||
do-install:
|
||||
@${MKDIR} ${WWWDIR}
|
||||
@${CP} -Rp ${WRKSRC}/* ${WWWDIR}
|
||||
@${CHGRP} -R ${WWWGRP} ${WWWDIR}
|
||||
@${CHMOD} 775 ${WWWDIR}/ini
|
||||
@${CHMOD} 775 ${WWWDIR}/query_archive
|
||||
@${CHOWN} www ${WWWDIR}
|
||||
@${ECHO_CMD} ""
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mywwwatcher-3.1.tar.gz) = 93b2fb9e9183a1b2b91aadd7aa1834bd
|
||||
SHA256 (mywwwatcher-3.1.tar.gz) = 3736fbe383c5d8a64d28599d3c31cc6935115965e34e14437b5871beeb583bb3
|
||||
SIZE (mywwwatcher-3.1.tar.gz) = 52729
|
||||
MD5 (mywwwatcher-3.2.tar.gz) = b2c707115f550da932afdfae7bad2bd7
|
||||
SHA256 (mywwwatcher-3.2.tar.gz) = a19f6245df1e18c07109be884ebda2c2d1fbd3a418dc35ea9a228daddccdf24e
|
||||
SIZE (mywwwatcher-3.2.tar.gz) = 43192
|
||||
|
@ -3,7 +3,7 @@ of MySQL over the web interface. It is small, quick, easy to use
|
||||
alternative to phpMyAdmin. In comparison with with phpMyAdmin
|
||||
is this application more oriented to hand writing of SQL queries
|
||||
and their use for later use.
|
||||
It enables also other tasks like database dump, import, export (csv,html),
|
||||
It enables also other tasks like database dump, import, export (csv, html),
|
||||
insert data, database scheme, index manager, history and reuse
|
||||
of SQL requests, etc.
|
||||
Interface is either in English and/or in Czech languages, and it is very
|
||||
|
@ -6,9 +6,6 @@
|
||||
%%WWWDIR%%/function.php
|
||||
%%WWWDIR%%/graphics/cursor_down.gif
|
||||
%%WWWDIR%%/graphics/cursor_up.gif
|
||||
%%WWWDIR%%/graphics/intro.gif
|
||||
%%WWWDIR%%/graphics/intro.gif.cz
|
||||
%%WWWDIR%%/graphics/outro.gif
|
||||
%%WWWDIR%%/import.php
|
||||
%%WWWDIR%%/include/compress.inc.php
|
||||
%%WWWDIR%%/include/foot.inc.php
|
||||
@ -25,7 +22,6 @@
|
||||
%%WWWDIR%%/insert.php
|
||||
%%WWWDIR%%/lang/cz.lng
|
||||
%%WWWDIR%%/lang/en.lng
|
||||
%%WWWDIR%%/logout.php
|
||||
%%WWWDIR%%/menu.php
|
||||
%%WWWDIR%%/output.php
|
||||
%%WWWDIR%%/queries.php
|
||||
@ -38,7 +34,7 @@
|
||||
%%WWWDIR%%/top.php
|
||||
@dirrm %%WWWDIR%%/query_archive
|
||||
@dirrm %%WWWDIR%%/lang
|
||||
@dirrm %%WWWDIR%%/include
|
||||
@dirrm %%WWWDIR%%/ini
|
||||
@dirrm %%WWWDIR%%/graphics
|
||||
@dirrm %%WWWDIR%%/include
|
||||
@dirrm %%WWWDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user