Commit graph

57525 commits

Author SHA1 Message Date
martin
958383fde3 Update bozohttpd to 20040218nb4 2004-03-28 21:29:52 +00:00
darcy
c8b57a6c42 Add new package:
Epydoc is a tool for generating API documentation for Python
modules, based on their docstrings.  A lightweight markup language
called epytext can be used to format docstrings, and to add
information about specific fields, such as parameters and instance
variables.
2004-03-28 21:27:58 +00:00
martin
a56c32bcd9 regen (sorry) 2004-03-28 21:25:16 +00:00
martin
ced9b5ba3a New sentence, new line + spelling fixes. Belatedly bump pkgrevision
for absolute redirects. Pointed out by wiz.
2004-03-28 21:24:12 +00:00
xtraeme
73520b2a4d Added imposter. 2004-03-28 21:15:40 +00:00
snj
915090762e xine-ui updated to 0.9.23. 2004-03-28 21:14:10 +00:00
snj
ed7385c591 curl and sodipodi have been updated (thanks xtraeme!). 2004-03-28 21:13:31 +00:00
xtraeme
bc48de3a4b Initial import of imposter-0.1, packaged by pancake via pkgsrc-wip.
Imposter is a standalone viewer for the presentations created by OpenOffice.org
Impress software. User interface uses GTK2 toolkit. GNOME Human Interface
Guidelines are followed but GNOME libraries are not used to keep dependencies
at minimum.
2004-03-28 21:12:53 +00:00
mycroft
59caac830e Note xine-ui update. 2004-03-28 21:12:13 +00:00
mycroft
cd494c3937 Update to 0.9.23. Nothing earth-shattering.
xine-ui (0.9.23) unstable; urgency=low
  * xinerama bug fixes (very fullscreen, window position when switching from
    fullscreen to normal mode),
  * shiny new help dialog,
  * some small usability improvements,
  * fix some memleaks,
  * main menu reorg, localized,
  * new deinterlacing, it use post plugins now,
  * add --bug-report and --list-plugins option to xine-ui,
  * splash screen per skin is possible,
  * all meta infos are retrieve at the same time, when playing audio CD,
  * support new unscaled OSD (note: osd need a complete rework),
  * new playlist management command in xine-remote,
  * new "stop after this stream" feature,
  * grab streams recusively (with enqueuing and file browser),
  * fix reference mrl handling,
  * add 'loop' and two new playlist options 'first' and 'last', in
    session control,
  * fix shortcut grabber,
  * sound volume control can be sets with sound card mixer or
    software amplification,
  * add help in chain reaction window,
  * double clicking in output window is a fullscreen toggle now,
  * subtitle autoload feature added,
  * new TVout feature, using libnvtvsimple for nVIDIA cards, and
    atitvout for ATI,
  * store spu offset in toxine's playlist,
  * fix skin downloder,
  * fix support of huge playlists,
  * contextual menu popup in playlist window,
  * fix control's window sliders,
  * ton of fbxine improvments (post plugin, deinterlacing, spu,
    stream infos...),
  * bunch of other fix.
2004-03-28 21:11:35 +00:00
snj
ca08e6d2b9 xine-lib and transcode have been updated (thanks mycroft!). 2004-03-28 21:10:36 +00:00
martin
fc5b21caf8 Added pulsar, a small, simple POP3 daemon with builtin SSL support. 2004-03-28 21:06:34 +00:00
martin
6204e1538a Enable pulsar. 2004-03-28 21:04:59 +00:00
xtraeme
60c8ba74e3 Update sodipodi to 0.34, provided by Kouichirou Hiratsuka in PR
pkg/24868.

This release incorporates for the first time path composition operations
(union, intersection and subtraction) and new, calligraphic pen based
freehand drawing. Plus many bugfixes and smaller features, as usual.

    * Fixed file and font name handling in Win9X/ME (Lauris)
    * Use full bounding box for calculating export region (John)
    * Support xml:space attribute for text (Mitsuru)
    * Support CDATA nodes (Lauris)
    * Preserve arbitrary namespace declarations (Lauris)
    * Path uncross, union, intersection and subtraction (Lauris)
    * Reimplemented printing from command line (Emile)
    * Bugfixes (everyone)
