mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
phpMinAdmin is a MySQL management tool written in PHP.
Currently it can create database, create/drop/alter tables, create/drop/alter stored procedures, functions and triggers, delete/edit/add fields, execute any SQL statement, and manage keys on fields. The main difference between phpMinAdmin and phpMyAdmin is that phpMinAdmin is light-weight. WWW: http://phpminadmin.sourceforge.net PR: ports/126915 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
50bc1d64e4
commit
d4a8317da5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219487
@ -435,6 +435,7 @@
|
||||
SUBDIR += php5-rrdtool
|
||||
SUBDIR += php5-sqlite
|
||||
SUBDIR += php5-sybase_ct
|
||||
SUBDIR += phpminadmin
|
||||
SUBDIR += phpminiadmin
|
||||
SUBDIR += phpmyadmin
|
||||
SUBDIR += phppgadmin
|
||||
|
54
databases/adminer/Makefile
Normal file
54
databases/adminer/Makefile
Normal file
@ -0,0 +1,54 @@
|
||||
# New ports collection makefile for: phpMinAdmin
|
||||
# Date created: 28 August 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= phpminadmin
|
||||
PORTVERSION= 1.7.0
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= phpMinAdmin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A MySQL Management Tool Written in PHP
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PHP= mysql session
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
MM_SCRIPTS_FILES= _compile.php _lang.php \
|
||||
abstraction.inc.php auth.inc.php call.inc.php \
|
||||
connect.inc.php create.inc.php createv.inc.php \
|
||||
database.inc.php design.inc.php download.inc.php \
|
||||
dump.inc.php edit.inc.php editing.inc.php \
|
||||
export.inc.php foreign.inc.php functions.inc.php \
|
||||
index.php indexes.inc.php lang.inc.php \
|
||||
privileges.inc.php procedure.inc.php processlist.inc.php \
|
||||
schema.inc.php select.inc.php sql.inc.php \
|
||||
table.inc.php trigger.inc.php user.inc.php \
|
||||
view.inc.php
|
||||
MM_DATA_FILES= arrow.gif default.css down.gif \
|
||||
favicon.ico minus.gif plus.gif \
|
||||
todo.txt up.gif
|
||||
MM_DIR= lang
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
.for i in ${MM_SCRIPTS_FILES}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${WWWDIR}
|
||||
.endfor
|
||||
.for i in ${MM_DATA_FILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${WWWDIR}
|
||||
.endfor
|
||||
.for i in ${MM_DIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${WWWDIR}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/adminer/distinfo
Normal file
3
databases/adminer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (phpMinAdmin-1.7.0.zip) = 86f98a65528bdb56c6072fdc7d8c77c2
|
||||
SHA256 (phpMinAdmin-1.7.0.zip) = 4ca1a6a8624507fe2c8cead4f4bba9abe0497d62e2b41fada54e06caa0e85856
|
||||
SIZE (phpMinAdmin-1.7.0.zip) = 71256
|
20
databases/adminer/files/pkg-message.in
Normal file
20
databases/adminer/files/pkg-message.in
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
POST-INSTALL CONFIGURATION FOR phpminadmin
|
||||
=====================================
|
||||
|
||||
Please add the following to your Apache configuration,
|
||||
and restart the server:
|
||||
|
||||
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
|
||||
Alias /phpminadmin %%WWWDIR%%
|
||||
AcceptPathInfo On
|
||||
<Directory %%WWWDIR%%>
|
||||
AllowOverride None
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
Then you can visit your phpminadmin site with a browser
|
||||
(i.e. http://your.server.com/phpminadmin/)
|
||||
|
||||
=====================================
|
9
databases/adminer/pkg-descr
Normal file
9
databases/adminer/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
phpMinAdmin is a MySQL management tool written in PHP.
|
||||
Currently it can create database, create/drop/alter
|
||||
tables, create/drop/alter stored procedures, functions
|
||||
and triggers, delete/edit/add fields, execute any SQL
|
||||
statement, and manage keys on fields. The main difference
|
||||
between phpMinAdmin and phpMyAdmin is that phpMinAdmin
|
||||
is light-weight.
|
||||
|
||||
WWW: http://phpminadmin.sourceforge.net
|
48
databases/adminer/pkg-plist
Normal file
48
databases/adminer/pkg-plist
Normal file
@ -0,0 +1,48 @@
|
||||
%%WWWDIR%%/_compile.php
|
||||
%%WWWDIR%%/_lang.php
|
||||
%%WWWDIR%%/abstraction.inc.php
|
||||
%%WWWDIR%%/auth.inc.php
|
||||
%%WWWDIR%%/call.inc.php
|
||||
%%WWWDIR%%/connect.inc.php
|
||||
%%WWWDIR%%/create.inc.php
|
||||
%%WWWDIR%%/createv.inc.php
|
||||
%%WWWDIR%%/database.inc.php
|
||||
%%WWWDIR%%/design.inc.php
|
||||
%%WWWDIR%%/download.inc.php
|
||||
%%WWWDIR%%/dump.inc.php
|
||||
%%WWWDIR%%/edit.inc.php
|
||||
%%WWWDIR%%/editing.inc.php
|
||||
%%WWWDIR%%/export.inc.php
|
||||
%%WWWDIR%%/foreign.inc.php
|
||||
%%WWWDIR%%/functions.inc.php
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/indexes.inc.php
|
||||
%%WWWDIR%%/lang.inc.php
|
||||
%%WWWDIR%%/privileges.inc.php
|
||||
%%WWWDIR%%/procedure.inc.php
|
||||
%%WWWDIR%%/processlist.inc.php
|
||||
%%WWWDIR%%/schema.inc.php
|
||||
%%WWWDIR%%/select.inc.php
|
||||
%%WWWDIR%%/sql.inc.php
|
||||
%%WWWDIR%%/table.inc.php
|
||||
%%WWWDIR%%/trigger.inc.php
|
||||
%%WWWDIR%%/user.inc.php
|
||||
%%WWWDIR%%/view.inc.php
|
||||
%%WWWDIR%%/arrow.gif
|
||||
%%WWWDIR%%/default.css
|
||||
%%WWWDIR%%/down.gif
|
||||
%%WWWDIR%%/favicon.ico
|
||||
%%WWWDIR%%/minus.gif
|
||||
%%WWWDIR%%/plus.gif
|
||||
%%WWWDIR%%/todo.txt
|
||||
%%WWWDIR%%/up.gif
|
||||
%%WWWDIR%%/lang/cs.inc.php
|
||||
%%WWWDIR%%/lang/de.inc.php
|
||||
%%WWWDIR%%/lang/en.inc.php
|
||||
%%WWWDIR%%/lang/es.inc.php
|
||||
%%WWWDIR%%/lang/fr.inc.php
|
||||
%%WWWDIR%%/lang/nl.inc.php
|
||||
%%WWWDIR%%/lang/sk.inc.php
|
||||
%%WWWDIR%%/lang/zh.inc.php
|
||||
@dirrm %%WWWDIR%%/lang
|
||||
@dirrm %%WWWDIR%%
|
54
databases/phpminadmin/Makefile
Normal file
54
databases/phpminadmin/Makefile
Normal file
@ -0,0 +1,54 @@
|
||||
# New ports collection makefile for: phpMinAdmin
|
||||
# Date created: 28 August 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= phpminadmin
|
||||
PORTVERSION= 1.7.0
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= phpMinAdmin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= A MySQL Management Tool Written in PHP
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_PHP= mysql session
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
MM_SCRIPTS_FILES= _compile.php _lang.php \
|
||||
abstraction.inc.php auth.inc.php call.inc.php \
|
||||
connect.inc.php create.inc.php createv.inc.php \
|
||||
database.inc.php design.inc.php download.inc.php \
|
||||
dump.inc.php edit.inc.php editing.inc.php \
|
||||
export.inc.php foreign.inc.php functions.inc.php \
|
||||
index.php indexes.inc.php lang.inc.php \
|
||||
privileges.inc.php procedure.inc.php processlist.inc.php \
|
||||
schema.inc.php select.inc.php sql.inc.php \
|
||||
table.inc.php trigger.inc.php user.inc.php \
|
||||
view.inc.php
|
||||
MM_DATA_FILES= arrow.gif default.css down.gif \
|
||||
favicon.ico minus.gif plus.gif \
|
||||
todo.txt up.gif
|
||||
MM_DIR= lang
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
.for i in ${MM_SCRIPTS_FILES}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${WWWDIR}
|
||||
.endfor
|
||||
.for i in ${MM_DATA_FILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${WWWDIR}
|
||||
.endfor
|
||||
.for i in ${MM_DIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${WWWDIR}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/phpminadmin/distinfo
Normal file
3
databases/phpminadmin/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (phpMinAdmin-1.7.0.zip) = 86f98a65528bdb56c6072fdc7d8c77c2
|
||||
SHA256 (phpMinAdmin-1.7.0.zip) = 4ca1a6a8624507fe2c8cead4f4bba9abe0497d62e2b41fada54e06caa0e85856
|
||||
SIZE (phpMinAdmin-1.7.0.zip) = 71256
|
20
databases/phpminadmin/files/pkg-message.in
Normal file
20
databases/phpminadmin/files/pkg-message.in
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
POST-INSTALL CONFIGURATION FOR phpminadmin
|
||||
=====================================
|
||||
|
||||
Please add the following to your Apache configuration,
|
||||
and restart the server:
|
||||
|
||||
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
|
||||
Alias /phpminadmin %%WWWDIR%%
|
||||
AcceptPathInfo On
|
||||
<Directory %%WWWDIR%%>
|
||||
AllowOverride None
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
Then you can visit your phpminadmin site with a browser
|
||||
(i.e. http://your.server.com/phpminadmin/)
|
||||
|
||||
=====================================
|
9
databases/phpminadmin/pkg-descr
Normal file
9
databases/phpminadmin/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
phpMinAdmin is a MySQL management tool written in PHP.
|
||||
Currently it can create database, create/drop/alter
|
||||
tables, create/drop/alter stored procedures, functions
|
||||
and triggers, delete/edit/add fields, execute any SQL
|
||||
statement, and manage keys on fields. The main difference
|
||||
between phpMinAdmin and phpMyAdmin is that phpMinAdmin
|
||||
is light-weight.
|
||||
|
||||
WWW: http://phpminadmin.sourceforge.net
|
48
databases/phpminadmin/pkg-plist
Normal file
48
databases/phpminadmin/pkg-plist
Normal file
@ -0,0 +1,48 @@
|
||||
%%WWWDIR%%/_compile.php
|
||||
%%WWWDIR%%/_lang.php
|
||||
%%WWWDIR%%/abstraction.inc.php
|
||||
%%WWWDIR%%/auth.inc.php
|
||||
%%WWWDIR%%/call.inc.php
|
||||
%%WWWDIR%%/connect.inc.php
|
||||
%%WWWDIR%%/create.inc.php
|
||||
%%WWWDIR%%/createv.inc.php
|
||||
%%WWWDIR%%/database.inc.php
|
||||
%%WWWDIR%%/design.inc.php
|
||||
%%WWWDIR%%/download.inc.php
|
||||
%%WWWDIR%%/dump.inc.php
|
||||
%%WWWDIR%%/edit.inc.php
|
||||
%%WWWDIR%%/editing.inc.php
|
||||
%%WWWDIR%%/export.inc.php
|
||||
%%WWWDIR%%/foreign.inc.php
|
||||
%%WWWDIR%%/functions.inc.php
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/indexes.inc.php
|
||||
%%WWWDIR%%/lang.inc.php
|
||||
%%WWWDIR%%/privileges.inc.php
|
||||
%%WWWDIR%%/procedure.inc.php
|
||||
%%WWWDIR%%/processlist.inc.php
|
||||
%%WWWDIR%%/schema.inc.php
|
||||
%%WWWDIR%%/select.inc.php
|
||||
%%WWWDIR%%/sql.inc.php
|
||||
%%WWWDIR%%/table.inc.php
|
||||
%%WWWDIR%%/trigger.inc.php
|
||||
%%WWWDIR%%/user.inc.php
|
||||
%%WWWDIR%%/view.inc.php
|
||||
%%WWWDIR%%/arrow.gif
|
||||
%%WWWDIR%%/default.css
|
||||
%%WWWDIR%%/down.gif
|
||||
%%WWWDIR%%/favicon.ico
|
||||
%%WWWDIR%%/minus.gif
|
||||
%%WWWDIR%%/plus.gif
|
||||
%%WWWDIR%%/todo.txt
|
||||
%%WWWDIR%%/up.gif
|
||||
%%WWWDIR%%/lang/cs.inc.php
|
||||
%%WWWDIR%%/lang/de.inc.php
|
||||
%%WWWDIR%%/lang/en.inc.php
|
||||
%%WWWDIR%%/lang/es.inc.php
|
||||
%%WWWDIR%%/lang/fr.inc.php
|
||||
%%WWWDIR%%/lang/nl.inc.php
|
||||
%%WWWDIR%%/lang/sk.inc.php
|
||||
%%WWWDIR%%/lang/zh.inc.php
|
||||
@dirrm %%WWWDIR%%/lang
|
||||
@dirrm %%WWWDIR%%
|
Loading…
Reference in New Issue
Block a user