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

(-)ports/databases/sqlbuddy/Makefile (-2 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	sqlbuddy
8
PORTNAME=	sqlbuddy
9
PORTVERSION=	1.3.1
9
PORTVERSION=	1.3.2
10
CATEGORIES=	databases www
10
CATEGORIES=	databases www
11
MASTER_SITES=	http://www.sqlbuddy.com/download/
11
MASTER_SITES=	http://www.sqlbuddy.com/download/
12
DISTNAME=	${PORTNAME}_1_3_1
12
DISTNAME=	${PORTNAME}_1_3_2
13
13
14
MAINTAINER=	horus.li@gmail.com
14
MAINTAINER=	horus.li@gmail.com
15
COMMENT=	Web based MySQL administration with a set of PHP scripts
15
COMMENT=	Web based MySQL administration with a set of PHP scripts
(-)ports/databases/sqlbuddy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sqlbuddy_1_3_1.zip) = bf8a0771c8983cc0522199d10e9ee406
1
MD5 (sqlbuddy_1_3_2.zip) = 019e827eff77bddcd6c6172bd2203af5
2
SHA256 (sqlbuddy_1_3_1.zip) = 33f9e36b7d12026d105b07386eb37c887ea547e5e5c6cde28747827adeda8a91
2
SHA256 (sqlbuddy_1_3_2.zip) = fee3645a4be6c278fdf945045702673fe6b72d80c73ad7894f7f3144db3001c9
3
SIZE (sqlbuddy_1_3_1.zip) = 283402
3
SIZE (sqlbuddy_1_3_2.zip) = 327333
(-)ports/databases/sqlbuddy/pkg-descr (-4 / +1 lines)
Lines 15-24 Link Here
15
    Logins are handled directly by MySQL. Create as many or 
15
    Logins are handled directly by MySQL. Create as many or 
16
    as few users as you want.
16
    as few users as you want.
17
* Speaks your language
17
* Speaks your language
18
    The current release is bundled with 29 translations
18
    The current release is bundled with 37 translations
19
    - with more on the way!
19
    - with more on the way!
20
* Import and export
21
    Easily move your data into Excel by exporting a .csv file or 
22
    shift data between servers by using a .sql file.
23
20
24
WWW: http://www.sqlbuddy.com/
21
WWW: http://www.sqlbuddy.com/
(-)ports/databases/sqlbuddy/pkg-plist (+8 lines)
Lines 58-72 Link Here
58
%%WWWDIR%%/js/helpers.js
58
%%WWWDIR%%/js/helpers.js
59
%%WWWDIR%%/js/mootools-1.2-core.js
59
%%WWWDIR%%/js/mootools-1.2-core.js
60
%%WWWDIR%%/js/movement.js
60
%%WWWDIR%%/js/movement.js
61
%%WWWDIR%%/locale/ar_DZ.pot
61
%%WWWDIR%%/locale/ca_AD.pot
62
%%WWWDIR%%/locale/ca_AD.pot
62
%%WWWDIR%%/locale/cs_CZ.pot
63
%%WWWDIR%%/locale/cs_CZ.pot
63
%%WWWDIR%%/locale/da_DK.pot
64
%%WWWDIR%%/locale/da_DK.pot
64
%%WWWDIR%%/locale/de_DE.pot
65
%%WWWDIR%%/locale/de_DE.pot
65
%%WWWDIR%%/locale/en_US.pot
66
%%WWWDIR%%/locale/en_US.pot
67
%%WWWDIR%%/locale/eo_EO.pot
66
%%WWWDIR%%/locale/es_AR.pot
68
%%WWWDIR%%/locale/es_AR.pot
67
%%WWWDIR%%/locale/es_ES.pot
69
%%WWWDIR%%/locale/es_ES.pot
70
%%WWWDIR%%/locale/fa_IR.pot
68
%%WWWDIR%%/locale/fi_FI.pot
71
%%WWWDIR%%/locale/fi_FI.pot
69
%%WWWDIR%%/locale/fr_FR.pot
72
%%WWWDIR%%/locale/fr_FR.pot
73
%%WWWDIR%%/locale/gl_ES.pot
74
%%WWWDIR%%/locale/he_IL.pot
70
%%WWWDIR%%/locale/hu_HU.pot
75
%%WWWDIR%%/locale/hu_HU.pot
71
%%WWWDIR%%/locale/id_ID.pot
76
%%WWWDIR%%/locale/id_ID.pot
72
%%WWWDIR%%/locale/it_IT.pot
77
%%WWWDIR%%/locale/it_IT.pot
Lines 82-91 Link Here
82
%%WWWDIR%%/locale/ru_RU.pot
87
%%WWWDIR%%/locale/ru_RU.pot
83
%%WWWDIR%%/locale/sk_SK.pot
88
%%WWWDIR%%/locale/sk_SK.pot
84
%%WWWDIR%%/locale/sl_SL.pot
89
%%WWWDIR%%/locale/sl_SL.pot
90
%%WWWDIR%%/locale/sp_RS.pot
85
%%WWWDIR%%/locale/sr_RS.pot
91
%%WWWDIR%%/locale/sr_RS.pot
86
%%WWWDIR%%/locale/sv_SE.pot
92
%%WWWDIR%%/locale/sv_SE.pot
87
%%WWWDIR%%/locale/tl_PH.pot
93
%%WWWDIR%%/locale/tl_PH.pot
88
%%WWWDIR%%/locale/tr_TR.pot
94
%%WWWDIR%%/locale/tr_TR.pot
95
%%WWWDIR%%/locale/uk_UA.pot
96
%%WWWDIR%%/locale/vi_VN.pot
89
%%WWWDIR%%/locale/zh_CN.pot
97
%%WWWDIR%%/locale/zh_CN.pot
90
%%WWWDIR%%/locale/zh_TW.pot
98
%%WWWDIR%%/locale/zh_TW.pot
91
%%WWWDIR%%/login.php
99
%%WWWDIR%%/login.php

Return to bug 138442