2004-03-28 21:02:55 +00:00
martin
f3fd45a812 Import pulsar, a simple POP3 daemon with built in SSL support. 2004-03-28 21:02:15 +00:00
recht
a2b99a8792 Install the libraries into QTLIBDIR and symlink to PYSITELIB to make
libtool happy.
2004-03-28 20:54:49 +00:00
martin
6fa06c3ea3 Fix http headers for cgi scripts (from tyler).
Add absolute redirects via .bzabsredirect symbolic links.
2004-03-28 20:52:00 +00:00
xtraeme
27b314cacb Update curl to 7.11.1, provided by Stefan Kruger in PR pkg/24916.
This release includes the following changes:

 o CURLOPT_POSTFIELDSIZE_LARGE added to offer POSTs larger than 2GB
 o CURL_VERSION_LARGEFILE is a feature bit returned by libcurls that feature
   large file support
 o libcurl only requires winsock 1.1 on windows now
 o when doing FTP, curl now sends QUIT before disconnecting
 o name resolves can now timeout on windows too
 o $HOME is now recognized better when looking for .netrc files
 o now re-uses the ares handle when re-using curl handles
 o SO_BINDTODEVICE is used for network interface binding
 o configure --disable-manual disables the built-in huge manual from the
   command line tool
 o the default Accept: header used in HTTP requests changed
 o asynch dns lookups now require the c-ares library
 o curl --socks can be used to set a SOCKS5 proxy to use
 o response-headers received after a (proxy) CONNECT request are now passed
   to the header callback just like other headers

This release includes the following bugfixes:

 o builds and runs on Novell NetWare
 o Windows builds now report OS as "i386-pc-win32"
 o received signals during SSL connect is handled better
 o improved PUT/POST with NTLM/Digest authentication
 o following redirects and doing NTLM/Digest (where the first connection gets
   closed) with the multi interface work better now
 o file: progress meter and getinfo variables work now
 o CURLOPT_FRESH_CONNECT and CURLAUTH_NTLM now work when set together
 o share interface usage without (un)lock functions segfaulted
 o --limit-rate no longer cripples the --speed-limit feature
 o fixed verbose output problem with ipv6-enabled re-used connections
 o fixed the socks5 code to check version in the socks response properly
 o dns cache bug - fixed the 'inuse' counter
 o large file fix for Content-Length
 o better docs for the share interface
 o several configure fixes for mingw/msys
 o setting a Host: header is no longer affecting the Host: header used when
   libcurl follows a Location:
 o fixed numerous compiler warnings on several operating systems and compilers
 o PUTing from stdin couldn't disable chunked transfer-encoding
 o corrected the mingw makefiles
 o improved the configure libz detection
 o fixed EPRT/PORT use when doing FTP on ipv6-enabled AIX hosts
 o *nroff commands that only support -mandoc and not -man are now supported
   (for the built-in manual text in the command line tool)
 o fixed the unconditional #include of config.h in hugehelp.c
 o builds fine on MPE/iX
 o upload using chunked transfer-encoding now sends the last chunk properly
   teriminated with an extra CRLF
 o Fixed the progress meter display for files >2GB
 o persistant connections over a proxy messed up the proxy name/password
 o the socks5 code segfaulted if no username/password was set
 o the *_LARGE options now take curl_off_t types as parameters and this will
   make it possible to handle large files on windows too
 o builds with large file support even on systems without strtoll()
2004-03-28 20:47:04 +00:00
jmmv
614c911808 Initial addition, used by sablevm ATM. 2004-03-28 20:46:52 +00:00
jmmv
223ab6657b Note addition of sablevm, sablevm-classpath and sablevm-classpath-gui, all
of them at version 1.1.1.
2004-03-28 20:44:20 +00:00
jmmv
3a8ab97f81 Add and enable sablevm, sablevm-classpath and sablevm-classpath-gui. 2004-03-28 20:43:03 +00:00
jmmv
56571642f5 Initial import of sablevm, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition.  Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.

SableVM implements many innovative techniques, including:
* 3 flavors of threaded interpretation (switched, threaded and inlined).
* Bidirectional object layout.
* Spinlock-free thin locks.
* Sparse interface vtables.
* Low-cost maps for precise garbage collection.

This package is slightly based on the one found in pkgsrc-wip, made by
pancake AT phreaker.net.
2004-03-28 20:42:07 +00:00
jmmv
82f02da866 Initial import of sablevm-classpath-gui, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition.  Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.

This package contains the GTK binding required to run AWT and Swing
applications with sablevm-classpath and sablevm.
2004-03-28 20:40:15 +00:00
jmmv
6143a51a13 Initial import of sablevm-classpath, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition.  Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.

