Commit graph

18221 commits

Author SHA1 Message Date
jwise
8a65e44601 Update fop to fop-0.15.0.
This is _not_ the most recent version of fop, but it is the most recent
version of fop which works with cocoon.  If people need the newest fop
version, drop me a line, and I will import it as fop-current.

There is currently an issue with SVG rendering, which will be addressed
this afternoon.

Changes since fop-0.13.0, the last pkgsrc version:

Done since 0.14 release
- added region-name support, refactoring of region, PageSequence,
        PageMasterReference, flow/static [Kelly Campbell, Arved Sandstrom]
- added CommandLine/Driver -d option to output stack traces [Kelly Campbell, Arved Sandstrom]
- added: a new package for image support and analysis [Pankaj Narula]
- added better svg support (linear gradients, radial gradients, css style selectors,
        css colour names, patterns, path curves (except arcs), text tspan and tref, text whitespace
        handling, text outline and fill, switch, images (including external svg images)
        references in external svg documents, svg elements (below top element), symbol element) [Keiron Liddle]
- added large test suite for svg [Keiron Liddle]
- added support for property textdecoration (only value 'underline') [Christian Geisert]
- added support for type 1 fonts [Jeremias Maerki,Alan Fagot]
- added support for compile target jdk 1.1 only [Art Welch]
- added support for  partial borders in block, block-container,
                     table-row, table-column and table-cell [Corinna Hischke]
- redesign of properties handling, support for computed, compound and shorthand properties,
                     supporting docs [Karen Lease]
- redesign of font handling for AWTRenderer [Dorothea Wiarda]
- added: support for leader-alignment, leader-pattern-width, leader-pattern (dots,space) [Fotis Jannidis]
- fixed: unnecessary dependence on jdk 1.2 features [Christian Geisert]
- fixed: unicode problem in UserMessage [Ross Golder]
- fixed: broken buildFOTree [Marcus Holmberg]
- fixed: problems with borders and padding in tables [Corinna Hischke]
- fixed: XMLRenderer, unbalanced " in the produced output [Dorothea Wiarda]
- fixed: renamed: inline-sequence -> inline, simple-link -> basic-link,
                  white-space-treatment -> white-space-collapse [Fotis Jannidis]
- fixed: images were rendered only half size (Mikko Honkala)
- fixed: pdf file in XalanCommandFile explicitly closed [Dharamveer Salecha]
- fixed: lists containing list do not keep their indentation correctly
         over a page boundary [Dorothea Wiarda]

Done since 0.13 release
- pagination updated to 03/27/2000 XSL WD [Arved Sandstrom]
- added support for fo page-number-citation [Mike Crowe, Jordan Naftolin]
- added support for 06/29/2000 SVG WD + W3C Java DOM bindings [Keiron Liddle]
- added image support using Jimi [Eric Schaeffer]
- added support for external and internal simple-links [Jordan Naftolin]
- added support for the fonts Symbol and ZapfDingbats [Fotis Jannidis]
- added a MessageHandler  [Fotis Jannidis]
- fixed table overflow bug [Jordan Naftolin]
- finally fixed postscript printing of generated PDF [Domagoj Cosic]
- removed XTCommandLine from build.xml
- removed PDFOutputHandler from build.xml
- added XalanCommandLine  [Fotis Jannidis]
- added: fo:instream-foreign-object [Keiron Liddle]
- added: goto button in AWT viewer [Stanislav Gorkhover]
- updated: AWT viewer now works again and supports - with some restrictions - the new SVG support [Stanislav Gorkhover]
2001-03-14 01:32:38 +00:00
jlam
4883bda0f9 Update php4-imap to 4.0.4.1nb2. The only change from version 4.0.4.1nb1 is
a security fix for a buffer overflow problem.  The fix was provided in
private email by Anil Madhavapeddy <anil@recoil.org>.
2001-03-14 00:10:00 +00:00
hubertf
11dbfdcbad Update ipv6calc to 0.16. Changes:
0.16: Peter Bieringer <pb@bieringer.de>
        Review "Makefile" to make it usable on BSD systems
        Minor reviews to enable a clean make on BSD systems

0.15: Peter Bieringer <pb@bieringer.de>
        Create TODO
        Some review
        New option: mac_to_eui64

