Commit graph

2334 commits

Author SHA1 Message Date
rh
b559ec77bb Initial import of libgnomecanvas-2.0.4, the GNOME2 canvas handling library.
Provided in PR pkg/18195 by Julio Merino <jmmv@hispabsd.org>, with minor
PLIST fixes by me.
2002-09-07 04:41:42 +00:00
rh
f3ed7bcab2 Update libart2 to 2.3.10. Provided by Julio Merino <jmmv@hispabsd.org> in
PR pkg/18194.
No change list is available, but 2.3.10 is the version required by the
2.0.1 release of GNOME2.
2002-09-07 03:58:47 +00:00
rh
d91d1625a8 Add and enable lib3ds 2002-09-06 00:54:25 +00:00
rh
f93a3692ab Initial import of lib3ds-1.2.0, a library for parsing 3D objects in 3DS
format.
2002-09-06 00:52:28 +00:00
dillo
575fa7a86a add and enable jpeg2ps 2002-09-04 16:37:39 +00:00
dillo
0af60ea7f3 add jpeg2ps 1.9:
jpeg2ps is a utility for converting JPEG images to compressed
   PostScript Level 2 or 3 files (without uncompressing the images).
   The JPEG data is simply ``wrapped'' with PostScript which yields
   considerably smaller PS files.  jpeg2ps is a simple command line
   utility.
2002-09-04 16:31:39 +00:00
agc
cb0e38446b Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to
generalise the linker flags used to export symbols by setting them on
a per-OS basis.

> many packages force -Wl,-export-dynamic which is not portable outside GNU ld
> and cause problems e.g. on Solaris.  some of these packages use if
> conditionals either only for NetBSD or except SunOS, but the state is not
> coherent and it may complicate later when support for new OS is added to
> pkgsrc (e.g. ongoing work on HP-UX support).
>
> jlam proposed the following framework in discussion on tech-pkg:
>
>   http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html
>
> now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining
> -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable
> values.  packages should be converted to this framework by:
>
> 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with:
>
>    LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
>
> 2) for use in patchfiles, add this variable to MAKE_ENV if needed:
>
>    MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
>
> 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch
>    files with:
>
>    $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-04 14:47:32 +00:00
drochner
0c3a8c07e5 -resort to old buildlink - BUILDLINK2 doesn't work yet with Python
packages
-fix hardwired python2.2 in PLIST
2002-09-04 13:06:54 +00:00
drochner
9155113d08 update to 1.1.3
changes:
+ Adapted to Python 1.6, 2.0, 2.1 and 2.2.  This version also
  runs under 1.5.2, but probably not under versions older than
  that.
+ To reduce module dependencies, the Tkinter support has been
  moved to a separate binary module.
+ The JPEG decoder is more tolerant for broken files.  As long
  as all image data can be read, it won't complain.
+ An ANTIALIAS downsampling filter has been added.
+ Includes distutils build script (setup.py) for 2.0 and later.
+ The usual crop of bug fixes and performance tweaks.
2002-09-03 20:31:02 +00:00
wiz
aefd80f32a Fix PLIST after 0.18.0 update. Sort. 2002-09-02 14:55:42 +00:00
drochner
5237ff423e -make this build if gnome libs are installed
-being here, update to 0.18.0
 changes:
* Fixed the RGB 565 MSB -> MSB case in gdk-pixbuf-drawable - #79190
* Fixed alignment issues in the BMP loader - #84083 (Federico).
* Merged pixops.c from GTK+ HEAD as of 2002/Jun/18 (Federico).
2002-09-02 13:10:08 +00:00
wiz
6682ee65c6 regen (bl2 merge) 2002-09-01 23:23:14 +00:00
kim
d43bd1339a Fix ownership of doc files installed in ${PREFIX}. 2002-09-01 15:15:37 +00:00
tron
df0b4367aa The "Xpm" library is distributed with Solaris 9. Handle this case like
XFree86 4.x and don't install the package.
2002-09-01 15:13:41 +00:00
tron
dc618de551 Fix problem with XFree86 checks under Solaris. 2002-09-01 11:49:42 +00:00
hubertf
7bed43a6a2 Distfiles aren't available any longer on the KDE ftp site, so let's
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-09-01 04:26:09 +00:00
mjl
c87f596c34 Update dia to 0.90
Note: dia may crash if LC_CTYPE is unset. Setting it to
      "en_US.ISO8859-1" works for me)

* in FreeType mode, dia now looks for the xfs configuration files too
  to retrieve the font path.
* Polish version of the manual added
* a load-time compatibility issue with files produced by 0.88.1 was
  found and fixed for some UML objects.
