summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-13Update www/amaya to 8.5xtraeme6-14/+48
User Interface/Editing Bug fixes * Windows platforms only: several transformations crashed. * Fix crashes in the spell checker. * GTK version: Amaya is now able to copy and paste utf-8 characters. * A significant space were sometimes removed after a copy + paste command. CSS Bug fixes * Local CSS files were not reparsed when they are saved. * Fix a confusion with classes, pseudo-classes, ids, and attributes. * Amaya now generates an empty User style sheet ($AmayaHome/amaya.css) if this file doesn't exist. * Amaya didn't parse correctly non-quoted font family names containing whitespace. (X)HTML Bug fixes * Amaya generated a new line character after an <img> element within headlines (<h1>, <h2>, etc.). And more... please review http://www.w3.org/Amaya/User/New.html
2004-05-13GLOBAL-4.7cjs2-5/+5
* Gtags.vim, plugin script integrates GLOBAL with vim editor added. GLOBAL-4.6. [INCOMPATIBLE CHANGES] * The default value of the config variable 'definition_header' was changed to 'no', because the definition header is unsightly according to the place, especially in class definition. [OTHER CHANGES] * Added support for PHP language. (Known problems in htags) - The variable in string cannot be recognized.(global can recognize that.) - In HTML, the character string of the same spelling as the reserved word of PHP is recognized as a reserved word of PHP. I will rewrite htags in C language in the future to solve above problems. * Added support for SCM_DEFINE macro which is part of guile-snarf. * Added 'right' as a value of config variable 'definition_header'. * Added some tool tips. - Alphabet in alphabetical index shows the count of definitions. - File name in file index show the full path name. - Anchor to duplicate index show the number of duplicated objects. * Added .cvsrc,.cvsignore,.cvspass,.cvswrappers,autom4te.cache/ to the default skip list. GLOBAL 4.5.3. [INCOMPATIBLE CHANGES] * htags: Htags does not generate the code of javascript at all. In the former version, we used javascript to display information about links. But a browser these days had come to support the tool tip using 'title' attribute. So, we replaced the function using tool tip instead of javascript facility. * The --no-javascript option was removed because it was already unnecessary. * global: The pattern of the argument came always to be interpreted as a extended regular expression. In the former version, there was both the case for the pattern to be interpreted as a basic regular expression and the interpretation as the extended regular expression. This depended on the environment of the build. (If you have grep(1) and xargs(1), basic regular expression will be used.) In the new version, if you want the pattern to be interpreted as a basic regular expression, please specify the -G option. [OTHER CHANGES] New features: htags: * CVS REPOSITORY link (the --cvsweb and --cvsweb-cvsroot option). You can link CVS repository from the hypertext of source code. * Tooltip inserted in links. * The --no-map-file option added. Htags generate 'MAP' file by default. You can suppress it by this. * The --statistics option added. With this option, htags print statistics information to the standard error. global: * The -e(--regexp) option added like grep(1). * The -G(--basic-regexp) option added like egrep(1). Performance tuning: htags: * Remove tag name and line image from cache record. This made cache file smaller. * The use of the temporary file was suppressed to the minimum by tring to read the source code. Other modifications * A security hole was shut. * conf.h: add '{arch}' and '.notfunction' to default skip list. * gctags: support __attribute__((...)). GLOBAL 4.5.2. [INCOMPATIBLE CHANGES] * htags: move title's '<H1>...</H1>' into configuration variables 'title_begin' and 'title_end'. This makes configuration more flexible. If you are still using older version of gtags.conf, please replace it with one in this version. [OTHER CHANGES] * htags: add INCLUDED FROM index of htags by Hideki IWAMOTO. This indexes the places where the header file is included. * htags: add support of multi-line string. * htags, gtags: pass option '-w' from htags to gtags. * htags: allow reference to nonexistent definition without warning. * htags: add missing reserved words. - add C99 reserved words _Bool,_Complex,_Imaginary,inline,restrict. - add missing C++ reserved words asm,bool,const_cast,dynamic_cast, explicit,export,false,mutable,namespace,reinterpret_cast,static_cast, true,typeid,typename,using,wchar_t. * htags: insert HTML tag in the line which was warned. (see configuration variable 'colorize_warned_line', 'warned_line_begin' and 'warned_line_end'.) * gctags: pick up reference to macro in conditional directive. * gctags: remove wchar_t from the reservation word list of C. * gctags: remove overload from the reserved word list of C++. * gctags: remove wchar_t from the reservation word list of C. * gtags: environment variable GTAGSCACHE added. * and many bug fi GLOBAL-4.5.1. New features: o gtags,htags: --gtagslabel option added. o htags: -D(--dynamic) option added. o Some bugs fixed.
2004-05-13Unused (thanks, minskim).wiz4-451/+0
2004-05-12Note PKGREVISION bump of tcl.minskim1-1/+2
2004-05-12Install regex.h, which is used in tclRegexp.h.minskim2-15/+9
While here, simplify header installation in Makefile by replacing many INSTALL commands with a for-loop. Bump PKGREVISION.
2004-05-12Do not use install-strip target since it failswiz1-4/+1
because sh install is called, and install is not found.
2004-05-12Bl3ify.minskim1-6/+6
2004-05-12Do not use install-strip target since it failswiz2-9/+2
because sh install is called, and install is not found.
2004-05-12Note PKGREVISION bump of tcl-itcl.minskim1-1/+2
2004-05-12- Rename tabset.n and watch.n to avoid conflicts with x11/blt.minskim8-46/+91
- Bl3ify. Tcl/Tk distfiles are not needed any more. Installed header files are used instead. - Enable pkgviews installation. Bump PKGREVISION due to PLIST changes.
2004-05-12Do not use install-strip target since it fails;wiz1-4/+1
instead of install, sh install is called and install is not found. The installed files are stripped automatically even after this change.
2004-05-12s/netbsd.org/NetBSD.org/igrant7-14/+14
2004-05-12MAINTAINER should only contain an email address.grant1-2/+2
2004-05-12note update of libnbcompat to 20040512 (another poll.h fix)grant1-1/+2
2004-05-12bump to 20040512 (another poll.h fix)grant1-2/+2
2004-05-12don't include poll.h or sys/poll.h, but instead, undefine HAVE_POLL_Hgrant1-8/+4
and HAVE_SYS_POLL_H if we don't have a native poll() implementation. prevents including of libnbcompat's poll.h as well as the system's poll.h where we should be ignoring the system's poll.h. fix tested by Jeff Rizzo on MacOSX 10.3.3.
2004-05-12Change date of when deprecated USE_GCC2, USE_GCC3, USE_PKGSRC_GCC,reed1-2/+2
USE_SUNPRO, USE_MIPSPRO variables would be removed. (According to jlam@.) mk/compiler.mk CVS: ----------------------------------------------------------------------
2004-05-12If ABI is set, LDFLAGS also needs the proper flag.jschauma1-1/+2
2004-05-12On some systems (for example IRIX 5.3 with the IDO compilers), none of thejschauma2-1/+15
#ifdefs after this label leads to any code, so insert a no-op, just in case. Based on emails from Georg Schwarz to wiz, also noted in http://mail.gnu.org/archive/html/bug-bash/2003-04/msg00002.html.
2004-05-12Don't create an (empty) directory in $prefix/sharebouyer4-12/+21
Remove Makefile variables which are also defined in Makefile.common
2004-05-12mention xine-lib/ui updatesdrochner1-1/+3
2004-05-12use ${LIBOSSAUDIO}, pointed out by wizdrochner3-7/+7
2004-05-12Note update of devel/cvs2svn to version 0.947 [lots of bug fixes, you'llseb1-1/+2
probably want to update]
2004-05-12Update to revision 947.seb3-31/+10
Package changes: - actually use bl3 - let py-bsddb3 package enforce the accepted python versions via its buildlink3.mk - fix test target - no need to include subversion/buildlink3.mk (it had no effect anyway because USE_BUILDLINK3 was not defined to YES) just set a run dependency on subversion-base. Changes since last packaged version: ------------------------------------------------------------------------ r947 | fitz | 2004-05-11 22:42:02 +0200 (Tue, 11 May 2004) | 7 lines Fix OBOE and start_pass check. * cvs2svn.py: (main) Set default value of end_pass to len(_passes), *not* len(_passes) - 1. Also, check bottom bounds of start_pass. ------------------------------------------------------------------------ r946 | cmpilato | 2004-05-11 21:58:37 +0200 (Tue, 11 May 2004) | 4 lines * cvs2svn.py (usage): Fix the usage message to reflect new START:END syntax for -p argument. ------------------------------------------------------------------------ r945 | cmpilato | 2004-05-11 21:50:21 +0200 (Tue, 11 May 2004) | 5 lines * cvs2svn.py (main): Fix the map(x) bug introduced by the last commit, and rework the validation logic for -p values to be a little more concise and informative. Also, use START:END instead of START-END syntax. ------------------------------------------------------------------------ r944 | cmpilato | 2004-05-11 21:36:35 +0200 (Tue, 11 May 2004) | 5 lines * cvs2svn.py (Database.__init__): Route around a pybsddb3 / BerkeleyDB 4.2 compatibility bug by manually enacting the semantic difference between the 'n' and 'c' modes. ------------------------------------------------------------------------ r943 | fitz | 2004-05-11 21:05:43 +0200 (Tue, 11 May 2004) | 12 lines Change the -p switch to accept a range of passes, or to just run a single pass. * cvs2svn.py: (convert): Remove start_pass default arg value, add end_pass arg, and perform only passes from START_PASS to END_PASS, inclusive. (usage): Update doc. (main): Add a suitable default for end_pass, processing for '-p START-END' switch, and error checking for end_pass. ------------------------------------------------------------------------ r939 | maxb | 2004-05-02 14:55:18 +0200 (Sun, 02 May 2004) | 3 lines * cvs2svn.py (MimeMapper.print_missing_mappings): Tweak to hopefully work with older Python versions. ------------------------------------------------------------------------ r933 | fitz | 2004-04-28 17:59:29 +0200 (Wed, 28 Apr 2004) | 5 lines Fix URL to Issue Tracker and a few examples that are incorrect. Based on a patch from Jon Bendtsen <jbendtsen@laerdal.dk>. * README: Corrections. ------------------------------------------------------------------------ r929 | cmpilato | 2004-04-22 18:43:23 +0200 (Thu, 22 Apr 2004) | 3 lines * dist.sh Use the cvs2svn-rXXXX.tar.gz format instead of cvs2svn-0.XXXX.tar.gz. ------------------------------------------------------------------------ r928 | cmpilato | 2004-04-22 18:40:01 +0200 (Thu, 22 Apr 2004) | 2 lines * dist.sh Use 'svn export' now instead of all that complicated mumbo jumbo. :-)
2004-05-12+ TeXmacs-1.0.3.8, ddd-3.3.8 [pkg/25546], exim-4.34, gtar-1.14,wiz1-2/+11
opera-7.50, streamtuner-0.12.2. Add Cinelerra to suggested packages.
2004-05-12note removal of amanda-dev* and amanda update to 2.4.4p2.bouyer2-3/+12
2004-05-12Unused.wiz3-99/+0
2004-05-12-make sure the NetBSD <soundcard.h> is found instead of the versiondrochner7-3/+80
which comes with xmms, and link in -lossaudio -fix the sun audio configuration dialog to avoid double unlocking of mutexes which NetBSD's libpthread gets mad about
2004-05-12Now that amanda is at 2.4.4p2, remove the outdated amanda-dev package.bouyer55-2391/+1
2004-05-12Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,bouyer41-905/+967
with some additionnal fixes by me.
2004-05-12Include the package name in this +DISPLAY. (When installing anotherreed1-3/+3
package, I saw this message about "To make use of the MIDI capabilities" but didn't know what package it was for.) And also remove "pkgsrc/" from the package names (since could be done with binary packages too).
2004-05-12Make this package build with thread-enabled Tcl, and simplify patchesminskim4-23/+18
by using -ltcl and -ltk instead of version-dependent tcl library name such as -ltcl83 and -ltk83.
2004-05-12update to xine-ui-0.99.1drochner6-142/+78
changes: This release is a major update on xine-ui. It comes with a big cleanup of the user interface, including an improved context menu, and lots of details of the included "xitk" toolkit. Additionally, this release fixes some security issues (referenced in XSA-2004-2). Therefore, we recommend you to upgrade as soon as possible, especially if you are using xine to play URLs/MRLs you obtained from also fix some pthread_mutex abuse, and use GNU readline for xine-remote
2004-05-12update to xine-lib-1-rc4drochner8-58/+27
changes: This release improves playback of some streams, reduces flickering of OSD and brings a whole bunch of updated libraries. It does also fix a vulnerability in xine's RTSP streaming code. See XSA-2004-3 for more information! XXX powerpc asm stuff needs to be checked XXX didn't test the "arts" stuff
2004-05-12Add missing patches and disable PKGVIEW installation for now until therecht5-5/+88
issues with modules are sorted out.
2004-05-12repair some damages:drochner6-8/+96
-properly libtoolize some libraries to get dynamically loadable modules, use a hack from SDL to make libtool work with nasm (thanks wiz for the hint) -run aclocal and autoconf, otherwise the autoconf version skew scews things up XXX we shouldn't use autoconf et al for the build but commit patches to configure and Makefile.in -make sure we don't get trapped by the X11R6 freetype2 nonsense
2004-05-12Note update of python23 to 2.3.3nb3 and python23-pth to 2.3.3nb4.recht1-1/+3
2004-05-12- Merge bugfixes from python 2.3 maintenance branch:recht7-7/+94
o weakref object's garbage collection problem. o save unnecessary startup-time memory allocation of 100KB+ from intobject. via FreeBSD ports - Enable pkgviews installation. Bump PKGREVISION for the bugfixes.
2004-05-12tkinfo was updated.minskim1-2/+1
2004-05-12Update tkinfo to 2.8. Patch provided by guru at nscl dot msu dot eduminskim4-19/+18
in PR pkg/25528. While here, switch to Tk 8.4. Changes since 2.5: Version 2.8 (22-March-2004): Removed a subtle bug found by Haakon Riiser; now works correctly with identically named info files in different directories. Version 2.7 (21-March-2004): Will now also accept a menu item of the dir file on the command line (closes Debian bug #149387). Included /usr/share/info in default directory list (for Debian). Some documentation updates. Now includes TkInfo.xpm from Debian (under GPL). Options are now read from system-wide app-defaults file as advertised. Version 2.6 (25-June-2003): Minor fixes needed for Tcl/Tk 8.4. This still works with older versions of Tcl/Tk.
2004-05-12Mention how SETGIDGAME and the other GAME vars are set per default.jschauma11-13/+125
Add commented-out definitions for all OPSYS - please adjust.
2004-05-12No USE_BUILDLINK2 package sets USE_FORTRAN any longer -- convert supportwiz2-40/+3
to bl3 and remove f2c's buildlink2.mk file.
2004-05-12Avoid detection of jdk, which causes a build failure (missing bl3 files) ifjmmv1-1/+13
found. While here, add some PRINT_PLIST_AWK tricks so that print-PLIST DTRT.
2004-05-12This needs libpixman >= 0.1.1.jmmv1-1/+2
2004-05-12Unused.wiz1-30/+0
2004-05-12Give package a reasonable PKGNAME, and reorder lineswiz1-5/+5
for pkglint. CATEGORIES:s/local/sysutils/. Addresses PR 25542.
2004-05-12Explicitly disable upx.minskim1-1/+2
2004-05-12No longer used.snj1-29/+0
2004-05-12Convert to buildlink3.snj1-10/+11
2004-05-12Convert to buildlink3.snj1-5/+5