Commit graph

1315 commits

Author SHA1 Message Date
tsarna
08a0ddac1a First batch of upgrades for Python 2.0:
lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...
2000-10-22 20:01:48 +00:00
rh
9dbcc6460b Change dependency: SDL-1.1.5 -> SDL>=1.1.5 2000-10-22 16:56:08 +00:00
rh
51057f7f58 Fix several severe problems that prevented this package from passing its
own tests.
Bump version to 1.1.5nb1

Changes include:
	- make multithreading actually work
	- activate esound backend
	- /dev/dsp -> /dev/audio
	- /dev/cdrom -> /dev/cd?a
	- tons of bugfixes
2000-10-22 16:55:19 +00:00
rh
e08001302e Update oaf to 0.6. New in this release:
* Query and activation changes:
  - Async activation interface (Mathieu)
  - Per-DISPLAY server support, so you can run bonobo apps on
    multiple displays at once. (Maciej)
  - Make test components not show up unless in test mode. (Maciej)
  - Forbid oafinfo files to specify properties that start with
    `_' (Elliot)

* Added ref/unref to factory interface for future expansion (Elliot)

* Build improvements (Pavel, Ramiro)

* Bug fixes
  - Portability fixes (Dan Winship)
  - Exception handling fixes (Jaka)
  - CORBA fixes (Bradford)
  - Remove debugging spew (Maciej)
  - Leak fixes (Darin)

* Translations:
  - New translations from (Alastair McKinstry, Jarkko Ranta,
    Manuel de Vega Barreiro, Christopher R. Gabriel, Yuri Syrota, Takayuki
    KUSANO, Jesus Bravo Alvarez)

* Administrative:
  - Updated commit policy, set of people with commit privs (Maciej)
2000-10-22 07:35:39 +00:00
wiz
1cf1893cd0 ${MKDIR} includes -p. chown -> ${CHOWN}, chmod -> ${CHMOD} 2000-10-21 22:26:07 +00:00
wiz
ab557744c7 add empty line for pkglint 2000-10-21 22:24:47 +00:00
wiz
3cb62d5fee rm -> ${RM} 2000-10-21 22:23:00 +00:00
wiz
e11c943ee8 oops. echo -> ${ECHO} 2000-10-21 22:21:23 +00:00
wiz
22a4592084 reorder lines for pkglint 2000-10-21 22:03:22 +00:00
rh
88197ef7e5 Update gal to 0.2. Changes include:
* gal/e-text/e-text.c (e_text_destroy): Remove dbl_timeout and
     tpl_timeout.
   * gal/e-text/e-text-event-processor-emacs-like.c: Made the number
     keys on the number pad work in ETexts and ECellTexts.
   * gal/e-text/e-entry.c: Made EEntry accept focus properly.
   * gal/widgets/e-hscrollbar.c (e_hscrollbar_new): Use
     `gtk_object_new()' instead of `gtk_type_new()' and then
     `gtk_object_set()', as the latter doesn't set the CONSTRUCTED
     flag.
   * gal/widgets/e-vscrollbar.c (e_vscrollbar_new): Likewise.
   * gal/widgets/e-scroll-frame.c (e_scroll_frame_set_vadjustment):
     Use an EVScrollbar instead of a GtkVScrollbar.
     (e_scroll_frame_set_hadjustment): Use an EHScrollbar instead of a
     GtkHScrollbar.
   * gal/widgets/e-vscrollbar.h: New.
   * gal/widgets/e-vscrollbar.c: New.
   * gal/widgets/e-hscrollbar.h: New.
   * gal/widgets/e-hscrollbar.c: New.
   * configure.in: Use $UNICODE_CFLAGS and $UNICODE_LIBS instead
     of gnome-config
2000-10-21 21:32:44 +00:00
wiz
fe35c5428d Remove cvs-current package, obsoleted by the cvs package. 2000-10-21 19:35:45 +00:00
wiz
8203c24723 Mirror commits to cvs in base system:
Make LOCALID a runtime option, instead of a compiletime option, by moving
the value to CVSROOT/config (repository specific).
Some minor fixes for buffer sizes.
Add a RCS Id where missing; add some warning about the deprecated
RCS_LOCALID variable.
Both changes from OpenBSD.
Bump to 1.11nb1.
2000-10-21 19:29:05 +00:00
wiz
dd1bb51702 Update to 1.3:
1.2 wasn't working because _DIAGASSERT isn't defined on 1.4.x; worked around
it by defining it in the getopt_long.c distfile.
2000-10-18 13:47:05 +00:00
wiz
92455e2e8b add IGNORE, since devel/cvs is newer 2000-10-18 13:03:47 +00:00
wiz
415bf3a264 Update libgetopt to what's in -current right now (includes a
much-improved getopt_long).
Bump to 1.2.
2000-10-18 11:16:57 +00:00
hubertf
abf252443f Update to 1.11. Changes since 1.10:
* The new "cvs version" command gives a short version message.  If
the repository is remote, both the client and server versions are
reported.

* "cvs admin -t" now works correctly in client/server mode.

* The "cvs history" command output format has changed -- the date
now includes the year and is given is ISO 8601 format (yyyy-mm-dd).
Also, the new LogHistory option in CVSROOT/config can be used to
control what information gets recorded in the log file and code has
been added to record file removals.

* The buggy PreservePermissions code has been disabled.

* Anonymous read-only access can now be done without requiring a
password.  On the server side, simply give that user (presumably
`anonymous') an empty password in the CVSROOT/passwd file, and then
any received password will authenticate successfully.

