Commit graph

9397 commits

Author SHA1 Message Date
wiz
900f5e50ff replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:36:52 +00:00
wiz
d0d024052c created patch-sum 2000-01-02 03:34:14 +00:00
wiz
fe2a866305 silence pkglint, remove bogus lines from PLIST 2000-01-02 03:28:54 +00:00
wiz
ba246ab737 make it work on ELF 2000-01-02 03:22:10 +00:00
wiz
5803b1b578 removed md5 for dead patches 2000-01-02 03:21:11 +00:00
wiz
7927bd759f removed md5 for dead patch 2000-01-02 03:20:46 +00:00
wiz
855416f289 replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:14:03 +00:00
tsarna
67070df67b Don't assume site-packages dir already exists 2000-01-02 03:12:20 +00:00
wiz
419f0da378 replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:07:31 +00:00
tsarna
81140f1f52 - Add and enable py-extclass and correct its CATEGORIES 2000-01-02 02:58:20 +00:00
hubertf
08d63e0f1f Recognize PAPERSIZE, and default papersize only to DIN A4 if PAPERSIZEis
set to "A4".

Fixes PR 9100 by Jim Bernard <jbernard@mines.edu>
2000-01-02 01:32:30 +00:00
wiz
bd02ccfcfe wmakerconf update to 2.4
user visible changes since 2.3:
        * Replaced misc and effects page by a set of new dialogs
          (with descriptive text for the attributes and their values)
        * Added theme renaming command
        * Redesign of shortcut dialog
        * Attributes updates for
                - WindowMaker 0.61.1
                - Windoze cycling
                - Workspace indicator font
        * Some bug fixes
2000-01-02 01:03:53 +00:00
mjl
a6fa5ed82d Oops, remove unnecessary (and conflicting) patch. 2000-01-02 00:27:37 +00:00
christos
c3b00c58d1 Regen 2000-01-01 20:08:48 +00:00
christos
3fa22d90f9 Y2K botch 2000-01-01 20:08:27 +00:00
mjl
cd7c68d4e6 Update to 0.9.6.2. Change are mostly bugfixes and minor
cosmetic changes.
2000-01-01 18:24:30 +00:00
mjl
6c51f4f361 Update to 1.3.10. Changes are bugfixes only. 2000-01-01 17:17:56 +00:00
mjl
3f7c2a0449 Wildcard dependency on libslang. 2000-01-01 17:11:27 +00:00
rh
8bcbad12e3 Update gnumeric to 0.46
Changes are:

Gnumeric 0.46

Michael:
        * Fixed problems closing workbooks
        * Add pristine workbook discard
        * Fixup html export.
        * Fixed print header/footer setup, users should remove
          ~/.gnome/Gnumeric to speedup load.

Jon:
        * Lots of Excel style export work:
        format, font, colors, borders, alignment, wrap, rotation.
        * Excel export row/col sizing.
        * Excel fixed up DBCELL collating to export lots of rows correctly.

JP:
        * Added sorting of infinite ranges
        * Got rid of blank sheets when printing

Frank:
        * Worked on Excel summary export

Jody:
        * Begin exception handling for corba vs gui.
        * Add some simple version protection for plugins.
        * Improve error reporting for file loading.
        * Explicitly disable passord protected XL spreadsheets.
        * Bug fixing.

Cort:
        * Expanded CORBA API.

Andrew:
        * Many improvement for multi-dimensional linear regression.

Jukka:
        * Implemented Simplex algorithm for Solver
        * Solver can now solve some simple LP problems (more interesting
          stuff is coming later).

--------------------------------------------------------------------------

Gnumeric 0.45

JP:
        * Improved sort dialog

Nat:
        * Updated bonobo infastructure

Kevin:
        * Plan Perfect plugin
        * DIF export / import

Jody:
        * Improved clipboard ops.
        * import Excel auto-ranges
        * better range instersection
        * Guile plugin fixed
        * Auto fill display fixes.

Jon:
        * Style hashing

