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

(-)../ncmpc/Makefile (-17 / +5 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	ncmpc
8
PORTNAME=	ncmpc
9
PORTVERSION=	0.11.1
9
PORTVERSION=	0.12
10
PORTREVISION=	3
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	http://hem.bredband.net/kaw/ncmpc/files/ \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
		http://mercury.chem.pitt.edu/~shank/
12
MASTER_SITE_SUBDIR=	musicpd
14
15
MAINTAINER=	ports@mark.reidel.info
13
MAINTAINER=	ports@mark.reidel.info
16
COMMENT=	Ncurses client for the musicpd
14
COMMENT=	Ncurses client for the musicpd
17
15
Lines 20-28 Link Here
20
CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
18
CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
21
		LDFLAGS="-L${LOCALBASE}/lib"
19
		LDFLAGS="-L${LOCALBASE}/lib"
22
20
23
OPTIONS=	NLS "Native language support" on \
21
OPTIONS=	NLS "Native language support" on
24
		CLOCK_SCREEN "Enable clock screen" on \
25
		SEARCH_SCREEN "Enable search screen" on
26
22
27
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
28
24
Lines 37-57 Link Here
37
CONFIGURE_ARGS+=--disable-nls
33
CONFIGURE_ARGS+=--disable-nls
38
.else
34
.else
39
USE_GETTEXT=	yes
35
USE_GETTEXT=	yes
40
LANGUAGES=de sv es ru fr
36
LANGUAGES=da de es fr gl hu no ru sk sv
41
.for language in ${LANGUAGES}
37
.for language in ${LANGUAGES}
42
PLIST_FILES+=share/locale/${language}/LC_MESSAGES/ncmpc.mo
38
PLIST_FILES+=share/locale/${language}/LC_MESSAGES/ncmpc.mo
43
.endfor
39
.endfor
44
40
45
.endif
41
.endif
46
42
47
.if !defined(WITHOUT_CLOCK_SCREEN)
48
CONFIGURE_ARGS+=--enable-clock-screen
49
.endif
50
51
.if !defined(WITHOUT_SEARCH_SCREEN)
52
CONFIGURE_ARGS+=--enable-search-screen
53
.endif
54
55
MAN1=		ncmpc.1
43
MAN1=		ncmpc.1
56
44
57
do-install:
45
do-install:
(-)../ncmpc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ncmpc-0.11.1.tar.gz) = c90668b12f3676c73913a863482ec405
1
MD5 (ncmpc-0.12.tar.gz) = 8a7cff66c859d037bda735662313d4b0
2
SHA256 (ncmpc-0.11.1.tar.gz) = aa0a6162e8543e01304f7dc2f6b227babebda9f2430664e6deae0277444cb817
2
SHA256 (ncmpc-0.12.tar.gz) = 5d09205ef4c66715c84f0859f0d01dd946bfc586339f1da0b6825a030307db4a
3
SIZE (ncmpc-0.11.1.tar.gz) = 273489
3
SIZE (ncmpc-0.12.tar.gz) = 252763
(-)../ncmpc/files/patch-doc-ncmpc.1.diff (-25 lines)
Lines 1-25 Link Here
1
--- doc/ncmpc.1	Mon Mar  7 03:02:10 2005
2
+++ doc/ncmpc.1	Mon Mar  7 03:26:54 2005
3
@@ -54,6 +54,12 @@
4
 .B \-P, \-\-key\-file=FILE
5
 Read key bindings from FILE.
6
 .TP 
7
+.B \-m, \-\-mouse
8
+Enable ncurses mouse events.
9
+.TP
10
+.B \-M, \-\-no\-mouse 
11
+Disable ncurses mouse events.
12
+.TP
13
 Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
14
 .SH "CONFIGURATION"
15
 When ncmpc start it tries to read user setting from the ~/ncmpc/config file. If no user configuration is found ncmpc tries to load global settings from $SYSCONFDIR/ncmpc/config (the actual path is displayed on the help screen). An example configuration file (config.sample) should be provided with ncmpc.
16
@@ -72,6 +78,9 @@
17
 .B wide\-cursor = yes|no
18
 Make the cursor as wide as the screen.
19
 .TP 
20
+.B enable\-mouse = yes|no
21
+Ncurses mouse events.
22
+.TP
23
 .B wrap\-around = yes|no