This package contains the class library for SableVM, based on GNU classpath.
For GUI support, install sablevm-classpath-gui too.
2004-03-28 20:38:49 +00:00
jmmv
312dd0cfc9 Note revision bump for classpath to 1 and addition of classpath-gui-0.07. 2004-03-28 20:36:51 +00:00
agc
6e27f19f69 Rearrange the wording slightly in an informational message, to avoid
some email filters and false positives.
2004-03-28 20:35:29 +00:00
jmmv
18a04545ad Add and enable classpath-gui. 2004-03-28 20:35:22 +00:00
jmmv
299941d693 Initial import of classpath-gui, version 0.07:
Classpath is a free (open source) implementation of the Java runtime
libraries.  This package provides the GTK+ peer required to use the
AWT and Swing libraries that come with classpath.
2004-03-28 20:34:53 +00:00
jmmv
a06fda69f9 Disable GTK support and split the Makefile to aid with the addition of the
new classpath-gui package.  Bump PKGREVISION to 1.
2004-03-28 20:32:35 +00:00
mycroft
d861640a50 Note xvidcore, transcode, xine-lib, faad2 updates. 2004-03-28 20:18:36 +00:00
mycroft
10c0c561a9 Update to 2.0. There are many changes, but the main user-visible improvement
is support for decoding AAC HE files (as generated by iTunes).
2004-03-28 20:16:09 +00:00
mycroft
747db3dfd9 Update to rc3b. Fixed a problem with the PLIST not including some .sos under
NetBSD.  Applied the same symbol hacks that are used to make the Linux
RealPlayer modules work with mplayer -- but also use the native RV2.0 codec
now.

                       17.03.2004 xine-lib 1-3c3b released
                                  This version adds support for Matroska
                                  files, Flash Video and Sierra VMD files, as
                                  well as OpenDML 2.0 support for the AVI
                                  demuxer. In addition, this new library can
                                  now handle a variety of file formats from
                                  the Amiga computer, including a variety of
                                  IFF files and MOD/S3M/XM/IT/etc music
                                  tracker formats (thanks to the ModPlug
                                  library). The new library version contains
                                  several new video decoders including Sierra
                                  video, Flash Video, Real Video 2.0 Duck
                                  TrueMotion v1, 8BPS, MZSH, ZLIB, ASV1,2,
                                  ATI VCR1 (all courtesy of ffmpeg). Network
                                  streaming drivers are enhanced, including
                                  secure HTTP, MMS, and RTP/UDP. As for video
                                  drivers, there is new support for the CACA
                                  library (colored ASCII art), and
                                  fixed/improved support for SDL and Sun
                                  PGX32 video. As always the core xine engine
                                  has been enhanced for greater stability so
                                  that you can just play your multimedia with
                                  ease.
