FreeBSD Bugzilla – Attachment 80611 Details for
Bug 115584
Update port: databases/mywwwatcher (added charset wizard, better left menu, some bugs fixed, ...)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 4.35 KB, created by
Petr Macek
on 2007-08-16 20:40:07 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Petr Macek
Created:
2007-08-16 20:40:07 UTC
Size:
4.35 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># mywwwatcher ># mywwwatcher/pkg-plist ># mywwwatcher/pkg-message ># mywwwatcher/pkg-descr ># mywwwatcher/distinfo ># mywwwatcher/Makefile ># >echo c - mywwwatcher >mkdir -p mywwwatcher > /dev/null 2>&1 >echo x - mywwwatcher/pkg-plist >sed 's/^X//' >mywwwatcher/pkg-plist << 'END-of-mywwwatcher/pkg-plist' >X%%INSTALLDIR%%/README >X%%INSTALLDIR%%/README.cz >X%%INSTALLDIR%%/charset.php >X%%INSTALLDIR%%/copying >X%%INSTALLDIR%%/export.php >X%%INSTALLDIR%%/function.php >X%%INSTALLDIR%%/graphics/cursor_down.gif >X%%INSTALLDIR%%/graphics/cursor_up.gif >X%%INSTALLDIR%%/graphics/intro.gif >X%%INSTALLDIR%%/graphics/intro.gif.cz >X%%INSTALLDIR%%/graphics/outro.gif >X%%INSTALLDIR%%/import.php >X%%INSTALLDIR%%/include/compress.inc.php >X%%INSTALLDIR%%/include/foot.inc.php >X%%INSTALLDIR%%/include/frameset.inc.php >X%%INSTALLDIR%%/include/headers.inc.php >X%%INSTALLDIR%%/include/indexes.inc.php >X%%INSTALLDIR%%/include/sqltips.inc.php >X%%INSTALLDIR%%/include/sqltips.inc.php.cz >X%%INSTALLDIR%%/include/words.inc.php >X%%INSTALLDIR%%/index.php >X%%INSTALLDIR%%/indexes.php >X%%INSTALLDIR%%/ini/default.ini >X%%INSTALLDIR%%/ini/default.ini.cz >X%%INSTALLDIR%%/insert.php >X%%INSTALLDIR%%/lang/cz.lng >X%%INSTALLDIR%%/lang/en.lng >X%%INSTALLDIR%%/logout.php >X%%INSTALLDIR%%/menu.php >X%%INSTALLDIR%%/output.php >X%%INSTALLDIR%%/queries.php >X%%INSTALLDIR%%/query_archive.php >X%%INSTALLDIR%%/scheme.php >X%%INSTALLDIR%%/scripts.js >X%%INSTALLDIR%%/settings.php >X%%INSTALLDIR%%/stat.php >X%%INSTALLDIR%%/style.css >X%%INSTALLDIR%%/top.php >X@dirrm %%INSTALLDIR%%/query_archive >X@dirrm %%INSTALLDIR%%/lang >X@dirrm %%INSTALLDIR%%/ini >X@dirrm %%INSTALLDIR%%/include >X@dirrm %%INSTALLDIR%%/graphics >X@dirrm %%INSTALLDIR%% >END-of-mywwwatcher/pkg-plist >echo x - mywwwatcher/pkg-message >sed 's/^X//' >mywwwatcher/pkg-message << 'END-of-mywwwatcher/pkg-message' >X*************************************************************** >X >Xfor czech language rename files with extension .cz >X >X*************************************************************** >END-of-mywwwatcher/pkg-message >echo x - mywwwatcher/pkg-descr >sed 's/^X//' >mywwwatcher/pkg-descr << 'END-of-mywwwatcher/pkg-descr' >Xmywwwatcher is php application intended to handle the administration >Xof MySQL over the web interface. It is small, quick, easy to use >Xalternative to phpMyAdmin. In comparison with with phpMyAdmin >Xis this application more oriented to hand writing of SQL queries >Xand their use for later use. >XIt enables also other tasks like database dump, import, export (csv,html), >Xinsert data, database scheme, index manager, history and reuse >Xof SQL requests, etc. >XInterface is either in English and/or in Czech languages, and it is very >Xeasy to add other languages. >X >XWWW: http://www.the.cz/mywwwatcher >X >X- Petr Macek >Xpm@kostax.cz >END-of-mywwwatcher/pkg-descr >echo x - mywwwatcher/distinfo >sed 's/^X//' >mywwwatcher/distinfo << 'END-of-mywwwatcher/distinfo' >XMD5 (mywwwatcher-3.1.tar.gz) = 93b2fb9e9183a1b2b91aadd7aa1834bd >XSHA256 (mywwwatcher-3.1.tar.gz) = 3736fbe383c5d8a64d28599d3c31cc6935115965e34e14437b5871beeb583bb3 >XSIZE (mywwwatcher-3.1.tar.gz) = 52729 >END-of-mywwwatcher/distinfo >echo x - mywwwatcher/Makefile >sed 's/^X//' >mywwwatcher/Makefile << 'END-of-mywwwatcher/Makefile' >X# New ports collection makefile for: mywwwatcher >X# Date created: 16. August 2007 >X# Whom: Petr Macek <pm@kostax.cz> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= mywwwatcher >XPORTVERSION= 3.1 >XCATEGORIES= www databases >XMASTER_SITES= http://www.the.cz/mywwwatcher/files/ >XDISTNAME= mywwwatcher-${PORTVERSION} >X >XMAINTAINER= pm@kostax.cz >XCOMMENT= Simply web-based mysql client + tools (dump, import, scheme, ...) >X >XWRKSRC= ${WRKDIR}/mywwwatcher >X >XDEFAULT_PHP_VER= 5 >XUSE_PHP= pcre session mysql >X >XNO_BUILD= yes >X >XPKGMESSAGE= ${PKGDIR}/pkg-message >XPLIST_SUB+= INSTALLDIR=${INSTALLDIR} >X >XINSTALLDIR= www/data-dist/mywwwatcher >X >Xdo-install: >X @${MKDIR} ${PREFIX}/${INSTALLDIR} >X @${CP} -Rp ${WRKSRC}/* ${PREFIX}/${INSTALLDIR} >X @${CHMOD} 775 ${PREFIX}/${INSTALLDIR}/ini >X @${CHMOD} 775 ${PREFIX}/${INSTALLDIR}/query_archive >X @${ECHO_CMD} "" >X >Xpost-install: >X.if !defined(BATCH) >X @${CAT} ${PKGMESSAGE} >X.endif >X >X.include <bsd.port.mk> >END-of-mywwwatcher/Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 115584
: 80611 |
80612