Commit graph

62245 commits

Author SHA1 Message Date
minskim
b1c38e1a8f This package uses libstroke. Add dependence on it explicitly.
OK'ed by dmcmahill@, the maintainer.

Bump PKGREVISION due to the dependency change and libstroke major
version bump.
2004-06-03 16:27:15 +00:00
minskim
3b814f1a59 Update libstroke to 0.5.1 and switch to Tcl 8.4. This closes PR pkg/25574.
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-03 16:21:14 +00:00
uebayasi
e819a024ef Update to exctags to 5.5.4.
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-03 15:20:59 +00:00
uebayasi
e85ff6b53d Create missing directories for pkgviews. 2004-06-03 12:37:40 +00:00
adam
7ecc2144bc Updated joe to 3.1 2004-06-03 12:20:01 +00:00
cube
5a3e90fae3 Correct CONFLICTS line to match actual versions of ghostscript. Reported
by Peter Bex.
2004-06-03 11:53:05 +00:00
shannonjr
def6b1b3d3 Added entry for new package gdbada 2004-06-03 11:20:25 +00:00
shannonjr
26e641c2d8 Added entry for gdbada, a debugger for the Ada 95 language. 2004-06-03 11:18:20 +00:00
shannonjr
c1c618df96 gdbada-5.3 GNAT GDB : An Ada 95 Debugger
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-03 11:16:42 +00:00
abs
9b43211d26 Import jdbc-postgresql74, JDBC driver for postgresql 7.4.x
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-03 10:24:53 +00:00
abs
dec4fe7072 Add jdbc-postgresql74 2004-06-03 10:23:38 +00:00
abs
d521f9a4ba Import jdbc-postgresql74, JDBC driver for postgresql 7.4.x
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-03 10:23:19 +00:00
shannonjr
bf92b555f8 Added entry for florist, a POSIX.5 (Ada binding) implementation 2004-06-03 10:15:34 +00:00
abs
d17a9782c3 Fix small typo in comment 2004-06-03 10:14:13 +00:00
shannonjr
6f6917ed8b Added entry for new package florist, the FSU implementation of POSIX.5
(Ada binding). This package conflicts with no other packages.
2004-06-03 10:09:52 +00:00
shannonjr
9b4bc40e9c florist-3.15p FSU implementation of POSIX.5 (Ada binding)
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-03 10:07:27 +00:00
shannonjr
9e013dd127 Corrected entry for gccAda-3.4 2004-06-03 09:25:38 +00:00
adam
baddb85f50 Changes 3.1:
* 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-03 08:52:23 +00:00
heinz
69353161bb Add TEST_TARGET 2004-06-02 23:20:55 +00:00
recht
437babc017 Note update of aterm to 0.4.2nb5 and ngrep to 1.42nb1. 2004-06-02 22:21:36 +00:00
recht
eb333f91f1 Fix typo: it's == and not = 2004-06-02 22:19:20 +00:00
recht
c14ae4c40d Add --disable-pcap-restart to CONFIGURE_ARGS in case of FreeBSD to
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-02 22:06:01 +00:00
recht
98aa94cb7d Work around the missing rpath flag in libxml2's xml2-config and make
the pkg build.
Addresses PR 25775 by Cesar Catrian C.
2004-06-02 21:50:31 +00:00
jschauma
78f1dc8bf9 This package already depends on ncurses, so let's just use the ncurses
library instead of termcap, which allows compilation under Linux (or other
OS that don't have libtermcap in the base system).
2004-06-02 21:08:33 +00:00
jschauma
cca49ac782 Make this build on Linux. 2004-06-02 20:28:59 +00:00
reed
83372cfaa6 To packages@ list, maintainer, Michael Graff, said he
should give up onwership of this package. So change
to tech-pkg for now.
2004-06-02 20:22:54 +00:00
recht
47eec7bf55 Add missing patch-af. Noted by Joachim Kuebart. 2004-06-02 20:07:59 +00:00
bouyer
5c438c31f8 Ok, I know why the distinfo entry was wrong.
Remove $Id: $ from the patch, and regen distinfo.
2004-06-02 20:02:18 +00:00
bouyer
d4a10a7ada Hum, not sure why but the patch-ab entry was wrong. Regen. 2004-06-02 20:01:07 +00:00
bouyer
626979d3da Note update of squirrelmail to 1.4.3nb1; and also note the update to 1.4.3 2
days ago.
2004-06-02 18:53:26 +00:00
bouyer
f6c3e05160 Add patch from squirrelmail repository:
"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-02 18:50:26 +00:00
jklos
a8ee79befc When default optimisation is left at -O2, memory usage gets as high as 320 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-02 18:45:00 +00:00
reed
e95bc533e3 Add a real DESCRiption instead of pointing to file in source. 2004-06-02 17:11:21 +00:00
minskim
68a0887a58 Make this package build with thread-enabled Tcl. 2004-06-02 16:45:58 +00:00
minskim
4115f91ae0 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-06-02 15:43:09 +00:00
minskim
15ea658235 Move a common line to Makefile.common. 2004-06-02 15:38:00 +00:00
adam
14512d513b Updated Gorm to 0.7.6 2004-06-02 15:14:07 +00:00
adam
9cc330c857 Changes 0.7.6:
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-02 15:12:07 +00:00
taya
df2ca913d7 note update of firefox & firefox-gtk2 2004-06-02 15:12:06 +00:00
taya
5fcda0fd46 - copy amd64 support patch from www/mozilla
- correct ARM architecture handling
- add g++-3.0 support for xpcom module on alpha
- bump PKGREVISION
2004-06-02 15:10:03 +00:00
minskim
cf27118e1e Note update of pkg_install to 20040601. 2004-06-02 15:09:56 +00:00
taya
59be239035 - copy amd64 support patch from www/mozilla
- correct ARM architecture handling
- add g++-3.0 support for xpcom module on alpha
- bump PKGREVISION
2004-06-02 15:09:01 +00:00
taya
0245c8cc7e regxpcom creates same user config directory ".mozilla"
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
2004-06-02 14:32:22 +00:00
minoura
844526decd Regen. 2004-06-02 13:57:33 +00:00
minoura
7222cd1771 Fix broken info/dir entries. 2004-06-02 13:56:56 +00:00
minoura
fc499292e0 NetBSD-2.0 get*by*_r functions are for internal use. 2004-06-02 13:55:59 +00:00
recht
ad928000a3 Fix a problem that pasting a selection from an aterm running on a 64bit
platform into an application running on a 32bit platform doesn't always work.

Patch by Joachim Kuebart in PR 25750 .

Bump PKGREVISION to 5.
2004-06-02 12:48:17 +00:00
recht
eb37209ba5 Note python23{,-pth} update to 2.3.4. 2004-06-02 12:32:31 +00:00
recht
3878bc7011 catch up with the Python 2.3.4 update 2004-06-02 12:30:55 +00:00
recht
bb50a9cc2d Update to 2.3.4
This is a bug-fix release for Python 2.3 that fixes a number of bugs,
including a couple of weakref bugs and a bug in pickle version 2. There
are also a number of fixes to the standard library, and some build
fixes - see the release notes ( http://www.python.org/2.3.4/NEWS.html )
for details.
2004-06-02 12:29:28 +00:00