Commit graph

20339 commits

Author SHA1 Message Date
hubertf
2d43904d9d Update smpeg to 0.4.3. Changes:
0.4.3:
 * Updated for Simple DirectMedia Layer version 1.2.0
 * Fixed crash in gtv when doubling the video on Windows
 * Fixed audio stream detection in non-standard MPEG streams
 * Fixed hang on rewind when stream header contains no timestamp
 * SMPEG now uses the SDL_RWops file abstraction internally
 * Fixed bug where the audio was not updating the current time
 * Added some changes for the popcorn MPEG library
 * Added smpeg.m4
 * SDL 1.2.0 supports 24 bpp displays, allow that in plaympeg
 * Ported to MacOS X - one line fix.  I love portable code! :)
   It's still unusably slow, but it works! :)
 * Fixed a hang playing invalid MPEG files
 * Fixed memory leak when used with OpenAL
 * Return a non-zero status from plaympeg if playback fails
 * Changes to compile correctly on QNX RTP
 * Fixed SMPEG_renderFinal() to a different display surface
 * Fixed plaympeg fullscreen toggling for multiple videos
 * Fixed MPEGSystem::TotalTime() hanging on small files
 * Fixed system header decoding (caused misdetection of system streams)
 * Added bilinear filter toggling with the 'f' key in plaympeg
 * Use the correct SDL configuration script on FreeBSD

0.4.2:
 * Check for the GLU library when seeing if we can build the OpenGL example
 * Fixed crash when loading files of zero bytes
 * Added --enable-threaded-system configure option (defaults off)
 * Fixed end of stream detection
 * Fixed crashes in gtv when trying to play MP3 files with no video
 * Disabled the system thread by default.
   You can re-enable it by looking for USE_SYSTEM_THREAD in MPEGsystem.cpp
 * Fixed RenderFinal() to a different surface than the original one
 * Fixed seeking in MPEG files
 * Fixed crash in system data decoding
 * Removed movie size limitations from glmovie, works great!
 * Fixed hang when audio data was partially corrupt in the first block
 * Fixed bug where audio was always mono
 * Fixed UDP port binding for raw:// MPEG support
 * Fixed spurious empty audio buffer at start of playback
 * SMPEG_playAudio() now returns the amount of audio data mixed
 * SMPEG_playAudioSDL() wraps SMPEG_playAudio, as a callback hook for SDL.
 * Added a configure option --disable-threaded-audio
 * Fixed various compiler warnings
 * Added abstraction support for hardware acceleration (no card support yet)
 * Fixed lseek problem on FreeBSD
2001-05-17 12:33:04 +00:00
agc
138260e643 If there are no CKSUMFILES, don't try to append ${DIST_SUBDIR} when
setting _CKSUMFILES.
2001-05-17 11:12:31 +00:00
abs
d67a3f63b3 Lose leading '(The|the) ' from COMMENT 2001-05-17 08:38:42 +00:00
abs
ec13ac2e64 Lose leading 'The ' on COMMENT 2001-05-17 08:32:13 +00:00
abs
d43ddfd1b3 Lose leading 'the ' on COMMENT 2001-05-17 08:27:33 +00:00
jtb
0f3c76945a Add and enable tvision. 2001-05-17 01:19:17 +00:00
jtb
d945e65d5d Initial import of tvision.
Turbo Vision for UNIX

Turbo Vision (or TV, for short) is a library that provides an
application framework for C++ programmers.  With TV, you can write
beautiful object-oriented character-mode user interfaces in very a
short time.

TV is available in C++ and Pascal and is a product of Borland
International.  It was developed to run on MS-DOS systems, but today
it is available for many other platforms (ported by independent
programmers).

This port is based on the Borland 2.0 version with fixes.

Borland has released the source code to the public some time ago (take
a look at the COPYRIGHT file in the source package for more
information).

