summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2017-12-08Update to vim-8.0.1379bsiegert4-16/+10
Significant change: my ChromeOS fix is now included, so I can remove the workaround from Makefile.common :)
2017-12-08bump for print/poppler major bumpmaya5-10/+10
note: script detailed in `man revbump` insisted on bumping pkgrevision of print/poppler, it's probably wrong, but not committing this change is wronger.
2017-12-03Disable selinux on ChromeOS.bsiegert1-1/+6
ChromeOS userland has a libselinux but not the selinux.h header file. The configure check passes but compilation later fails. However, the resulting binary still does not run. It gets killed on startup with "buffer overflow detected".
2017-12-03Update to patches 1365.morr4-19/+14
Changes: 8.0.1215 newer gcc warns for implicit fallthrough 8.0.1216 tabline is not always updated for :file command 8.0.1217 can't use remote eval to inspect vars in debug mode 8.0.1218 writing to freed memory in autocmd 8.0.1219 terminal test is flaky 8.0.1220 skipping empty statusline groups is not correct 8.0.1221 still too many old style tests 8.0.1222 test functions interfere with each other 8.0.1223 crash when using autocomplete and tab pages 8.0.1224 still interference between test functions 8.0.1225 no check for spell region being zero 8.0.1226 edit and popup tests failing 8.0.1227 undefined left shift in readfile() 8.0.1228 invalid memory access in GUI test 8.0.1229 condition in vim_str2nr() is always true 8.0.1230 CTRL-A in Visual mode uses character after selection 8.0.1231 expanding file name drops dash 8.0.1232 MS-Windows users are confused about default mapping 8.0.1233 typo in dos installer 8.0.1234 MS-Windows: composing chars are not shown properly 8.0.1235 cannot disable the terminal feature in a huge build 8.0.1236 Mac features are confusing 8.0.1237 ":set scroll&" often gives an error 8.0.1238 incremental search only shows one match 8.0.1239 cannot use a lambda for the skip argument to searchpair() 8.0.1240 MS-Windows: term_start() does not support environment 8.0.1241 popup test is flaky 8.0.1242 function argument with only dash is seen as number zero 8.0.1243 no test for what 8.0.1227 fixes 8.0.1244 search test does not work correctly on MS-Windows 8.0.1245 when WaitFor() has a wrong expression it just waits a second 8.0.1246 popup test has an arbitrary delay 8.0.1247 not easy to find Debian build info 8.0.1248 stray + in README file 8.0.1249 no error when WaitFor() gets an invalid wrong expression 8.0.1250 'hlsearch' highlighting not removed after incsearch 8.0.1251 invalid expressin passed to WaitFor() 8.0.1252 incomplete translations makefile for MinGW/Cygwin 8.0.1253 still too many old style tests 8.0.1254 undefined left shift in gethexchrs() 8.0.1255 duplicate badge README file 8.0.1256 typo in configure variable vim_cv_tgent 8.0.1257 no test for fix of undefined behavior 8.0.1258 'ttymouse' is set to "sgr" even though it's not supported 8.0.1259 search test can be flaky 8.0.1260 using global variables for WaitFor() 8.0.1261 program in terminal window gets NL instead of CR 8.0.1262 terminal redir test is flaky 8.0.1263 others can read the swap file if a user is careless 8.0.1264 terminal debugger gets stuck in small window 8.0.1265 swap test not skipped when there is one group 8.0.1266 Test_swap_directory was commented out 8.0.1267 Test_swap_group may leave file behind 8.0.1268 PC install instructions are incomplete 8.0.1269 effect of autocommands on marks is not tested 8.0.1270 mismatching file name with Filelist 8.0.1271 still too many old style tests 8.0.1272 warnings for unused variables in tiny build 8.0.1273 old test file remaining 8.0.1274 setbufline() fails when using folding 8.0.1275 CmdlineLeave autocmd prevents fold from opening 8.0.1276 key lost when window closed in exit callback 8.0.1277 terminal window CR-NL conversions may cause problems 8.0.1278 GUI window always resizes when adding scrollbar 8.0.1279 initializing menus can be slow 8.0.1280 Python None cannot be converted to a Vim type 8.0.1281 loading file type detection slows down startup 8.0.1282 script-local variable defined in the wrong script 8.0.1283 test 86 fails under ASAN 8.0.1284 loading file type detection slows down startup 8.0.1285 distributed autoload files may clash with user files 8.0.1286 occasional crash when using a channel 8.0.1287 temp file used for viminfo may have wrong permissions 8.0.1288 GUI: cannot drag the statusline of a terminal window 8.0.1289 mkview always includes the local directory 8.0.1290 seq_cur of undotree() wrong after undo 8.0.1291 C indent wrong when * immediately follows comment 8.0.1292 quick clicks in the WinBar start Visual mode 8.0.1293 setting a breakpoint in the terminal debugger sometimes fails 8.0.1294 GUI: get stuck when splitting a terminal window 8.0.1295 cannot automatically get a server name in a terminal 8.0.1296 checking the same condition twice 8.0.1297 +autoservername does not show enabled on MS-Windows 8.0.1298 missing test file 8.0.1299 bracketed paste does not work well in terminal window 8.0.1300 file permissions may end up wrong when writing 8.0.1301 generated license file for NSIS has a modeline 8.0.1302 still too many old style tests 8.0.1303 'ttymouse' is not set to "sgr" for Terminal.app and Iterm2 8.0.1304 CTRL-G/CTRL-T don't work with incsearch and empty pattern 8.0.1305 writefile() never calls fsync() 8.0.1306 ASAN error stack trace is not useful 8.0.1307 compiler warning for ignoring return value 8.0.1308 the "Reading from stdin" message may be undesired 8.0.1309 cannot use 'balloonexpr' in a terminal 8.0.1310 cproto generates errors because of missing type 8.0.1311 no test for strpart() 8.0.1312 balloon_show() only works in terminal when compiled with GUI 8.0.1313 missing dependencies cause parallel make to fail 8.0.1314 build fails on Mac 8.0.1315 build still fails on Mac 8.0.1316 build still still fails on Mac 8.0.1317 accessing freed memory in term_wait() 8.0.1318 terminal balloon only shows one line 8.0.1319 can't build GUI on MS-Windows 8.0.1320 popup test fails on GUI-only build 8.0.1321 can't build huge version with Athena 8.0.1322 textformat test isn't run 8.0.1323 mouse events in a terminal window may cause endless loop 8.0.1324 some xterm sends different mouse move codes 8.0.1325 more tests are not run 8.0.1326 largefile test fails on CI, glob test on MS-Windows 8.0.1327 new proto file missing from distribution 8.0.1328 trouble when using ":term ++close" with autocmd 8.0.1329 when a flaky test fails it also often fails the second time 8.0.1330 MS-Windows: job in terminal can't get back to Vim 8.0.1331 possible crash when window can be zero lines high 8.0.1332 highlighting in quickfix window could be better 8.0.1333 some tests are run twice 8.0.1334 splitting a window with a WinBar damages window layout 8.0.1335 writefile() using fsync() may give an error. 8.0.1336 cannot use imactivatefunc() unless compiled with +xim 8.0.1337 typo in #ifdef 8.0.1338 USE_IM_CONTROL is confusing and incomplete 8.0.1339 no test for what 8.0.1335 fixes 8.0.1340 MS-Windows: cannot build GUI without IME 8.0.1341 'imactivatefunc' test fails on MS-Windows 8.0.1342 cannot build with Motif and multi-byte 8.0.1343 MS-Windows: does not show colored emojis 8.0.1344 using 'imactivatefunc' in the GUI does not work 8.0.1345 race condition between stat() and open() for viminfo 8.0.1346 crash when passing 50 char string to balloon_split() 8.0.1347 MS-Windows: build broken by misplaced curly 8.0.1348 make testclean deletes script file on MS-Windows 8.0.1349 options test fails when using Motif or GTK GUI 8.0.1350 cannot build with +eval and -multi_byte 8.0.1351 warning for unused variables building with MinGW 8.0.1352 dead URLs in the help go unnoticed 8.0.1353 QuickFixCmdPost is not used consistently 8.0.1354 Shift-Insert doesn't always work in MS-Windows console 8.0.1355 cursor keys don't work in MS-Windows console 8.0.1356 using simalt in a GUIEnter autocommand inserts characters 8.0.1357 startup test fails on OpenBSD 8.0.1358 undercurl is not used in the terminal 8.0.1359 libvterm ANSI colors can not always be recognized 8.0.1360 the Terminal highlighting doesn't work in a terminal 8.0.1361 some users don't want to diff with hidden buffers 8.0.1362 terminal window colors wrong when using Terminal highlighting 8.0.1363 recovering does not work when swap file ends in .stz 8.0.1364 there is no easy way to get the window position 8.0.1365 when one channel test fails others fail as well
2017-12-03Update PLIST with new languagemorr1-1/+2
2017-11-30Revbump after textproc/icu updateadam8-16/+16
2017-11-30pico: pass LDFLAGS to linker.wiz2-10/+10
Fixes RELRO build.
2017-11-24editors: Add dtekamil1-1/+2
2017-11-24editors/dte: import dte-1.5kamil4-0/+44
dte is a small and easy to use console text editor. Features: - Multiple buffers/tabs - Unlimited undo/redo - Search and replace - Syntax highlighting - Customizable color schemes - Customizable key bindings - Command language with auto-completion - Jump to definition (using ctags) - Jump to compiler error
2017-11-23recursive bump for libxkbcommon removal from at-spi2-corewiz20-37/+40
2017-11-19nano: updated to 2.9.0wiedi2-7/+7
2017.11.18 - GNU nano 2.9.0 "Eta" introduces the ability to record and replay keystrokes (M-: to start and stop recording, M-; to play the macro back), makes ^Q and ^S do something useful by default (^Q starts a backward search, and ^S saves the current file), changes ^W to start always a forward search, shows the number of open buffers (when more than one) in the title bar, no longer asks to press Enter when there are errors in an rc file, retires the options '--quiet' and 'set quiet' and 'set backwards', makes indenting and unindenting undoable, will look in $XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME for the history files, adds a history stack for executed commands (^R^X), does not overwrite the position-history file of another nano, and fixes a score of tiny bugs.
2017-11-17Default build without xft - there are problems with switching fonts,hauke1-2/+2
and we end up with a proportional font, which defeats the primary use of this editor.
2017-11-17Return to using the same system root as editors/xemacs{,-packages}.hauke2-1015/+1016
2017-11-17The standards.info provided by XEmacs conflicts with the one installedhauke4-8/+21
by devel/autoconf, which is probably newer.
2017-11-16Unbreak SunOS builds (here: OmniOS).hauke4-5/+38
2017-11-15Upgrade to XEmacs 21.5.34hauke2-27/+1
Most of the functionality moved to ../../editors/xemacs-current/{Makefile.common,options.mk}
2017-11-15Upgrade to XEmacs 21.5.34hauke1-4/+6
Don't try to define max_align_t in C11 or C++11 mode. Regen patch.
2017-11-15Upgrade to XEmacs 21.5.34hauke2-159/+0
Obsolete, fixed upstream
2017-11-15Upgrade to XEmacs 21.5.34hauke1-5/+9
Deal with bulk build namespace intrusion. Was patch-an
2017-11-15Upgrade to XEmacs 21.5.34hauke1-111/+0
Obsolete, fixed upstream
2017-11-15Upgrade to XEmacs 21.5.34hauke2-13/+18
Deal with a difference between bmake and gmake in using $< in a makefile target Was patch-al
2017-11-15Upgrade to XEmacs 21.5.34hauke1-4/+8
Prefer NAME_MAX over MAXNAMLEN, if available Was patch-ak
2017-11-15Upgrade to XEmacs 21.5.34hauke1-5/+9
Fix build on DragonFly Was patch-aj
2017-11-15Upgrade to XEmacs 21.5.34hauke1-13/+0
Obsolete, change is in upstream
2017-11-15Upgrade to XEmacs 21.5.34hauke1-14/+0
Obsolete, CANNA v1 was de-supported in 2007
2017-11-15Upgrade to XEmacs 21.5.34hauke1-72/+0
Obsolete, the file is #included, and the including file should import the required headers
2017-11-15Upgrade to XEmacs 21.5.34hauke1-13/+0
Obsolete, gtk support does not build, and is subject to re-work upstream
2017-11-15Upgrade to XEmacs 21.5.34hauke1-13/+0
Obsolete, src/unexfreebsd.c is gone
2017-11-15Upgrade to XEmacs 21.5.34hauke1-5/+10
Enhance ELF macros to deal with 32/64 bit arches Special-case alpha Was patch-ad
2017-11-15Upgrade to XEmacs 21.5.34hauke2-64/+70
Install internal build scripts as scripts Prefix {c,e}tags to avoid conflicts Was patch-ac
2017-11-15Upgrade to XEmacs 21.5.34hauke2-49/+29
Add POSIX syntax for passing ld(1) options through the compiler front end NetBSD machine settings are gone Other patches are in upstream Was patch-ab
2017-11-15Upgrade to XEmacs 21.5.34hauke2-20/+42
Prefix {c,e}tags to avoid conflicts. Was patch-aa
2017-11-15Upgrade xemacs-current to 21.5.34hauke6-1426/+1163
Since the non-{X11,lucid} toolkits have bitrotted, remove those options, and rework options.mk like the editors/xemacs one. Switching to the portable dumper and using system malloc obsoletes the hacks. Like XEmacs 21.4 and the emacsen, we need to build with -DTERMINFO for proper console display. Since Makefile content is minimal for xemacs-current{,-nox11}, keep the pkgsrc nb revision centrally in Makefile.common. Take maintainership.
2017-11-08p5-PPIx-EditorTools: update to 0.20.wiz2-10/+8
0.20 2017-10-22 - POD fixes. - maintainership passes to Yanick. - remove unused variables. [ STATISTICS ] - code churn: 18 files changed, 172 insertions(+), 204 deletions(-)
2017-10-24Update to patchset 1214.morr2-7/+7
Changes: 8.0.1177 in a terminal window the popup menu is not cleared 8.0.1178 using old compiler on MS-Windows 8.0.1179 Test_popup_and_window_resize() does not always pass 8.0.1180 MS-Windows testclean target deletes the color script 8.0.1181 tests using Vim command fail on MS-Windows 8.0.1182 cannot see or change mzscheme dll name 8.0.1183 MS-Windows build instructions are outdated 8.0.1184 the :marks command is not tested 8.0.1185 Ruby library includes minor version number 8.0.1186 still quite a few old style tests 8.0.1187 building with lua fails for OSX on Travis 8.0.1188 autocmd test fails on MS-Windows 8.0.1189 E172 is not actually useful 8.0.1190 unusable after opening new window in BufWritePre event 8.0.1191 MS-Windows: missing 32 and 64 bit files in installer 8.0.1192 MS-Windows: terminal feature not enabled by default 8.0.1193 crash when wiping out a buffer after using getbufinfo() 8.0.1194 actual fg and bg colors of terminal are unknown 8.0.1195 can't build on MS-Windows 8.0.1196 crash when t_RF is not set 8.0.1197 MS-Windows build instructions are not up to date 8.0.1198 older compilers don't know uint8_t 8.0.1199 when 'clipboard' is "autoselectplus" star register is set 8.0.1200 tests switch the bell off twice 8.0.1201 "yL" is affected by 'scrolloff' 8.0.1202 :wall gives an errof for a terminal window 8.0.1203 terminal window mistreats composing characters 8.0.1204 a QuitPre autocommand may get the wrong file name 8.0.1205 it is possible to unload a changed buffer 8.0.1206 no autocmd for entering or leaving the command line 8.0.1207 profiling skips the first and last script line 8.0.1208 'statusline' drops empty group with highlight change 8.0.1209 still too many old style tests 8.0.1210 CTRL-G and CTRL-T are ignored with typeahead 8.0.1211 cannot reorder tab pages with drag & drop 8.0.1212 MS-Windows: tear-off menu does not work on 64 bit 8.0.1213 setting 'mzschemedll' has no effect 8.0.1214 accessing freed memory when EXITFREE is set
2017-10-16Jedi is a static analysis tool for Python that can be used in IDEs/editors. Itsadam5-1/+186
historic focus is autocompletion, but does static analysis for now as well. Jedi is fast and is very well tested. It understands Python on a deeper level than all other static analysis frameworks for Python. Jedi has support for two different goto functions. It's possible to search for related names and to list all names in a Python file and infer them. Jedi understands docstrings and you can use Jedi autocompletion in your REPL as well.
2017-10-12emacs21: fix for CVE-2017-14482tez3-3/+83
adapted from upstream 9ad0fcc54442a9a01d41be19880250783426db70
2017-10-07Update to patchset 8.0.1176morr3-8/+10
Changes: 8.0.1097 background color wrong if job changes background color 8.0.1098 build failure if libvterm installed 8.0.1099 warnings for GDK calls 8.0.1100 stuck in redraw loop when 'lazyredraw' is set 8.0.1101 channel write fails if writing to log fails 8.0.1102 terminal window does not use Normal colors 8.0.1103 converting cterm color fails for grey ramp 8.0.1104 the qf_jump() function is too long 8.0.1105 match() and matchend() are not tested 8.0.1106 terminal colors wrong on an MS-Windows console 8.0.1107 terminal debugger jumps to non-existing file 8.0.1108 cannot specify mappings for the terminal window 8.0.1109 timer causes error on exit from Ex mode 8.0.1110 FORTIFY_SOURCE from Perl causes problems 8.0.1111 syntax error in configure when using Perl 8.0.1112 can't get size or current index from quickfix list 8.0.1113 can go to Insert mode from Terminal-Normal mode 8.0.1114 default for 'iminsert' is annoying 8.0.1115 crash when using foldtextresult() recursively 8.0.1116 terminal test fails on MS-Windows 8.0.1117 Test_terminal_no_cmd hangs on MS-Windows with GUI 8.0.1118 FEAT_WINDOWS adds a lot of #ifdefs 8.0.1119 quitting a split terminal window kills the job 8.0.1120 :tm means :tmap instead of :tmenu 8.0.1121 can uncheck executables in MS-Windows installer 8.0.1122 vimtutor.bat doesn't work well with vim.bat 8.0.1123 cannot define a toolbar for a window 8.0.1124 use of MZSCHEME_VER is unclear 8.0.1125 wrong window height when splitting window with window toolbar 8.0.1126 endless resize when terminal showing in two buffers 8.0.1127 Test_peek_and_get_char fails on 32 bit system 8.0.1128 old xterm sends CTRL-X in response to t_RS 8.0.1129 window toolbar missing a part of the patch 8.0.1130 the qf_jump() function is still too long 8.0.1131 not easy to trigger an autocommand for new terminal window 8.0.1132 #if condition is not portable 8.0.1133 syntax timeout not used correctly 8.0.1134 superfluous call to syn_get_final_id() 8.0.1135 W_WINCOL() is always the same 8.0.1136 W_WIDTH() is always the same 8.0.1137 (after 8.0.1136) cannot build with Ruby 8.0.1138 click in window toolbar starts Visual mode 8.0.1139 using window toolbar changes state 8.0.1140 still old style tests 8.0.1141 MS-Windows build dependencies are incomplete 8.0.1142 window toolbar menu gets a tear-off item 8.0.1143 macros always expand to the same thing 8.0.1144 using wrong #ifdef for computing length 8.0.1145 warning when compiling with Perl 8.0.1146 redraw when highlight is set with same names 8.0.1147 fail to build with tiny features 8.0.1148 gN doesn't work on last match with 'wrapscan' off 8.0.1149 libvterm colors differ from xterm 8.0.1150 MS-Windows GUI: dialog font size is incorrect 8.0.1151 "vim -c startinsert!" doesn't append 8.0.1152 encoding of error message wrong in Cygwin terminal 8.0.1153 no tests for diff_hlID() and diff_filler() 8.0.1154 'indentkeys' does not work properly 8.0.1155 Ruby command triggers a warning 8.0.1156 trouble from removing one -W argument from Perl CFLAGS 8.0.1157 compiler warning on MS-Windows 8.0.1158 still old style tests 8.0.1159 typo in #ifdef 8.0.1160 getting tab-local variable fails after closing window 8.0.1161 popup menu drawing problem when resizing terminal 8.0.1162 shared script for tests cannot be included twice 8.0.1163 popup test is flaky 8.0.1164 changing StatusLine highlight does not always work 8.0.1165 popup test is still flaky 8.0.1166 :terminal doesn't work on Mac High Sierra 8.0.1167 Motif: typing in terminal window is slow 8.0.1168 wrong highlighting with combination of match and 'cursorline' 8.0.1169 highlignting one char too many with 'list' and 'cul' 8.0.1170 using termdebug results in 100% CPU time 8.0.1171 popup test is still a bit flaky 8.0.1172 when E734 is given option is still set 8.0.1173 terminal window is not redrawn after CTRL-L 8.0.1174 Mac Terminal.app has wrong color for white 8.0.1175 build failure without +termresponse 8.0.1176 job_start() does not handle quote and backslash correctly
2017-10-03transfig: remove, replaced by print/fig2devwiz1-2/+2
2017-09-30editors/Makefile: remove emacs2{2,3,4}*wiz1-7/+1
CVs: ----------------------------------------------------------------------
2017-09-29emacs22*, emacs23*, emacs24*: remove unmaintained emacs versionswiz91-13253/+10
As announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html This still leaves emacs20, emacs21, and the current version, emacs25.
2017-09-27p5-Padre-Plugin-XS: update to 0.12.wiz2-9/+13
0.12 2013-12-17 - fix mislaid README from last release (BOWTIE) 0.11 2013-12-16 - Remove MYMETA and fox a typo (BOWTIE) 0.10 2013-12-14 - Added Dutch translation (ddn123456 - Dirk De Nijs) - Added Brazilian Portuguese translation (GARU) - Tweak pp-xs so that it will load under pp api 2.2 (BOWTIE) 0.09 2010-12-06 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) 0.08 2010-10-29 - Removed Test::NeedsDisplay dependency (AZAWAWI) 0.07 2010-10-27 - [@PadrePlugin] replaced cruft in dist.ini (AZAWAWI) 0.06 2010-10-27 - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI) 0.05 2010-10-22 - Re-uploaded 0.04 as 0.05 to satisfy the indexer (AZAWAWI) 0.04 2010-10-22 - Switched to Dist::Zilla (AZAWAWI) - Fixed 00-load.t failure when $ENV{DISPLAY} is not set (AZAWAWI) 0.03 2010-10-20 - Compatibility with the latest Padre (AZAWAWI, CHORNY) - Added i18n support (AZAWAWI) - Added Arabic translation (AZAWAWI)
2017-09-27p5-Padre-Plugin-Vi: Simplify PKGNAME.wiz1-3/+2
2017-09-27p5-Padre-Plugin-SpellCheck: update to 1.33.wiz2-13/+11
1.33 2013-09-24 - Add MYMETA to MANIFEST.SKIP (BOWTIE) 1.32 2013-05-02 - Update dependainces and bump version (BOWTIE) - Tweak tests to increase coverage (BOWTIE) 1.31_03 2013-01-14 - Tweak perl version dependancy and Makefile (BOWTIE) 1.31_02 2013-01-11 - Bumped perl dependancie to 5.12.5 as test 05-Checker.t was failing under perl 5.10.1 with Class::Accessor (BOWTIE) - Update Changes file to CPAN::Changes::Spec (BOWTIE) 1.31_01 2012-08-25 - Missing ellipsis on context menu (BOWTIE) - changed to dev version number until padre 0.98 is released (BOWTIE) 1.31 2012-08-23 - My Bad, forgot to add icon (BOWTIE) 1.30 2012-08-22 - update preferences to new Padre::Util::run_in_dir_two format (BOWTIE) - Add event_on_context_menu to enable changing preferences (BOWTIE) - Tweak tests for above (BOWTIE) 1.29 2012-06-19 - Typo in fbp (BOWTIE) - replacement text location slipping dod+ (BOWTIE) - remove unused variable (BOWTIE) - switch to Class::Accessor with 'antlers' (BOWTIE) 1.28 2012-06-15 - POD tweak for clarification dod+ (BOWTIE) - disable button when finished (BOWTIE) 1.27 2012-05-13 - fix hunspell selection, which was not and tweak POD (BOWTIE) 1.26 2012-05-13 - use v-string (BOWTIE) - update to next version number (BOWTIE) 1.25 2012-04-24 - dynamic Dialogue Titles (BOWTIE) - Update POD, remove test code (BOWTIE) - implement new plugin_disable (BOWTIE) - use Try::Tiny implement (BOWTIE) - moving to p-p-xx-yy for config, tides code and makes more consistent across plug-ins, Padre 0.96 compatible only (BOWTIE) - Tweak tests, add README (BOWTIE) 1.24 2012-02-26 - remove unwanted test for Text::Aspell installed (BOWTIE) 1.23 2012-02-26 - fix plugin_enable school boy error (BOWTIE) - fix the config DB to check on enable for past and new install (BOWTIE) - Bump version to 1.23 (BOWTIE) - added Text::Hunspell (BOWTIE) - Update Status info in Checker to show dictionary and language (ALIAS)(BOWTIE) - rename Method accessors to inc get/set (BOWTIE) - remove un-used Methods (BOWTIE) - add the standard License to the tail as and where (BOWTIE) 1.22 2012-02-22 - remove dead code in plugin_icon method (ZENOG) - Upgraded to use wxFormBuilder-based forms (BOWTIE) - revert-> Added missing Data::Printer dependency (AZAWAWI)<-(BOWTIE) - Access to Preferences is now via Plugin Manager (BOWTIE) - Preferences now displays language name rather than ISO code (BOWTIE) - use Padre Locale for dictionary names from ISO code (BOWTIE) - Start on adding some tests, as there are none (BOWTIE) - Preferences now shows and saves Aspell and Hunspell local dictionaries (BOWTIE) 1.21 2010-12-06 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) - rename method 'spell_preferences' to 'plugin_preferences', so that the dialogue can also be called from the plugin manager (ZENOG) - add support for some filters (XML, HTML, LaTeX) (ZENOG) - fix encoding information in German translation file: ASCII to UTF-8 #1070 (ZENOG) 1.2 2010-10-29 - Removed Test::NeedsDisplay dependency (AZAWAWI) 1.1.3 2010-10-27 - Compatibility with the latest Padre (ZENOG, AZAWAWI) - Added German translation (ZENOG) - Added Japanese translation (ISHIGAKI) - Fixed translations in share directory and removed old one(AZAWAWI) - Switched to Dist::Zilla (AZAWAWI) - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests] (AZAWAWI)
2017-09-27p5-Padre-Plugin-Nopaste: update to 0.08.wiz2-13/+12
0.08 2013-09-25T22:22:22Z BST - remove MYMETA from dist (BOWTIE) 0.07 2013-05-03 - Update Changes to changes-strict (BOWTIE) - Tweak plugin_enable to throw a more human readable error (BOWTIE) - Update Makefile with midgen output (BOWTIE) 0.06 2012-08-31 - remove cruff from MANIFEST, azawawi++ (BOWTIE) 0.05 2012-08-31 - remove cruff, my bad, POD tweak, azawawi++ (BOWTIE) 0.04 2012-08-31 - Update to Padre::Plugin for API 2.2 - Update to Padre::Task 3.0 - Update Makefile.PL - Added README - Tweak tests and POD - Defaults to #padre - Now with Prefs Dialog - improved Dialog with reset (BOWTIE) 0.3.1 2010-08-14 - Better pod for Padre::Plugin::Nopaste::Task 0.3.0 2010-08-13 - Support Task API 2.0 (CHORNY) - Added Padre::Plugin::Nopaste::Task (CHORNY)
2017-09-27p5-Padre-Plugin-Kate: update to 0.06.wiz2-13/+8
0.06 2010.12.06 Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI) Added nicer 'About' text (ZENOG) 0.05 2010.10.29 Added support for C# (CHORNY) Switched to Dist::Zilla (AZAWAWI) Added compatibility with the latest Padre (AZAWAWI) Added Arabic translation (AZAWAWI)
2017-09-27p5-Padre-Plugin-HG: update to 0.17.wiz2-12/+7
0.15 2010/11/03:17:36 Update the Compatability Version to work with the latest Padre. 0.16 2010/11/07:20:38 increase Version Number to skip failed upload to cpan 0.17 2013/05/04 Fixes to work with latest version of Padre, auto refresh on file save
2017-09-26*: remove qt3 and the packages using it, including KDE3wiz21-2055/+4
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-21Support large files in sam.bsiegert11-224/+182
From trebol via pkgsrc-users. While here, regenerate patches (one per file, unified diffs). Bump PKGREVISION. (This commit message was written in sam.)
2017-09-18vim-share: add comment where changelog can be foundwiz1-1/+2
From morr@