* There is a new access method :fork: which is similar to :local:
except that it is implemented via the CVS remote protocol, and thus
has a somewhat different set of quirks and bugs.

* The -d command line option no longer updates the CVS/Root file.  For
one thing, the CVS 1.9/1.10 behavior never had updated CVS/Root in
subdirectories, and for another, it didn't seem that popular in
general.  So this change restores the CVS 1.8 behavior (which is also
the CVS 1.9/1.10 behavior if the environment variable
CVS_IGNORE_REMOTE_ROOT is set; with this change,
CVS_IGNORE_REMOTE_ROOT no longer has any effect).

* It is now possible for a single CVS command to recurse into several
CVS roots.  This includes roots which are located on several servers,
or which are both remote and local.  CVS will make connections to as
many servers as necessary.

* It is now possible to put the CVS lock files in a directory
set by the new LockDir option in CVSROOT/config.  The default
continues to be to put the lock files in the repository itself.
2000-10-18 03:31:15 +00:00
jlam
61326bd039 Fix finding gettext libraries in a better way. Remove CPP definition which
was breaking compilation on my machine -- not sure why it was set in the
first place, and the reason wasn't logged in CVS.
2000-10-17 18:03:23 +00:00
rh
842e952da3 Add and enable gal 2000-10-17 17:16:27 +00:00
rh
0d82861546 Initial import of gal-0.1, the Gnome Application Libraries 2000-10-17 17:12:24 +00:00
rh
63f121871f Update libglade to 0.14. Changes include:
- radio menu item support (from patch by Mitch Chapman)
        - make accelerators visible in GtkPixmapMenuitems.
        - Added a glade_set_custom_handler to allow better control
          over creation of `Custom' widgets.  This can be used by
          language bindings or other applications that want more
          control over custom widget handling.
        - add tearoff menu items to menus if gnome settings say that
          they should be shown.
        - a few other bug fixes.
2000-10-17 17:07:44 +00:00
wiz
9e8c32ced7 IGNORE package if it's in the base system 2000-10-17 00:05:02 +00:00
rh
96cfb7288c Update p5-IO-stringy to 1.216. Changes include:
* Added 'bool' overload to '""' overload, so object always evaluates
   to true.
 * Evaluating an IO::Scalar in a string context now yields the
   underlying string. *Thanks to B. K. Oxley (binkley) for this.*
 * Minor documentation fixes.
2000-10-16 09:41:12 +00:00
veego
56cf33e78c Add a missing / at the end of the MASTER_SITES. 2000-10-15 21:38:20 +00:00
rh
7ed1780b10 Update glade to 0.5.11. Changes include:
* Added workaround for SEGV bug in GnomeMessageBox in gnome-libs 1.2.3.
 * A few changes in the generated code to keep g++ happy.
 * Added gtk_widget_grab_focus() and gtk_widget_activate_default() to the
   lists of standard signal handlers.
 * Changed the widget tree view so it automatically expands to show
   selected widgets.
 * Updates to Russian, Swedish, French, Korean and Japanese translations.
 * Fixed code generation bug with GnomePropertyBox which caused a SEGV.
 * Added support for the "relief" property for GtkButton & GtkToggleButton.
   This is the only change to the XML file format.
 * Fixed menu editor bug which meant that widgets were occasionally given
   the same name.
 * Added support for tooltips for GtkRadioButton and GtkCheckButton.
 * Better support for keyboard navigation (from Jon K Hellan).
 * Fixed --write-source option so it handles relative paths (from Rick
   Niles).
 * Stopped installing logo into `gnome-config --datadir` since it causes
   problems for people installing in personal directories etc. Also
   changed the generated Makefile.am so it doesn't do it either.
 * Added 'Class' property to the property editor so you can see the class
   of the selected widget (from Jon K Hellan).
 * Output the GtkOptionMenu and GtkCombo item strings separately in the
   translatable strings file.
 * Allowed start & finish pages of a GnomeDruid to be removed, in case the
   developer wants to replace them with custom pages.
 * Fixed the 'Redisplay Window' (Ctl-R) command so it should work again.
 * Added the XML file and the autogen.sh file to the EXTRA_DIST in the
   generated Makefile.am so they get distributed with the project.
2000-10-15 17:20:44 +00:00
rh
8ff89ef991 Add and enable jlib 2000-10-15 17:17:05 +00:00
rh
d6a5f077bc Initial import of jlib-1.0.6, a library of C++ utility classes. 2000-10-15 17:16:05 +00:00
rh
5572dc5817 Add and enable gnome-objc 2000-10-15 17:12:50 +00:00
rh
ebf1d0584d Initial import of gnome-objc-1.0.40, an Objective C API for gnome and gtk. 2000-10-15 17:11:59 +00:00
rh
29eb1afae5 Update gtkdiff to 1.6.0. Changes include:
* Some bug fixes.
  * Search function.
  * Click on a different portion in two-pane mode, and the portion is
    selected. No UI feedback except statusbar. It could be useful after
    you search any word.
  * Toolbar support.
  * Menubar becomes a little bit fancy.
  * Preference settings in directory view are restored properly.
  * A bug fix related to DBCS(Double Byte Character String).
  * A notification release.
  * A new tool, gtkdiff-cvs. It's a simple shell script, handling CVS
    files.
  * Minor bug fixes.
  * Accelerator key bug fix. (You might need to delete
    ~/.gnome/accels/gtkdiff file, if some accelerator keys don't work.)
  * Turkish message translation.
  * Danish message translation.
  * Merge view.
  * Some changes in ~/.gnome/gtkdiff file.
    "PaneMode" entry becomes obsolete.
    "DiffArgs" entry is moved to "Diff" section.
    Although they don't matter, if you don't like useless lines remained,
    please delete ~/.gnome/gtkdiff by yourself.
  * Internal version.
  * Most of GUI components become widget base.
2000-10-15 13:02:57 +00:00
rh
c0396279ad Add and enable dmake 2000-10-15 12:47:10 +00:00
rh
c070ec3373 Initial import of dmake-4.1, a portable make supported by many platforms. 2000-10-15 12:46:21 +00:00
rh
1d8820934c Use new USE_MESA variable to depend on the correct Mesa packages 2000-10-15 12:06:32 +00:00
wulf
cebb527bfd Added and enabled smpeg 2000-10-15 09:09:50 +00:00
wulf
530f04a774 Completed PLIST 2000-10-15 09:06:57 +00:00
wulf
8c3ba98764 Initial import of smpeg, the SDL MPEG player library 2000-10-15 08:48:33 +00:00
wulf
179a4b1f67 Updated to SDL-1.1.5 and bugfixes 2000-10-15 07:39:43 +00:00
jlam
137641e1ee Add and enable p5-perl-headers. 2000-10-15 07:36:00 +00:00
jlam
2cd1bf8080 p5-perl-headers: h2ph-generated perl header files
Since these are generated from the contents of /usr/include, and varies
from release to release, the version number for this packages is simply
the OS_VERSION, e.g. p5-perl-headers-1.4.2, p5-perl-headers-1.5C.

This package closes PRs: 6369, 7422.
2000-10-15 07:35:14 +00:00
jlam
ab40caab2e Patch with ncurses-5.1-20001014.patch.gz. This has a few minor bug fixes,
but mostly comprises patches to ease building on NetBSD pkgsrc.  Tom Dickey
has been kind enough to accept our patches back into the main source tree.
Many thanks to him.
2000-10-15 04:50:11 +00:00
hubertf
93c490df1b It seems the info-files distributed with libtool 1.3.5 are broken.
To test, type "info libtool|" and hold down space. See it stop with a
``Cannot find the node "(/usr/pkg/info/libtool.info)Linking executables"''
error. Simply making sure the info-files get re-done works here.
2000-10-14 16:11:35 +00:00
skrll
ae5849c8bb Hack build so that automake doesn't use CXX for link stage in libjoystick. 2000-10-13 20:43:33 +00:00
skrll
54367d8e8a Make sure that -Wl does the right thing on a.out.
Make sure that an -fPIC c++rt0 is pulled in for sparc<1.4.3

Fixes: pkg/11166, pkg/10190, pkg/11189, and port-sparc/10846
2000-10-12 19:07:06 +00:00
jlam
2590e3dc5e This has a no-commercial-use license. 2000-10-12 17:31:08 +00:00
jlam
e7f470d05e Honor CXXFLAGS passed in from environment. 2000-10-12 17:21:53 +00:00
jlam
c4d9a1c3dc Remove "include/curses.h"...it's installed as "include/ncurses.h". 2000-10-12 17:04:20 +00:00
jlam
efc6dbf184 Honor CXXFLAGS passed in from environment. 2000-10-12 16:58:57 +00:00
pooka
6bbc579996 add the actual ncurses distribution to DISTFILES 2000-10-12 16:27:58 +00:00
jlam
282ad1d424 Update ncurses to 5.1 (20001009). Changes from version 5.0 include better
support for termcap, new extensions for color, several bug fixes, minor API
changes, buffer-overrun checks.
2000-10-12 14:56:42 +00:00
abs
53df6acd41 Update global to 4.0.1 - patches from Hubert. Fixes security issue. 2000-10-08 23:25:30 +00:00
jlam
6f591c2d2b Add a "test" target to check that the thread library actually works by
calling the library's own test target.
2000-10-06 09:03:17 +00:00