0.14: Peter Bieringer <pb@bieringer.de>
        Review CREDITS

0.13: Peter Bieringer <pb@bieringer.de>
        Add base85 support
        Add compatv4/mapped support
        Split away some RFC depended libaries
        Rename internal used functions
        Rename options (old ones still work)
        Change IPv6 address compression method from getaddrinfo to
     native calculation (hopefully bugless)
        Some review
2001-03-13 23:37:03 +00:00
jlam
1e58c1f0d9 Include <sys/types.h> before including <sys/socket.h> in thest for IPv6
support.  Fix suggested in pkg/12199 by Olaf Seibert
<rhialto@polderland.nl>.
2001-03-13 21:34:02 +00:00
jlam
0c1c2b28f3 Remove line accidentally left in Makefile in previous fix. 2001-03-13 21:14:19 +00:00
wiz
feb2432479 Update to 2.2.5, provided by Martti Kuparinen in pkg/12377.
Changes: Remote startup sped up, security fix regarding .fvwm2rc being
searched in . if $HOME was not set, and some minor fixes.
2001-03-13 20:59:14 +00:00
wiz
7c37bb95cd Update to 2.2.5, provided by Martti Kuparinen in pkg/12378.
Changes unknown.
2001-03-13 20:57:21 +00:00
jlam
527504db74 Update ap-ssl to 2.8.1. No functional changes from ap-ssl-2.8.0 -- just
update work with apache-1.3.19.
2001-03-13 20:54:47 +00:00
jlam
cf3f21d472 Update apache to 1.3.19. The pkgsrc-related changes include adding a
config.layout file instead of specifying every directory as on option to
the Apache configure script.  This layout file might be useful later when
we package Apache 2.x.  I also reordered a few lines so that it's easier
to diff apache/Makefile and apache6/Makefile (hi itojun!).  Also build
the mod_define shared module from the mod_ssl sources.

Relevant changes from version 1.3.17.1 include:

  *) Rewrite ap_unparse_uri_components() to make it safer and more readable
  *) Under certain circumstances, Apache did not supply the
     right response headers when requiring authentication.
  *) Clean up some end-of-loop not reached warnings
  *) Add the correct language tag for interoperation with the Taiwanese
     versions of MSIE and Netscape.
  *) Workaround enabled for a core dump which appeared in broken
     NameVirtualHost configurations.
  *) Sporadic core dump in ap_default_port_for_scheme() with
     internal requests
  *) SECURITY: The default installation could lead to mod_negotiation
     and mod_dir/mod_autoindex displaying a directory listing instead of
     the index.html.* files, if a very long path was created artificially
     by using many slashes. Now a 403 FORBIDDEN is returned.
  *) Trailing slashes (if they exist) are now removed from ServerRoot,
     because there were known problems with them.
  *) TPF startup/shutdown fixes.
  *) Correct a typo in httpd.conf.
  *) Get the correct IP address if ServerName isn't set and we can't
     find a fully-qualified domain name at startup.
  *) Fix pointer arithmetic in mod_rewrite map expansion.
  *) Fixed a problem with file extensions being truncated during
     the call to ap_os_canonical_filename().
2001-03-13 20:52:26 +00:00
wiz
40c4bdca6a Fix installation on a.out. Addresses pkg/12361. 2001-03-13 20:46:04 +00:00
jlam
359fe2e638 Build _pic.a library without using libtool internals. 2001-03-13 20:22:10 +00:00
martin
a1bfdf1224 Remove support for greek characters from configure args.
It is broken and makes the program completely unuseable on german keyboards
(for example entering | switches into greek input mode).
I once tried to explain this to the maintainer, but it is not fixed in this
version.
2001-03-13 20:20:06 +00:00
wiz
100980452b Try to compile with system-provided libintl, if possible.
Patch by Patrick Welche in pkg/11991.
2001-03-13 20:15:46 +00:00
zuntum
8d0ff9668d add & enable sarah 2001-03-13 19:54:06 +00:00
zuntum
ededaaf00e Oops, accidentally I placed "@comment NetBSD" twice in PLIST 2001-03-13 19:52:31 +00:00
zuntum
c535ec1dda Initial import of sarah 0.4b provided in pkg/12015 by me.
Sarah is a program which is used to trim, rotate, archive and delete log
files.  It is meant to run periodically out of cron, determining what to do
based on a configuration file.
2001-03-13 19:49:01 +00:00
zuntum
da78234dc4 add & enable gkrellm 2001-03-13 18:01:10 +00:00
zuntum
9b19c04f33 Initial import of GKrellM-1.0.6, GTK based system monitor
Package contributed by Anthony Mallet <anthony.mallet@ficus.yi.org>
in pkg/12133, modified by me.