2004-03-28 20:14:22 +00:00
wiz
957f97afbf Note irssi-icb update to 0.14nb5. 2004-03-28 20:09:52 +00:00
wiz
7576f8a766 Better support /who and /whereis.
Divert server messages to the server window instead of the channel window.
[Sent back to the author.]
Bump PKGREVISION to 5.
2004-03-28 20:09:20 +00:00
mycroft
22c2ffb328 Update to 0.6.12. Main improvements`are AVI 2.0 support, new filters, and
improved support for newer xvidcore.  Also fixed a threading problem that
would often cause transcode to core dump right before exiting.

 transcode-0.6.12

 Changes:
   o tccat: use '-T 1,-1 -P' instead of '-P 1'.
   o --avi_limit option: Defaults to 0 (disabled) instead of 2GB.

 Fixes:
   o avilib: 64bit issues and other compiler support.
   o v4l: building with linux-2.6 headers.
   o xvid import: check for more library sonames.
   o dvd import: The DVD device may be a char device (osx).
   o im import: segmentation fault at closing time.
   o tcrequant: upstream bugfixes.
   o xvid import: fix library loading on MacOSX.
   o dv import: Do NOT apply a setup when decoding the DV frame. Last
     frame was skipped in NTSC.
   o yuv4mpeg import: read files produced by streamer.
   o -c option: rounding error, only 99 frames of 100 for NTSC.
   o make distcheck: correct inclusion of config.h file.
   o libavcodec: building without mmx.
   o maintaining: included sdl.m4 and glib.m4 in acinclude.m4

 New:
   o avilib: Writing AVI 2.0 (OpenDML) files.
     xine (with my submitted patch) plays such files nicely.
   o denoise3d filter: very fast denoiser.
   o fraps import: decode AVI files from www.fraps.com.
   o v4l2: reading from a video4linux2 device.
   o control filter: read and executes a control "script"
   o ffmpeg import: DV raw decoding support (-i file.dv -x ffmpeg).
   o sh import: executes the input file and reads its output.
   o mp1e export: module based on mp1e, a mpeg1 encoder.
   o os: Support for AMDs x86_64 architecture.
   o --export_par option: sets the pixel/sample aspect ratio.
   o script: bash completion for transcode with tccomplete.source.
   o docs: layout fixes so it will look good on www.transcoding.org
   o ffmpeg export: new codecs namely ffv1, asv1 and asv2.
   o --export_prof option: sets mpeg "profiles" so that transcode
     tries can be smart and guess clipping and zooming options.
   o docs: DV to DVD HOWTO including scripts.

 Improved:
   o xvid4 export: synced with xvidcore-beta3. Please upgrade to this
     release and also update your xvid4.cfg. New xvid4conf is available.
   o pp filter: included postprocess code into transcode.
   o im export: use -w to set quality.
   o dvd import: support for non-continuus chapters.
   o avilib: Support for files with multiple RIFF chunks and no index.
   o vnc import: now respects the --dvd_access_delay setting. Pass
     additional paramters down to vncrec by -x vnc="-arg1 -arg2".
   o mjpeg export: compatibility with Apples quicktime player.
   o probing: improved detection of MP3/MP2 files.
   o libavcodec: Updated included lavc to 4695.
   o aviindex: keyframe detection by analyzing the content of frames.
   o subtitler filter: Update to upstream version 0.8.4
   o pv filter: updated docs and YUV422 support.
   o ivtc filter: new magic and field parameters.
   o mov export: new codecs and colorspaces.
2004-03-28 20:09:07 +00:00
xtraeme
05021a2926 Added gliv. 2004-03-28 20:01:28 +00:00
mycroft
400e63ff9c Update to 1.0.0rc3. There are way too many changes to list; the encoder core
has been nearly rewritten.  Output quality is much, much better, and is
generally considered superior to other freely available MPEG-4 encoders.
Tested with xine, mplayer and transcode.
2004-03-28 20:01:13 +00:00
xtraeme
77909c4747 Initial import of gliv-1.8.2 from pkgsrc-wip.
GLiv is an OpenGL image viewer, image loading is done via Gdk-pixbuf bundled
with GTK+-2.2, rendering  with OpenGL and the graphical user interface uses
GTK+ with GtkGLExt. GLiv  is  very  fast  and smooth at rotating, panning and
zooming  if  you have an OpenGL accelerated graphics board.
2004-03-28 19:59:47 +00:00
jmmv
1eeec8e66e Note update of xmlcatmgr to 2.0. 2004-03-28 19:52:19 +00:00
jmmv
48c209b63d Update to 2.0:
First stable version of the 2.x branch, released on 2004/03/26.

* Fixed build under HP-UX and Tru64 Unix.

* Fixed a crash that occurred during parsing of some malformed XML
  catalogs.
2004-03-28 19:51:06 +00:00
xtraeme
bc67b0362e Added jabberd2. 2004-03-28 19:46:35 +00:00
xtraeme
6c3fb39c17 Initial import of jabberd2 (2.0s2) from pkgsrc-wip.
Jabber is an open XML protocol for real-time exchange of messages and
presence notification between any two points on the Internet.  The first
application of Jabber technology is an asynchronous, extensible instant
messaging platform, and an IM network that offers functionality similar
to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.

This is a complete rewrite of the original jabberd.
2004-03-28 19:44:05 +00:00
hubertf
f91003b116 Before installing, make sure the man/man6 dir is there. Bump revision. 2004-03-28 19:40:23 +00:00
recht
27034c090f Add missing patch-ae.
Note by Geoff Wing
2004-03-28 18:35:45 +00:00
minskim
986b4c2ea7 Note update of tcl-fbsql to 1.06. 2004-03-28 17:43:23 +00:00
minskim
8674e21c2c Update the version number to match the version string in the distfile. 2004-03-28 17:42:09 +00:00
dmcmahill
e39a0abc67 make this work again after the tcl/tk package thread enabling 2004-03-28 17:26:21 +00:00
uebayasi
62ff8d76c3 varargs.h -> stdarg.h migration. 2004-03-28 15:51:25 +00:00
uebayasi
0bab467629 Remove zsh-current. 2004-03-28 14:27:57 +00:00
uebayasi
b161181726 Now that the cutting-edge 4.2.0 release goes in shells/zsh. No need
to catch up with the development releases any more.
2004-03-28 14:27:29 +00:00