Commit graph

1533 commits

Author SHA1 Message Date
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
salo
478b450fcc Fix INCOMPAT_CURSES patterns to include all netbsd-1-[56] versions. 2003-06-10 12:18:28 +00:00
abs
3ca8d4178a Updated figlet to 2.2.1nb1:
Do not unconditionally set CC
2003-06-08 09:55:28 +00:00
jmmv
f1dd871813 Use ${PREFIX} instead of hardcoding /usr/pkg. 2003-06-06 09:42:45 +00:00
jmmv
8731c91251 Use MASTER_SITE_DEBIAN. 2003-06-05 17:20:26 +00:00
uebayasi
8997a30889 Bump revisions following the guile14's threaded fix. 2003-06-05 05:01:54 +00:00
drochner
085807097b use the canonical way to depend on Python and allow 22-pth too
patch by Marc Recht (PR pkg/21773)
2003-06-04 19:55:13 +00:00
agc
9e75ab7f1e Add Bauer's keyboard bindings patch to this package, riding on the update
to version 1.6 of this package.
2003-06-04 09:02:28 +00:00
agc
79c6c4b3ea Update to version 1.6 of 9menu.
The main differences to the package itself seem to be in its packaging.

Main changes to the package:
	Correct the comment.
	Make this much more portable to other pkgsrc platforms
	Generalise for X11 locations other than /usr/X11R6.
	Use a do-install target in the package Makefile
	Let pkgsrc do any manual page manipulation
2003-06-04 08:50:12 +00:00
abs
c36c8b894b Update to setiathome-3.03nb2.
Add support for setiathome_flags to startup script, and default to -nice 20.
2003-06-02 19:55:16 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
jmmv
48ba90f828 Add the share/mime-info directory. Bump version of gnome{,1,2}-dirs to 1.2. 2003-05-30 15:54:42 +00:00
salo
72253de1f4 Move USE_GMAKE to Makefile.common, older bmake has problems with -kde and base
packages and is required for base package so it doesn't really matter.
2003-05-22 09:39:07 +00:00
markd
1f7e0bf466 Update KDE to 3.1.2.
Changes:

kdeartwork:
* Fixed a potential printf() format string attack in the slideshow screensaver

kdepim:
* korganizer: Exchange plugin supports secure WebDAV.
* korganizer: Fix timezone handling when timezone names are Unicode strings.

