Commit graph

54 commits

Author SHA1 Message Date
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
nia
0ad4d4eb91 ivtools: Needs ps2pdf 2021-03-03 10:46:14 +00:00
nia
a98c0c2e06 ivtools: update to 2.0.4a1
Changes: builds again;

August 22nd 2020 ivtools-2.0.3

* add Golang style "%v" format descriptor to comterp print func.

July 5th 2020 ivtools-2.0.2

* Change priority of "$$" (stream) operator to line up with other stream operators (i.e. ".." and "**").

June 30th 2020 ivtools-2.0.1

* Fix nested user defined funcs in comterp (the func() command).

* Change isalpha(), isdigit(), and isspace() funcs to return 0 or 1
  (instead of the bitmask which is returned for C).

* Add comterp_run utility script for hands-free launching of comterp scripts.
  Write scripts with this header:

   #! /usr/bin/env comterp_run

* Add csvfilt comterp script as an example of using comterp_run.
  After installing both try "csvfilt --help".

June 21st 2020 ivtools-2.0.0

Non-backward compatible changes from ivtools-1.2.11:

* Swap "$$" and "$" operators in comterp.  The "$$" operator is now stream() (which matches
  the other double-character stream operators - "..", "**", and ",,") and "$" is now list().

* Reverse the priority of ".." (iterate()) and "**" (repeat()), giving ".." precedence over "**".
  The reason is because ".." is more complex than "**", like multiplication is more complex than
  addition.

* Remove symmax() and symcnt() commands because they were redundant with symid() which accepts
  :max and :cnt keywords.

Other changes;

* remove patches directory, sourceforge102203.xml, aclocal.m4, README.cygwin, README.ivmkcm, and comtop.tgz

* migrated all CHANGES-* files to a CHANGES directory
2021-03-01 09:48:40 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
dholland
18666a3ea1 Uses libX11 directly; seen in tnn's -7 build. PKGREVISION -> 4 2016-03-13 07:45:12 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
obache
094fc77967 Assume cp as GNU cp only for Linux and Fixes installation of symbolic link,
other than platforms using GNU cp except SVR4 and Darwin.
FIxes a part of PR pkg/49497.

Bump PKGREVISION.
2014-12-25 05:10:38 +00:00
obache
743faecd93 It is better to use ${LOWER_OPSYS} than fixed "netbsd" in PLIST for
"platform_part" of config file name.
XXX: complete list should be picked up from "configure.in"

Fix a part of PR pkg/49497 by Sevan Janiyan.
2014-12-25 04:57:25 +00:00
obache
7e4c5704c3 config/dragonfly-gcc.mk exists, no need to fake DragonFly as NetBSD. 2014-12-25 04:53:14 +00:00
obache
57c136fab7 wget is a pkgsrc tool. 2014-12-25 04:30:19 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
joerg
4622c3f8dc Fix main definition. 2012-12-25 21:09:08 +00:00
dholland
25d3bf2889 Fix implicit int on main(), seen in the clang build. 2012-12-22 22:10:00 +00:00
dholland
d56abd6f5b Fix LP64 build. 2012-12-21 02:59:04 +00:00
dholland
31e85bb589 Silence extensive const warnings that were obscuring everything else. 2012-12-21 02:58:55 +00:00
markd
750636aec9 fix path in patch. 2012-12-18 18:23:40 +00:00
markd
d6dcd7013d include <stdint.h> for uintptr_t. 2012-11-17 22:08:26 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
joerg
990fa8bd58 Disable for 64bit platforms, doesn't compile due to int casts. 2010-07-01 22:21:29 +00:00
markd
b68e301ec1 Update to ivtools 1.2.8
leaf node.  Adds DESTDIR support.  Drop maintainership.

Nov. 21st, 2009  ivtools-1.2.8

- significant work on keeping up with gcc and libstdc++.  A wrapper
  for stdio.h was inadvertently getting pulled in by /usr/include
  files, causing a lot of trouble.  Now builds with gcc-4.4 on Ubuntu
  9.10.

August 25th, 2009  ivtools-1.2.7

- series of memory leak checking commands
- added reference counting to OverlayView's (ComponentView's) referred from
  AttributeValue's (#define RESOURCE_COMPVIEW)
- fixed attrname func.
- fixed stddev func.
- added BooleanType to NumFunc promotion method.
- fixed graphdraw copy/paste of graph fragments
- new SocketObj for use comterp
- fix behavior of symbol manipulating funcs, by using internal bquote.
- port to Ubuntu Heron
- applied (most of) patch to build on Fedora 10 contributed by John Heidemann
- balance of changes to support ipl-1.0.4

July 9th, 2008  ivtools-1.2.6

- Debian contributed patch for iostreams backward compatibility
- bug fix for dispatcher.c contributed by Damon Permezel
- add mute command to comterp
- balance of changes to support ipl-1.0.2

March 4th, 2008  ivtools-1.2.5