* we now better use the intltool facilities
* increased tolerance to broken XML files
* ER objects can have their text size changed
* a couple bugs (i18n, l10n, p9y) fixed
* from now on, all XML files produced by dia will be encoded as UTF-8.
* Metapost renderer
* Faster Postscript files.
* More options in the UML Class dialog.
* An optional menu bar can be added to each display window, in
  addition to the popup menu.
* All RenderObjects have been replaced by equivalent shapes, and
  RenderObject support code removed.
* All Lazyprop objects have been converted to Standard Properties
  instead. Lazyprop support code removed.
* lots of internal changes and cleanups in the StdProp code. This
  breaks binary compatibility.
* Shapes can now have a <svg:text> element.
* polybeziers and beziergons now have their bounding box properly computed.
* a few new shapes have been added.
* crashes in the right-click menu have been nailed.
2002-09-01 00:38:08 +00:00
wiz
ca9b844c87 Convert to buildlink2. 2002-08-31 14:16:39 +00:00
wiz
301773b8c1 Update to 1.5.10:
* Fixed bug, introduced in 1.5.9, that caused defaults for method 0 to be
  used instead of copying the original image, when the original was already
  smallest.
* Work around CPU timer wraparound at 2G microseconds.
* Upgraded zlib from 1.1.3 to 1.1.4. Pngcrush is believed not to be
  vulnerable to the zlib-1.1.3 buffer-overflow bug.
* Choose the first instance of smallest IDAT instead of the last, for
  faster final recompression, suggested by TSamuel.
* Added -trns_a option for entering a tRNS array.
2002-08-31 00:01:53 +00:00
wiz
9e3b54a402 Update to 1.0.4: Small bugfixes. 2002-08-30 23:53:48 +00:00
wiz
11c61c8c57 Update to 2.4.6:
* Document masters converted to DocBook.
        * Man page typo fix.
        * Glen Randers-Pehrson's configure.in tweaks to avoid testin
          for a deprecated function.
        * Typo fix in the web2png script.
        * Document -f, restore -1 for backwards compatibility.
2002-08-30 23:04:07 +00:00
drochner
e09c2435ef update to 0.6.13
changes:
 * A Multiline Text plugin object. Create it with the
   Edit->Create->Multiline Text menu item.
 * An Import filter for Acorn Draw files, updated import filters for
   SVG, WMF and Illustrator files and an updated SVG export filter.
 * The font dialog allows setting the font of multiple text objects at
   once.
 * Two new command line tools: skconvert and sk2ppm. skconverts between
   vector formats and sk2ppm converts vector files to ppm.
 * A fix for a filename quoting bug when rendering EPS files. This bug
   was a security problem.
 * Bug fixes.
2002-08-30 08:06:14 +00:00
jlam
d74a36415f buildlink1 -> buildlink2 2002-08-29 09:39:44 +00:00
jlam
d77e2e0da9 buildlink1 -> buildlink2 2002-08-29 08:42:50 +00:00
seb
fe1c224783 Add & enable p5-GraphViz. 2002-08-28 19:40:52 +00:00
seb
7f38006f50 Initial import of p5-GraphViz version 1.5 into the Packages Collection.
This perl module provides an interface to layout and generate images of
directed graphs in a variety of formats (PostScript, PNG, etc.) using
the "dot" and "neato" programs from the GraphViz project.
2002-08-28 19:39:52 +00:00
jlam
436fd9d391 Convert gdk-pixbuf-gnome from buildlink1 to buildlink2, and remove the
special buildlink1 handling in the common Makefile.
2002-08-28 15:49:04 +00:00
seb
51f599ac90 Update to version 1.8.9.
Buildlink1 -> buildlink2.  Update homepage.

* Changes in version 1.8.9

August 2, 2002
		- declare this version 1.8.9
	- general
	    - split rpm into:
	        graphviz, graphviz-tcl, graphviz-graphs, graphviz-devel
	    - gcc3 warning cleanup
	    - Install lincdt, libgraph, libagraph, libgd, libpathplan, libexp,
	    	and libpack so that they can be used by other programs.
		Headers and man3 in graphviz-devel
	- dynagraph, graphsearch
 	    - New tools based on libagraph and written in C++
	- dot, neato, twopi
	    - Add node and edge tooltips for use with -Tcmap
	    	\N,\E,\H,\T substitutions also work in tooltips.
	    - Add alt="label_string" to -Tcmap
	    - Add edge-label and port mappings to -Tps and -Tps2 so
	        that edges can be hyperlinked in PDF documents.
	    - Add support for \E (edge name), \H (head-node name),
	        \T (tail-node name) substitutions in edge labels and edge URLs
	    - Add support for stylesheet="file.css" for use in -Tsvg
	    - Fix -Tpic to work with recent gpic (Bruce Lilly)
	    - Fix alignment of imagemaps to images.
	    - Fix "transparent" color support in -Tsvg
	    - Fix support for graph [URL="default.html"] in -Tsvg and -Tcmap.
	    - Fix '&' escaping in URLs in -Tsvg
	    - Fix infinite loop in dot layout algorithm
	    - Fix text rotations again (hopefully freetype is stable now.)
	    - Cluster layout improvements
	    - Clean up warning messages from pathplan
	    - Consolidation of mapping code from imapgen.c and ismapgen.c into mapgen.c
	- gpr
	    - Added additional mode to extract components based sharing an
	        edge or a cluster
	    - Fix test for getopt
	- tcl-based tools
	    - Disable tcl-based tool building if tcl/tk not available
	        with stubs support.
	- documentation updates: FAQ, dotguide, dot.1