Michael:
        * Misc cleans
        * Fix #2110

--------------------------------------------------------------------------

Gnumeric 0.44

Jon:
        * Vastly improved col / row sizing in excel import
        * ditto for Excel object placement.

JP:
        * Expanded sort dialog to allow sorting of rows as well as columns
        * Added advanced button to sort dialog to allow sorting but case
        sensitivty and text (rather value)

--------------------------------------------------------------------------

Gnumeric 0.43

        * Minor build fix.

--------------------------------------------------------------------------

Gnumeric 0.42

Michael:
        * Totaly re-wrote style engine.

Jukka:
        * Implemented IRR and XIRR financial functions
        * Fixed the handling of the database function criterias
        * Fixed the non-numeric return values of DGET
        * One-dimensional GROWTH and TREND should work now
        * Documentation of the db functions improved

Jody:
        * Complete transition of cut/paste to cell movement code.
        * 1st pass at borders & patterns
        * Improve edit popup.
        * Rework cell format dialog.
        * Some support for inter book references (no dependencies yet)

Daniel:
        * Excel Name export.

Federico:
        * Improved dragging and zooming behavior in the print preview.
        * Added "open hand" and "closed hand" cursors for dragging the
          print preview.

Robert:
        * Primitive oleo import : supports numbers and text.

Frank:
        * Huge chunk of summary-info re-structuring.
        * Import and export lots of new summary fields.

JPR:
        * Improving sort dialog

Jeff:
        * Sylk import filter.
        * CSV export filter.
2000-01-01 14:23:24 +00:00
rh
a3d022188b Update libglade to 0.11
Changes include:
    - remove patches/patch-aa thanks to LTCONFIG_OVERRIDE

 * libglade-0.11: 5-December-1999
    - fixed some more problems that would cause segfaults on some errors.
    - added support for GtkCalendar and GtkInputDialog.
    - added assertions to some functions to try to pick up more runtime
      errors.

 * libglade-0.9:  20-November-1999
    - don't crash when creating a GtkPixmap widget if the pixmap file
      couldn't be found, or the pixmap file was corrupt.
    - fixed bug with setting the window policy.  If you were using
      libglade-0.8 and found you could not resize windows correctly, then
      this bug should now be fixed.

 * libglade-0.8:  16-November-1999
    - fixed mem leak in the GtkLabel and GtkAccelLabel creation routines.
      Also recognise the wrap property of these widgets.
    - fixed the code for removing placeholders in the tree, so it actually
      works.
    - fixed the i18n stuff so it doesn't translate empty strings.
    - take notice of more of the settings on GnomeDruidPageStandard's.
    - don't depend on internal libxml structures.  This means that libxml
      1.7.2 or greater is required, but libglade will be less likely to
      break if Daniel changes the internal structures.
    - fixed recognition of GNOME_STOCK_PIXMAP_EXIT.
    - some justification fixes for some menu items.
    - correctly name GnomeDockItems
    - be more consistent with setting the properties of toplevel windows.
      Also added support for the modal and default_width/default_height
      properties.
    - test-libglade.c is now dual licenced under GPL and X style licence.
      This clears up any problems with creating a non GPL/LGPL'd
      application using test-libglade as a starting point.
2000-01-01 13:36:43 +00:00
agc
7adb50b95e Update the xvile package to version 9.0, to be the same as the vile
package.  Mainly bug fixes from previous version.
2000-01-01 07:10:26 +00:00
agc
2bf03aa16b Only use an ncurses dependency if the Operating System is NetBSD. 2000-01-01 05:03:59 +00:00
agc
869e3d3fe1 This patch has been incorporated into patch-ab, as pointed out by Robert
Elz in PR pkg/9092.
2000-01-01 04:46:59 +00:00
agc
f69e488ea9 Merge itojun's y2k patch into patch-ab, where the rest of the modifications
for Dclock.c are - pointed out by Robert Elz in the continuing saga of
PR pkg/9092.