24
 Wrapped cursor movement.
25
 .TP 
(-)../ncmpc/files/patch-po-ru.po (-194 lines)
Lines 1-194 Link Here
1
--- po/ru.po	Sun Jan 23 18:37:43 2005
2
+++ po/ru.po	Sun Nov 12 20:28:22 2006
3
@@ -3,16 +3,17 @@
4
 # This file is distributed under the same license as the ncmpc package.
5
 # Nikolay Pavlov <quetzal@roks.biz>, 2004.
6
 #, fuzzy
7
+# Modified by Alexey Ivanov aka LexxTheFox <lexx@orenubrg.rfn.ru>
8
 msgid ""
9
 msgstr ""
10
 "Project-Id-Version: ncmpc 0.11.0\n"
11
 "Report-Msgid-Bugs-To: \n"
12
 "POT-Creation-Date: 2005-01-04 21:55+0100\n"
13
 "PO-Revision-Date: 2004-12-29 09:40+0200\n"
14
-"Last-Translator: Nikolay Pavlov <quetzal@roks.biz>\n"
15
+"Last-Translator: Alexey Ivanov aka LexxTheFox <lexx@orenubrg.rfn.ru>\n"
16
 "Language-Team: ru <ru@li.org>\n"
17
 "MIME-Version: 1.0\n"
18
-"Content-Type: text/plain; charset=ISO-8859-1\n"
19
+"Content-Type: text/plain; charset=koi8-r\n"
20
 "Content-Transfer-Encoding: 8bit\n"
21
 
22
 #: src/ncmpc.h:36
23
@@ -30,7 +31,7 @@
24
 #: src/main.c:266
25
 #, c-format
26
 msgid "Error: MPD version %d.%d.%d is to old (0.11.0 needed).\n"
27
-msgstr "ïÛÉÂËÁ: MPD ×ÅÒÓÉÑ %d.%d.%d ÕÓÔÁÒÅÌÁ (ÎÅÏÂÈÏÄÉÍÏ 0.11.0).\n"
28
+msgstr "ïÛÉÂËÁ: MPD ×ÅÒÓÉÉ %d.%d.%d ÕÓÔÁÒÅÌ (ÎÅÏÂÈÏÄÉÍ 0.11.0).\n"
29
 
30
 #: src/main.c:318
31
 #, c-format
32
@@ -69,7 +70,7 @@
33
 
34
 #: src/screen.c:271
35
 msgid "Playing:"
36
-msgstr "ðÒÏÉÇÒÙ×ÁÅÔØÓÑ:"
37
+msgstr "ðÒÏÉÇÒÙ×ÁÅÔÓÑ:"
38
 
39
 #: src/screen.c:274
40
 msgid "[Paused]"
41
@@ -98,7 +99,7 @@
42
 #: src/screen.c:652
43
 #, c-format
44
 msgid "Crossfade %d seconds"
45
-msgstr "ïÚÎÁËÏÍÌÅÎÉÅ %d ÓÅËÕÎÄ"
46
+msgstr "ëÒÏÓÓÆÅÊÄ %d ÓÅËÕÎÄ"
47
 
48
 #: src/screen.c:655
49
 msgid "Database updated!"
50
@@ -138,7 +139,7 @@
51
 
52
 #: src/screen_utils.c:38
53
 msgid "Find: "
54
-msgstr "ðÏÉÓË: "
55
+msgstr "éÓËÁÔØ: "
56
 
57
 #: src/screen_utils.c:39
58
 msgid "Find backward: "
59
@@ -179,7 +180,7 @@
60
 #: src/screen_play.c:326
61
 #, c-format
62
 msgid "Playlist on %s"
63
-msgstr "ðÌÁÊÌÉÓÔ × %s"
64
+msgstr "ðÌÅÊÌÉÓÔ × %s"
65
 
66
 #: src/screen_file.c:282
67
 #, c-format
68
@@ -216,7 +217,7 @@
69
 
70
 #: src/screen_file.c:658
71
 msgid "Screen updated!"
72
-msgstr "üËÒÁÎ ÏÂÎÏ×ÌÑÅÔØÓÑ!"
73
+msgstr "üËÒÁÎ ÏÂÎÏ×ÌÑÅÔÓÑ!"
74
 