With a single process, GKrellM manages multiple stacked monitors and supports
applying themes to match the monitors appearance to your window manager,
Gtk, or any other theme.

  * SMP CPU, Disk, Proc, and active net interface monitors with LEDs.
  * Internet monitor that displays current and charts historical port hits

  * Memory and swap space usage meters and a system uptime monitor.
  * File system meters show capacity/free space and can mount/umount.
  * A mailbox monitor which can launch mail reader, remote mail fetch.
  * Clock/calendar and hostname display.
  * APM laptop battery monitor.
  * CPU/motherboard temperature display if lm_sensors modules installed.

  * Multiple monitors managed by a single process to reduce system load.
  * A timer button that can execute PPP or ISDN logon/logoff scripts.
  * Charts are autoscaling with configurable grid line resolution, or
    can be set to a fixed scale mode.
  * Separate colors for "in" and "out" data.  The in color is used for
    CPU user time, disk read, forks, and net receive data.  The out color
    is used for CPU sys time, disk write, load, and net transmit data.
  * Commands can be configured to run when monitor labels are clicked.
  * GKrellM is plugin capable so special interest monitors can be created.
  * A different theme can be created with the GIMP.
2001-03-13 17:53:29 +00:00
wiz
a84b08bc7e Update to 0.4.6, provided by Mario Kemper in pkg/12309.
Changes:
* New dialog box to add a list of files to be downloaded differing
  only in a sequence number (code contributed by Matthew Tuck
  <matty@chariot.net.au>).
* Fixed lot of error messages showing when network was down (thanks
  to Gianluca Montecchi <gianluca@pluto.linux.it> for the patch)
* Scroll the file list to make the file just started visible
  (automatically or manually started)
* Applet properly resizes to different panel sizes
* Fixed incorrect CORBA communication error messages reported to the
  user
* Applet transparency problems solved. Now the applet properly
  sets its background with different GTK themes and panel backgrounds
* GTM and GTM applet now set their icons (looks cool when iconized)
* Fixed wget timeout bad argument
* Added ability to drag files from GTM, also the new file dialogs
  now accept drag data.
2001-03-13 16:33:42 +00:00
jun
54dfcb04c3 Update Mew to 1.95b113
1.95b113 (2001/03/13) mew-dist release

* Colors are available on Emacs21/XEmacs with the -nw option.
* M-a -> mew-summary-addrbook-edit.
* Fixing duplicated entries buf of mew-summary-addrbook-add.
* SMTP bug fix.
* SAMBA support.
2001-03-13 16:24:48 +00:00
tron
04d03a49dc Update "ethereal" package to version 0.8.16 using patches supplied by
Martti Kuparinen in PR pkg/12379. Changes since version 0.8.15:
- new dissectors include SUA Light, HCLNFSD, Rquota.
- many other dissectors were updated and bug-fixed
- the wiretap library can now read Etherpeek files, and write NetMon 2.x
  files
- capture filters and display filters are kept in separate dialogues/files
  to help minimize confusion.
- a new "Decode As" feature allows some run-time configuration of which
  dissectors are called for a particular packet
- the display filter code was re-written, and some syntax changed (esp. for
  boolean variables)
2001-03-13 15:44:21 +00:00
zuntum
16892f78ac We don't need to use $(MAKE), "make" is enough. Pointed by Thomas Klausner 2001-03-13 15:41:52 +00:00
zuntum
7e3d0f4dce * it doesn't really need GNU make
* use CC, not gcc
2001-03-13 15:36:50 +00:00
wiz
ca4f7c67f5 refix quoting. 2001-03-13 15:23:26 +00:00
dmcmahill
096a883221 bump version to go with last change 2001-03-13 15:14:30 +00:00
dmcmahill
aa50384881 add missing header file. makes this build on alpha with -Werror. 2001-03-13 15:09:55 +00:00
jlam
14b034d4cf Add USE_X11 to get correct linker directives 2001-03-13 15:01:40 +00:00
wiz
94db54d828 add and enable freefonts 2001-03-13 14:15:55 +00:00
zuntum
69e4ab9493 Update sniff to 2.0.
Fixes pkg/12209 by Riccardo Veraldi <veraldi@cs.unibo.it>