Regenerate patch sums.
2000-01-01 04:46:10 +00:00
agc
936b3a27a5 Add the XFree86 copyright notice from the file from which inb() and
outb() were taken.

Regenerate patchsum.
1999-12-31 22:07:48 +00:00
agc
261774871d Add and enable rio. 1999-12-31 21:20:25 +00:00
agc
1d481447fe Import the Snowblind Alliance rio tools into the NetBSD packages
collection:

'rio' is a simple command line utility which allows you to display and
manage files on your Diamond Rio portable music player.

At present the Rio utility supports the Diamond Rio PMP300 with 32M
internal flash memory.  Additional external flash memory is now
supported thanks to the work done by Guido March
(march@pc40.mpier.uni-frankfurt.de).
1999-12-31 21:19:49 +00:00
itojun
c83bac661c y2k issue (dclock -date "%Y" or "%y" will not be printed right)
http://home.jp.FreeBSD.org/cgi-bin/showmail/ports-jp/8465
Message-Id: <20000101012747R.tagami@sra.co.jp>
From: Takao TAGAMI <tagami@sra.co.jp>
To: ports-jp@jp.FreeBSD.ORG
Subject: [ports-jp 8465] Y2K bug dclock
1999-12-31 17:29:08 +00:00
tron
75def84f7d Remove bogus master site and update distribution file's MD5 check sum. 1999-12-31 12:22:36 +00:00
jlam
cd06a400cd CHANGES 1999-12-30 22:51:28 +00:00
tsarna
27c2e33584 Extension Classes for Python, pulled from Zope 2.1.1 as they (and
especially Acquisition) can be quite useful in their own right.

EC fixes a wart in CPython: Python classes can't use C-implemented types
as base classes. EC-based C classes can be subclassed by python, and in
fact python classes can use pure mixin EC C classes so that you can have
speed critical methods of a class in C and the rest in Python.

EC also provides a mixin called Acquisition, which provides a kind of
contextual inheritance.  If an object can't find the data/method in
itself or by looking up it's list of base classes, it will then try to
acquire the thing up through its containers (or other context).
1999-12-30 21:37:02 +00:00
frueauf
33785f4c6d Update ethereal to 0.8.0.
Overview of changes in Ethereal 0.8.0:
* RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
* Initial TNS support (Nathan)
* Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald)
* SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle)
* Color preference fixes and updates (Guy)
* NetBIOS fixes (Guy)
* IPX fixes and updates (Guy, Nathan)
* Capture/file save facility updates (Guy)
* Add IPX stats to capture window (Gilbert)
* Appropriately enable/disable the "follow" menu item (Florian)
* ICQ fixes from Guy and Kojak (Guy)
* Add Christopher McAvaney's format_text() fix (Guy)
* Stream window color prefs (Gerald)
* Myriad GUI fixes and enhancements (Gilbert, Guy)
* RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert)
* VLAN updates (Nathan)
* Byte view fixes (Nathan)
* Initial TACACS+/XTACACS support (Nathan)
* Multiple file format capability in wiretap and Ethereal (including Snoop,
  Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap)
  (Guy, Olivier, Nathan)
* Added editcap to the distribution (Richard)
* Enhancements to wiretap's file output capabilities (Guy)
* Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy)
* ASN.1 code added; used by SNMP dissector, and available for other use
  by other dissectors (Guy)
* LLC/SNAP fixes and updates (Guy, Nathan)
* NTP fixes (Guy, Gerald)
* ISAKMP updates from Dave Chapeskie (Guy)
* Reduced dependency on "global.h" (Gilbert, Guy)
* HTTP updates from Jerry Talkington (Guy)
* Added IRC dissector (Nathan)
* DNS updates (Nathan)
* Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy)
* CLI fixes and enhancements (Guy)
* ARP improvements (Nathan)
* Capture length fixes for IRIX (Guy)
* BGP updates from Greg Hankins, and other BGP fixes (Itojun)
* Added Philip Gladstone <philip@raptor.com>'s patch to check IP header
  checksum (Gilbert)