75
 #: src/screen_file.c:665
76
 #, c-format
77
@@ -229,7 +230,7 @@
78
 
79
 #: src/screen_search.c:51
80
 msgid "Artist"
81
-msgstr "áÒÔÉÓÔ"
82
+msgstr "á×ÔÏÒ"
83
 
84
 #: src/screen_search.c:52
85
 msgid "Album"
86
@@ -246,12 +247,12 @@
87
 #: src/screen_search.c:162
88
 #, c-format
89
 msgid "Press %s for a new search"
90
-msgstr ""
91
+msgstr "îÁÖÍÉÔÅ %s ÞÔÏÂÙ ÎÁÞÁÔØ ÎÏ×ÙÊ ÐÏÉÓË"
92
 
93
 #: src/screen_search.c:214
94
 #, c-format
95
 msgid "Search: Results for %s [%s]"
96
-msgstr ""
97
+msgstr "òÅÚÕÌØÔÁÔÙ ÐÏÉÓËÁ $s [$s]"
98
 
99
 #: src/screen_search.c:218
100
 #, c-format
101
@@ -265,19 +266,19 @@
102
 
103
 #: src/screen_keydef.c:46
104
 msgid "===> Apply & Save key bindings  "
105
-msgstr "===> ðÒÉÍÅÎÉÔØ & óÏÈÒÁÎÉÔØ ÎÏ×ÙÅ ËÌÁ×ÉÛÉ  "
106
+msgstr "===> ðÒÉÍÅÎÉÔØ É ÓÏÈÒÁÎÉÔØ ÎÏ×ÙÅ ËÏÍÂÉÎÁÃÉÉ ËÌÁ×ÉÛ  "
107
 
108
 #: src/screen_keydef.c:47
109
 msgid "===> Apply key bindings "
110
-msgstr "===> ðÒÉÍÅÎÉÔØ ÎÏ×ÙÅ ËÌÁ×ÉÛÉ "
111
+msgstr "===> ðÒÉÍÅÎÉÔØ ÎÏ×ÙÅ ËÏÍÂÉÎÁÃÉÉ ËÌÁ×ÉÛ "
112
 
113
 #: src/screen_keydef.c:76
114
 msgid "You have new key bindings!"
115
-msgstr "õ ×ÁÓ ÅÓÔØ ÎÏ×ÙÅ ËÌÁ×ÉÛÉ!"
116
+msgstr "õ ×ÁÓ ÅÓÔØ ÎÏ×ÙÅ ËÏÍÂÉÎÁÃÉÉ ËÌÁ×ÉÛ!"
117
 
118
 #: src/screen_keydef.c:79
119
 msgid "Keybindings unchanged."
120
-msgstr "îÁÓÔÒÏÊËÉ ÎÅ ÉÚÍÅÎÉÌÉÓØ."
121
+msgstr "îÁÓÔÒÏÊËÉ ËÌÁ×ÉÁÔÕÒÎÙÈ ËÏÍÂÉÎÁÃÉÊ ÎÅ ÉÚÍÅÎÉÌÉÓØ."
122
 
123
 #: src/screen_keydef.c:90
124
 #, c-format
125
@@ -301,7 +302,7 @@
126
 #: src/screen_keydef.c:155
127
 #, c-format
128
 msgid "Enter new key for %s: "
129
-msgstr "÷×ÅÄÉÔÅ ÎÏ×ÕÀ ËÌÁ×ÉÛÕ ÄÌÑ %s"
130
+msgstr "÷×ÅÄÉÔÅ ÎÏ×ÕÀ ËÏÍÂÉÎÁÃÉÀ ÄÌÑ %s"
131
 
132
 #: src/screen_keydef.c:168
133
 #, c-format
134
@@ -324,16 +325,16 @@
135
 
136
 #: src/screen_keydef.c:283
137
 msgid "Note: Did you forget to 'Apply' your changes?"
138
-msgstr "÷ÎÉÍÁÎÉÅ: ÷Ù ÎÅ ÚÁÂÙÌÉ 'ðÒÉÍÅÎÉÔØ' ×ÁÛÉ ÉÚÍÅÎÅÎÉÑ?"
139
+msgstr "÷ÎÉÍÁÎÉÅ: ÷Ù ÎÅ ÚÁÂÙÌÉ ðÒÉÍÅÎÉÔØ ×ÁÛÉ ÉÚÍÅÎÅÎÉÑ?"
140
 