Changes since 1.0:
  *  directly uses libpcap functions and includes a few bug fixes to the
     previous code.  A few subroutines have been complitely rewritten.
2001-03-13 14:14:40 +00:00
wiz
e327fcd419 Initial import of freefonts-0.10, a collection of 79 freely available
fonts.
Package provided by Jeremy C. Reed in pkg/12166.
2001-03-13 14:14:29 +00:00
wiz
a2b296cf44 Fix quoting. 2001-03-13 13:59:14 +00:00
tron
7c9861d3de Use "CPPFLAGS" to configure include directories because setting
"INCLUDES" doesn't work.
2001-03-13 13:54:48 +00:00
wiz
89ee2c787f Fix compilation on -current after 2001/01/18 (since zconf.h doesn't
defined OF() anymore). Fixes pkg/12255 by Rui-Xiang Guo.
2001-03-13 13:46:56 +00:00
zuntum
549ed6982e Pass things via MAKE_ENV in one line instead of multiple, pointed by Thomas Klausner 2001-03-13 13:45:56 +00:00
wiz
dad074f843 add and enable csound and csound-manual 2001-03-13 13:24:36 +00:00
wiz
570a5f3d47 csound-manual -- manuals and example files for csound.
Package provided by Ben Collver in pkg/11760, with an overhaul by me.
2001-03-13 13:23:06 +00:00
wiz
3311352b84 add csound-license 2001-03-13 13:21:12 +00:00
zuntum
5606159090 add & enable sniff 2001-03-13 13:20:18 +00:00
wiz
8b014114f1 Initial import of (unofficial) csound-4.09:
Csound is a software synthesis package in the tradition of so-called
music-N languages, among which the best-known is Music V.  It consists
of an orchestra- and score-driven executable, written in C for
portability.  Since Csound is a computational language, it is highly
flexible and efficient; complexity is gained only at the expense of
computation time.  Basically Csound reads some files and creates the
result as a file on disk or, on faster machines, through a DAC in real
time.

Package provided by Ben Collver in pkg/11759, with an overhaul by me.
2001-03-13 13:18:24 +00:00
zuntum
7779abc7a8 Initial import of sniff-1.0.
This program filters the tcpump raw packet data looking for logins and
passwords on the most commonly used tcp ports (ftp telnet pop3 ...).
It dumps sniffed data to a file named sniff.log
2001-03-13 13:13:41 +00:00
wiz
a4df455da6 Remove empty line. 2001-03-13 13:09:09 +00:00
is
be3ebb01c0 Add workaround for libtool problem on ARM32. 2001-03-13 12:37:23 +00:00
agc
f8c0b800dd Previous check (for "." being present in PATH) was incorrect in instances
where "." occurred after the directory containing ld.

Rework the check to see which ld executable is actually found.

Pointed out by Thomas Klausner.
2001-03-13 12:01:43 +00:00
itojun
02882f6aaa ack binary builder 2001-03-13 11:35:06 +00:00
agc
ecc1cfcf5c Add a check for cwd in the $PATH (if "." is present, configuration step
will fail).

Addresses PR 10988
2001-03-13 11:30:28 +00:00
itojun
6da4bb568e add cvsup to subdir 2001-03-13 11:29:08 +00:00
itojun
c04c150147 cvsup client/server 2001-03-13 11:28:19 +00:00
agc
100c6a7268 Add an explanatory comment. 2001-03-13 09:53:37 +00:00
agc
969f45aafe Only add DIGEST_VERSION to MAKEFLAGS when we know it's a valid version.
Addresses PR 12397
2001-03-13 09:41:36 +00:00
wiz
1d265fdb4a Only BUILD_DEPEND on unzip. pkg/11869. 2001-03-13 09:41:27 +00:00