* GRE updates, merged code from Jerry Talkington (Guy)
* AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy)
* Initial LDAP support (Nathan)
* X.25 updates (Olivier)
* Plugin support (Olivier)
* Fixes for packet-ip.c (Guy, Gilbert)
* Jerry Talkington's patch to move filter prefs to their own dialog (Guy)
* Fixes for RedHat's modified version of libpcap (Guy)
* WCCP dissector from Jerry Talkington (Guy)
* rwho/rwhod/ruptime support added (Gilbert)
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
  and V.120 decoder (Gilbert, Guy)
* RSVP fixes (Gilbert)
* NCP fixes and updates, other fixes from James Coe (Nathan, Guy)
* Q.931 updates from Bert Driehuis (Guy)
* ISDN4BSD updates (Guy)
* Support for ISIS thanks to Stuart Stanley (Guy)
* Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert)
* Win32 port updates (Guy)
* LPD segfault fixes reported by Gregor Glomm (Gilbert)
* GUI page added to preferences (Gilbert)
* Libtool integrated with the distribution (Gerald, Guy, Itojun)
* OUI updates (Guy)
* Summary-dialog-on-empty-capture segfault bug squished (Guy)
1999-12-30 18:35:50 +00:00
simonb
c87668d3e0 Update ftp site and homepage to new site at *.nedit.org. The NetBSD
packages get a mention at http://www.nedit.org/download/current.shtml!

Distfile checksum is still the same as the old site, no changes there.
1999-12-30 13:13:28 +00:00
fredb
1ac1704609 Don't try to build the pthreaded version, even if there is
a libpthread.* somewhere in the library path.
1999-12-30 09:58:16 +00:00
tron
0de3d8f719 Use "/dev/sound" instead of "/dev/dsp" as sound device. Fixes PR pkg/9066
by Richard Rauch.
1999-12-29 21:47:03 +00:00
pooka
63b1e6ffb4 We aren't very much interested in the windows port homepage, but rather the
proper homepage.
1999-12-29 17:15:17 +00:00
pooka
fc559bdb78 Old HOMEPAGE was non-existent, make it point to a working location. 1999-12-29 16:23:33 +00:00
bad
6ac6d2d49f Add the patch-sum file. 1999-12-29 16:19:21 +00:00
bad
7b58c75c3e Don't forget the "-m mines" setting after the first game. 1999-12-29 16:18:53 +00:00
pooka
4f7cc1bad9 Make this BROKEN instead of IGNOREd, because it really is broken at the
moment.
1999-12-29 16:15:47 +00:00
bad
e429da21c1 Regen. 1999-12-29 16:06:51 +00:00
bad
edfcd98439 Use mit-pthreads/stdio/xprintf.c instead of printf.c because the latter
isn't thread safe.
1999-12-29 16:06:13 +00:00
bad
b315e88f3f Restore a line that was lost in my previous commit. 1999-12-29 16:05:11 +00:00
bad
a5f0042eb2 Use dot-files for the BUILD_VERSION- and BUILD_INFO_FILE. 1999-12-29 16:04:18 +00:00
fredb
0b7a61b6e0 Add and enable "lwp" package. 1999-12-29 09:46:36 +00:00
fredb
4e0f3656a3 Initial import of lwp-1.0 -- Light Weight Process style threads package. 1999-12-29 09:45:10 +00:00
wiz
917519eb95 removed warning about adding info about restricted packages to
ports/LEGAL, which is a FreeBSD-ism we don't have; bumped
version number to 1.91
1999-12-29 01:51:16 +00:00
wiz
4f4685e521 Makefile: lines reordered,
DESCR: empty line removed,
RCS tags added
1999-12-29 01:47:59 +00:00
wiz
5eb10280bd RCS tags added/changed for pkglint (no # before $NetBSD$) 1999-12-29 01:45:39 +00:00
wiz
b02b0915d9 fewer pkglint warnings by removing unnecessary lines in pkg/DESCR
and reordering lines in Makefile
1999-12-29 01:43:57 +00:00