Commit graph

47505 commits

Author SHA1 Message Date
jmmv
bb0ff082fa Initial import of dega, version 1.07:
Dega is a Sega Master System, Sega Mark III and Sega Game Gear emulator.
It uses the SDL library.

Provided by pancake@phreaker.net in pkgsrc-wip with some minor changes by me.
2003-09-14 19:10:01 +00:00
jschauma
38b1c7aa50 Allow this to compile on Irix by not enabling nls on that platform. 2003-09-14 19:03:27 +00:00
recht
44917e36b8 Use my NetBSD.org email address. 2003-09-14 18:13:48 +00:00
recht
fb6cbef6e1 Note update of py-curl to 7.10.6. 2003-09-14 18:05:44 +00:00
recht
440ae98093 update to 7.10.6
added python23-pth support

Many changes and fixes.

See ChangeLog for a complete list.

Important:
* WARNING: Removed the deprecated pycurl.init() and pycurl.multi_init()
  names - use pycurl.Curl() and pycurl.CurlMulti() instead.

* WARNING: Removed the deprecated Curl.cleanup() and CurlMulti.cleanup()
  methods - use Curl.close() and CurlMulti.close() instead.
2003-09-14 18:03:53 +00:00
jmmv
ee9ff93ff0 Set default value of USE_ESOUND (to YES) and document it. 2003-09-14 18:01:11 +00:00
jmmv
5e9a1d4886 Make esound support optional, through USE_ESOUND. 2003-09-14 18:00:30 +00:00
recht
bee863c3db Note update of py-docutils to 0.3. 2003-09-14 17:51:50 +00:00
recht
5646b4224e update to 0.3
changes:
General:
* Renamed "attribute" to "option" for directives/extensions.
* Renamed transform method "transform" to "apply".
* Renamed "options" to "settings" for runtime settings (as set by
  command-line options).  Sometimes "option" (singular) became
  "settings" (plural).  Some variations below:
  - document.options -> document.settings (stored in other objects as
    well)
  - option_spec -> settings_spec (not directives though)
  - OptionSpec -> SettingsSpec
  - cmdline_options -> settings_spec
  - relative_path_options -> relative_path_settings
  - option_default_overrides -> settings_default_overrides
  - Publisher.set_options -> Publisher.get_settings

for the "Specific" changes see HISTORY.txt.
2003-09-14 17:46:55 +00:00
recht
7dc70e252a Note update of py-Numeric to 23.1. 2003-09-14 17:45:21 +00:00
recht
0f31b18e03 Update to 23.1.
changes:
Version 23.1 August 2003
[unreported]  fixed assignment to matrix.
[unreported]  added check so that non-character array cannot be interpreted
                as a character buffer.
[unreported]  array([m,m,m])  when m is a rank-0 array now works as expected.
Patches:
[ 782001 ] Add true and floor divide to MA
[ 781215 ] true_divide bug
[ 776991 ] multiplying small UINT values gives random results
[ 776467 ] remove string exceptions
2003-09-14 17:43:53 +00:00
recht
7b7d5f7d78 Note update of py-pyrex to 0.8.1. 2003-09-14 17:41:51 +00:00
recht
e813cee494 Update to 0.8.1
Many improvements, fixes. See CHANGES.txt for a complete list.
2003-09-14 17:40:02 +00:00
recht
38d73055f1 Note update of roundup to 0.6.1. 2003-09-14 17:35:45 +00:00
recht
1c1e43a917 update to 0.6.1.
Lot's of fixes and new features.
See CHANGES for a complete list.

