summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2008-01-09Updated to version 0.30.heinz3-6/+26
Pkgsrc changes: - Added option "debug" (off by default). - Explicitly listed licence information. Changes since version 0.28: =========================== 0.30 rlwrap can now use putenv() on machines that don't have setenv() (like some Solaris systems) EOF on stdin (e.g. by pressing CTRL-D) would end prompt colouring. added -q option 0.29 added -A option to handle (ANSI-)coloured prompts added -p option to colourise uncoloured prompts added -t option to set terminal type for client command rlwrap now copies its terminal settings from the client even when this has put its terminal in single-keypress (uncooked) mode. A rlwrapped emacs will now respond to CTRL-C and CTRL-G as it should. fixed a long-standing bug where long output lines with the -r option would put mutilated words into the completion list. Drawback: prompts are not put into the completion list anymore (bug or feature?). rlwrap now handles output to the client before input from the client, and only handles keyboard input when all client I/O has been handled. This will make rlwrap a little better behaved when handling large chunks of (pasted) input, especially with colourised prompts error messages and warnings now include the rlwrap version number rlwrap now prints a warning when started in vi mode when the terminal is too dumb to support upwards cursor movement added a very simple custom malloc/free debugger for use with the --debug option. Rather fragile and not well tested, use with care. Whenever TERM is not set, rlwrap assumes vt100. Set TERM=dumb if you really have a dumb terminal. rlwrap now leaves the handling of multi-line prompts and edit buffers to readline (except when in horizontal-scroll mode or when configured with --enable-homegrown-redisplay). whenever --always-readline is set, SIGWINCH not passed to client command immediately, but only *after* accepting a line. multi-byte prompts and input no longer confuse rlwrap (provided your readline lib supports multi-byte characters) --spy-on-readline now enabled by default the configure script will now find term.h on cygwin dropped the assumption that tgetent() and friends are only ever declared in term.h; rlwrap now has proper terminal handling also under SunOS. the rlwrap source should again be fit for consumption by older (C91 compliant) compilers
2008-01-06The package supports instalation to DESTDIR.heinz1-1/+3
2008-01-06+goffice0.6drochner1-1/+2
2008-01-06add goffice-0.6.1, the most recent major branch of gofficedrochner5-0/+577
(installable in parallel with older branches)
2008-01-06-update to 0.5.4drochner4-120/+22
changes: minor bugfixes -disable installation of gtk-doc API documentation -- we leave that privilege to the most recent version which is 0.6.1
2008-01-04Bump PKGREVISION due to boost update to 1.34.1.jmmv1-1/+2
2008-01-04Update MASTER_SITES to alioth, noticed by Zafer Aydogan in privata mail.obache1-3/+3
But comment out now, it only have newer version. File list is: http://alioth.debian.org/frs/?group_id=30592 Also update HOMEPAGE.
2008-01-04Update MASTER_SITES, noticed by Zafer Aydogan in private mail.obache1-3/+3
But comment out now, it only have newer version. Also update HOMEPAGE.
2008-01-04Add DESTDIR support.obache1-3/+5
2008-01-04Update MASTER_SITES, noticed by Zafer Aydogan in private mail.obache1-3/+3
Also update HOMEPAGE.
2008-01-04Update MASTERE_SITES, noticed by Zafer Aydogan in private mail.obache1-2/+3
2008-01-04This package is now hosted by SourceForge,obache1-3/+3
noticed by Zafer Aydogan in private mail. Change HOMEPAGE too.
2008-01-04MASTER_SITES are not available anymore, noticed by Zafer Aydogan in private ↵obache1-3/+2
mail. Other package systems seems have version 1.19 (ex. MASTER_SITE_GENTOO).
2008-01-04Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.obache1-3/+3
HOMEPAGE is also gone away, comment possible new location.
2008-01-04Old version is in old sub directory.obache1-2/+3
Noticed by Zafer Aydogan in private mail.
2008-01-04Change to unified diff.obache2-22/+14
2008-01-04Only need wish on runtime.obache1-2/+2
2008-01-04Change patch & sed to USE_TOOLS & REPLACE_INTERPRETER.obache3-26/+9
2008-01-04Add DESTDIR support.obache1-5/+6
2008-01-04Update MASITER_SITES, noticed by Zafer Aydogan in private mail.obache1-2/+4
2008-01-03Update to 4.6.0. NOTE ESPECIALLY the behavior change in the firstgdt2-9/+9
bullet below. 4.6.0 Release Notes ------------------- o MAJOR: Rework pj_transform() to avoid applying ellipsoid to ellipsoid transformations as a datum shift when no datum info is available. o Avoid applying "change of ellipsoid" during datum shifting based on ellipsoids getting changed to spheres for spherical projections. o Upgrade to EPSG 6.13 o Added "900913" "Google Mercator" code in nad/esri.extra. o Avoid some static variable based multi-threading problems. o Improve error recovery if ctable style datum shift grid fails to load. o Support drive letters properly in PROJ_LIB paths for win32. o Fix occasional problem with DMS parsing. o Removed non-functional mpoly projection. o add lonlat, and latlon as aliases for longlat.
2007-12-30Needs msgfmt.joerg1-2/+2
2007-12-29DESTDIR ready.obache1-2/+4
2007-12-28 - Fix python path in installed script.hira4-10/+26
Pointing out by veego@ in private e-mail. - Make this build with gcc4 on NetBSD/amd64 (don't link libsupc++.a with gcc>=4). Suggested by joerg@. Tested by Paul Goyatte <paul at whooppee dot com> and smb@.
2007-12-27Fix pthread linkage.joerg2-4/+4
2007-12-27Ignore share/dotfile-* for check interpreter.joerg1-1/+3
2007-12-24Link to dynamic Xinerama library instead of static one. This fixeshira3-11/+21
build problem on NetBSD/amd64. Problem reported by darcy@.
2007-12-20Need libXmu to build.obache1-1/+2
2007-12-20Should replace with ${DEFAULT_SERIAL_DEVICE}, rather than hard coded /dev/tty00.obache1-30/+30
And switch to use SUBST framework. Bump PKGREVISION. While here, add DESTDIR support.
2007-12-20Remove unnecessary breakable cast. Build again with GCC4.obache2-1/+24
2007-12-20Why missing ${PKGMANDIR} for man5? :-)obache1-19/+21
While here, add DESTDIR support.
2007-12-18Fix build with X11_TYPE=native and PKG_OPTIONS.openoffice2=-gtk2hira2-8/+10
(set USE_BUILTIN.freetype2 to `no').
2007-12-16Missing buildlink3.mk needed by skk. Pointed out by wiz.uebayasi1-0/+22
2007-12-15Add koffice-l10n-pl.kristerw1-1/+2
2007-12-15Update "openoffice2-bin" package to version 2.3.1.tron2-13/+7
This update provides a fix for the security vulnerability reported in CVE-2007-4575 and a lot of other bug-fixes. The complete release notes are available here: http://development.openoffice.org/releases/2.3.1.html
2007-12-14Add DESTDIR support. The manpage is not necessarily installed gzipped,bjs2-5/+7
so change the PLIST to reflect this.
2007-12-13Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.taca1-2/+2
2007-12-12Reset maintainer on his request.wiz3-6/+6
2007-12-12KOffice Polish language packadam4-0/+45
2007-12-12Update to 2.3.1.hira3-21/+31
This release fixes CVE-2007-4575 (Potential arbitrary code execution vulnerability in 3rd party module (HSQLDB)). Changes since 2.3.0: canvas23101 cairo canvas fixes os105 Fixe of issue 82625 dndthreading Fix for DND threading apartment problems on Windows extpatchfix impress135 single fix cws for impress presentation localisation26 l10n fixes for arabic native119 New Java GUI Installer c03v10 c17v001 ext002 Release CWS to provide DirectX Canvas as Extension fwk75 Framework fixes for OOo2.3.1 native115 OOo 2.3.1 installation tasks sw8u9bf01 Writer bug fixes for OOo2.3.1/SO8PU9 atkbridge8 Fix crash when leaving presentation mode with accessibility enabled. dr59 Calc issues for target OOo 2.3.1 fwk76 Framework OOo2.3.1 fixes. hsql1808 upgrading hsqldb to latest release 1.8.0.9 jl80 Bundle new JRE with StarOffice/OpenOffice pdffix01 Fix regressions in PDF export of OOo 2.3.0 proxru pythonhcheck fix Python.h check sw8u9bf02 Writer bugfixes for 2.3.1 thbpp9 Misc fixes for 2.3.1 tl48 Various fixes for OOo 2.3.1 updatedutchspellcheck Update Dutch spell checker for 2.3.1. dba231a DBA related bug fixing towards 2.3.1 impress131 impress fixes for OOo 2.3.1 javastuffor231 fix two Java issues for 2.3.1 jl81 localizationcws20071022 L10N cws for OOo 2.3.1, do not integrate into SRC680. mav25 Showstopper cws. pmladek07 Do not crash when loading too big pictures. updateptbrspellchecker Update pt-BR spellchecker. vcl23102 Fixes for 2.3.1 i18n38_OOG680 i18n bug fix chart16 chart bugfixes for OOo 2.3.1 swlayout01 fix for issue i79774 respectively internal issue b6596954 ause086 small build fixes to avoid bigger trouble - 2.3.1 only! c05v005 c07v015 c13v001 chart18 chart regressions in 2.3 jl78 new cli assemblies sb78 ScriptFramework.jar not available to extensions vcl23101 Issues for 2.3.1 allowcurloldies fix ucb build with system curl 7.17.0
2007-12-10This release fixes a nasty locking assertion error, improves error handlingreinoud2-7/+7
on mounting multi-session discs and fix a small printing error in cd_discect for audio CD's.
2007-12-05Updated misc/xfce4-weather-plugin to 0.6.2martti4-9/+16
Bug fixes.
2007-12-03Remove entries that are automatically included in PLIST.minskim1-707/+1
Noted by Filip Hajny in a private email.
2007-12-02Update to rubygems to 0.9.5.minskim4-147/+901
New features: * Automatic installation of platform gems * New bandwidth and memory friendlier index file format * "Offline" mode (--no-update-sources) * Bulk update threshold can be specified (-B, --bulk-threshold) * New `gem fetch` command * `gem` now has "really verbose" output when you specify -v * Ruby 1.9 compatible See http://rubyforge.org/frs/shownotes.php?release_id=16500 for the complete list.
2007-12-02Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.wiz3-7/+7
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz1-3/+1
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-12-02Updated dpkg to 1.13.25.rillig11-86/+1390
Lots of upstream changes since 1.10.28 (three years ago). pkgsrc changes: - the database location has changed to ${VARBASE}/db/dpkg - man pages are installed
2007-12-02gcc4 doesn't know -fwritable-strings.rillig1-1/+2
2007-12-01Fixed "extra qualification".rillig2-1/+26