* Changes in version 1.8.8

July 5, 2002
	    - declare 1.8.7 a "brown bag" release
		 and declare this version 1.8.8
	- remove wrong assert in gdgen.c
	- fix graph centering in bitmap outputs
	- provide enough margins
	- fix line widths after scaling
		(test with directed/proc3d.dot)
	- fix text rotations (requires libfreetype.so.6.3.1)
		(test with directed/NaN.dot)

* Changes in version 1.8.7

July 5, 2002
	    - declare this version 1.8.7
	- Fix missing "]" in ihi demo.
July 2, 2002
	- Add URL mappings for clusters: svg,svgz,ps,ismap,imap,cmap.
	- Fix to avoid white edges in bitmap outputs when bgcolor is set.
	- Improve sizing and position of strings in bitmap outputs
	  when using builtin fonts (when font file not found).
	- Fix \N substitution in edge URLs in imap and cmap outputs.
	- Add -Tcmap for client-side imagemaps.
	- Generate warnings instead of access violation for EPSF file problems.
	- Various spline fixes in neato.
	- Fixes to pack.c
	- Add feature to ccomps to allow extraction of individual component
	  by number or node.
	- Cdt make to use iffe provided in the tools directory.
	- Various Makefile.old fixes.
	- Use HAVE_LIBZ to remove GD2 format if libz not available.
	  Now bare-bones programs can be built without any add-on libraries.
	- Modified dot grammar to allow simple name attributes in attribute
	  lists.  Thus, [splines] is equivalent to [splines=true]. Adopted
	  the same convention for command line attributes -G, -E and -N.
	  In addition, such command line attributes now override any
	  competing initial attribute statements.
	- HP-UX 11.11 build fixes for struct dioattr.
	- Fix for bug #158 "Nodes disappear with ports"
	- Various Windows-specific #ifdefs
	- Fix edge coordinates in -Tplain.

* Changes in version 1.8.6

May 24, 2002
	    - declare this version 1.8.6
May 19, 2002
	- Fixed segfault from use of bgcolor in clusters.
May 15, 2002
	- Changed install location of architecture-independent demo
	  scripts and graphs to <prefix>/share/graphviz/ to conform to FHS.
	- Avoid multiple linking of libfreetype (and others) which caused
	  problems on SunOS-2.8.
May 6, 2002
	- Factored out some duplicated arrow code from dotgen/splines.c
	  and neatorgen/splines.c into common/arrows.c.
	- Added new arrow types:  halfopen, box, obox, crow.
	- Touched up the arrow designs so that they look better at default size.
	- Modified/extended graphs/directed/newarrows.dot to show new arrows.
May 3, 2002
        - Added some UML arrow types from Diomidis Spinellis <dds@aueb.gr>
	  empty, invempty, open, diamond, odiamond.
May 2, 2002
	- Added new pack option to neato. This causes each connected component
	  to be laid out separately, and then the resulting graphs are packed
	  together in a single layout.
	- Amended neato to accept new tee arrowhead.
April 19, 2002
	- Coords of rectangles changed to left/top right/bottom in -Timap.
	- Generate COPYING from LICENSE.html during ./authogen.sh,
	  remove COPYING from CVS.
April 16, 2002
	- Minor license file patches.
	- Corrected one of those reversed flat edge bugs again.
2002-08-28 13:49:35 +00:00
jlam
a36f1836ae Remove buildlink.mk files that aren't used by any other files in pkgsrc. 2002-08-28 08:05:31 +00:00
skrll
401b5cebdd Update to KDE 3.0.3.
While I'm here do the a.out dance for kuickshow and a couple of other
minor clean ups.

Changes are:

kdelibs
	kprocess / kprocctrl: fix problem with hanging kdevelop.
	Javascript (core): more robust stack overflow check
	Javascript (html): allow to set a JS (non-CSS) property to a style object
	Javascript (html): improved result of navigator.platform using uname()
	Javascript (html): more aggressive garbage collection on clear, fixing many
		crashes
	Javascript (html): global object (window) has a correct object prototype now
	khtml: several crashes and bugs fixed
	kssl: Always verify the basic constraints on certificates (SECURITY)
	kdefx: Make the blending routine used by transparent menus work properly on
		big-endian platforms
	kdeui: Fix KDialog::setPlainCaption()

kdebase
	Build fixes for IRIX / MipsPro (kcontrol, konqueror, konsole).
	Kicker: Quick browser escapes ampersand characters in file names.
	Konsole: Don't prepend ESC if Meta is pressed if key definition is for "+Alt".
	Konsole: Fixed crashes at startup related to broken font installations.
	Konsole: Fixed crashes when selecting in history buffer.
	krdb: Smarter handling of multiple and symlinked KDE and Qt installs when
		exporting plugin path to Qt.

kdenetwork
	KMail: allow an ampersand as last char of an URL.
	KMail: Don't crash when custom drafts or sent-mail folders have been deleted or
		renamed.
	KMail: Fix auto charset detection for empty strings.
	KMail/KNode: Correctly handle quotes in user ids of OpenPGP keys.
	KMail: Make custom (global) Bcc headers work correctly with encryption and
		distribution list expansion.

kdepim
	KAlarm: Fix session restoration often not occurring at login.
	KAlarm: Adjust wrong summer times stored by KDE 3.0.0 version of KAlarm.
	KAlarm: Make Close button on message window not the default button to reduce
		chance of accidental acknowledgement.
	KAlarm: Make Help button in configuration dialog display KAlarm handbook.
	KNotes: Compile fix for Qt 3.0.5
	KOrganizer: Fixed context menu of todo list/view and event list which
		disappeared when using Qt 3.0.5
2002-08-28 07:15:25 +00:00
jlam
1b2f7013b8 buildlink1 -> buildlink2 2002-08-28 07:00:45 +00:00
jlam
e2f314b13a buildlink1 -> buildlink2. 2002-08-28 05:31:00 +00:00
jlam
98ad2d88b8 Fix this file by adding the avifile-buildlink target to BUILDLINK_TARGETS. 2002-08-28 05:29:41 +00:00
jlam
35e80b1ace buildlink1 -> buildlink2 2002-08-28 02:40:32 +00:00
jlam
b7956dcb6b buildlink1 -> buildlink2 2002-08-28 02:14:36 +00:00
jlam
c4de6a8b37 buildlink1 -> buildlink2 2002-08-27 19:14:46 +00:00
jlam
6354af1c5a Need at least 1.4.0.4nb1, which has the changed library names. 2002-08-27 18:20:27 +00:00
jlam
c413122961 Re-add aalib-x11/buildlink.mk with appropriate modifications to work with
the new aalib-x11 package.  SDL/buildlink.mk uses aalib-x11/buildlink.mk,
so we can't kill it, yet.
2002-08-27 18:18:33 +00:00
markd
3b5a53a02b Add dependency on imlib to consistently have kuickshow built.
Update PLIST accordingly.
2002-08-27 12:15:22 +00:00
jlam
16d76d5ca3 Remove aalib/buildlink.mk -- gphoto2 was the last remaining user but it's
been converted to use buildlink2 now.
2002-08-27 06:44:34 +00:00
jlam
9a36592798 Fix name of guard for multiple-inclusion protection. 2002-08-27 06:42:49 +00:00
jlam
71e4aa8df2 buildlink1 -> buildlink2. Disable readline support since its detection is
currently broken (though not too hard to fix), and add a dependency on glib
for the "jamcam" module, which was building with glib as a hidden
dependency all this time (luckily, buildlink2 didn't let it get away with
it like buildlink1 did).
2002-08-27 06:40:01 +00:00
tron
1483637530 Enforce of our "libtool" to get static library built. 2002-08-26 21:20:32 +00:00
jlam
1378f5eae1 Convert to use buildlink2. 2002-08-26 19:39:21 +00:00
jlam
beaaa4d9a4 Share common pkgsrc bits between the aalib and aalib-x11 packages. Shrink
the aalib-x11 package to installing just the libraries and headers and to
install them with new names so that aalib-x11 and aalib no longer conflict.
Also, remove the aalib-x11/buildlink.mk file as it will be no longer used.
This solves part of pkg/16354.
2002-08-26 19:38:05 +00:00
jlam
47f5a05b84 buildlink1 -> buildlink2 2002-08-26 17:54:34 +00:00
jlam
6ea52acc98 Narrow down conflict list to just the existing aalib-x11 versions, looking
forward to when aalib and aalib-x11 don't conflict.
2002-08-26 06:59:47 +00:00
jlam
5ba05082e4 Use buildlink2. 2002-08-26 06:45:38 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00