Package provided by Nathan Ahlstrom <nathan.ahlstrom@medtronic.com> in
PR pkg/12912.
2001-05-17 01:18:08 +00:00
jtb
750641e9c1 Update of p5-MIME-tools to 5.410. Added HOMEPAGE.
Update provided by Nathan Ahlstrom <nrahlstr@winternet.com> in
PR pkg/12897.

   Version 5.410 (2000/11/23)
          Better  detection of evil filenames. Now we check for filenames
          which are suspiciously long, and a new
          MIME::Filer::exorcise_filename()  method  is  used  to  try and
          remove the evil. Thanks to Jason Haar for the suggestion.

   Version 5.409 (2000/11/12)
          Added functionality to MIME::WordDecoder, including support for
          plain US-ASCII.

          MIME::Tools::tmpopen() made more flexible. You can now override
          the tmpfile-opening behavior.

   Version 5.408 (2000/11/10)
          Added  new  Beta  unmime() mechanism. See MIME::WordDecoder
          for  full  details.  Also  see Understand how international
          characters are represented.

   Version 5.405 (2000/11/05)
          Added  a  purge() that does what people want it to. Now, when a
          parse  finishes  and  you  want  to  delete everything that was
          created  by  it,  you can invoke purge() on the parser's filer.
          All  files/directories  created  during  the  last parse should
          vanish.    Thanks    to    everyone    who   complained   about
          MIME::Entity::purge.

   Version 5.404 (2000/11/04)
          Added  new automatic MIME-decoding of attachment filenames with
          encoded  (non-ASCII)  characters.  Hopefully  this will do more
          good  than  harm. The use of MIME::Parser::decode_headers() and
          MIME::Head::decode()  has  been  deprecated in favor of the new
          MIME::Words "unmime" mechanism. Please see unmime.

          Added  tolerance  for unquoted =?...?= in param values. This is
          in violation of the RFCs, but then, so are some MUAs. Thanks to
          desti for bringing this to my attention.

          Fixed  supposedly-bad  B-encoding.  Thanks  to  Otto  Frost for
          bringing this to my attention.

   Version 5.316 (2000/09/21)
          Increased tolerance in MIME::Parser. Now will ignore bogus POP3
          "+OK" line before header, as well as bogus mailbox "From " line
          (both  with  warnings).  Thanks to Antony OSullivan (ajos1) for
          suggesting this feature.

          Fixed small epilogue-related bug in MIME::Entity::print_body().
          Now  it  only  outputs a final newline if the epilogue does not
          end  in one already. Support for checking the preamble/epilogue
          in  regression tests was also added. Thanks to Lars Hecking for
          bringing this issue up.

          Updated  documentation.  All  module  manual  pages  should now
          direct readers to the main MIME-tools manual page.

   Version 5.314 (2000/09/06)
          Fixed  Makefile.PL  to  have  less-restrictive  requirement for
          File::Spec (0.6).

   Version 5.313 (2000/09/05)
          Fixed  nasty  bug  with  evil filenames. Certain evil filenames
          were  getting  replaced by internally-generated filenames which
          were just as evil... ouch! If your parser occasionally throws a
          fatal  exception  with  a  "write-open" error message, then you
          have  this  bug.  Thanks  to  Julian Field and Antony OSullivan
          (ajos1) for delivering the evidence!

       Beware the doctor
          who cures seasonal head cold
       by killing patient

          Improved  naming  of extracted files. If a filename is regarded
          as  evil,  we  guess  that  it  might  just  be because of part
          information,  and  attempt  to  find  and  use  the  final path
          element.

          Simplified  message  logging  and  made it more consistent. For
          details, see Message-logging.

   Version 5.312 (2000/09/03)
          Fixed  a  Perl  5.7 select() incompatibility which caused "make
          test" to fail. Thanks to Nick Ing-Simmons for the patch.

   Version 5.311 (2000/08/16)
          Blind  fix for Win32 uudecoding bug. A missing binmode seems to
          be  the  culprit  here;  let's  see if this fixes it. Thanks to
          ajos1 for finding the culprit!

       The carriage return
          thumbs its nose at me, laughing:
       DOS I/O *still* sucks

   Version 5.310 (2000/08/15)
          Fixed  a  bug  in  the  back-compat  output_prefix()  method of
          MIME::Parser.  Basically,  output  prefixes  were not being set
          through this mechanism. Thanks to ajos1 for the alert.

        shift @_,                               ### "shift at-underscore"
           or @_ will have
        bogus "self" object

          Added  some  backcompat  methods,  like parse_FH(). Thanks (and
          apologies) to Alain Kotoujansky.

          Added   filenames-with-spaces   support  to  MIME::Decoder::UU.
          Thanks to Richard Pun for the suggestion.

   Version 5.305 (2000/07/20)
          Added  MIME::Entity::parts_DFS  as  convenient  way to "get all
          parts". Thanks to Xavier Armengou for suggesting this method.

          Removed  the  Alpha  notice. Still a few features to tweak, but
          those will be minor.

   Version 5.303 (2000/07/07)
          Fixed output bugs in new Filers. Scads of them: bad handling of
          filename  collisions, bad implementation of output_under(), bad
          linking  to  results, POD errors, you name it. If this had gone
          to CPAN, I'd have issued a factory recall. :-(

       Errors, like beetles,
          Multiply ferociously
       In the small hours

   Version 5.301 (2000/07/06)
          READ    ME    BEFORE    UPGRADING    PAST   THIS   POINT!   New
          MIME::Parser::Filer class -- not fully backwards-compatible. In
          response   to   demand   for   more-comprehensive   file-output
          strategies,  I  have  decided  that  the best thing to do is to
          split     all    the    file-output    logic    (output_path(),
          evil_filename(),  etc.) into its own separate class, inheriting
          from  the  new  MIME::Parser::Filer class. If you override
          any  of the following in a MIME::Parser subclass, you will need
          to change your code accordingly:

        evil_filename
        output_dir
        output_filename
        output_path
        output_prefix
        output_under

          My sincere apologies for any inconvenience this will cause, but
          it's  ultimately  for  the  best,  and is quite likely the last
          structural  change  to 5.x. Thanks to Tyson Ackland for all the
          ideas.  Incidentally,  the  new  code  also  fixes  a bug where
          identically-named  files in the same message could clobber each
          other.

       A message arrives:
           "Here are three files, all named 'Foo'"
       Only one survives.  :-(

          Fixed  bug in MIME::Words header decoding. Underscores were not
          being  handled  properly.  Thanks  to  Dominique Unruh and Doru
          Petrescu,  who  independently  submitted  the same fix within 2
          hours  of  each  other,  after  this  bug  has lain dormant for
          months:

       Two users, same bug,
          same patch -- mere hours apart:
       Truly, life is odd.

          Removed   escaping  of  underscore  in  regexps.  Escaping  the
          underscore  (\_)  in  regexps  was  sloppy  and  wrong (escaped
          metacharacters  may  include  anything  in  \w), and the newest
          Perls  warn about it. Thanks to David Dyck for bringing this to
          my attention.

       What, then, is a word?
          Some letters, digits, and, yes:
       Underscores as well

          Added  Force option to MIME::Entity's make_multipart. Thanks to
          Bob Glickstein for suggesting this.

          Numerous  fixlets  to example code. Thanks to Doru Petrescu for
          these.

          Added  REQUIREMENTS  section  in  docs. Long-overdue. Thanks to
          Ingo Schmiegel for motivating this.

   Version 5.211 (2000/06/24)
          Fixed  auto-uudecode bug. Parser was failing with "part did not
          end  with  expected boundary" error when uuencoded entity was a
          singlepart  message  (ironically, uuencoded parts of multiparts
          worked  fine).  Thanks  to Michael Mohlere for testing uudecode
          and finding this.

       The hurrying bee
          Flies far for nectar, missing
       The nearest flowers

       Say ten thousand times:
          Complex cases may succeed
       Where simple ones fail

          Parse  errors  now  generate  warnings. Parser errors now cause
          warn()s  to  be  generated  if  they  are not turned into fatal
          exceptions.  This  might  be a little redundant, seeing as they
          are  available  in  the  "results", but parser-warnings already
          cause  warn()s.  I can always put in a "quiet" switch if people
          complain.

          Miscellaneous  cleanup.  Documentation of MIME::Parser improved
          slightly, and a redundant warning was removed.

   Version 5.210 (2000/06/20)
          Change  in  "evil"  filename. Made MIME::Parser's evil_filename
          stricter  by having it reject "path" characters: any of '/' '\'
          ':' '[' ']'.

       Just as with beauty
          The eye of the beholder
       Is where "evil" lives.

          Documentation fixes. Corrected a number of docs in MIME::Entity
          which  were obsoleted in the transition from 4.x to 5.x. Thanks
          to  Michael  Fischer  for  pointing  these out. For this one, a
          special 5-5-5-5 Haiku of anagrams:

       Documentation
          in mutant code, O!
       Edit -- no, CUT! [moan]
          I meant to un-doc...

          IO::Lines  usage  bug  fixed.  MIME::Entity  was missing a "use
          IO::Lines", which caused an exception when you tried to use the
          body()  method  of  MIME::Entity.  Thanks  to  Hideyo Imazu and
          Michael Fischer for pointing this out.

       Bareword looks fine, but
          Perl cries: "Whoa there... IO::Lines?
       Never heard of it."

   Version 5.209 (2000/06/10)
          Autodetection  of uuencode. You can now tell the parser to hunt
          for   uuencode   inside   what   should   be  text  parts.  See
          extract_uuencode()  for  full  details.  Beware:  this  is
          largely  untested  at  the  moment.  Special  thanks to Michael
          Mohlere   at   ADJE   Webmail,   who   was  the  first  --  and
          most-insistent -- user to request this feature.

          Faster parsing. Sped up the MIME::Decoder::NBit decoder quite a
          bit  by  using  a  variant  of  the  chunking  trick I used for
          MIME::Decoder::Base64. I suspect that the same trick (reading a
          big chunk plus the next line to get a big block of lines) would
          work with MIME::Decoder::QuotedPrint, but I don't have the time
          or  resources  to  check  that  right now (tested contributions
          would  be  welcome).  NBit  encoding  is more-conveniently done
          line-by-line  for  now, because individual line lengths must be
          checked.

          Better  use  of  core.  MIME::Body::InCore is now used when you
          build()   an   entity  with  the  Data  parameter,  instead  of
          MIME::Body::Scalar.

          More documentation on toolkit configuration.

   Version 5.207 (2000/06/09)
          Fixed  whine()  bug  in MIME::Parser where the "warning" method
          whine()  was  called as a static function instead of invoked as
          an  instance  method.  Thanks to Todd A. Bradfute for reporting
          this.

       A simple warning
          Invokes method as function:
       "Warning" makes us die

   Version 5.206 (2000/06/08)
          Ahem. Cough cough:

       Way too many bugs
          Thus, a self-imposed penance:
       Write haiku for each

          Fixed  bug in MIME::Parser: the reader was not handling the odd
          (but  legal)  case  where  a  multipart boundary is followed by
          linear  whitespace. Thanks to Jon Agnew for reporting this with
          the RFC citation.

       Legal message fails
          And 'round the globe, thousands cry:
       READ THE RFC

          Empty  preambles  are now handled properly by MIME::Entity when
          printing:  there  is now no space between the header-terminator
          and  the  initial  boundary.  Thanks to "sen_ml" for suggesting
          this.

       Nature hates vacuum
          But please refrain from tossing
       Newlines in the void

          Started using Benchmark for benchmarking.

   Version 5.205 (2000/06/06)
          Added  terminating  newline  to  all parser messages, and fixed
          small  parser  bug that was dropping parts when errors occurred
          in certain places.

   Version 5.203 (2000/06/05)
          Brand  new  parser  based on new (private) MIME::Parser::Reader
          and  (public)  MIME::Parser::Results.  Fast  and yet simple and
          very tolerant of bad MIME when desired. Message reporting needs
          some muzzling.

          MIME::Parser now has ignore_errors() set true by default.

   Version 5.116 (2000/05/26)
          Removed  Tmpfile.t  test,  which was causing a bogus failure in
          "make  test".  Now we require 5.004 for MIME::Parser anyway, so
          we don't need it. Thanks to Jonathan Cohn for reporting this.

   Version 5.115 (2000/05/24)
          Fixed  Ref.t  bug,  and  documented  how to remove parts from a
          MIME::Entity.

   Version 5.114 (2000/05/23)
          Entity now uses MIME::Lite-style default suggested encoding.

          More  regression  test have been added, and the "Size" tests in
          Ref.t  are  skipped  for text document (due to CRLF differences
          between platforms).

   Version 5.113 (2000/05/21)
          Major  speed  and structural improvements to the parser. Major,
          MAJOR  thanks  to  Noel  Burton-Krahn, Jeremy Gilbert, and Doru
          Petrescu for all the patches, benchmarking, and Beta-testing!

          Convenient new one-directory-per-message parsing mechanism. Now
          through  MIME::Parser  method  output_under(), you can tell the
          parser  that  you want it to create a unique directory for each
          message parsed, to hold the resulting parts.

          Elimination  of  $',  $` and $&. Wow... I still can't believe I
          missed  this.  D'OH!  Thanks  to  Noel Burton-Krahn for all his
          patches.

          Parser   is  more  tolerant  of  weird  EOL  termination.  Some
          mailagents  are  can  terminate lines with "\r\r\n". We're okay
          with  that  now  when  we  extract  the  header. Thanks to Joao
          Fonseca for pointing this out.

          Parser  is  tolerant  of  "From  "  lines in headers. Thanks to
          Joachim  Wieland,  Anthony Hinsinger, Marius Stan, and numerous
          others.

          Parser  catches  syntax errors in headers. Thanks to Russell P.
          Sutherland for catching this.

          Parser  no  longer  warns  when subtype is undefined. Thanks to
          Eric-Olivier Le Bigot for his fix.

          Better integration with Mail::Internet. For example, smtpsend()
          should  work fine. Thanks to Michael Fischer and others for the
          patch.

          Miscellaneous   cleanup.   Thanks   to   Marcus  Brinkmann  for
          additional  helpful input. Thanks to Klaus Seidenfaden for good
          feedback on 5.x Alpha!
2001-05-17 00:44:47 +00:00
jtb
c1199f3aa2 Add and enable nano. 2001-05-17 00:06:07 +00:00
jtb
b26305f133 Initial import of nano.
GNU `nano' is a small and friendly text editor.  Besides basic text
editing, `nano' offers many extra features like an interactive search
and replace, goto line number, auto-indentation, feature toggles,
internationalization support, and filename tab completion.

   The original goal for `nano' was a complete bug-for-bug compatible
emulation of Pico, but consistency is now a slightly higher priority.

   Nano does not have the restrictive license problems of Pico.
2001-05-17 00:05:29 +00:00
jtb
7d0ec0e9fd Add an info dir entry to tntdoc.info and fix Makefile and PLIST accordingly. 2001-05-16 22:07:02 +00:00
jtb
dcc7293242 Delete the prebuilt info files after extraction so that they get
regenerated and work properly with the info program in NetBSD.

Fixes PR pkg/12962 by Jim Bernard <jbernard@mines.edu>.
2001-05-16 21:46:08 +00:00
jtb
a1502b2d9d Add and enable tasp-vsipl. 2001-05-16 21:19:21 +00:00
jtb
9a13b63e00 Initial import of tasp-vsipl.
This is an implementation of a VSIP Library (Vector/Signal/Image
Processing Library) as defined by the VSIPL Forum for a CORE profile.

The TASP_VSIPL library is an effort to produce a VSIPL library
suitable for demonstration and early development and testing of VSIPL
code and ideas.

The Tactical Advanced Signal Processing Common Operating Environment
(TASP COE) effort is striving to produce a common operating
environment for signal processing throughout the Navy and DOD for the
COTS environment. VSIPL is thought by TASP to have a good chance of
becoming a standard signal processing library for many vendors who
supply DOD high performance computing products.  For this reason TASP
is supporting the VSIPL effort.

This is the TASP VSIPL Core Plus implementation of VSIPL. Core Plus
includes all the functionality of the core profile plus most floating
point Vector and Elementwise Operations not required by the VSIPL Core
profile.  The additional functions include such things as matrix
elementwise add and multiply.

The TASP VSIPL code is required to be freely available for any
use.
2001-05-16 21:18:28 +00:00
jlam
345f7a105a Use devel/readline/Makefile.readline to handle using libedit readline
emulation or depending on the readline package.
2001-05-16 20:28:40 +00:00
jlam
90709cc4df Use devel/readline/Makefile.readline to get readline support on systems
without libedit readline emulation.  Don't accidentally link against
ncurses.

The ncurses dependency was removed a while back, but I'm not entirely sure
that was correct.  I don't think the curses library is enough to get this
package to work on pre-1.5 NetBSD systems.  I also don't know if this will
work with Solaris curses either.  We'll have to wait for bug reports.
2001-05-16 20:27:23 +00:00
tron
5da9c93eaa Add missing "USE_LIBINTL= YES" to avoid build problems on systems with
"libintl" in base distribution.
2001-05-16 20:23:40 +00:00
simonb
8d4299ab39 Add the "-msoft-float defines _SOFT_FLOAT" change from NetBSD-current. 2001-05-16 18:43:16 +00:00
jlam
70b5c5b46c Fix problem reported by David Brownlee <abs@netbsd.org> where psql isn't
built with readline support despite linking against libreadline.
2001-05-16 15:41:03 +00:00
agc
2e2187698a Update to version 4.0s1 (4.0 stable 1), to pick up bug fixes.
Addresses PR 12951 from Chris Gilbert (chris@pinky.paradox.demon.co.uk).
2001-05-16 15:39:10 +00:00
jlam
ab99782500 Cosmetic change: sort Makefile includes 2001-05-16 15:28:42 +00:00
dillo
4eca04c55b fix unaligned access on alpha by applying patch from PR 12905. 2001-05-16 13:27:55 +00:00
abs
b3edf2cfb2 Update pkglint to 2.52:
Handle empty variable settings 'VAR=' in lintpkgsrc, to match
	recent postgresql package Makefiles
2001-05-16 11:36:47 +00:00
jtb
0121dd106b Add a distfile checksum. 2001-05-16 11:10:16 +00:00
agc
46e325bb48 Apply fix for Canna library support from PR 12959 by NAGAI Yutaka
(nagai@hc.uec.ac.jp).
2001-05-16 10:10:25 +00:00
agc
f608dc572a Upgrade to version 1.14 of jikes.
The new version is a bug fix release.

Addresses PR 12946 from Hauke Fath <hf@tangro.de>
2001-05-16 10:05:35 +00:00
abs
b892878632 Update for moved Makefile.getopt 2001-05-16 09:48:58 +00:00
abs
9aed8930c2 Update DEPENDS on imap-uw to >=2000.0.3
Problem noted by Tom Spindler
2001-05-16 08:35:10 +00:00
jlam
130b4d8a18 SquirrelMail attachment handler plugin
This SquirrelMail plugin adds a 'view' link for specific attachment types,
as listed below:

	Text or HTML messages
	Images that are supported by your browser
	VCards (enables you to quickly add this person to your address book)
2001-05-16 08:20:25 +00:00
jlam
ae4ba35ad1 SquirrelMail attachment handler plugin
This SquirrelMail plugin adds a 'view' link for specific attachment types,
as listed below:

	Text or HTML messages
	Images that are supported by your browser
	VCards (enables you to quickly add this person to your address book)
2001-05-16 08:18:03 +00:00
jlam
97cb175165 Move some of the post-install instructions in the MESSAGE file. 2001-05-16 08:08:41 +00:00
rh
dfaff01e30 Add and enable netsaint-plugin-cluster 2001-05-16 08:04:25 +00:00
rh
81019976dc Initial import of netsaint-plugin-cluster-20001207, a cluster checking
plugin for NetSaint.
2001-05-16 08:03:26 +00:00
jlam
545105b916 Note mail/sq-squirrelspell as an example of a SquirrelMail plugin package. 2001-05-16 08:01:35 +00:00
jlam
b97e549f83 SquirrelMail spell-checker plugin
This is a spell checker with a JavaScript interface. It supports multiple
languages, user dictionaries, and even encryption to protect the users'
privacy.  Note that it may not work with older browsers that are not
JavaScript capable.
2001-05-16 07:59:20 +00:00
jlam
8913efef6a SquirrelMail spell-checker plugin
This is a spell checker with a JavaScript interface. It supports multiple
languages, user dictionaries, and even encryption to protect the users'
privacy.  Note that it may not work with older browsers that are not
JavaScript capable.
2001-05-16 07:57:24 +00:00
jlam
a3029f739e Enable .netrc-parsing support and simplify readline/editline handling. 2001-05-16 05:55:33 +00:00
jlam
a48e6fa576 The CFLAGS and LDFLAGS settings have migrated to Makefile.common in
databases/postgresql.
2001-05-16 05:30:33 +00:00
jlam
421b1ef2f0 Adapt postgresql-client to use devel/readline/Makefile.readline instead
of the one in databases/postgresql.  Remove the Makefile.readline in
databases/postgresql as it's no longer used by any packages.
2001-05-16 05:28:55 +00:00
jlam
2b1572b5ee Fix this up so it actually works (tested with www/cadaver) on installations
without readline emulation in the base system.
2001-05-16 05:05:48 +00:00
jlam
df2edf0d6c cadaver is a command-line WebDAV client for Unix. It supports file upload,
download, on-screen display, namespace operations (move/copy), collection
creation and deletion, and locking operations.
2001-05-16 04:40:48 +00:00
jlam
39e4577f8c Add a Makefile.readline (copied from databases/postgresql) that is intended
to be usable by packages that use readline() functionality:

# If readline() is not present in the base system through libedit, then a
# dependency on devel/readline is added, the appropriate headers are linked
# into ${WRKINCDIR} (${WRKSRC}/include), and the appropriate libraries are
# linked into ${WRKLIBDIR} (${WRKSRC}/lib).
2001-05-16 04:39:12 +00:00
jlam
0342227f5f Tidy up the comments. 2001-05-16 04:37:46 +00:00
fredb
213e1bd0ea Update to squeak-3.0pre2. Where to begin? The default image is more
sophisticated than 2.7's, including improved speech synthesis, MIDI,
graphics, even singing faces. A concise change log is not available.
2001-05-16 02:27:52 +00:00
jlam
51cefafd85 Add and enable ap-dav 2001-05-16 02:12:40 +00:00
jlam
ff9ccac706 ap-dav -- Apache WebDAV module
WebDAV stands for "Web-based Distributed Authoring and Versioning".  It is
a set of extensions to the HTTP protocol which allows users to
collaboratively edit and manage files on remote web servers.

mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for the
Apache web server.  mod_dav currently implements a Class 1 and Class 2 DAV
server.  This means that it provides all the basic DAV facilities for
manipulating resources (files) on the target web server, along with
manipulating properties on those resources.  In addition, it handles the
(un)locking of resources so that clients can have exclusive access to
modify resources.
2001-05-16 02:11:54 +00:00
taca
318cb6ca53 Use pre-configure instead of pre-patch since removing those files are
really needed before doing configure not patch.
2001-05-15 23:49:06 +00:00
taca
a3cdf07492 - Update Jcode to 0.70. Changes from HISTORY is here.
0.70	2001/05/16
	* euc -> jis code optimized
	  (Kazuto Ichimura <ichimura@shimada.nuee.nagoya-u.ac.jp>)
	* VERSIONing glitches on Jcode::Unicode fixed
	  (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)

- Use ALL_TARGET and delete post-build.
- Change post-extract to pre-patch.
2001-05-15 23:27:57 +00:00
jlam
5692914ba8 Add and enable sitecopy 2001-05-15 23:27:42 +00:00
jlam
0db9506cfc sitecopy - utility for synchronizing remote and local web sites
Sitecopy is for copying locally stored web sites to remote web servers.  A
single command will upload files to the server which have changed locally,
and delete files from the server which have been removed locally, to keep
the remote site synchronized with the local site.  The aim is to remove the
hassle of uploading and deleting individual files using an FTP client.
Sitecopy will also optionally try to spot files you move locally, and move
them remotely.

FTP, WebDAV and other HTTP-based authoring servers (for instance, AOLserver
and Netscape Enterprise) are supported.
2001-05-15 23:27:07 +00:00