Also, take ownership.
ok'ed by lukem@
2003-09-14 17:30:18 +00:00
recht
e914ab3288 hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
2003-09-14 16:43:45 +00:00
danw
ff2172dab3 do-shlib-handling fix for Darwin: check if the ".so" file actually exists
before renaming it to ".dylib" in the PLIST, since if it's a dynamic module,
it actually will be a ".so"
2003-09-14 16:41:30 +00:00
danw
7fa2565590 -lpthread is a no-op on Darwin, but it messes up buildlink. So add a new
flag _OPSYS_PTHREAD_AUTO ("yes" for Darwin, "no" for everyone else) and
make pthread.buildlink2.mk do basically nothing in that case.
2003-09-14 16:30:34 +00:00
wiz
b9232c142c + bomberclone-0.10.1, libesmtp-1.0.1, libxslt-1.0.33, nasm-devel-0.98.38,
rdiff-backup-0.12.4, rocksndiamonds-3.0.4.
2003-09-14 15:55:46 +00:00
jlam
ea2920c02e Recommend "make clean && make install" instead of just "make install" when
rebuilding the pkg_install tools if they're out of date.  Suggested by
David Brownlee on tech-pkg@.
2003-09-14 15:32:30 +00:00
jlam
52488ea352 Move inclusion of bsd.prefs.mk a little higher so that /etc/mk.conf
settings won't stomp on our CFLAGS/LDFLAGS/LIBS definitions.
2003-09-14 15:29:03 +00:00
cjep
bfd0f99ee4 Note update of textproc/bsdgrep-devel to version 20030914. 2003-09-14 15:18:12 +00:00
cjep
502c7bd5d6 Update to version 20030914.
Changes since previous:
* Fix context output
2003-09-14 15:15:17 +00:00
dmcmahill
07d1b3f65b correct the name of some included header files. This lets the CGS and MKS
units work correctly now.  Bump pkgrevision.
2003-09-14 14:53:06 +00:00
grant
e40162e638 add nbcompat/config.h to distclean target. 2003-09-14 14:41:23 +00:00
grant
4b107be2da define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.h
is included.
2003-09-14 14:24:12 +00:00
recht
3304e9bbc1 If Python 2.3 is been used the pkg version must be >= 2.3nb2. 2003-09-14 14:16:53 +00:00
grant
efa6f88bac sl_add() returns void on some systems, so don't include <stringlist.h>,
always use local prototypes.
2003-09-14 14:10:17 +00:00
recht
c7bcb6b6b7 Note update of python23 and python23-pth to 2.3nb2. 2003-09-14 14:08:18 +00:00
recht
9b36f82e48 Avoid redefinition of redefinition of wchar_t and wint_ if
_XOPEN_SOURCE_EXTENDED is defined. This fixes py-curses on NetBSD > 1.6T.

Bumb PKGREVSION to 2, because of the header change.
2003-09-14 14:04:31 +00:00
tron
0c330b09b1 Mark this package as operating system specific under NetBSD. 2003-09-14 11:58:43 +00:00
tron
0f2cfed395 Fix build problem under NetBSD-1.6Y and newer. This patch was contributed
by Jun-ichiro itojun Hagino.
2003-09-14 11:57:03 +00:00
wiz
ac479f39cc Fix typo. 2003-09-14 09:10:27 +00:00
itohy
6296166f8e Add dummy object not to become totally empty
(a.out ld will fail on an empty library).
2003-09-14 07:38:12 +00:00
grant
ef72c2b1c7 bump version for latest changes. 2003-09-14 07:36:12 +00:00
grant
506a54ae42 define the maximum values for `long long' (LLONG_MAX) and
`unsigned long long' (ULLONG_MAX) if we don't have them.

as seen on (a) Linux.
2003-09-14 05:35:57 +00:00
kim
2ebba33b78 Update: p5-CGI 2.98 2003-09-14 05:35:04 +00:00
kim
3896221f4f Upgrade to p5-CGI-2.98
- Fixed crash in Dump() function.
- Removed warning from reset() method.
- Moved <area> and <map> tags into the :html3 group.  Hope this removes
  undefined CGI::Area errors.
- Changed CGI::Carp to play with mod_perl2 and to (hopefully) restore
  reporting of compile-time errors.
