summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-03Implemented request of "Jeremy C. Reed" <reed@reedmedia.net> revisingshannonjr2-21/+18
installation directory for libs and includes to be: ${PREFIX}/lib/gdb6 and ${PREFIX}/include/gdb6.
2004-06-03Note update of gaim to 0.78nb1.minskim1-1/+2
2004-06-03Add a workaround for a GTK+ bug (GNOME bugzilla #62948). Patchminskim3-2/+22
borrowed from Gentoo Portage. OK'ed by jmmv@. Bump PKGREVISION.
2004-06-03Revised Makefile so that the GNU libraries: libbfd.a, libbfd.la, libiberty.ashannonjr2-13/+21
libmmalloc.a, libopcodes.a, and libopcodes.la along with associated header files are installed relative to ${PREFIX}/gdb6 rather than ${PREFIX} to avoid conflicts with other packages. PLIST adjusted accordingly.
2004-06-03Allow installation of localized versions via the variable PKG_LANG.mrauch33-705/+5002
2004-06-03This package doesn't compile anything. Use DEPENDS instead ofminskim1-3/+6
buildlinking. Also define NO_CONFIGURE and enable pkgviews installation.
2004-06-03Remove dependency on libstroke, which is not used by this package.minskim2-4/+3
OK'ed by dmcmahill@, the maintainer. Bump PKGREVISION due to the dependency change.
2004-06-03This package uses libstroke. Add dependence on it explicitly.minskim1-1/+3
OK'ed by dmcmahill@, the maintainer. Bump PKGREVISION due to the dependency change and libstroke major version bump.
2004-06-03Update libstroke to 0.5.1 and switch to Tcl 8.4. This closes PR pkg/25574.minskim6-32/+19
Changes since 0.3: The big NEWS is that LibStroke now can draw the strokes! Yeeepeeee! But it does not do so by default, you need to pass --with-mouse-footprints to ./configure. After compiling everything try tests/stroke_test to see how this works. There's even more: libgstroke, a stroke implementation for GNOME has been contributed by Dan Nicolaescu. It is fully functional (it also supports mouse footprints by default!) and has a very easy to use API. Try tests/gnome_stroke_test to see how it works (source code in tests/gnome_stroke_test.c). We are proposing a set of strokes to be standard strokes. A pretty picture with them their string representation can be found in doc/standard_strokes.jpg A text listing is in doc/standard_strokes.txt (we will find some better names than the current ones). We'll also add some "sloppy strokes" for the standard strokes. We created autoconf macros for libstroke and libgstroke, they are in the macros subdir. Java port included and some misc bug fixes with the install process.
2004-06-03Update to exctags to 5.5.4.uebayasi5-419/+36
Changes since 5.5.0: * Added support for Perl labels. * Added support for Perl "use constant" [Perl, Patch #853704, Feature Request #710017]. * Added support for package qualification of tags, removing useless "package" tag kind [Perl, Feature Request #448887]. * Added support for "and" keyword [SML, Bug #816636]. * Added support for variables [PHP]. * Added tags for local variables for C-based languages [C/C++/C#/Java/Vera, Feature Request #449503]. * Added support for tags for labels [PL/SQL]. * Added support for tags for constant definitions [PHP]. And many bug fixes.
2004-06-03Create missing directories for pkgviews.uebayasi1-1/+3
2004-06-03Updated joe to 3.1adam2-4/+3
2004-06-03Correct CONFLICTS line to match actual versions of ghostscript. Reportedcube1-2/+3
by Peter Bex.
2004-06-03Added entry for new package gdbadashannonjr1-1/+2
2004-06-03Added entry for gdbada, a debugger for the Ada 95 language.shannonjr1-1/+2
2004-06-03gdbada-5.3 GNAT GDB : An Ada 95 Debuggershannonjr12-0/+1162
This is a version of GNU GDB 5.3 modified by Ada Core Technologies to support the Ada language. They consider this debugger developmental and distribute it via CVS. It remains the only solution to debugging Ada code at the source code level if gcc was used as a compiler. This package is based on a snapshot from ACT's CVS tree (which changes very slowly). This package conflicts with no other package.
2004-06-03Import jdbc-postgresql74, JDBC driver for postgresql 7.4.xabs1-1/+3
Has local patch to (incompletely) work around an issue with the jdbc driver erroneously leaving ';' on the end of tablenames resulting in it generating SQL statments of the form "SELECT * FROM tablename; WHERE ..."
2004-06-03Add jdbc-postgresql74abs1-1/+2
2004-06-03Import jdbc-postgresql74, JDBC driver for postgresql 7.4.xabs6-0/+95
Has local patch to (incompletely) work around an issue with the jdbc driver erroneously leaving ';' on the end of tablenames resulting in it generating SQL statments of the form "SELECT * FROM tablename; WHERE ..."
2004-06-03Added entry for florist, a POSIX.5 (Ada binding) implementationshannonjr1-1/+2
2004-06-03Fix small typo in commentabs1-2/+2
2004-06-03Added entry for new package florist, the FSU implementation of POSIX.5shannonjr1-1/+2
(Ada binding). This package conflicts with no other packages.
2004-06-03florist-3.15p FSU implementation of POSIX.5 (Ada binding)shannonjr21-0/+590
Florist is the FSU open-source implementaton of IEEE Standard 1003.5b-1996, the POSIX Ada binding, including real-time extensions. This software provides access to the UNIX operating system services for application programs written in the Ada programming language.
2004-06-03Corrected entry for gccAda-3.4shannonjr1-2/+2
2004-06-03Changes 3.1:adam12-387/+46
* Regex and incremental search (jmacs ^S) now work for UTF-8 * More and improved syntax highlighting files, including Mason * Use ^T E to set character set of file (hit <tab> <tab> at the prompt for a list of available character sets). * Can install custom "i18n" style byte oriented character set definition files. * No longer depends on iconv() (easier to compile) * Fix bug where right arrow was not doing right thing on last line * Fix UTF-8 codes between 0x10000 - 0x1FFFF * Now prints <XXXX> for unicode control characters * Improved smart home, indent, etc. * TAB completion is now more "bash"-like * When multiple files are given on command line, they end up in same order on the screen in JOE (before they were shuffled). * Menu size is now variable (40% of window size or smaller if it's not filled). * Added -icase option for case insensitive search by default. * Added -wrap option, which makes searches wrap * Added status line sequence %x: shows current context (function name if you're editing C). * Added tab completion at search prompts and ESC-Enter for tab completion within text windows. * Warn if file changed on save. * Added Ctrl-space block selection method * Added Ctrl-arrow key block selection method * ^K E asks if you want to load original version of the file * jmacs bugs fixes: upperase word, transpose words, ^X ^C is more emacs-like., ^X k and ^X ^V more like emacs. * Much improved compile system ^[ c * Much improved jpico * aspell support.
2004-06-02Add TEST_TARGETheinz1-1/+3
2004-06-02Note update of aterm to 0.4.2nb5 and ngrep to 1.42nb1.recht1-1/+3
2004-06-02Fix typo: it's == and not =recht1-2/+2
2004-06-02Add --disable-pcap-restart to CONFIGURE_ARGS in case of FreeBSD torecht1-1/+6
avoid crashes because of the old pcap library. Patch provided by pancake at phreaker dot net in PR 25792. Bump PKGREVISION to 1.
2004-06-02Work around the missing rpath flag in libxml2's xml2-config and makerecht3-2/+21
the pkg build. Addresses PR 25775 by Cesar Catrian C.
2004-06-02This package already depends on ncurses, so let's just use the ncursesjschauma2-16/+16
library instead of termcap, which allows compilation under Linux (or other OS that don't have libtermcap in the base system).
2004-06-02Make this build on Linux.jschauma4-15/+29
2004-06-02To packages@ list, maintainer, Michael Graff, said hereed1-2/+2
should give up onwership of this package. So change to tech-pkg for now.
2004-06-02Add missing patch-af. Noted by Joachim Kuebart.recht1-0/+43
2004-06-02Ok, I know why the distinfo entry was wrong.bouyer2-11/+2
Remove $Id: $ from the patch, and regen distinfo.
2004-06-02Hum, not sure why but the patch-ab entry was wrong. Regen.bouyer1-2/+2
2004-06-02Note update of squirrelmail to 1.4.3nb1; and also note the update to 1.4.3 2bouyer1-1/+3
days ago.
2004-06-02Add patch from squirrelmail repository:bouyer3-2/+27
"Fix typo in compose.php reply/reply to all quoting (#963499)." Without this, reply/reply all won't work when quoting a message. Bump PKGREVISION.
2004-06-02When default optimisation is left at -O2, memory usage gets as high as 320 ↵jklos1-1/+2
megs on NetBSD PowerPC and as high as 220 megs on NetBSD i386. Setting optimisation to -O allows Pine to be built on NetBSD m68k and VAX architectures as well as machines which don't have much memory.
2004-06-02Add a real DESCRiption instead of pointing to file in source.reed1-1/+6
2004-06-02Make this package build with thread-enabled Tcl.minskim3-2/+22
2004-06-02Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim4-4/+14
tech-pkg@.
2004-06-02Move a common line to Makefile.common.minskim3-6/+4
2004-06-02Updated Gorm to 0.7.6adam1-1/+2
2004-06-02Changes 0.7.6:adam3-6/+15
This release is mainly a bugfix release for 0.7.5. * Improved .gmodel support * Corrections to previous repair feature. * Important bugfixes for Menu editing. * Important bugfixes for class inspector.
2004-06-02note update of firefox & firefox-gtk2taya1-1/+3
2004-06-02- copy amd64 support patch from www/mozillataya1-2/+2
- correct ARM architecture handling - add g++-3.0 support for xpcom module on alpha - bump PKGREVISION
2004-06-02Note update of pkg_install to 20040601.minskim1-1/+2
2004-06-02- copy amd64 support patch from www/mozillataya10-30/+592
- correct ARM architecture handling - add g++-3.0 support for xpcom module on alpha - bump PKGREVISION
2004-06-02regxpcom creates same user config directory ".mozilla"taya4-13/+6
even if it's main app creates another user config directory. e.g. firefox creates .phoenix, thunderbird creates .thunderbird so no need to define user config directory for each package based on mozilla. simply remove ${WRKDIR}/.mozilla is enough