Commit graph

19545 commits

Author SHA1 Message Date
taca
cd75f52637 - Unofficial patch from official site has been updated. It happened just
after 2 hour since I commit previous patch.  :-(
- Bump version to 2.2.6nb2.
2001-04-26 01:46:32 +00:00
taca
656b4cb03d Bump version to 2.2.6nb1 reflecting chasen-base update. 2001-04-25 23:41:13 +00:00
taca
638d11a769 - Apply unofficial patch for fixing tokenization rule problem.
- Bump version to 2.2.6nb1.
2001-04-25 23:39:57 +00:00
jtb
a1417e24b9 Respect CFLAGS. This seems to work okay with default optimization. 2001-04-25 23:35:30 +00:00
jtb
790df1c634 Update of ftnchek to 3.0.4.
Changes made from 3.0.3 to 3.0.4:

    1. Fixed bug: ELSE statement with an if-construct name gave
       parse error.  This bug was introduced in version 3.0.0.
2001-04-25 23:24:45 +00:00
simonb
4ae77cd673 Update to version 20010420. Adds a few more ad patterns, nothing major. 2001-04-25 22:28:52 +00:00
tron
1c69902cec Add missing file size. 2001-04-25 21:24:28 +00:00
tron
2bb6b73e9c Add and enable "suse_vmware" package. 2001-04-25 21:23:10 +00:00
tron
426d7baf55 Import new "suse_vmware" package:
Linux compatibility package to support running VMware
2001-04-25 21:21:47 +00:00
wiz
e27ac0cabf Add PalmOS SDK licenses. 2001-04-25 17:52:45 +00:00
wiz
b05d025038 Add two prc-tools related VARIABLEs. 2001-04-25 17:45:57 +00:00
wiz
4791b64e6a Add and enable prc-tools and friends. 2001-04-25 17:44:36 +00:00
wiz
9660ab3557 PRC-Tools is a complete compiler tool chain for building Palm OS
applications in C or C++.  It is free software.  The PRC-Tools
package includes patched versions of the GNU packages GCC, binutils,
and gdb, along with various post-linker tools to produce Palm OS .PRC
files.

Supplied by Dieter Baron.
2001-04-25 17:39:16 +00:00
dmcmahill
f9f0edb39f add and enable tmake 2001-04-25 14:58:05 +00:00
dmcmahill
1f1744e997 initial import of tmake-1.7
from pkg/DESCR:
tmake is an easy-to-use tool from Trolltech to create and maintain
makefiles for software projects.  It can be a painful task to manage
makefiles manually, especially if you develop for more than one platform
or use more than one compiler.  tmake automates and streamlines this
process and lets you spend your valuable time on writing code, not
makefiles.

Our main motivation for developing tmake was that we spent far too much
time maintaining makefiles for Qt,
our cross-platform GUI toolkit. Qt supports around 15 flavors of Unix,
Microsoft Windows, and around 15 different C++ compilers.  We looked at
GNU autoconf, but it was Unix-specific and not flexible enough in our
opinion. Our makefile system also had to deal with Qt meta object compiler
(moc) issues. The moc program extracts meta information from C++ files and
generates a C++ file with data tables etc.  It takes extra work to add
makefile rules for the moc and wanted to automate this task.
2001-04-25 14:55:59 +00:00
skrll
758cdb7951 Replace cc with ${CC} in libtool example. 2001-04-25 07:27:44 +00:00
jtb
ed13d53eb4 Update to tela-1.32.
BUG FIXES

- t-functions using ellipsis argument (...) crashed Tela (this was due to the
  "deep" copy object array feature introduced in previous version 1.31, cure
  was to introduce another internal type KShallowObjectArray which is now used
  in Tprg::execute() in prg.C)
- memory leak in object arrays (object.C:Tobject::setsize, deep clear was missing)
  (also this bug existed only in version 1.31, not before, because object array
  semantics was changed from shallow copy to deep copy in 1.31).

USER-VISIBLE CHANGES

- new diag() function contributed by Ch.Spiel which allows a second input argument
  specifying the super- or sub-diagonal (the default zero meaning the main diagonal),
  this function is compatible with Matlab's and also compatible with the old diag()
  function (std.ct)
- added global symbol NaN if compiler supports NaN's (ieee754.h header is present and working) (tela.C)
2001-04-24 23:43:02 +00:00
dmcmahill
06a12e13b1 add and enable mpac 2001-04-24 23:00:54 +00:00
dmcmahill
f9f817c82e Initial import of mpac-0.2.2
Microstrip Patch Antenna Calculator.  MPAC analyzes various parameters
including impedance and resonant frequency for a rectangular microstrip
patch antenna.
2001-04-24 23:00:26 +00:00
jtb
513803dbf8 Add and enable p5-libapreq. 2001-04-24 20:44:49 +00:00
jtb
0f94e961a4 Initial import of p5-libapreq.
This package contains modules for manipulating client request data via
the Apache API with Perl and C.  Functionality includes:

 - parsing of application/x-www-form-urlencoded data
 - parsing of multipart/form-data
 - parsing of HTTP Cookies

Package provided by Nathan Ahlstrom <nrahlstr@games.winternet.com> in
PR #12644.
2001-04-24 20:41:09 +00:00
zuntum
070a45fd88 Update ncftp3 to version 3.0.3:
Sorry for dirty-looking list of changes but fmt didn't help much and I don't want to spend whole day
reworking it..

o Preference options can now be "file" completed on the command line with the set/show/prefs commands.
o NcFTP directory changes are now always one subdirectory at a time, for better portability on remote servers with non-UNIX filesystems.
o NcFTP tries to maintain the current directory itself, like /bin/ksh and Bash do, which means that symlinks remain part of the current working directory when possible. For example, on ftp.freesoftware.com if your current directory is /pub and you "cd linux", NcFTP will use /pub/linux as the current directory, even though the canonical directory on the server is /.0/linux. This is also useful for things like Linux's Kernel.org mirrors, so if you bgget a kernel.tar.gz file the "virtual" current directory is used rather than a specific-machine's layout.
o Mac OS X support added. No Mac or Aqua specific features yet.
o NcFTP now has an option to automatically use ASCII mode for transfers if the file's extension corresponds to a textual data file type.
o Using homegrown gl_getpass in place of getpass() and getpassphrase for all platforms, not just Windows..
o Incorporating a few getline suggestions from Ken Cox.
o Configuration tweaks for Cygwin port.
o Removed some arbitrary buffer size limits.
o Lint fixes.
o Curses configuration fixes for HP-UX.
o Shell utilities now have a "-bb" flag which is just like "-b" only the job is submitted only (and no ncftpbatch is spawned).
o More problems fixed with interaction with Windows FTP servers.
o Better compatibility with non-standard extensions to the FTP which allow for TCP Large Windows (specifically, SITE BUFSIZE).
o Win32 port had a bug which leaked file handles.
o Miscellaneous Win32 port fixes.
o Changed default anonymous password to NcFTP@, since no one really cares any more about using a real e-mail address.
o Bug fixed where some types of servers' features might not be queried.
o Fixed some inconsistencies with the -a and -A flags among NcFTP and the shell utilities. "-a" is now ASCII mode across the board, and "-A" is the flag to use for append mode (which not many people use anyway).
o Bug fixed where the flag for delete after upload (-DD) was being ignored.
o You can now do "set yes-i-know-about-NcFTPd yes" from a NcFTP prompt to get it to quit plugging NcFTPd every 7th time you run the program.
o Like the system-wide /etc/ncftp.firewall and /etc/ncftp.firewall.fixed files for global preferences, there is now the equivalent for regular preference files (/etc/ncftp.prefs_v3 and /etc/ncftp.prefs_v3.fixed).
o The ncftpbatch spool files now support some additional options for sending additional FTP commands. The options are called "pre-command", "post-command", and "per-file-command". This is useful if you need to send some odd SITE command before transfer, for example.
o Similarly, ncftpget and ncftpput have new -W/-X/-Y switches so you can send pre/each/post commands. (i.e. "-W SITE MY_WEIRD_IBM_MAINFRAME_OPTION").
o Bug fixed where NcFTP was not taking advantage of re-using a currently open host when exiting and launching ncftpbatch. If you bgget a file from within NcFTP, then exit while the host is still connected, ncftpbatch is supposed to inherit that existing context without having to reopen the host.
o When using a URL with ncftpget, you can do "-a" to have it use ASCII. Prior versions forced to you use the little-known URL syntax to specify ASCII mode (btw, example of that is "ftp://ftp.foo.com/pub/README.TXT;a")
o Bug fixed where our handling of the TCP_NODELAY option was not getting enabled.
o A few tweaks for C++ compatibility.
2001-04-24 20:39:37 +00:00
rh
6f8d990696 Update libsigc++ to 1.0.3. Changes include minor bugfixes only. 2001-04-24 19:36:23 +00:00
jun
c32db34047 Update:
1.95b121 (2001/04/24) mew-dist release

* Merging wvHtml for WORD files.
* Making execute-external safer.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A bug fix for mew-win32.el.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>

1.95b120 (2001/04/24) mew-dist release

* C-cC-e is now executable on a message.
* A bug fix for ".".
         Tatsuya Kinoshita <tatsuyak@pop21.odn.ne.jp>
* A bug fix for "h" in Message mode.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* A patch for text/html2.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Supporting ks_c_5601-1987.
* C-uC-cC-y asks you arguments of the specified commands.
* New API for mime-content-type.
* mew-{front,rear}-{,non}sticky handle only text.
* Defining mew-mime-external-body-list.
* Singlepart body with unknown CTE: is now treated as a multipart.
* The number of buffer local variables is now as small as possible.
* ":" displays the syntax of a body.
* Defining mew-ct-*p.
* Defining mew-insert-manual.
* mew-summary-execute-command can take args.
        Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* mew-summary-set-config can be used in thread.
        SUGIMORI <taro@fc.jpn.org>
* Singleparts in Multipart/Alternative are marked with "*".
* Defining mew-find-longest-match().
* Separating warning and info.
2001-04-24 19:19:24 +00:00
rh
506f430f06 Update gtop to 1.0.13. Changes include:
* Released GTop 1.0.13 "Endstation Gerolzhofen".
  - patch from Vlad Harchev to avoid a style/theme
    related crash.

* Released GTop 1.0.12 "Gerolzhofen".
  - small fix for systems where frequency != 100.
  - a lot of translation updates.

* Released GTop 1.0.11 "Berlin".
  - this should finally fix the crash on startup
    problem.

* Released GTop 1.0.10 "November Rain".
  - this should fix a lot of crash on startup
    and other bugs.

  NOTE:
    If you're upgrading from a very old version of
    GTop and get a crash, please try removing your
    ~/.gnome/gtop before you file a bug report.
2001-04-24 18:33:29 +00:00
rh
6982e40156 Update gnome-core to 1.4.0.2. Changes are italian catalog updates and
minor bugfixes only.
2001-04-24 18:07:14 +00:00
rh
bf18fa9cba Update gtk-- to 1.2.5. Changes include:
Release: Gtk-- 1.2.5
  * Fixes for code generator.
  * Fixes for RedHat 7.0 configure bug.
  * Numerous patches to clean up code and improve appearance.
  * Added SpinButton::update() (Augustin Ferrin Pozuelo)
  * Menushell namespace fixes (jaycox)
  * Fixes for gtk--.m4 (srittau)
  * Major CTree fixes
  * CTree::selection() fixed. (Murray Cumming)
  * Added CTree::{Row,Column}::moveto()
  * Fix for CTree::RowList::end() (Daniel Elstner)
  * Documentation fixes (Falk Hueffner)
  * TreeItem patch (Joe Yandle)

Release: Gtk-- 1.2.4
  * Fixes for code generator
  * Rotated Bin::add_pixlabel.
  * gcc 2.96 fixes.
  * Distribution fixes.
  * Tutorial updates.
  * Dialog demos.
  * Dialog demo from Paul Serice.
  * Warning clean up.
  * Fix for accelerator labels from Toralf Lund.

Release: Gtk-- 1.2.3
  * Fixes for container
  * Bugs in code generator
  * Minor internal fixes.
  * Major changes for libstdc++-v3 from Felix Natter
  * Patches to try to improve gcc 2.96 compilation (still problem with yacc)
  * Menu improvements to support dynamic menu items.
  * CTree iterator fixes.

Release: Gtk-- 1.2.2
  * CTree updates from Juergen Mangler, a9506264@unet.univie.ac.at
  * Tearoff menu support (Juergen).
  * New examples for ctree and menu (Juergen).
  * Changed internals to get around serious gcc bug.  Earlier versions
    should be discarded.  Use of old version with multiple inheritence
    will cause segfaults!
2001-04-24 17:27:57 +00:00
jlam
c8a1f86f28 Update psmisc to 20.1. Changes from version 19:
- command line -<num> put back in.
 - got rid of annoying "sending signal #" debug message
 - updated killall.1
 - updated killall usage
 - verbose now tells you what signal it is killing with.
 - New maintainer
 - Uses automake/autoconf to determine things
 - License changed to GPL
 - signames.h generated better (suggested by Grant Erickson)
 - uses getopt() for better command line stuff
 - makes less assumptions about process name, closes Debian Bug #53337
 - Doesn't use losetup for loop devices in fuser.
 - Better selection of process name (thanks to David desJardins)
2001-04-24 16:59:34 +00:00
abs
416b0f4c7f in the USE_JAVA and jdk case, add
BUILD_DEPENDS+=                {sun-jdk,jdk}-*:../../lang/jdk
This allows the run DEPENDS to use sun-jre
2001-04-24 15:30:27 +00:00
wulf
87a77e250a Added and enabled gpasm-0.9.4 2001-04-24 14:36:31 +00:00
rh
dfb57a2ef6 Add and enable pan 2001-04-24 14:14:41 +00:00
rh
697299165f Initial import of pan-0.9.6, an advanced, threaded Gnome newsreader. 2001-04-24 14:14:09 +00:00
kim
30761500e5 Disable "-w" for perl, as this causes lots and lots of warnings about
uninitialized variables.  Since the script works, this will prevent
the web error log from filling up...
2001-04-24 13:25:29 +00:00
wulf
eb62628074 Initial import of gpasm-0.94 assembler for Microchip's PIC processors 2001-04-24 13:22:36 +00:00
skrll
866d15c302 This was supposed to be added in the last commit. 2001-04-24 12:41:01 +00:00
skrll
e877c6b3dd Use LTCONFIG_OVERRIDE instead of post-configure stuff.
Don't look for moddi3 in libgcc - its not there. The configure script
still found it there though.

Add a test target.

Remove the preempt test as the test target will get stuck.

Some tests fail.
2001-04-24 12:40:07 +00:00
wulf
b18da30513 Modified popt.h to support linking of libpopt with C++ applications 2001-04-24 12:30:18 +00:00
wulf
671bb5d76f Modified popt.h to support linking of libpopt with C++ applications 2001-04-24 12:29:03 +00:00
agc
15e9ce8614 Update to version 1.7 of audit-packages.
Incorporates the following changes from Anne Bennett
(anne@alcor.concordia.ca) in PR 12538:

(1) Running download-vulnerability-list as it stands from cron will
    spam the sysadmin with ftp output.  Easy to fix: redirect output
    to /dev/null as per the example in pkg/MESSAGE.  Problem: now
    we lose some error messages as well.  Patch: make sure error
    complaints in that script are spouted to STDERR, not STDOUT.
(3) Minor readability issue: set the source location for the
    vulnerability list in a variable at the top of the script.
(4) PR 12457 reported that audit-packages complained spuriously
    when the vulnerability list had not been updated in over a
    week, and suggested touching it as a solution.  This loses
    the information of when the file was really last updated.
    I'd prefer to always "mv" the new file into place, and use
    mtime instead of ctime in the file freshness test.

I did this part of the PR differently, as I was worried about
incomplete vulnerability lists being downloaded, and overwriting an
existing vulnerability list:

(2) ftp failure in download-vulnerability-list is not being detected
    properly by the current "${FETCH_CMD} .. || (complain; exit 1)"
    test.  Patch: test for a non-zero vulnerability file instead.
    Don't forget to remove any zero-length droppings, if any.

We know that the vulnerability list size will increase, and not
decrease, so test the size of the newly-downloaded file.  If the new
file is smaller than the existing file, then a bad transfer has taken
place - log this fact, and remove the new list.
2001-04-24 09:32:13 +00:00
abs
efe100f83c Update checkbot to 1.64
Changes in this version include:
 - Fix printing of starting URLs in email
 - Removed duplicate header in report
 - Try more environment variables to set temporary directory
 - Avoid using printf on pipes, and fix silly typo.

Also add --match-url-base
2001-04-24 09:00:26 +00:00
itojun
a5a021b36d upgrade IPv6 patch (not really IPv6 problem, but a problem in patch to
fix bug in original that is tickled by IPv6).  avoid SEGV on reload.
2001-04-24 00:52:13 +00:00
taca
5f394c3a8d Update checksum of the distfile. Since only broken PDF files
was updated, there should be no change in this package.
2001-04-24 00:00:28 +00:00
kim
53cca51a51 Fix bug in CVS log form. 2001-04-23 21:20:32 +00:00
wiz
510c5f6a22 Improve message if distinfo parts don't get modified. Closes pkg/12718. 2001-04-23 20:53:50 +00:00
tron
5b2bcad773 Update "nxtvepg" package to version 0.5.0. Changes since version 0.4.5:
- The main window is now vertically resizable. The proportions of
  the program listbox and the info text can be adjusted with a
  "panning" button (slider).
- Added a button called "Tune TV" in the main window to
  remote-control xawtv (UNIX only).
- Added network name configuration dialog to synchronize names with
  the .xawtv configuration file and to allow consistant
  network naming across all providers.
- Allow using channel assignments in .xawtv to speed up the EPG
  scan (UNIX only).
- Added "Update filter shortcut" dialog to the filter menu to
  simplify changing existing shortcuts.
- Made handling of filter shortcut dialog fool-proof.
- Added filter settings description to the shortcut configuration
  dialog. Removed the filter combination checkboxes (were disabled
  anyway).
- Added acquisition mode "external" for Composite/S-Video input
  source (or unknown win32 tuner types). Win32: suppressed
  obsolete acq mode "passive".
- Fixed command line option -rcfile for Win32: backslash chars in
  path vanished.
- Restructured software to simplify reuse as library in other
  projects.
This update was contributed by Mario Kemper in PR pkg/12717.
2001-04-23 20:37:31 +00:00
tron
ae64e02fa5 Fix "bash" problem consistently. 2001-04-23 20:30:40 +00:00
tron
39b046fa0f Don't use "/bin/bash" as shell in "ulib/Makefile". Problem pointed out by
Mario Kemper in private e-mail.
2001-04-23 20:28:04 +00:00
kim
fcfedf9cdf Typofix. 2001-04-23 20:12:24 +00:00
kim
3d27bb0b86 Add and enable cvsweb. 2001-04-23 20:06:40 +00:00
kim
341895f922 cvsweb is a web interface for browsing cvs repositories 2001-04-23 20:05:44 +00:00