Commit graph

13606 commits

Author SHA1 Message Date
jlam
abf713e357 Note conflict with perl-5.6.0 and always install under ${PERL5_SITELIB}. 2000-08-27 21:05:14 +00:00
jlam
5294ff1299 Remove some modules from the base distribution which are externally
available as other pkgsrc packages.
2000-08-27 20:55:56 +00:00
hubertf
5cf9860c99 Add & enable arpd 2000-08-27 20:43:26 +00:00
hubertf
f14794369b arp daemon, e.g. to do proxy-arp for whole subnets, etc.
Added after it was mentioned on tech-net.
2000-08-27 20:43:24 +00:00
wiz
9ba8bdaa98 Update to 1.5. Changes since 1.2:
** General changes
- Screenshots can be saved now.
- Fixed slowdown bug with flickering drive led.
** C128 changes
- The Z80 emulation has been improved.  CP/M will boot now.
- The VDC can display flashing and reverse text attributes now.
** C64 changes
- Fixed crash caused by VIC-II memory corruption.
- Expert cartridge is emulated now.
- Some NTSC fixes. Now the border looks a bit small, but most NTSC
  programs should work.
- Fixed CIA TOD initialization.
- Super Snapshot V5 and REX fastload carts are emulated now.
- The REU emulation has been improved.
- Sprites in non-visible parts of the screen should not crash the
  emulator anymore.
- A sprite snapshot bug has been fixed.
** VIC20 changes
- Fixed VIC crash.
- Fixed VIC display bug.
** Unix changes
- Palette changes work better now.
- Added support for gettext based national language support.
  Initial german translation for Unix based UIs is provided.
- NTSC timing is correct now (100% 60fps).
- The emulator keeps running when menus are used.
- Fixed some crashs and memory leaks in the XAW file selector
  widget.
- New GNOME port of VICE. (not activated in package)
- G64 images can be created now.
** Drive changes
- Fixed a bug in the 1581 true drive emulation that prevented the
  use as drive #9.
- Fixed a bug in the 8050 vdrive emulaton.
- Fixed a bug that caused drive #8 to be diabled if file system
  access for drive #11 is disabled and all disks are detached.
- Fixed IEC initialization bug that broke true drive emulation.
- D71 BAM calculation has been fixed.
- A drive RAM expansion is available now.
- New 2040, 3040 and 4040 disk drive support.
** Tape changes
- Now saving TAPs should work for big endian machines too.
** Miscellaneous changes
- The REU can be used with Super Snapshot 5 or Expert Cartridge.
- The monitor "z" command has been fixed.
- Fixed some tape counter bugs.
- Fixed a crash with ZIP archives.
- Fixed a bug that prevented writing to gzipped disk images.
- Fixed a crash if the image content lister is used on disk images
  with many files.
- There is some experimental read only REL file support in the vdrive
  emulation now.
