Commit graph

25233 commits

Author SHA1 Message Date
veego
0e7e51baad Add libdvdread. 2001-12-10 20:27:23 +00:00
veego
b7f442b12f libdvdread 0.9.2
================

libdvdread provides a simple foundation for reading DVD-Video images.
It offers DVD applications:

1. A simple abstraction for reading the files on a DVD image
   (dvd_reader.h).
2. A simple library for parsing the information (IFO) files
   (ifo_read.h/ifo_types.h).
3. A simple library for parsing the navigation (NAV) packets
   (nav_read.h/nav_types.h).

This allows application designers to access some of the more advanced
features of the DVD format.

libdvdread currently uses libdl to dynamically probe for libdvdcss at
runtime.  If libdvdcss is found, then it will be used to decrypt the
encrypted sections of a DVD.
2001-12-10 20:26:38 +00:00
veego
d02d7a26b5 Add liba52. 2001-12-10 19:52:42 +00:00
veego
e05cf61709 liba52 is a free library for decoding ATSC A/52 streams. It is
released under the terms of the GPL license.
The A/52 standard is used in a variety of applications, including
digital television and DVD. It is also known as AC-three.
2001-12-10 19:49:46 +00:00
jlam
a5de71f0ad We want to touch the configure script last (after touching the source
files) in the AUTOMAKE_OVERRIDE code so as to prevent autoconf from
regenerating the configure script.  A "*" was mistakenly added in
revision 1.874.
2001-12-10 19:36:10 +00:00
martti
f3112c23ef Added cvsps 2001-12-10 18:24:21 +00:00
martti
66e09d55d0 Added cvsps-1.3 (provided by Amitai Schlair in pkg/14878)
CVSps is a program for generating 'patchset' information from a
CVS repository. A patchset in this case is defined as a set of
changes made to a collection of files, and all committed at the
same time (using a single 'cvs commit' command). This information
is valuable to seeing the big picture of the evolution of a cvs
project. While cvs tracks revision information, it is often difficult
to see what changes were committed 'atomically' to the repository.
2001-12-10 18:24:10 +00:00
martti
c2f822fdc3 Added cdb 2001-12-10 18:12:28 +00:00
martti
e9a6821cc4 Added cdb-0.75 (provided by Amitai Schlair in pkg/14879)
cdb is a fast, reliable, simple package for creating and reading
constant databases.

cdb is designed to be used in mission-critical applications like
e-mail. Database replacement is safe against system crashes. Readers
don't have to pause during a rewrite.
2001-12-10 18:11:46 +00:00
martti
5aae894a77 Updated to 0.4.2 (provided by Peter Reich in pkg/14842)
* configure.in (BUILD_INCLUDED_LIBINTL): Set to no for W32.
* Makefile.am: Include autogen.sh
2001-12-10 17:56:24 +00:00
dillo
8c918ee630 add fix from cftp cvs (ftp.c, revision 1.58):
(ftp_cat): rewrite error detection/reporting: don't rely on
	ferror(), only consult errno in case of error.
This fixes download problems on -current.

Bump version to 0.11nb1.
2001-12-10 16:05:26 +00:00
taca
148248a163 Update xlHtml to 0.4. This should close pkg/14888.
Changes from 0.2.8 is here.

0.4 12/03/01
* removed spurrious tab before closing XML tag - Mike Ralphson
* Fixed bug in trim edges
* Many signed / unsigned cleanups
* Updated the xldump utility - Charles Wyble
* Added xlcdump utility to dump chart information - Charles Wyble
* Added doxygen doco generation - Rafael Kitover
* Added patch to support String Formulas - Rafael Kitover
* Changed unsupported numeric formats to output using floating point technique
  with the decimal suppressed. Was truncating to MAXINT.
* Fixed bug where CSV was not escaping currency fields - Rafael Kitover
* Fixed bug where unknown field types were not escaped in CSV - Rafael Kitover
* Fixed bug in cell merging where the whole row was selected
* Fixed bug in mailto hyperlink
* Now supports custom colors
* New command line option -nh to suppress header & body tags in html
* Fixed bug where tab delimited was allowing an extra tab at the EOL
* Fixed bug in blank cells for CSV output - Thorsten Koch
* Added test for negative value in cole_fread
* Optimized html further so it suppresses alignment of blank rows
* Improved portability to DOS & WIN32
* Moved everything over to U8, U16, U32, F32, & F64 data types. This is in
  effort to improve support on 64 bit platforms.
* Added the xlv script from Asher Blum
0.3 10/19/01
* Added drive letter check for DOS & Windows
* Fixed situation where ellipses were not being rendered correctly
* Fixed Unicode problem in Label Cells
* Fixed problem where cells created by row data were not being updated
  when the cell was officially created.