- Fixed potential deadlock between web server and CGI.pm when aborting
  a read due to POST_MAX (reported by Antti Lankila).
- Fixed issue with tag-generating function not incorporating content when
  first variable undef.
- Fixed cross-site scripting bug reported by obscure.
- Fixed Dump() function to return correctly formed XHTML - bug reported by
  Ralph Siemsen.
- Fix to be P3P compliant submitted from MPREWITT.
- Added CGI->r() API for mod_perl1/mod_perl2.
- Fixed bug in redirect() that was corrupting cookies.
- Minor fix to behavior of reset() button to make it consistent with
  submit() button (first time this has been changed in 9 years).
- Patch from Dan Kogai to handle UTF-8 correctly in 5.8 and higher.
- Patch from Steve Hay to make CGI::Carp's error messages appear on MSIE
  browsers.
- Added Yair Lenga's patch for non-urlencoded postings.
- Added Stas Bekman's patches for mod_perl 2 compatibility.
- Fixed uninitialized escape behavior submitted by William Campbell.
- Fixed tied behavior so that you can pass arguments to tie()
- Fixed incorrect generation of URLs when the path_info contains + and other
  odd characters.
- Fixed redirect(-cookies=&gt;$cookie) problem.
- Fixed tag generation bug that affects -javascript passed to start_html().
2003-09-14 05:33:29 +00:00
jlam
d521f1dec0 Update PKGTOOLS_REQD to 20030914. This version fixes a problem in
pkg_delete(1) where recursive pkg_delete'ing didn't work if
${PKG_DBDIR} != /var/db/pkg.
2003-09-14 05:02:50 +00:00
jlam
73bf789d08 Update pkg_install to 20030914. Changes from version 20030913 are
ensuring that recursive pkg_delete'ing works by using the correct
pkg_dbdir to find packages.  This fixes recursive deleting if the
-K flag is passed to pkg_delete(1), and the named dbdir differs from
the default dbdir (/var/db/pkg).
2003-09-14 04:58:30 +00:00
jlam
0aa210c78e Provide definitions for BUILDLINK_PREFIX.<pkg> when the dependency may be
satisfied by a base system (X11R6) component.
2003-09-14 01:47:51 +00:00
jlam
4928ecfa90 Document that a buildlink3.mk file must either directly or indirectly set
the value of BUILDLINK_PREFIX.<pkg>.
2003-09-14 01:46:47 +00:00
jlam
6d1f6b01a7 Document that the correct "pop" action uses :C and not :S 2003-09-14 01:00:18 +00:00
itojun
78f232af3e new v6 patch (small bug fix) 2003-09-13 23:37:06 +00:00
jlam
c74a02ee07 Need to use :C instead of :S to get the "pop" action to work properly. 2003-09-13 23:21:19 +00:00
jlam
72af5b8a4e Update mail/cyrus-imapd21 to 2.1.15. Changes from version 2.1.14 include:
* Correct a potential DOS attack in the fud daemon.
      * Arbitron now works again
      * Telemetry logging for mupdate
      * Duplicate Suppression logging for redirect sieve actions
      * A number of bugs in reconstruct have been fixed. also added the -p
        and -x options
      * Better stubbing out of user_deleteacl
      * No longer log any shutdown() failures
      * Improved IPv6 support (for systems with two getnameinfo
        implementations)
      * Misc Documentation Improvements
2003-09-13 23:03:17 +00:00
jlam
4320c4dc4b Final answer to perllocal.pod problem: just remove the file on pkgviews
installations.
2003-09-13 22:58:07 +00:00
jlam
3ddda2522b Sprinkle .PHONY. 2003-09-13 22:50:58 +00:00
wiz
d49a3823ff + yudit-2.7.6, kopete-0.7.2 [pkg/22777]
- gtkhtml (thanks, tron!).
2003-09-13 21:58:30 +00:00
wiz
4d18fde4de Mentioning the fetchmailconf update once should be enough (hi tron!). 2003-09-13 21:58:28 +00:00