2000-08-27 14:08:31 +00:00
jlam
262f886e68 Add new section 5.3 which describes PLISTs for perl5 modules. 2000-08-27 10:59:53 +00:00
jlam
c70c96f2c8 Convert packages to use PERL5_PACKLIST (part 2). These are the database and
Apache perl modules, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 10:37:00 +00:00
itojun
1d7f8907a2 upgrade to 5.06. 5.06 integrates IPv6 patch to 5.05. 2000-08-27 09:04:31 +00:00
itojun
38d782a215 enable "vtysh" build by make USE_ZEBRA_VTYSH (depends on readline).
stabilize build by requiring gmake.
2000-08-27 08:32:55 +00:00
itojun
55e5f04dbb add comment - the .if statment is not friendly with cross build 2000-08-27 07:35:09 +00:00
jlam
d0f9e98457 Forgot to remove this file as part of conversion to PERL5_PACKLIST. 2000-08-27 07:24:44 +00:00
jlam
e41fff5559 Forgot to add this file as part of conversion to PERL5_PACKLIST. 2000-08-27 07:13:33 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00
jlam
81bbfb2556 Use PERL5 + cosmetic changes. 2000-08-27 06:07:43 +00:00
jlam
06f0a4c3c2 Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. 2000-08-27 02:46:03 +00:00
fredb
be7f4fdef3 Update to latest stable version, 1.0.3, and set ${IGNORE}, as this package
is not supposed to work with the Afterstep-1.8.0 that we have in the tree.
2000-08-27 02:43:32 +00:00
jlam
0fad529897 Changes for building dynamic PLIST for perl packages:
* Add a PERL5 variable that is always defined, set to the path of a
      pkgsrc-installed perl5 binary (${LOCALBASE}/bin/perl).

    * Define three new variables PERL5_SITELIB, PERL5_SITEARCH, and
      PERL5_ARCHLIB that define special locations used by perl.  In
      particular, it seems packlists are always found under PERL5_SITEARCH.

    * Substitute the above three variables when generating PLISTs, but
      stripping away the initial ${LOCALBASE}/ part.  This is for perl
      packages which don't generate packlists because they don't use the
      perl Makefile generator during the build process.

    * Append to the PLIST any files listed in the packlists named by
      PERL5_PACKLIST.  Also append statements to try removing the
      directories installed into by the packlist-ed files.
2000-08-27 02:15:49 +00:00
kristerw
eae335e8e1 Updated UAE to version 0.8.14.
User-visible changes in 0.8.14:
  - More bug fixes:
    * CPU emulation problem that could have caused copy protection schemes to
      malfunction has been fixed.
    * Some AGA problems fixed (one of them visible in ECS modes).
    * UAE should work again on non-x86 systems.
  - By default the emulator will try to approximate an A500 in CPU speed.
    This setting existed before, but it's a bit more accurate now and on by
    default.
  - There is a new option to control the number of emulated disk drives.
  - Software autofire for the keyboard joystick replacements