141
 #: src/screen_keydef.c:290
142
 msgid "Edit key bindings"
143
-msgstr "òÅÄÁËÔÉÒÏ×ÁÔØ ËÌÁ×ÉÛÉ"
144
+msgstr "òÅÄÁËÔÉÒÏ×ÁÔØ ËÌÁ×ÉÁÔÕÒÎÙÅ ËÏÍÂÉÎÁÃÉÉ"
145
 
146
 #: src/screen_keydef.c:292
147
 #, c-format
148
 msgid "Edit keys for %s"
149
-msgstr "òÅÄÁËÔÉÒÏ×ÁÔØ ËÌÁ×ÉÛÉ ÄÌÑ %s"
150
+msgstr "òÅÄÁËÔÉÒÏ×ÁÔØ ËÏÍÂÉÎÁÃÉÀ ÄÌÑ %s"
151
 
152
 #: src/screen_clock.c:154
153
 msgid "Clock"
154
@@ -341,7 +342,7 @@
155
 
156
 #: src/screen_help.c:43
157
 msgid "Keys - Movement"
158
-msgstr "ëÏÍÁÎÄÙ - ðÅÒÅÍÅÝÅÎÉÑ"
159
+msgstr "ëÏÍÁÎÄÙ - ðÅÒÅÍÅÝÅÎÉÅ"
160
 
161
 #: src/screen_help.c:68
162
 msgid "Keys - Global"
163
@@ -349,11 +350,11 @@
164
 
165
 #: src/screen_help.c:95
166
 msgid "Keys - Playlist screen"
167
-msgstr "ëÏÍÁÎÄÙ - üËÒÁÎ ðÌÅÊÌÉÓÔ"
168
+msgstr "ëÏÍÁÎÄÙ - üËÒÁÎ ðÌÅÊÌÉÓÔÁ"
169
 
170
 #: src/screen_help.c:97
171
 msgid "Play"
172
-msgstr "ðÒÏÉÇÒÙ×ÁÔØ"
173
+msgstr "÷ÏÓÐÒÏÉÚ×ÅÄÅÎÉÅ"
174
 
175
 #: src/screen_help.c:100
176
 msgid "Move song up"
177
@@ -433,7 +434,7 @@
178
 
179
 #: src/command.c:94
180
 msgid "Playlist screen"
181
-msgstr "üËÒÁÎ ðÌÅÊÌÉÓÔ"
182
+msgstr "üËÒÁÎ ðÌÅÊÌÉÓÔÁ"
183
 
184
 #: src/command.c:96
185
 msgid "Browse screen"
186
@@ -441,7 +442,7 @@
187
 
188
 #: src/command.c:101
189
 msgid "Play/Enter directory"
190
-msgstr "ðÒÏÉÇÒÙ×ÁÔØ/ðÒÅÊÔÉ × ÄÉÒÅËÔÏÒÉÀ"
191
+msgstr "÷ÏÓÐÒÏÉÚ×ÅÓÔÉ/ðÒÅÊÔÉ × ÄÉÒÅËÔÏÒÉÀ"
192
 
193
 #: src/command.c:103
194
 msgid "Pause"
(-)../ncmpc/files/patch-support.h (+10 lines)
Line 0 Link Here
1
--- src/_support.h	2009-01-04 22:52:35.000000000 +0100
2
+++ src/support.h	2009-01-04 22:52:42.000000000 +0100
3
@@ -5,7 +5,6 @@
4
 
5
 #include <glib.h>
6
 
7
-const char *strcasestr(const char *haystack, const char *needle);
8
 
9
 #ifndef NCMPC_MINI
10
 
(-)../ncmpc/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
ncmpc connects to a musicpd running on a machine via a network.
2
ncmpc connects to a musicpd running on a machine via a network.
3
The interface was inspired by cplay.
3
The interface was inspired by cplay.
4
4
5
WWW:	http://hem.bredband.net/kaw/ncmpc/
5
WWW:	http://mpd.wikia.com/wiki/Client:Ncmpc

Return to bug 130173