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

(-)phpmyadmin/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	phpMyAdmin
8
PORTNAME=	phpMyAdmin
9
PORTVERSION=	2.6.2.1
9
PORTVERSION=	2.6.3.1
10
#DISTVERSION=	2.6.2-pl1
10
#DISTVERSION=	2.6.3-pl1
11
CATEGORIES=	databases www
11
CATEGORIES=	databases www
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	phpmyadmin
13
MASTER_SITE_SUBDIR=	phpmyadmin
(-)phpmyadmin/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (phpMyAdmin-2.6.2-pl1.tar.bz2) = f1f9f3d84815d457e4ab9a933d62eccb
1
MD5 (phpMyAdmin-2.6.3-pl1.tar.bz2) = 28f6c827e99e1c96f6852c441f7e42ef
2
SIZE (phpMyAdmin-2.6.2-pl1.tar.bz2) = 1646442
2
SIZE (phpMyAdmin-2.6.3-pl1.tar.bz2) = 1710233
(-)phpmyadmin/pkg-descr (-21 / +12 lines)
Lines 1-24 Link Here
1
1
2
phpMyAdmin is intended to handle the administration of MySQL over the
2
    phpMyAdmin is intended to handle the administration of MySQL over the WWW.
3
Web. It can manage a whole MySQL server as well as a single database.
3
    Currently it can:
4
 
4
      - create and drop databases
5
Currently it can:
5
      - create, copy, drop and alter tables
6
    - create and drop databases
6
      - delete, edit and add fields
7
    - create, copy, drop, rename and alter tables
7
      - execute any SQL-statement, even batch-queries
8
    - do table maintenance
8
      - manage keys on fields
9
    - delete, edit and add fields
9
      - load text files into tables
10
    - execute any SQL-statement, even batch-queries
10
      - create and read dumps of tables
11
    - manage keys on fields
11
      - export and import CSV data
12
    - load text files into tables
12
      - administer one single database as well as a whole database server
13
    - create and read dumps of tables
13
      - communicate in 50 different languages
14
    - export data to CSV, XML and Latex formats
15
    - administer multiple servers
16
    - manage MySQL users and privileges
17
    - check referential integrity
18
    - using Query-by-example (QBE), create complex queries automatically
19
      connecting required tables
20
    - create PDF graphics of your Database layout
21
    - search globally in a database or a subset of it
22
    - communicate in 47 different languages
23
14
24
WWW: http://www.phpmyadmin.net/
15
WWW: http://www.phpmyadmin.net/

Return to bug 83083