2000-08-26 19:25:38 +00:00
sakamoto
1bf5934191 fix owner.group of /var/dict/canna 2000-08-26 17:18:22 +00:00
veego
17a95e3067 s/USE_PERL/USE_PERL5/ 2000-08-26 17:15:05 +00:00
wiz
a90bfc473a Bugfix: Make choosing `outputs.line' as volume control device
possible, even if `inputs.line' also exists and comes earlier (both
were noted only as `line' before).
2000-08-26 16:41:49 +00:00
wiz
977bf50a02 Update to procmail-3.15, inspired by D'Arcy J.M. Cain.
Relevant changes:
- Rewrite folder type parsing: corrects handling of MH and maildir
  style spools
- v3.14 changed '!' actions too much: revert to v3.13 behavior but
  continue to split SENDMAILFLAGS
- Contents of skipped nested blocks could affect 'E', 'e', 'a', and
  'A' flags
- Prevent peeking into buffers on "Out of memory" errors
- Unquoted $\var expansions could alter the interpretation of the
  following whitespace
- Prevent attempts to set LINEBUF to really huge values
- Optimize SWITCHRC = $_
- Use a secure PATH when processing /etc/procmailrc
- Use 2^31-1 as the maximum score even when sizeof(long)>4
Changes to formail:
- Allow -n with -D and -s again -- corruption couldn't happen after
  all
- Don't strip pre-colon whitespace until header is identified
- Properly handle NULs in the body when generating an autoreply that
  keeps the body (could coredump)
General:
- Documented that $\var expansions are never split on whitespace
- Removed ':' and '@' from list of characters that can appear in
  tempfile names
- Called nice() when shouldn't have
2000-08-26 14:26:57 +00:00
veego
c175eb34f1 Also use the solaris library naming on Solaris and not the linux one. 2000-08-26 07:35:18 +00:00
jlam
d6770f0cbc s/USE_PERL/USE_PERL5/ 2000-08-26 06:18:53 +00:00
itojun
d5c1a9f96e repair -lXext lookup (not sure why it gets broken, the pkgsrc worked before...)
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2000-08-26 05:56:46 +00:00
jlam
1a748ee7b2 s/USE_PERL/USE_PERL5/ 2000-08-26 05:26:19 +00:00
jlam
830cb46e8b Remove share/doc/get_ds7 on pkg_delete; also some cosmetic changes. 2000-08-26 05:12:18 +00:00
hubertf
34608e612c Update to 0.95. Changes:
Allow only one file as argument, newfile, and assume oldfile as
newfile.orig.
2000-08-26 04:40:28 +00:00
jlam
bd206e6483 Correct unterminated cross-reference when building man pages. 2000-08-26 03:36:38 +00:00
jlam
1efc07d1e0 s/USE_PERL/USE_PERL5/ 2000-08-26 03:26:44 +00:00
wiz
e74452303c Make this package work on at least -current/i386; remove BROKEN. 2000-08-26 02:22:47 +00:00
wiz
37ff6be319 update to CompuPic-5.1 build 1063 2000-08-26 02:09:20 +00:00
wiz
8aea2b0442 add etc/rc.d/samba.sh.sample (no reason not to remove it) 2000-08-25 23:47:24 +00:00
dmcmahill
c69412f7e3 make sure configure actually finds png 2000-08-25 23:47:13 +00:00
tron
457dd98cb9 Add and enable "sdcc". Fixes PR pkg/9748 by Lennart Augustsson. 2000-08-25 22:28:50 +00:00
tron
4873d8e544 Adapt this package to NetBSD and use a better master site with a
distribution file with correct compression.
2000-08-25 21:49:28 +00:00
tron
b267ad7874 Import "sdcc" from the FreeBSD port collection:
Cross compile 8051 code
2000-08-25 21:07:13 +00:00
tron
bd4f522b8e Liste me as maintainer of this package. 2000-08-25 21:00:38 +00:00
tron
52a6297c12 Fix problem with deleting dot files. Patch supplied by Ryoji Kato in
PR pkg/10143.
2000-08-25 21:00:13 +00:00
tron
990040bb70 Use "ftp.alpha.alt.ru" as new master site. 2000-08-25 20:38:16 +00:00
tron
27fb135785 Add a "Requirements" sections to chapter 2 (Installing by Building)
which lists the NetBSD distribution sets required to build packages.
2000-08-25 20:30:20 +00:00
jlam
efa1336c32 Add and enable cmdline 2000-08-25 16:16:50 +00:00
jlam
d133b3b2d7 cmdline - C++ library for parsing command arguments 2000-08-25 16:15:52 +00:00
mjl
7ca512d5d1 Enable pwlib, openh323 2000-08-25 16:13:56 +00:00
mjl
f0ab924f5d Initial import of openh323.
The OpenH323 project aims to create a full featured, interoperable,
Open Source implementation of the ITU H.323 teleconferencing protocol.

XXX The simph323 program does not seem to work 100%, eg. it is dumping
XXX core on exit. I suspect a problem with the threads stuff.
2000-08-25 16:11:14 +00:00
mjl
eb6e78f201 Initial import of pwlib.
PWLib is a moderately large class library that has its genesis
many years ago as a method to product applications to run on both
Microsoft Windows and Unix X-Windows systems.
2000-08-25 16:03:42 +00:00
jlam
d22f07232f Remove cyrus-sasl from mail category...it's now in security. 2000-08-25 15:28:30 +00:00
jlam
83cb14f26c Remove cyrus-sasl...it's now in security. 2000-08-25 15:26:32 +00:00
jlam
2429febcfd Add and enable cyrus-sasl 2000-08-25 15:26:07 +00:00
jlam
6e367209ed DEPEND on ../../security/cyrus-sasl. 2000-08-25 15:25:37 +00:00