kdeutils:
* kedit: Save immediately when Settings/Save Settings is called.
* khexedit: Fixed insertion of local files.
2003-05-22 02:57:10 +00:00
grant
fb6e446031 update to reflect reality - we do provide a libdvdcss package, but it
is not automatically installed due to its unclear legal status.
2003-05-21 18:04:08 +00:00
jmc
7cc64bcb0b Needs gnu make 2003-05-20 00:49:33 +00:00
simonb
74c0530c8e Copy part of rev 1.2 from openoffice-linux/files/soffice:
`Also properly quote the arguments to soffice.'
2003-05-19 02:59:32 +00:00
simonb
01f9bb2201 Suppress annoying ulimit error by setting open file descriptor limit to
the hard limit and not some arbitary large number.
2003-05-19 02:58:19 +00:00
magick
addd569e36 Disabling of threads under NetBSD 1.6.1 didn't work. Noted by Matthias
Scheler in private mail.
2003-05-18 13:45:09 +00:00
cjep
2ae1e98978 Add NetBSD RCS tags. 2003-05-18 13:09:02 +00:00
cjep
100eeeaa5e whitespace 2003-05-18 13:06:41 +00:00
magick
8d2c9a5c02 Update nxtvepg to 2.5.1
Changes since 2.5.0:
    * Fixed French default shortcut "M?t?o" (did pop up an error
      message when invoked. At first start of 2.5.1 the broken
      shortcut is replaced in the rc file; if that does not work
      remove and re-define the shortcut manually via the "Shortcuts"
      menu)
    * Improved resizing: status line no longer vanishes when reducing
      (however the window bottom now "jitters" during vertical
      resizing)
    * Allow horizontal resizing of main window when in "grid" layout
      (UNIX only)
    * Display warning about "lost changes" when the window is closed
      via it's title bar "close" button, same as with the "Abort"
      button
    * TV app interaction configuration dialog: added TV app selection
      for UNIX, to select which channel table to use, i.e. select
      between xawtv or xawdecode
    * Don't require existance of .xawtv for TV app interaction on UNIX
      Thanks to "Sir Pingus" for suggesting this fix.
    * Programme list can now be scrolled by dragging with the middle
      mouse button
    * Grid layout: added +/- buttons to control column count;
      Thanks to Thorsten for suggesting these features in the
      discussion forum
    * Disabled "Show column headers" option for the grid layout
    * Grid layout: refresh no longer brings scrolled-out elements back
      into view
    * Added French network "M6" back to the EPG scan's list of "known
      providers" and documentation.
      Thanks to Thierry for pointing this out first.
    * Major bugfix in grid layout: when scrolling horizontally one
      programme could be inserted into the wrong network column under
      certain conditions
    * Bugfix EPG provider scan in non-TV-app-assisted mode: channels
      without signal often were not skipped due to uninitialized
      variable (bug was introduced in nxtvepg version 0.7.2). Thanks
      to Florian Zierer for indirectly triggering discovery of this
      bug.
    * UNIX: added new command line option "-tvdisplay" to allow
      communication with a TV app running on a different X11 server
      (e.g. a remote host). Thanks to Stefan Zoller for suggesting
      this feature.
2003-05-17 10:30:57 +00:00
jmc
fe5d3320ca Note that staroffice install is interactive as well 2003-05-14 17:56:56 +00:00
itojun
332d5c6d28 upgrade to 4.49.5. don't read .lv from current directory (security issue) 2003-05-14 06:29:37 +00:00
jmc
7f1543c60f Patch for current pilot-libs and re-enable this package 2003-05-13 20:02:50 +00:00
augustss
e4b2c17133 Make the new patch actually apply. 2003-05-12 22:26:46 +00:00
jmc
7735e77fc7 Redo siginfo patches to work correctly on -current also 2003-05-12 20:17:47 +00:00
jmc
3080d12839 Upgrade this to 2.4 (as 2.0 no longer exists for download).
Changes since 2.0:

Version 2.1: this release features filename completion when adding files through
 the menu
Version 2.2: fileselectors now shows the files sorted, has page up/down support
and actually works :-) Also the windows are now initially filled as much as poss
ible.
Version 2.3: field delimiters (for -cf) can be any size now (not just one charac
ter), statuslines are now optional, if a window closes, a popup-box is displayed
 (can be switched off), fixed a small memory-leak, fixed a potential segfault, f
ixed a couple of (sp)lint-warnings, radically changed the errorhandling, some fi
xes to get thing work (again) on MacOS-X. WARNING: the installationlocation has
been changed to /usr/bin! So first do make uninstall on the previous release!
Version 2.4: --retry now also works on platforms where tail does not support --r
etry, MultiTail works again on Solaris, added merge-mode: all files are merged
 into one window, made window-selection into a scrollable window, fixed compilat
ion-warnings, windows are filled as much as possible again on Solaris
2003-05-12 04:16:15 +00:00
jmc
5703721281 Fixup WRKSRC after PKGREVISION came into play here. 2003-05-11 21:44:45 +00:00
jmc
bf2431e4d3 Restructure siginfo patches so this can work on pre-siginfo systems as well 2003-05-11 21:03:37 +00:00
jtb
372f2dab85 Update to version 2.0.4 and fixed package to work on systems where a
C char is unsigned.

Summary of changes:

* Addition of much more data on the elements
* Rewritten to use gtk2
* Internationalisation support through gettext added
* Many bug fixes
2003-05-10 01:31:25 +00:00
agc
3292afa316 Add and enable utftools 2003-05-09 07:39:47 +00:00
agc
7160168209 Initial import of Alan Watson's utftools-1.6 into the NetBSD Packages
Collection.

This package contains implementations of UTF-8-aware wc, fmt,
expand, and unexpand.
2003-05-09 07:38:16 +00:00
agc
15331817ac Add a buildlink2 file for this package. 2003-05-09 07:33:31 +00:00
salo
b249e46b73 Actually, leave COPYING and controls.txt as they are, the frontends expect
them there.
2003-05-09 00:23:56 +00:00
salo
df127fa9bc Add celestia packages. 2003-05-08 23:54:47 +00:00
salo
9b24c792c2 Import of celestia-kde-1.3.0: KDE frontend for free real-time 3D space
simulator.

Celestia is a free real-time space simulation that lets you experience our
universe in three dimensions.  Unlike most planetarium software, Celestia
doesn't confine you to the surface of the Earth.  You can travel throughout
the solar system, to any of over 100,000 stars, or even beyond the galaxy.
All travel in Celestia is seamless; the exponential zoom feature lets you
explore space across a huge range of scales, from galaxy clusters down to
spacecraft only a few meters across.  A 'point-and-goto' interface makes it
simple to navigate through the universe to the object you want to visit.

This is the KDE frontend for Celestia.
2003-05-08 23:50:11 +00:00
salo
b3c14e2f1b Import of celestia-gnome-1.3.0: GNOME frontend for free real-time 3D space
simulator.

Celestia is a free real-time space simulation that lets you experience our
universe in three dimensions.  Unlike most planetarium software, Celestia
doesn't confine you to the surface of the Earth.  You can travel throughout
the solar system, to any of over 100,000 stars, or even beyond the galaxy.
All travel in Celestia is seamless; the exponential zoom feature lets you
explore space across a huge range of scales, from galaxy clusters down to
spacecraft only a few meters across.  A 'point-and-goto' interface makes it
simple to navigate through the universe to the object you want to visit.

This is the GNOME frontend for Celestia.
2003-05-08 23:49:06 +00:00
salo
edc0ff45ce Import of celestia-1.3.0: Free real-time 3D space simulator.
Celestia is a free real-time space simulation that lets you experience our
universe in three dimensions.  Unlike most planetarium software, Celestia
doesn't confine you to the surface of the Earth.  You can travel throughout
the solar system, to any of over 100,000 stars, or even beyond the galaxy.
All travel in Celestia is seamless; the exponential zoom feature lets you
explore space across a huge range of scales, from galaxy clusters down to
spacecraft only a few meters across.  A 'point-and-goto' interface makes it
simple to navigate through the universe to the object you want to visit.

This is the base package with data and simple GLUT-driven display window.

Package submitted by Cesar C. Catrian to pkgsrc-wip, modified by me.
2003-05-08 23:47:03 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
jmmv
2420155ea1 Line up PKGREVISION whitespace. 2003-05-05 16:40:38 +00:00
markd
e76dcb6069 Fix compile on Solaris. 2003-05-05 12:19:16 +00:00
wiz
7050be0941 Convert to buildlink2. 2003-05-03 22:11:00 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
109ad3c5d6 /usr/pkg -> @PREFIX@ 2003-05-01 18:07:55 +00:00
fredb
708739d9b1 The ${MACHINE_PLATFORM} that we're targetting is NetBSD-*-m68k. There is no
NetBSD-*-mac68k. This is certainly going to fail on non-mac68k. We probably
should just restore the custom check.
2003-04-28 15:01:55 +00:00
mrauch
052006ef63 Update to version 1.0.3.1.
No new features, but various minor bugfixes. For a complete list, please
see http://www.openoffice.org/dev_docs/source/1.0.3/release_notes_1.0.3.html.
Submitted by Toru TAKAMIZU in PR pkg/21248.
2003-04-26 15:44:16 +00:00