- overall evolution to support use by ipl-1.0.1 (see
  http://sf.net/projects/ipl for further details)
2010-04-05 22:52:23 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
joerg
934917b8fb Fix LP64 build. 2010-01-08 18:46:48 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
24ce9c6c39 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:05:39 +00:00
joerg
3a3c07bc30 Remove @dirrm entries from PLISTs 2009-06-14 17:59:04 +00:00
joerg
3e52f1e120 Fix path to and depend on bash. Bump revision. 2007-09-04 19:50:34 +00:00
markd
b26bc51f90 Drop the -Wl,-z,defs. Its complaining about unresolved symbols in shared
libraries that should be unresolved at that stage.
2007-06-21 11:55:32 +00:00
joerg
5e59767160 Another link fix. 2007-03-03 17:54:31 +00:00
joerg
757d39cc40 Explicitly link in libc as well. 2007-02-19 20:31:49 +00:00
joerg
e99a0fb122 Add DragonFly support, fix build with modular and pkgsrc Xorg and
shared library linkage in general. On DragonFly and NetBSD build
with -Wl,-z,defs to find possible regressions.
2007-02-15 18:26:14 +00:00
markd
dd7c6ea965 Use tiff package rather than local copy. From Matthias Drochner.
Bump PKGREVISION.
2006-07-26 11:53:39 +00:00
markd
014a5cc9f3 Update to ivtools 1.2.4
July 20th, 2006  ivtools-1.2.4
- changes for compiling with gcc-4.0
- changes to socket-driven (ACE) use of comterp to support multi-line commands
- changes to allow re-use of scanner/parser with multiple operator tables

October 7th, 2005  ivtools-1.2.3
- add support for an external libtiff with a --with-tiff (and
-with-tiff-lib) configure arguments.
- changes necessary to compile with gcc-4.0
- changes necessary to compile with gcc-4.0 on top of ACE-5.4.7
- changes necessary to compile on suse-9.3 linux (amd64 platform).
Contributed by Paul Vixie.
- fixed bug in "addtool" command/mechanism in graphdraw and drawserv
- added support for color expressions to graphdraw (:colexpr), to
allow attribute-sensitive computation of a node's color.
2006-07-24 12:04:26 +00:00
joerg
070e74098e Uses C++. 2006-05-15 21:55:28 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
52aaed3d1c Fix build on Solaris and NetBSD-current. 2006-01-04 11:23:54 +00:00
wiz
27bb779bb6 Do not mix > with * in DEPENDS (pkglint test?).
Fix CONFLICTS pattern to include [0-9].
2005-12-16 07:09:24 +00:00
wennmach
2a592e245a drawtool of the ivtools suite needs pstoedit in order to edit
PostScript files. It also needs wget, so add both to DEPENDS.
Bump PKGREVISION.
2005-12-15 23:49:40 +00:00
rillig
dd54f3ae30 Fixed definition of WRKSRC. 2005-11-05 17:17:12 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
markd
ba660ffa7d Update to ivtools-1.2.2
Changes:
- fix for problem writing to /tmp

- compilation fix on NetBSD for comterp.c

- compilation patch submitted by Michal Palczew.
2005-03-01 20:49:47 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
markd
6f057e5752 Explicitly include <errno.h>. Should fix build on NetBSD-1.6.2. 2004-09-14 12:24:34 +00:00
markd
6e51c4c36b Update ivtools to 1.2.1
July 13th, 2004  ivtools-1.2.1

Two crashes discovered and fixed by Michal Palczewski (mpalczew at
users.sourceforge.net).  One was a crash on exit after a delete with
idraw/drawtool, the other was a crash upon delete with graphdraw.
They turned out to be long-standing bugs in the order of object
deletion, problems that hadn't appeared with other versions of gcc.
RedHat must have adopted a more aggressive recycling of freed space in
a recent release.  Thanks Michal.


June 3rd, 2004  ivtools-1.2

ivtools-1.2 sets a new direction for the package, toward peer-to-peer
drawing chat.  ivtools' drawserv, the editor that incorporates every ivtool
mechanism to date (multi-frame, graph-editing, integrated scripting
language) has been extended to support a unique kind of
small-granularity shared whiteboard.

This work was based on the pre-existing networked scripting capability
of ivtools' comdraw.  Then the pasting of any graphic was intercepted,
and the graphic serialized into a command that could be communicated
to other drawing editors to keep them in sync.
2004-08-22 03:20:49 +00:00
markd
bce292dbc6 Update to version 1.1.3
- continue evolution of iostreams usage to keep up with changes to
libstdc++-v3.  Many thanks for reinstating a filebuf constructor that
accepts an integer file descriptor.  Hard to wrap them around sockets
any other way.

- fix problem with use of ACE on Darwin with gcc-3.3.

- fix problem with lexical scanning introduced when "#" comment lines
were first handled.
2004-05-29 13:06:29 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
markd
7cea8c1953 Update ivtools to version 1.1.2.
Changes from 1.1.0: incorporation of our patches in the standard
distribution.
2003-12-14 12:02:17 +00:00
markd
ba8c0c3c0b Update ivtools to version 1.1.0.
Fixes build with gcc3 and hopefully Alistair's bulk build.
Explicitly not updated to version 1.1.1 because while that version
builds with gcc3 with fewer patches it completely breaks gcc2.

Changes:
October 29th, 2003  ivtools-1.1.0

- re-enable use of shared memory for X11 image rendering under MacOS X

- fix command passed to popen() to detect executables on MacOS X

- fix up some AttrValue stuff

- all the changes it took to get it built with ACE on MacOS X (though
it doesn't work yet).

- the cpp bundled with gcc-3.3 has a bug, and gets confused by
back-slashed commas in macro arguments (it thinks they start a new
argument, which they don't).  This introduced a problem to long stable
config files, but a workaround is here.

- this also fixes things so FreeBSD can configure on alpha architectures.

- add -svgexport flag to drawtool that by default suppresses (the
incomplete) SVG export mechanism.
2003-11-18 21:09:18 +00:00