* Program renamed to xlhtml...all lowercase.
* Moved xlHtml over to a new makefile system. It does a static build now.
* Finished moving cole library to mkstemp from tempnam()
* Cole library unlinks temp files after opening so they are deleted
* Fixed Numeric formats that need a comma
* Fixed font name to not have Rich Text
* Added bounds checking to Row Info opcode
* Fixed hyperlinks that are unicode.
* Scripts changed to use mkstemp
* Added support for many currency & accounting formats
* Aggressive optimizations make smaller html now
* Fixed several cases where Ascii output had html in it
* Added CSV output patch from Rob Arnold
* Added support for multiple fonts in same cell
* Added patch for continuation from Hironori
* Added support for multiple style attributes in same cell
* Added support for Hyperlinks
* Added XML patch from Jason Venner
* Added xls-handler for Apache
2001-12-10 16:03:44 +00:00
martti
4be341f2d3 Updated to 0.36 (provided by Shell Hung in pkg/14785)
Changes :
- Empty string no longer matches undef in is() and isnt()
- Added isnt_eq and isnt_num to Test::Builder
- Little glitch in the test suite.
- fixed intermixed prints to STDOUT and test output came
  out in the wrong order when piped
2001-12-10 15:42:43 +00:00
martti
ef478e6924 Updated to 5.411a (provided by Shell Hung in pkg/14875)
Changes:
- Regenerate Docs
- Fixed bugs on parsing HTML docs
2001-12-10 15:36:57 +00:00
martti
1eaea6eefb Updated to 0.05 (provided by Shell Hung in pkg/14803)
Changes:
- Removed empty HOMEPAGE
- Implemented the recommendation by NIST, ECB, CBC, CFS-128, OFC and CTR
2001-12-10 15:34:40 +00:00
joda
c40179e7d3 uhm, typo in previous 2001-12-10 15:32:41 +00:00
joda
f2fb1e1c2e need to zero out sockaddr before calling connect 2001-12-10 15:28:11 +00:00
martti
b50975e8eb Updated to 1.10 (provided by Shell Hung in pkg/14881)
* Add proxy support
2001-12-10 15:22:36 +00:00
taca
0b1146dd66 Update wv to 0.7.0.
Changes from 0.6.7 is here (from http://www.wvWare.com/)

29th October, 2001

Version 0.7.0 of wv is available for download from
SourceForge.

Improvements to LaTeX & HTML output, scripts rewritten
to handle spaces in paths and to allow better image
handling, and various updates.

Special thanks to Will Newton and Michal Jaegermann.
2001-12-10 14:30:14 +00:00
skrll
fae6ca5977 Fix dependency directory reference. 2001-12-10 13:57:16 +00:00
taca
3de3618262 Update libwmf package to 0.2.2.
Changes from 0.2.1 are here:

v. 0.2.2
	* fix wmf2x arg detection bug (Bob Friesenhahn)
	* added --with-layers option (fjf)
	* de-necessitate GD, add libpng support (highly experimental);
	  rename config.h* to wmfconfig.h*; libxml2 fix (fjf)
	* release builds: configure-time Darwin-detection & lt-patching;
	  make magick device layer optional; rewrite xml2 detection (wv);
	  make secondary IPA functions static (fjf)
	* change copyright on include/libwmf/magick.h
	* add paranoid check for xmlChar**attributes==NULL
	* add one of many missing consts (Bob Friesenhahn)
	* add check for vsnprintf in libdb (David C Sterratt)
	* add 'foreign' device layer for non-wmf stuff
	* x,gd: better placement of text
	* x,gd: beginnings of a ROP implementation
	* change gd-layer source file names to 'xgd' root
	* use X-layer style text drawing in gd-layer
	* yet more config updates (fun, fun, fun!)
	* update other config stuff to handle autoconf-2.52
	* update config.sub/guess to libtool-1.4.1
	* make building/inclusion of GD library optional (fjf)
	* acinclude fix (Tomasz K^3oczko)
	* up the version number (fjf)
2001-12-10 13:56:42 +00:00
mrg
43068be68e upgrade to ircii 20011210. this includes:
o  new /on raw_send
    o  new /exec -filter option
    o  fixed mIRC colour code handling
    o  enhanced redirection to multiple targets
    o  bug fix for $mid()
    o  bug fix for when resizing to a smaller window
    o  other bug fixes
2001-12-10 13:38:29 +00:00
taca
b00db3713a update libxml2 package to 2.4.12.
Changes from 2.4.10 are various bug fixes and it become over 4000 bytes.
Please look at libxml2-2.4.12/ChangeLog in detail.
2001-12-10 13:29:31 +00:00
martti
57bda3929e Added SASL_USE_GSSAPI=YES 2001-12-10 12:43:58 +00:00
martti
23ac7969fc Added optional GSSAPI support. To activate this feature, please set
SASL_USE_GSSAPI=YES in /etc/mk.conf
2001-12-10 12:43:21 +00:00
skrll
49151ede49 Be more careful when using QCString in meinproc... This avoids at least on
SEGV I've seen still looking for the others.
2001-12-10 10:02:53 +00:00
jun
a2bba2dab9 Update Mew to 2.1.51
Mew 2.1.51 (2001/12/07)
* A bug fix for mew-encode-remove-illegal-fields.

Mew 2.1.50 (2001/12/07)
* A bug fix for null line in a header.
* A workaround for reediting ctext.
* Defining mew-use-nfs-hack.
* A bug fix for mewls's null pattern.
* Removing ".CRLF" instead of "CRLF.CRLF" in a POP session.
* s/str/mystr/ for the C commands.
* A bug fix for md5 on XEmacs.
* 'no-line-break for base64-encode-string.
* A bug fix for mew-start-process-disp.
* iso-8859-15.
2001-12-10 09:45:35 +00:00
jun
4cfda5f1d1 Update pgpdump to 0.16 .
0.16 2001/12/06
  * Key ID hack.
0.15 2001/11/13
  * Old man style for pgpdump.1.
  * The symmetric encryption algorism is displayed more user-friendly.
2001-12-10 09:26:03 +00:00
jmc
6171235f8c Make the patch actually compile..I missed here.. 2001-12-10 07:41:23 +00:00
jmc
b6a661ae29 revert last change 2001-12-09 22:54:14 +00:00
wiz
9008ecd9dd popa3d executable shouldn't belong to popa3d user. Noted by Solar Designer. 2001-12-09 22:06:45 +00:00
jlam
6a1f089dcc "${command}" must be "perl" or else the rc.subr routines can't figure out
the pid of the daemon process.  Rework this rc.d script as a model for
other perl-script daemons to use.
2001-12-09 21:44:52 +00:00
wiz
21fa8ca468 Add and enable cvsgraph (hi mjl!) 2001-12-09 21:15:56 +00:00
jlam
e677734073 Run autoreconf at pre-configure time so that "make patch" will leave just
the patched files.
2001-12-09 20:10:16 +00:00
jlam
eda6427002 Update net/ddclient to 3.6. Pkgsrc changes include:
- buildlink'ify
- use general INSTALL scripts as ddclient now requires a config file and
  can use a rc.d script to operate in daemon mode

Changes from version 2.3.2 include:

- bug fixes
- new ddclient.conf format
- rewritten to support DynDNS's NIC2 and other dynamic DNS services:
-   added EasyDNS (easydns.com)
-   added Hammernode (hn.org)
-   added ZoneEdit (zoneedit.com)
-   added DSLreports (dslreports.com) host monitoring
- added support for obtaining IP addresses from :
-   interfaces, commands, web, external commands, routers
- added daemon mode
- added logging msgs to syslog and e-mail
- add detection of SIGHUP. When this signal is received, ddclient will
  wake up immediately, reload it's configuration file, and update
  the IP addresses if necessary.
2001-12-09 19:55:35 +00:00
mjl
6f669560e0 Add cvsgraph 1.1.3
CvsGraph is a utility to make a graphical representation of all
  revisions and branches of a file in a CVS/RCS repository. It has
  been inspired by the 'graph' option in WinCVS.
2001-12-09 14:25:00 +00:00
jmc
0d715c7bbc Assembler on 1.5.2 or below macppc can't handle some parts in genarch. Patch around that 2001-12-09 10:55:44 +00:00
jlam
03da0a53d5 Subst. for PERL5 in INSTALL files. 2001-12-09 09:22:29 +00:00
jmc
f8a52727de Requires a manual fetch so mark it as interactive 2001-12-09 00:33:25 +00:00
kristerw
4b3a1baa04 pkgtools/x11-links has been updated. 2001-12-08 23:17:18 +00:00
kristerw
5c4ee60898 Added missing library lib/libXmu.so.6.0 and bump the package version to 0.5.
OK:ed by jlam.
2001-12-08 23:15:36 +00:00
kristerw
50801e1133 Do some of the modification suggested by David Griffith in pkg/14061. 2001-12-08 22:13:43 +00:00
kristerw
f9dbd5dda6 Remove old comment that the distfile has not reached the mirrors yet.
Add comment that the maintainer has asked us to use the mirrors instead of
the master site.
2001-12-08 22:08:51 +00:00
kristerw
56acee7249 Move the disabling of optimization for arm32 to below the inclusion of
bsd.pkg.mk so that we are sure that this is the last optimization flag
passed by ${CFLAGS}.
2001-12-08 21:15:47 +00:00
kristerw
40ea95814b Make this build for arm.
Arm has a compiler bug that was worked around by removing the -O2 from
CFLAGS. That workaround did unfortunately remove the buildlink include
paths too.
2001-12-08 18:46:26 +00:00
tron
61eaa9aa37 Fix build problems under Solaris. 2001-12-08 18:38:50 +00:00
jmc
27bcab30fe Include x11.buildlink.mk 2001-12-08 11:36:26 +00:00
jmc
7d3ddc1881 Conveert to python/extension.buildlink.mk and force to use 2.0 only 2001-12-08 11:09:52 +00:00
jmc
6704ea52f3 Patch aclocal.m4 to not pass the gtk prefix arg to gtkconfig or else it gets the paths
wrong and the X libraries won't link in from the buildlink area
2001-12-08 10:52:24 +00:00
wiz
3d13f3bf80 Fix typo reported in pkg/14872 and another one. 2001-12-08 10:23:07 +00:00