Commit graph

1810 commits

Author SHA1 Message Date
zuntum
030afc1756 Converted to use buildlink.mk 2001-06-25 23:58:32 +00:00
zuntum
1baadf5f27 o convert to use graphics/png/buildlink.mk 2001-06-25 23:54:31 +00:00
zuntum
3d4e3224e3 o converted to use buildlink.mk files 2001-06-25 23:48:42 +00:00
jlam
eebb8986f6 Mark as USE_BUILDLINK_ONLY. 2001-06-25 20:03:54 +00:00
jlam
8291707236 It's freetype-lib>=1.3.1, not freetype>=1.3.1. 2001-06-25 20:02:08 +00:00
wiz
a0c338703f Move -I${LOCALBASE}/include from CFLAGS to CPPFLAGS per pkg/13240
(both work for me, but changing it seems to help Anthony Mallet).
2001-06-25 18:44:15 +00:00
zuntum
22e303d4f2 o converted to use the buildlink technology
o make WITH_QT work properly
2001-06-25 14:09:45 +00:00
taca
a249b78dbb Remove share/examples/mgp/dns-jp.mgp from PLIST since magicpoint-1.08a
dosen't contain this file any more.
2001-06-24 09:01:54 +00:00
zuntum
43cf5395a4 Remove MOC and UIC references -- we no longer try to compile this package
with qt2 support.
2001-06-24 02:25:51 +00:00
zuntum
d6ed635561 Remove FreeBSDism -- USE_AUTOCONF 2001-06-24 02:22:25 +00:00
zuntum
0f58b87f48 Remove USE_XLIB as it has no effect; I wonder who put it here 2001-06-24 02:16:38 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
8ca42bcf7c Add buildlink.mk file for use by other package Makefiles. 2001-06-23 19:24:20 +00:00
jlam
bad64676c1 Pull in buildlink files for jpeg, lcms, and zlib as they're needed when
linking against libmng.
2001-06-22 16:46:51 +00:00
jlam
9273f351a3 Add buildlink.mk file for use by other package Makefiles. 2001-06-22 16:44:18 +00:00
jlam
a0079390c9 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Add
missing dependency on zlib.
2001-06-22 16:43:27 +00:00
jlam
a6abca1729 Add buildlink.mk file for use by other package Makefiles. 2001-06-22 16:39:00 +00:00
jlam
2b08fa4da3 Mark as USE_BUILDLINK_ONLY. 2001-06-22 16:38:38 +00:00
jtb
17b2810279 Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib. 2001-06-22 14:05:36 +00:00
jlam
7ac386cc9e Add dependency on bzip2 for libbz2.a, needed to support bzip2-compressed
MIFF files.
2001-06-21 22:53:30 +00:00
jlam
9283b87452 Remove changes to remove BZ2_ prefix from bzip2 function calls. bzip2
1.0.1 and up prefix functions with BZ2_ while older versions don't, but
ImageMagick was tested to work with bzip2 1.0.1, so don't change its
expectations.
2001-06-21 01:59:07 +00:00
jlam
b4748402e1 Add back dependency on mpeg2codec that was accidentally removed in last
set of changes.
2001-06-21 01:48:43 +00:00
jlam
af84a04b84 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Allow
finding libbz2 on NetBSD systems by removing BZ2_ prefix from bzip2
function calls.
2001-06-20 22:24:44 +00:00
jlam
29d8f0652e Mark as USE_BUILDLINK_ONLY and make a few whitespace adjustments. Also
remove unnecessary NO_CONFIGURE setting.
2001-06-20 21:38:58 +00:00
jtb
7aec40a4ea Update of yplot to 1.1.0.
Changes include:

 * Configuration now done with autoconf
 * Many API extensions
 * Updated documentation
 * Many more demos
 * etc.
2001-06-20 12:58:56 +00:00
jtb
2b0432e86c Regen. 2001-06-20 12:55:11 +00:00
jtb
a0a213ac76 Update of plplot to 5.0.4.
Important Changes:
(1) Default orientation for the ljii, ljiip, psc, ps, and pstex drivers has
been rotated from seascape (upside-down landscape) by 180 deg to landscape.
With this change no special 180 deg latex rotations will be required to get
true landscape mode (top of the plot on the left of the page as opposed to
on the right of the page for seascape mode).  If you still require seascape
for some reason for these drivers, use the -ori 2. command-line option or
else use plsdiori(2.) or plsetopt("ori", "2.").

(2) The installation location for examples has been changed to
$prefix/lib/plplot<ver>/examples to be in better conformance with the FHS.

Important Bug fixes:

(1) Many improvements to the octave front end.

(2) Many improvements to the xfig driver.

(3) If the overall aspect ratio is changed by the -geometry, -a, or -portrait
options or else by the combination of the -ori 1 and -freeaspect options, the
character aspect ratio remains unaffected.  For example, when the overall
aspect ratio is changed now, circular symbols remain circular rather than
turning into ellipses as in the old code.

(4) Software pattern fills now rotate correctly with the rest of the plot
when the -ori option is used.  This fix affects all drivers (e.g., xwin,
psc) which do not handle their own pattern fills.  (Previously the rotation
angle for software pattern fills was mistakenly doubled by two calls to the
orientation transformation routine.)

Important New Features:

(1) Portrait mode.  Use the -portrait option on the command line or else
plsetopt("portrait", "") to get this option which only currently affects the
ljii, ljiip, ps, psc, and pstex drivers.  This option is especially useful
for yplot, the yorick front-end to PLplot.  yplot previously maintained
separate (==> hard-to-maintain and buggy) portrait versions of the psc, ps,
and ljiip drivers.  Those will no longer be necessary with this PLplot
core change, and in fact portrait mode is now available for a much wider
range of drivers.

(2) -drvopt command-line option (or else use plsetopt("drvopt","option")).
This allows setting options for particular drivers.  For example, the
-drvopt text option for the psc or ps driver allows use of Adobe fonts (This
is poorly documented currently, but for now see notes in ps.c for more
details).

(3) New pstex driver.  This is not currently documented, but there is post
from João Cardoso on plplot_devel
(http://www.geocrawler.com/archives/3/10834/2001/4/50/5536095/) that gives
the recipe (ignore the configuration stuff and start with the ./x01c
command).  The idea is to emulate the pstex output of the xfig application
so that latex can be used to directly process the file output from the
PLplot pstex driver.
2001-06-20 12:51:53 +00:00
jlam
caed2a1d79 Mark as USE_BUILDLINK_ONLY. 2001-06-19 04:32:29 +00:00
jlam
263cd7fd21 Mark as USE_BUILDLINK_ONLY. 2001-06-19 04:22:08 +00:00
jlam
17d8e3bfa1 Regen. 2001-06-19 04:21:32 +00:00
jlam
d2193b82a7 It's ${BUILDLINK_DIR}/lib, not ${BUILDLINK_LIBDIR}. 2001-06-19 04:21:04 +00:00
jlam
b7c02290c3 Mirror changes in libungif/Makefile 2001-06-19 04:08:48 +00:00
jlam
8f1a1450ae Mark as USE_BUILDLINK_ONLY. 2001-06-19 04:00:48 +00:00
zuntum
6e8c3a98a3 Convert to use buildlink.mk files 2001-06-18 22:23:03 +00:00
jlam
dc31dadfc9 Convert to use buildlink.mk files. 2001-06-18 21:48:52 +00:00
jlam
6159cd1c07 Mark gdk-pixbuf and gdk-pixbuf-gnome as USE_BUILDLINK_ONLY. 2001-06-18 21:40:25 +00:00
jlam
ad98a7645b Mark these packages as USE_BUILDLINK_ONLY. 2001-06-18 21:32:23 +00:00
jlam
30911b7ace Instead of explicitly including ${includedir} in header search path,
just use Mesa's buildlink.mk file to handle all possible combinations
of XFree86 versions and xpkgwedge installations.
2001-06-18 21:20:36 +00:00
zuntum
0f0e3b107f Update avifile-devel to 0.6.20010618
* a lot of fixes in asf parsing code - finally we are able to correctly
  detect end of file
* redesigned and simplified event handling in aviplayer
* a-v sync is now 100% better then it ever was
* maximize return to its previous size when switching of fullscreen
* hopefully fixed problem with mpg sound which could occasionaly get broken
* GUI updates
* added keys '[', ']' to modify a-v sync - (adds, subs 0.1 sec)
* UNIQUE frame-dropping technique - now even very slow computers could
  be used to was movies in sync !!!!
2001-06-18 21:01:46 +00:00
jlam
8f39419491 Regularize fixes to config scripts to use the same code. 2001-06-18 20:49:00 +00:00
veego
5adffe4185 Add ${includedir} aka $(PREFIX)/include to make it work with xpkgwedge. 2001-06-18 20:45:35 +00:00
jlam
2e41bb732b Rename xpm-{1,2} to xpm-{x11base,localbase} to be more informative. 2001-06-17 17:54:33 +00:00
jlam
a1ee30d07a Define USE_MESA if this file is included and remove unused MESA_REQD.
Also rename Mesa-{1,2} to Mesa-{x11base,localbase} to be more informative.
2001-06-17 17:45:52 +00:00
veego
1605b48599 Use HAVE_BUILTIN_GLU from <bsd.prefs.mk> to exclude the dependency for glu
on XFree86 4.1.0, which now comes with this library.
Bump the version number for this package to ${DISTNAME}nb1 (3.4.2nb1).
2001-06-17 08:08:49 +00:00
jlam
9985c58ee6 Converted to use buildlink.mk files. 2001-06-16 19:57:12 +00:00
jlam
4bd1cc4973 Regen. 2001-06-16 19:56:48 +00:00
jlam
1de57759e1 Refer to glib-config as $GLIB_CONFIG in configure script, and add X_LDFLAGS
variable for X libraries linker flags.
2001-06-16 19:56:16 +00:00
jlam
8bd2534b14 Use gtk-config, not @GTK_CONFIG@ to avoid putting buildlink references
in config script.  Also add X_LDFLAGS for X libraries linker flags.
2001-06-16 19:54:50 +00:00
jlam
259afe8a04 Converted to use buildlink.mk files. 2001-06-16 19:51:51 +00:00
jlam
0f5b5101f4 Convrt to use buildlink.mk. 2001-06-16 19:50:57 +00:00
jlam
35b12a3c80 Use ${XARGS}, not find/-exec 2001-06-16 19:50:17 +00:00
jlam
8fea51aacb Add buildlink.mk files for use by other packages. 2001-06-16 19:23:17 +00:00
zuntum
d4eebb00c9 add & enable avifile-devel 2001-06-16 11:48:34 +00:00
zuntum
21880bf330 Initial import of avifile-devel 20010616
An MPEG-4 (aka DivX) player library built around the Windows binaries,
that does not need Wine.  There is also a xmps plugin you can build
(manually).

This package is based on avifile-0.6 source from CVS as of 20010616
2001-06-16 11:48:04 +00:00
zuntum
f0a407c0b9 add & enable apla 2001-06-16 11:44:14 +00:00
zuntum
eb079e3e0d Initial import of apla-1.0
apla is temporary replacement for aviplay player. It uses avifile library.

If you have slow CPU/framebuffer you can try -s option to reduce count of
frames displayed (all frames have to be decoded in most video formats
though).  Using 16 bit video mode may help as well. Absolutely mandatory
for optimal performance is use of write-combining access to framebuffer
memory on i386 hardware, see memconfig(8).

This great program was written by Witold J. Wnuk <w.wnuk@zodiac.mimuw.edu.pl>
Thanks Witold!
2001-06-16 11:40:33 +00:00
jlam
2b14cd12f3 A buildlink.mk file for use by other packages 2001-06-15 09:00:58 +00:00
jlam
033fafe853 Use buildlink.mk files to get dependencies, CPPFLAGS, and LDFLAGS for
png, tiff, and jpeg.  Remove the now unneeded explicit CPPFLAGS and
LDFLAGS settings.
2001-06-15 08:30:44 +00:00
jlam
d2dc7915ee Move CPPFLAGS and LDFLAGS settings from ../gdk-pixbuf/Makefile.common to
here.  These may not be needed, but we'll keep them here till we can be
sure one way or the other.
2001-06-15 08:29:37 +00:00
kei
707c65edaa added support to fix the path to perl.
It seems that we need more generic way to replace the symbols (e.g. paths)
in the various files.
2001-06-14 06:36:50 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
072be2ad69 Use bsd.buildlink.mk instead of duplicating code all over the place. 2001-06-11 01:59:33 +00:00
mjl
496cdb3073 Update to 1.5.5
Reset reduce_to_gray and it_is_opaque flags prior to processing each image.
Enable removal of safe-to-copy chunks that are being handled as unknown
Added 262 to the length of uncompressed data when calculating
required_window_size, to account for zlib/deflate implementation.
Added "-bit_depth n" to the help screen.
Call png_set_packing() when increasing bit_depth to 2 or 4.
Added warning about not overwriting an existing tRNS chunk.
Reduced the memory usage
Write 500K IDAT chunks even when system libpng is being used.
Ignore all-zero gAMA and cHRM chunks, with a warning.
Added "-loco" option (writes MNG files with filter_method 64)
"-dir" and "-ext" options are no longer mutually exclusive, e.g.:
pngcrush -loco -dir Crushed -ext .mng *.png
Added "-iccp" option
Increased the zlib memory level to 9, which improves compression
Enabled the "-max max_idat_size" option, even when max_idat_size
exceeds the default 1/2 megabyte size.
Added missing "png_ptr" argument to png_error() call
Revised the "-help" output slightly and improved the "-version" output.
The "-already[_crushed]" option is now ignored if the "-force" option
is present or if chunks are being added, deleted, or modified.
Improved "things_have_changed" behavior (now, when set in a particular file, it is not set for all remaining files)
2001-06-10 20:01:22 +00:00
jlam
5d02f04b3a Use cookies (.*_done) to determine whether headers and libs have been
linked from a particular package, and add a pre-configure target to
the buildlink.mk file to more painlessly use buildlink.mk files.  A
${BUILDLINK_TARGETS} variable still exists in case a package _must_
define NO_CONFIGURE.
2001-06-10 00:09:29 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
23dbeaec09 ' ' -> '\t' 2001-06-09 15:32:16 +00:00
wiz
5be454e29d ' '->'\t' 2001-06-09 15:25:18 +00:00
tron
653d0df5a9 Solve problem caused by "xpkwedge" support showing up under Solaris in a
better way. Patch supplied by Johnny C. Lam in private e-mail.
2001-06-09 11:41:36 +00:00
tron
2937ea4319 Fix path of include files on systems using OpenWindows. 2001-06-08 21:30:35 +00:00
wiz
9577358c63 Don't shift graphics higher, which makes them drop off the page in letter
style. pkg/13056 by Ben Wong.
2001-06-08 15:13:14 +00:00
tron
856132aa53 Fix broken "xpkwedge" patch which unconditionally modifies
"USRLIBDIRPATH" causing build problems under Solaris.
2001-06-08 14:35:38 +00:00
jlam
f97c2600f4 Add conflict with freetype<1.3.1 to freetype-lib and freetype-utils.
Fixes pkg/13084 by Bill Squier <groo@old-ones.com>.
2001-06-07 16:07:12 +00:00
tron
0e30732ffd Add support for ACER ScanPrisa 620ST. 2001-06-02 20:31:59 +00:00
skrll
f1dd3185db Ignore pthread.h even if found.
This fixes pkg/13025 from Greg A. Woods <woods@weird.com>
2001-05-31 17:40:05 +00:00
tron
f21d2ac951 Remove "ftp.mesa3d.org" from master list because it is an alias name for
"download.sourceforge.net" these days.
2001-05-31 05:54:45 +00:00
drochner
1bebbc2217 MesaLib's diskfile has changed on the server.
(found by David Brownlee)
2001-05-30 10:53:06 +00:00
drochner
93ca91b6eb update Mesa to 3.4.2
Bug fixes:
        - deleting the currently bound texture could cause bad problems
        - using fog could result in random vertex alpha values
         - AA triangle rendering could touch pixels outside right window bound
        - fixed byteswapping problem in clear_32bit_ximage() function
        - fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam
        - fixed memory leak in glXUseXFont()
        - fragment sampling in AA triangle function was off by 1/2 pixel
        - Windows: reading pixels from framebuffer didn't always work
        - glConvolutionFilter2D could segfault or cause FP exception
        - fixed segfaults in FX and X drivers when using tex unit 1 but not 0
        - GL_NAND logicop didn't work right in RGBA mode
        - fixed a memory corruption bug in vertex buffer reset code
        - clearing the softwara alpha buffer with scissoring was broken
        - fixed a few color index mode fog bugs
        - fixed some bad assertions in color index mode
        - fixed FX line 'stipple' bug #420091
Changes:
        - optimized writing mono-colored pixel spans to X pixmaps
        - increased max viewport size to 2048 x 2048
2001-05-30 07:53:01 +00:00
jlam
88a22cb3bd Rework build to use buildlink.mk files so that it won't pick up installed
headers and libraries during a "make build".
2001-05-28 03:16:44 +00:00
jlam
3fff674009 Add buildlink.mk file to link appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28 03:09:10 +00:00
jlam
e84ef3ccb1 Find location of zlib using EVAL_PREFIX. Use buildlink.mk files to find
the required headers and libraries for jpeg and zlib.
2001-05-28 02:50:24 +00:00
jlam
d0fb8a773f png depends on zlib, so add dependency on zlib for those platforms without
in the base system.  Make sure that libz.so is found during the build.
2001-05-28 02:41:54 +00:00
jlam
2ac54684e2 Add buildlink.mk files that can link headers and libraries into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages
during build.
2001-05-26 16:30:18 +00:00
jlam
321e922031 Add buildlink.mk files that can link headers and libraries into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages
during build.
2001-05-26 08:10:42 +00:00
jlam
45126d79ee Set required version to 3.2.1 to match bsd.pkg.mk. 2001-05-26 06:46:31 +00:00
jlam
7415aa8f62 Add buildlink.mk Makefile fragment to link GL headers and libs into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
2001-05-26 06:36:11 +00:00
itojun
38a0ec704b upgrade magicpoint to 0.18a.
- The "charset" directive: you can use iso-8859-[1-4]
- MNG support: animation without "mark" and "again"
- Enhancing "mgp2ps"
  * Supporting "cont", "mark", "again"
  * Resizing image
- bug fixes
2001-05-24 10:36:00 +00:00
manu
a7c8e855cb disabled shlibs checking (this is a Linux package) 2001-05-24 08:38:40 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
wiz
ff1f2b2d8e Update libpng to 1.0.11.
pkgsrc change: bump shared library major like it happened in libpng some
time ago -- our libtool'ified build didn't reflect this. Fixes pkg/12856
by Thor Simon. Note necessity of manual major/minor handling in Makefile,
to decrease chance that this will repeat in the future.
Changes since 1.0.10:
  Added type casts on several png_malloc() calls (Dimitri Papadapoulos).
  Removed a no-longer needed AIX work-around from pngconf.h
  Changed several "//" single-line comments to C-style in pnggccrd.c
  Removed PNGAPI from several functions whose prototypes did not have PNGAPI.
  Updated scripts/pngos2.def
  Added a check for NULL return from user's malloc_fn().
  Removed some useless type casts of the NULL pointer.
  Added makefile.netbsd [not used, since we're using libtool instead]
2001-05-21 21:39:13 +00:00
jtb
9ad6a2f5e1 Fix some typos. 2001-05-19 23:46:38 +00:00
jtb
02fcf56cb1 Install the docs in ${PREFIX}/share/igmt. Some of the help expects them
to be there, it's not the modifications to put them in
${PREFIX}/share/doc/igmt.  Bump version number.
2001-05-19 17:48:27 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
hubertf
f37274f66e add & enable dumpmpeg 2001-05-17 16:02:45 +00:00
hubertf
72a3877d50 Added dumpmpeg-0.6: Splits mpeg stream into single images
dumpmpeg is a program that allows you to dump video frames from
MPEG movie files. It uses the SDL MPEG Player Library to  accomplish
this  and  thus requires an open X-Window.  Since it uses the SMPEG
library, it can dump  frames  from format it supports, which
currently is MPEG-1 video files.
2001-05-17 16:00:52 +00:00
hubertf
69b94ee6ad add & enable mpeg_encode 2001-05-14 23:07:27 +00:00
hubertf
a70cacaa1d Add mpeg_encode-1.5b: The Parallel Berkeley MPEG Encoder
The primary focus of MPEG encoding algorithms is 1) To create fast
and efficient motion vector search techniques and 2) To find "good"
encoding parameters that provide a balance of encoding speed,
compression and quality.

The Berkeley encoder accelerates the process by parallelizing in
the temporal direction. The overall organization of the encoder is
shown in Figure 2. The Master server is the overall coordinator.
It allocates groups of frames to the Slave servers for encoding.
The sharing of the files is achieved best, if the directories
containing the video files are NFS mounted and accessible uniformly
to all processors (alternatively they can be sent out though sockets
by the Master). The various activities are managed by inter process
communication through sockets.
2001-05-14 23:06:03 +00:00
rh
e61f849d50 Add and enable librsvg 2001-05-14 17:48:06 +00:00
rh
d98b1c936e Initial import of librsvg-1.0.0, a library for scalable vector graphics. 2001-05-14 17:47:27 +00:00
rh
ee0b109f1f Add and enable gle 2001-05-14 17:01:05 +00:00
rh
594f05581d Initial import of gle-3.0.3, a set of GL subroutines for drawing tubing
and extrusions.
2001-05-14 17:00:32 +00:00
drochner
114ece5630 explicitely pass "--without-wmf" to "configure" to avoid a spurious
warning
2001-05-14 16:34:38 +00:00
wiz
d84c0883fd true -> ${TRUE} 2001-05-12 16:17:45 +00:00
dmcmahill
f4c83acaa9 add a missing CL_String << long operator overload needed on systems for
which sizeof(long) != sizeof(int).
2001-05-11 14:12:10 +00:00
wiz
b0a3e019a8 Adapt to linuxppc version number change. 2001-05-11 09:20:55 +00:00
jtb
717d3eec39 Changes the names of the libraries created during the build --
"libtcmgui" instead of "libgui".  emulators/gpsim installs a libgui
which causes problems.  There may be conflicts with the other libs
(libglobal, libtable, etc). To be safe, rename them all similarly.

Get rid of the terrible configure script.  It saved a few patches, but
isn't worth the ugliness.
2001-05-10 23:35:27 +00:00
tron
72ac289570 Mark this package as arm32, atari and i386 only. These are the only ports
with PCI support which install the header files for the XFree86 server
extentension required to build (but not to run) this program.
2001-05-10 22:54:12 +00:00
wiz
1e62e42445 Use SHA1, and add sizes.
New distfiles for solaris, but since it's binary only and we only
have one distsite, what can one do.
2001-05-09 21:13:34 +00:00
agc
00e2337e78 Move to ${MASTER_SITE_BACKUP} from a hardcoded ftp.netbsd.org for the
MASTER_SITES
2001-05-09 13:11:26 +00:00
agc
9b33bf8b9d The distfile which sourceforge is distributing is different to the one
on ftp.netbsd.org. Use the one on ftp.netbsd.org (it's usually a bit
quicker anyway).

Use sha1 digest, and add distfile size.
2001-05-09 11:37:35 +00:00
dmcmahill
9387a3b8ab make sure the build doesn't pick up a bad ARCH from the users
environment.

Also, `uname -p` == "alpha" is not a check for OSF...
2001-05-08 19:48:45 +00:00
agc
c91357e86f Move to sha1 digest, and add distfile size 2001-05-08 16:36:01 +00:00
jtb
e90e7f15d7 Remove unnecessary backslash. Pointed out by zuntum. 2001-05-07 18:41:16 +00:00
jtb
d5a5353bbc Remove unnecessary post-patch target. 2001-05-07 18:12:12 +00:00
jtb
976aced7d8 Fix a problem with gif generation. 2001-05-07 12:00:58 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
hubertf
a07a06ff47 Regen for changed patch-ad.
This broke 194 pkgs in the last bulk build - highscore! :-)
2001-05-05 15:52:18 +00:00
hubertf
17bae807e0 Fix EXTRACT_CMD - an empty string is not a valid command. 2001-05-05 02:38:00 +00:00
agc
72fbd7f12b Correct the distfile name for the Alpha
Add back distfile digests for Alpha, Sparc and PowerPC
Add distfile sizes
2001-05-04 12:42:45 +00:00
jtb
7836024168 Increment PKGNAME rather than DISTNAME. 2001-05-03 21:17:23 +00:00
jtb
474909bb94 Add some defaults for EVAL_PREFIX. 2001-05-03 21:06:12 +00:00
jtb
055e3e429f Make the Fortran interface work properly. Install the demos.
While here, build shared libraries using libtool.  Increment version number.
2001-05-03 20:56:32 +00:00
jtb
16e944068f Fix a typo. 2001-05-03 20:18:55 +00:00
jlam
68ac9466b2 Have the program look for locale files in the same place they're installed. 2001-05-03 14:41:30 +00:00
skrll
f282fbbfb9 Pass CC down to configure script and make sure its used properly.
This fixes pkg/12797
2001-05-03 13:22:50 +00:00
jlam
4acac02ea9 Install locale files under ${PKGLOCALEDIR} instead of always under share.
Cosmetic file changes to Makefile.common.
2001-05-03 04:28:25 +00:00
jlam
c662685ee8 Share a common distinfo file between freetype-lib and freetype-utils. 2001-05-03 04:24:35 +00:00
jlam
7ade8a3d56 Patch configure instead of configure.in so we don't need autoconf as a
build dependency.  Also minimize diffs between giflib/Makefile and
libungif/Makefile.
2001-05-02 15:51:21 +00:00
jtb
a52e4e914f Add a MESABASE_DEFAULT. 2001-05-02 15:08:52 +00:00
jtb
74291604c7 Determine MESABASE using EVAL_PREFIX so that it works correctly with
xpkgwedge.  Thanks to Johnny C. Lam for noticing the problem and
Alistair G. Crooks for the suggested solution.
2001-05-02 14:49:37 +00:00
jtb
7cbf29c50f Add PLPLOT_PREFIX_DEFAULT=${LOCALBASE} so that EVAL_PREFIX returns the
correct prefix when plplot isn't already installed.
2001-05-01 22:40:43 +00:00
jtb
9cefc30625 Use --with-opengl=${X11BASE} in CONFIGURE_ENV. 2001-05-01 22:37:13 +00:00
tron
5d0d5766a3 Add missing checksum and size for LZW compression kit. 2001-05-01 07:14:05 +00:00
jlam
d75cbbb9fd Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-30 04:16:08 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
drochner
a09fea41b1 gtk+extra-0.99.14 changed some gtk_plot_* function names, so we have
to update to 0.6.3.
Other changes (from the ChangeLog file):
            Bugfixes everywhere, mainly reported
            by Rob Lahaye<lahaye@postech.edu>
            Edit dialog for datasets.
            First version of the Preferences dialog
            Enhancements in the layer control
            Fixes and enhancements in gtkextra
            2nd version of the preferences dialog
            Enhancements in Python and Worksheets
            Complete overview and report of bugs and possible enhancements.
            Emergency rescue in case of a crash
            Autosave
            First version of the Bonobo interfase for embedding Scigraphica
2001-04-28 14:34:12 +00:00
hubertf
daaf60749a Add BUILD_USES_MSGFMT=yes as this wants msgfmt - build breaks if it's not
installed (I wonder why this wasn't catched in bulk builds...)
2001-04-28 00:50:35 +00:00
agc
c25d3f9ed4 Put some other entries into alphabetical order whilst I'm here. 2001-04-27 13:37:01 +00:00
agc
11fdeaa938 Add and enable wmphoto 2001-04-27 13:36:06 +00:00
agc
09cd085b00 Initial import of wmphoto-0.3a into the packages collection.
Provided by Thomas Runge (runge@rostock.zgdv.de) in PR 12491.

wmphoto is a dock-app that can show you a photo and execute a command
related to that photo.  You can have many photos.
2001-04-27 13:35:09 +00:00
jtb
65734247a2 Add leftovers from i386 bulk build. 2001-04-26 21:05:18 +00:00
jtb
9021e3354b A newer version of GMT is in pkgsrc now, update dependence to reflect this. 2001-04-26 20:56:38 +00:00
tron
ae64e02fa5 Fix "bash" problem consistently. 2001-04-23 20:30:40 +00:00
tron
39b046fa0f Don't use "/bin/bash" as shell in "ulib/Makefile". Problem pointed out by
Mario Kemper in private e-mail.
2001-04-23 20:28:04 +00:00
dmcmahill
6de2d0953c Update from hp2xx-3.3.2nb2 to 3.4.0.
Changes are:

Bug fixes:

- Added polygon mode support for CI
- Label characters from unsupported fonts are now replaced by their
  charset 0 equivalents instead of being replaced by blanks.
- Text was sometimes incorrectly clipped when IW was set
- Fixed a typo (missing parenthesis) in the Sun5 part of generic.mak
- Polygon fills were (again) miscalculated in some cases
- The 'pen dot' feature was unnecessarily adding dots for the segments of
  polylines as well
- PS command with height only and PS with width>height were not treated
  correctly, rotation and scaling were applied twice due to code duplication
- small (cosmetic) corrections to the new linetype code (A. Bird)
- lines drawn in IW mode had extraneous pen-up moves added, which confused
  the line pattern generator.
- clipping (IW) was seriously broken by cleanup and prototyping efforts in
  ALPHA2/3. Thanks to Andrew Bird for finding and fixing this.
  Auto-generation of output filenames sometimes failed (side effect of
  the less restrictive naming rules introduced in ALPHA2)
- removed extraneous asterisk in the INFO-DIR-ENTRY section of the
  texinfo doc file (Reinhard Kotucha)
- IW without parameters was assigned wrong values in some cases (bug
  introduced in ALPHA2)
- IW could clip lines just inside the limits due to rounding errors on
  some platforms
- chanell makefiles to include fillpoly.(c,o)
- Line pattern length was too long for LT-2
- SC scale factors were not applied to XT/YT tick marks, resulting in
  distorted plots
- Added a #define to support compiling on WinNT (mentioned, but not
  actually included in ALPHA2)
- deactivated the excessive debug output in the fill code (which could lead
  to huge temporary files)
- made the simple scanline algorithm a bit more robust (but it still gets out
  of step in a few pathological cases - which means that filled and unfilled
  sections will be reversed for the remainder of that line)
- enclosed all references to the unfinished Epson driver in #ifdefs, so that
  it is not built by default. (also fixed a few glaring bugs in the esc/p2 file
  header code, but the driver still does not work _at_all_)
- absolute PW pen widths between 0 and .1 were accidentally rounded to zero
  (invisible lines)
- the picture border was too wide in some cases (Gerhard Buergmann)
- IW limits were interpreted as plotter units even if scaling (SC) was set.
- PCX output sometimes had dark red background in b/w mode and wrong colors
  in colormap mode (rewrote to_pcx.c for PCX5, see above).


New Features:

- Support for HPGL/2 commands related to polygons and area fills :
  EP, ER, FP, FT, PM, PT, RA, RR, WG (no user-defined fill types yet)
- WU command support, PW fixed accordingly.
- AT,RT command support (arc through three points)
- Initial (non-functional) version of an Epson Esc/P2 driver based on
  to_pcl.
- Parser improved to be more robust (especially with PE commands),
  cliping (IW) support for PE lines, PJL and RTL control sequence handler,
  type 1 and 2 (anisotropic) scaling support added to SC (Eugene Doudine).
- Modified to_pcx to produce PCX mode 5 (truecolor) files in color mode,
  PCX2 in monochrome. (The old PCX2 module is in the 'old' directory, in
  case this proves to be worse - i have changed a few of the palette
  definitions to get correct b/w output and primary colors even with this
  version).
- New linetype handling including support for line types 7,8,-7,-8 and
  user-defined linetype (UL) (written by Andrew Bird)
- Support for the COmment keyword added (Andrew Bird)
- PD;PU-sequences without pen movement create a small dot now to mimick the
  behaviour of a real pen plotter.
- Added -S option for selection of TIFF compression mode (Andrew Bird)
- Rewrote pen property handling - a pen can now change width during a
  plot (Andrew Bird). Similarly added pencolor changing support (though for
  the postscript driver only - all other modes require a rewrite of the
  intermediate raster 'picbuf' code).
- Output mode 'esc2' for the Epson Stylus series of printers at 720dpi.
  (limited to A4 size for now, and in 'microweave' mode, i.e. using only
  one row of nozzles, which results in exact but very slow printing)
- added command line option '-n'/'--nofill' to suppress polygon filling
- OS/2 PM previewer now has stderr output redirection to a separate window
  (patch provided by Kazutaka Nishiyama)
- Added step-by-step instructions for compiling on Windows NT (provided by
  James D. Shaw)
- X11 preview generates a warning, but no longer aborts if the window is
  larger than the current screen size
- file names may start with non-alphabetic characters (e.g. numbers
  or unix-style path names) now (Michael Kennedy)
2001-04-23 19:25:46 +00:00
jtb
0ce4dc8e5b Update of xzgv to 0.7.
2001-04-10  Russell Marks  <russell.marks@ntlworld.com>

	* Version 0.7.

	* src/Makefile: whoops, `-lz' was missing. I usually got away
	with this, but it did break in some cases (perhaps with Imlib
	1.9.10?). Thanks to Gabor Z. Papp for pointing this out
	(albeit, again, somewhat indirectly :-)).

	* src/mkopts.awk: there isn't any reason I can't just use stdout
	for error messages, so do that.

	* src/updatetn.c (cb_update_tn): this'll be fun to explain. :-)
	Ok... the non-recursive thumbnail update stops thumbnail reading
	before doing the update (as does the recursive one, but never mind
	that). Previously, if you pressed `u' soon enough after the
	thumbnail-read had started, and only files a long way down in a
	big directory needed new thumbnails, then you could be left with a
	mostly-blank set of thumbnails onscreen for (say) a few seconds.
	It now makes sure all thumbnails in the visible portion of the
	list are read before it starts, rather like recursive update.

	* src/backend.c: marking image as uncacheable seems to *very*
	occasionally lead to a segfault (infrequently enough that I've
	found this hard to track down), apparently due to unearthing a bug
	in Imlib1's uncacheable-image code which is (I think) never
	otherwise used. So we don't do that any more.

2001-04-09  Russell Marks  <russell.marks@ntlworld.com>

	* Added support for PRF (ported from zgv), which is basically a
	kind of extrapolated version of my old mrf format - unlike mrf,
	PRF supports greyscale and colour. Thanks to Brian Raiter for both
	devising the format, and writing the reference implementation
	readprf.c is heavily based on.

	* src/mkopts.awk: now detects running under an old awk, and
	complains about it with a pointer to config.mk.

2001-03-01  Russell Marks  <russell.marks@ntlworld.com>

	* src/main.c: toggling all tags is now possible, with Alt-o or
	Tagging/Toggle All.

	* src/main.c: you can now move to the next/previous tagged file
	with `/' and `?' respectively (or equivalent menu options). When
	used in the viewer, this also views the file.
	(init_window): moved `Tag then Next' to new viewer `Tagging' menu.

	* src/main.c: fix for redraw-related position problem. (In 0.6,
	try going to the end of the selector's list, pressing `v', then
	pressing `v' again - the row positioning is slightly wrong.)
	(init_window): added `Open' to selector `File' menu, and
	rearranged the menu slightly; moved tagging commands to `Tagging'
	menu.

2001-02-03  Russell Marks  <russell.marks@ntlworld.com>

	* src/main.c (set_title): no longer includes the version number in
	the window title, as you can get this from both `xzgv --version'
	and About on either Help menu.

	* Added help menus. Currently just runs info on the relevant node,
	but it's better than nothing I s'pose. :-)

2001-01-16  Russell Marks  <russell.marks@ntlworld.com>

	* Added choice of timestamps to use when sorting in time/date
	order - you can now choose mtime (default), ctime, or atime. You
	can switch with alt-shift-m/c/a, or from selector menu's
	Directory/Time & Date Type submenu, or with `sort-timestamp-type'
	option/config. Thanks for Wolfram Kleff for suggesting this.

	* src/main.c (viewer_key_press): you can now use shifted cursor
	keys as an alternative means of paging up/down/left/right in the
	viewer.
	(selector_key_press): any `Menu' key you might have can now be
	used to show the selector/viewer menus, just as right-clicking or
	pressing F10 does.

2000-12-28  Russell Marks  <russell.marks@ntlworld.com>

	* src/readtiff.c: didn't need to include rcfile.h.
	(read_tiff_file): previously flipped the image incorrectly.

2000-12-21  Russell Marks  <russell.marks@ntlworld.com>

	* `make install' now uses slightly more friendly Debian-ish
	permissions (755 for executable, 644 for docs).

2000-12-15  Russell Marks  <russell.marks@ntlworld.com>

	* src/readgif.c (outputstring): copied new non-recursive
	outputstring() across from zgv. No real advantage in xzgv, but
	it saves a gratuitous inconsistency at least. :-) Oh,
	actually, there is an advantage - this version shouldn't be
	hangable even with badly broken GIFs.

2000-12-14  Russell Marks  <russell.marks@ntlworld.com>

	* src/main.c (cb_selection): made toggles which could possibly
	affect the image display (in fact, did just about any which do
	GTK+ stuff) ignore the toggle attempt if currently loading an
	image. The main problem this fixes is the weirdness that used to
	happen after toggling zoom while a picture was loading
	(particularly when unzooming, and loading a `big' picture).

2000-12-13  Russell Marks  <russell.marks@ntlworld.com>

	* src/readgif.c (decompress): inittable() shouldn't have trusted
	code size to match numcols. It broke on a certain flavour of
	unusual and suboptimal, but valid, GIF with less than 256 colours
	(probably generated by a `broken' encoder). Thanks to Lenart
	Janos, Josip Rodin, and Chris Lawrence for spotting this and/or
	pushing the bug report to your friendly neighbourhood upstream
	maintainer. :-)

	* src/readjpeg.c (read_jpeg_file): sped things up a bit by reading
	in a slightly less simplistic manner, and by not doing "fancy
	upsampling" (doing this previously was the main reason why
	Imlib1's reader was faster). Combined with the change below, this
	makes native JPEG reading a teeny bit faster than Imlib1's, so
	it's now done that way for non-thumbnail use too. Also added
	`careful-jpeg' option/config, in case you want to leave it
	enabled (seems to be about a 10% slowdown).

	* src/backend.c (backend_create_image_from_data_destructively):
	now properly implemented for Imlib1. The way I've done it is
	slightly evil, but it speeds things up. ;-)

	* doc/xzgv.texi (File Type Identification): this bit could
	probably do with a rewrite, but at least it vaguely resembles
	reality now. :-)

	* src/readtiff.c: TIFF reader - uses libtiff. This means yet
	another library dependancy :-/, but enough people seem to use xzgv
	with TIFFs that it's probably worth doing properly.

2000-12-10  Russell Marks  <russell.marks@ntlworld.com>

	* src/updatetn.c (update_one_tn): now makes sure a page of
	thumbnails is visible even when doing non-recursive update -
	previously doing such an update before all thumbnails had been
	read in would show blank spots during the update (unlike the
	now-usual xzgv behaviour of loading onscreen thumbnails asap).
	This only seems to slow it down fractionally (by about 0.5% in a
	large dir full of small files in thin-rows mode), so I think it's
	worth it to get the consistency.

2000-11-24  Russell Marks  <russell.marks@ntlworld.com>

	* INSTALL: added more 0.6 success/failure reports - thanks to
	Joerg Reuter at SuSE.

	* src/main.c (viewer_key_press): whoops, I broke alt-a/u from
	viewer when I added ^a/^u - sorted that out.

	* src/backend.c: added gdk-pixbuf backend (aimed at 0.9.0).
	gdk-pixbuf doesn't quite provide everything xzgv needs, and seems
	rather slower than Imlib1 at rendering *despite* avoiding some
	unnecessary pixmap creation, so I don't see myself recommending
	use of this any time soon. Anyway, it's there if you want to try
	it. It doesn't support flip/mirror/rotate, or any
	brightness/contrast/gamma changes (I suppose I'll get around to
	these eventually, but expect them to be *slow* as gdk-pixbuf
	doesn't provide native facilities for this stuff), and doesn't
	support as many filetypes as Imlib1 (no fallback I suppose), but
	the rest is there.

2000-11-23  Russell Marks  <russell.marks@ntlworld.com>

	* src/readjpeg.c: adapted readjpegtn.c so it's usable as a normal
	JPEG reader too. Unfortunately this seems to be slower than Imlib1
	at reading JPEGs :-) (probably because creating Imlib's image from
	the RGB data involves copying it?), so it's still only used for
	thumbnails.

	* src/main.c (cb_delete_file): added `delete-single-prompt'
	option (cmdline and config file) so you can disable the y/n
	prompt when deleting a file, rather like zgv's `nodelprompt'.
	Thanks to Martin Bialasinski for suggesting this.

2000-11-21  Russell Marks  <russell.marks@ntlworld.com>

	* doc/xzgv.texi: case of chars in Alt-x and Ctrl-x forms should
	now be uniformly lowercase.
	(File Details): now mentions problem with zgv 5.0/5.1 generating
	incorrect thumbnail width/height details (5.2 is ok).

	* src/main.c: many keyboard navigation fixes/additions. Selector
	and viewer now both support ^u/^v/^a/^e as alternatives to page
	up/down and home/end. j/k in selector were fixed to behave more
	like cursor up/down do.

2000-11-20  Russell Marks  <russell.marks@ntlworld.com>

	* src/main.c: concerted attempt to nail all the remaining
	recursion problems. Now everything which even *thinks* of calling
	render_pixmap() is protected. :-) This isn't perfect though, as
	the protections are independent (do a mirror and flip at about the
	same time, and it'll mess up), so I'll need a better fix
	eventually.
	(do_gtk_stuff): this is now a LOT smarter about what to do when
	thumbnails are being loaded - fixes the bug where (while
	thumbnails were being loaded) holding down space to storm through
	N images got it very confused indeed.

	* doc/xzgv.texi (Renaming a File): it's xzgv not zgv. :-)

	* src/main.c (load_image): X windows are limited to a maximum size
	of 32767x32767 pixels, and xzgv uses a GTK+ widget based on an X
	window for its image. That's not the change, this is - previously,
	my GIF/PNG/mrf file readers failed to notice the problem larger
	images would cause, leading to a segfault - they now give an
	error.
	(cb_selection): now ensures focus is returned to selector when
	changing dir, making the pastpos action clearer when using the
	mouse (i.e. if you go down into a dir and then back up, the
	keyboard cursor will show which dir you just left). Previously, if
	you'd viewed an image before changing dir with the mouse, focus
	would have remained on the image.

	* src/updatetn.c: recursive thumbnail update no longer reads all
	thumbnails before doing updates - it now only bothers to read
	visible thumbnails. This makes the `fast-recursive-update' option
	rather less useful, as it's nearly that fast already. :-)
	(cb_update_tn_recursive_confirmed): previously didn't do pastpos
	stuff to save/restore cursor row `around' recursive update -
	fixed.

2000-11-17  Russell Marks  <russell.marks@ntlworld.com>

	* Now adapts rendering method for big images. When the number of
	pixels in the image exceeds the value set by
	image-bigness-threshold (as set in config file or on command-line,
	defaulting to 2 million pixels), it's drawn piece-by-piece on
	demand rather than all-at-once. The all-at-once behaviour is worth
	keeping around for smaller images, as it gives much nicer
	scrolling - but for big images it's just impractical, hence this
	feature.

	* src/main.c: previously, when you scaled down as far as it would
	go, it would never let you scale down again in the same way, due
	to breaking an anti-recursion measure. Fixed that.

2000-11-16  Russell Marks  <russell.marks@ntlworld.com>

	* src/backend.c: wrapper for rendering backend. This is now (apart
	from the Makefile) the only place with any Imlib1 dependence, so
	this should make it easier (or rather, slightly less than
	infinitely hard :-)) to switch backends if I decide to do that, or
	to support multiple backends (choosing backend at compile time).

2000-11-11  Russell Marks  <russell.marks@ntlworld.com>

	* doc/Makefile: replaced ifeq/ifneq with shell equivalent, which
	turns out to be sufficient (if uglier). This should avoid the need
	to use GNU make. Thanks to Frank Pohl for spotting this problem.

2000-11-07  Russell Marks  <russell.marks@ntlworld.com>

	* Changed `install -m' invocations to do plain install and change
	permissions after (with chmod). Thanks to Steven Bankowitz for
	reminding me of `-m' being a problem on things like Solaris.

2000-10-29  Russell Marks  <russell.marks@ntlworld.com>

	* src/main.c (init_window): as must be traditional by now, I found
	a bug almost immediately after the release. :-) Quite a minor one,
	thankfully. Previously you could still toggle thin-rows while
	running in the `xzgv file(s)' way, which was silly and made things
	look strange. Harmless, but fixed now.
2001-04-22 21:35:50 +00:00
wiz
142b50e9eb Update to 1.2.1, since older distfile isn't available anymore.
Move to sha1 checksum, and add size.
XXX: Still doesn't work for me, though.
2001-04-22 18:22:45 +00:00
tron
30d179ff7f Add and enable "dvdview". 2001-04-22 08:23:42 +00:00
tron
67eb5e882c Fix bug in window creatin code which caused hangs with some window
managers like "WindowMaker".
2001-04-22 07:24:46 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
wiz
ed52fc5a67 Update mirror list. 2001-04-21 09:36:03 +00:00
jtb
e4024254fa The homepage has moved (just a few minutes ago). 2001-04-20 21:57:39 +00:00
jtb
1acbced92d Fix byte ordering in grdraster. Proper location of HTML docs in the
GMT help script. Fix some patch fuzz. Install libgmt_mgg.la before
the programs depending on it, saving some warnings from libtool.
2001-04-20 17:16:19 +00:00
tron
009400920e Import new "dvdview" package:
Software only MPEG-1/2 video decoder
2001-04-20 16:46:27 +00:00
jtb
04a92e30ac Build libx2sys before the x2sys executables. 2001-04-19 21:36:30 +00:00
jtb
942d775f8a patch-aj is no longer needed. 2001-04-19 21:06:04 +00:00
jtb
d43e77975b Update of GMT to 3.4. See
http://imina.soest.hawaii.edu/gmt/gmt/gmt_releases.html

for details of changes.
2001-04-19 20:51:30 +00:00
jlam
2505570ce2 Handle freetype2 package like the MesaLib package as it is bundled with
XFree86-4.0.x.
2001-04-19 19:11:59 +00:00
zuntum
dff09da8f3 o use /dev/sound, not /dev/audio 2001-04-18 15:57:25 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
agc
5c6d9ebbfd + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:11:05 +00:00
hubertf
c26a0e62e5 this pkg installs only a library (and headers etc.), no binary.
Make this clear in DESCR & COMMENT
2001-04-14 23:09:46 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
zuntum
654b0ef493 unzip is not necessary, so remove it from BUILD_DEPENDS 2001-04-13 13:08:09 +00:00
zuntum
d67bbe8a54 Add NetBSD ID to the MESSAGE file 2001-04-13 09:16:57 +00:00
jtb
8a45277dbd Cosmetic changes. 2001-04-13 00:56:26 +00:00
zuntum
605e474a34 add & enable avifile 2001-04-12 21:30:40 +00:00
zuntum
821cb0d8ef Initial import of avifile-0.53.5
An MPEG-4 (aka DivX) player built around the Windows binaries,
but does not need Wine.
There is also a xmps plugin you can build (manually).

NOTE: aviplay (player originally included in the package) does not work
and thus the package does not build it. I'll send mail about tiny,
but working player to netbsd-users@netbsd.org soon.
2001-04-12 21:26:21 +00:00
zuntum
cf680ac28e add & enable win32-codecs 2001-04-12 20:51:09 +00:00
zuntum
4f65d56c53 Initial import of win32-codecs-010122 (required for incoming avifile import)
A huge compilation of Win32 codecs:

Video:
- Win32 VfW DLLs:
    Indeo Video 3.2, 4.1
    Microsoft MPEG-4 v1 & v2 beta
    Microsoft MPEG-4 v3 ( also known as DivX ;-) )
    Cinepak Video
    ATI VCR-2
    I263
- Win32 DirectShow filters, decompression-only support:
    Microsoft MPEG-4 v3 ( this decoder is slower than VfW one,
      but offers wider range of picture control features )
    Windows Media Video 7
    Indeo Video 5.0
    Motion JPEG ( using Morgan Multimedia shareware codec )
- Open-source plugins:
    Motion JPEG ( using libjpeg, very slow )

Audio:
- Win32 ACM DLLs, decompression-only support:
    Windows Media Audio ( also known as DivX ;-) Audio )
    MS ADPCM
    Intel Music Codec
- Open-source plugins, decompression-only support:
    PCM
    AC3
    IMA ADPCM
    MPEG Layer-1,2,3 ( compression into MP3 is also supported )
    MSN Audio
    GSM 6.1 Audio
- Win32 DirectShow filters, untested decompression-only support:
    Voxware Metasound
    ACELP.net
2001-04-12 20:48:03 +00:00
hubertf
31f5ce665c Trivia - What's wrong in this picture:
smaug% grep 'MesaLib.*3.4' */*/Makefile*
graphics/Mesa/Makefile:DEPENDS+=	MesaLib-3.4:../../graphics/MesaLib
graphics/MesaLib/Makefile:DISTNAME=	MesaLib-3.4.1

Invent a variable MESA_VERSION in Mesa/Makefile.common and use it.
2001-04-12 20:38:25 +00:00
wiz
e24773864b Wildcard dependency on gtkglarea. 2001-04-12 15:01:45 +00:00
jtb
12a5fb83ac Add a conflict -- both packages have a `pgps' executable.
From Lex Wennmacher's pkgconflict results.
2001-04-11 21:49:15 +00:00
jtb
108d5a9aeb Get rid of some use of __NetBSD__. "values.h" is either inexistant or
deprecated on most systems.
2001-04-11 21:31:59 +00:00
hubertf
22589b4153 Make the pkg name a bit more standard (rename to 3.10anb1) 2001-04-10 07:26:22 +00:00
hubertf
2c512b91fc It seems Macromedia replaced the file on their server without changing
the distname/dir. Fix for i386 - it seems the solaris file was not
changed.
2001-04-09 20:51:37 +00:00
wiz
8af3f4d4c6 Move CONFLICT line for pkglint. 2001-04-09 11:59:43 +00:00
manu
2f8e1ef711 Bumped the package version after last change 2001-04-08 16:28:02 +00:00
manu
834c5fa654 Fixed minor problems, added support for i386 (not ready yet) 2001-04-08 16:22:45 +00:00
jtb
3694278322 Updated to ncview-1.92c. No changelog. 2001-04-06 21:00:33 +00:00
wiz
b3118416e4 Standardize patch file names. 2001-04-05 15:54:55 +00:00
wiz
7eb8846863 Standardize patch file names. 2001-04-05 13:57:14 +00:00
wiz
ad4cbc04bc Move ghostscript-fonts from print to fonts. 2001-04-03 14:47:15 +00:00
wiz
d1418ded1a Disable vidmode, since this doesn't work on XF4 after v1.3 of patch-ai. 2001-04-02 22:15:48 +00:00
wrstuden
98fa822d58 Fix big-endian support. Problem was that the targa code would load a
little-endian short into an int, then byteswap the int. That's essentially
le32toh() when it should be le16toh(). This ended up in making numbers
0x10000 times too big. Also got rid of a potential unaligned-access.
2001-04-02 20:16:42 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
wiz
75ac02572e Indentation & MKDIR -> INSTALL_DATA_DIR. 2001-04-02 18:41:57 +00:00
wiz
bb9c4bf4bd Move line to please pkglint. 2001-04-02 18:40:55 +00:00
mjl
8985136ded Update to 1.0.10. Updates are bug fixes and MMX support.
Moved some error checking from png_handle_IHDR to png_set_IHDR.
  Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros.
  Revised png_mmx_support() function in pnggccrd.c
  Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c
  Fixed memory leak in contrib/visupng/PngFile.c
  Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version)
  Added warnings when retrieving or setting gamma=0.
  Increased the first part of msg buffer from 16 to 18 in png_chunk_warning().
  Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
2001-04-02 02:23:48 +00:00
jtb
1d1a092b72 Regen. 2001-04-02 00:58:02 +00:00
jtb
0c2ba7656c Missed second instance of plplot_linkage which should have been changed
to `plplot-config --libs`.
2001-04-02 00:56:02 +00:00
tron
7c25b8d84c Add "lib/X11/doc/html/xpaint.1.html" to the package list dynamically
because XFree86 4.0.x installs this file.
2001-03-31 22:33:25 +00:00
tron
3b2806a00c Remove "lib/X11/doc/html/xpaint.1.html" which isn't installed by version
2.6.1.
2001-03-31 21:24:50 +00:00
jtb
71c404bc4b Both packages conflict -- each has program named 'animate'. Discovered
by Lex Wennmacher's investigations.
2001-03-31 18:40:25 +00:00
jtb
b770dfa9df Note that it is necessary to copy the plplot include files to
${WRKSRC}/plplot so that they will found.  This is ugly -- but what can
we do?
2001-03-31 18:28:25 +00:00
hubertf
8b90bab821 Update to 2.6.1. Changes:
* graphic.c:
	  If the user tries to print a file that has never been saved, complain.
	* README: Updated maintainer info.
	* README: Updated URL for libraries.
	  Describe use of Print option.
	* Help.txt:
	  Document 'Spline Curve', 'Clone Region', 'Print', and 'Refresh'.
	* snapshot.c: Introduced new "Snapshot" operation (grabbing a
          window or mouse-selected rectangle from screen)
	* Help.txt: updated Help file accordingly
	* graphic.c: Introduced a "Clone region" function
	* splineOP.c: created basic spline curve operations
	* rw/writeTIFF.c: Bug fix; writing TIFF was broken for depth > 8.
	* operation.c: Reorganized order of icons in main control panel
        * graphic.c: Added a "Print" option in the file menu, to the effect
          of calling an external printing utility (xv is a good candidate)
2001-03-30 21:44:48 +00:00
jtb
b41cba1155 Use plplot-config --libs for plplot-5.0.3 instead of plplot_linkage. 2001-03-30 20:30:06 +00:00
jtb
606537f657 Updated to plplot-5.0.3. No Changelog -- see the PLplot homepage for
release notes.
2001-03-30 20:26:22 +00:00
mycroft
adf28acea7 Fix quoting problems. 2001-03-30 12:57:38 +00:00
zuntum
47e087606e Respect CC and CFLAGS 2001-03-30 07:44:34 +00:00
drochner
6cb4dd9752 enable recent additions 2001-03-29 15:32:28 +00:00
jtb
ca2cc85225 Updated to geomview-1.8.1.
1.8.1	March, 2001

   This is a bugfix release.

   * No segfaults at startup on linux.
   * Toggle buttons are visible again.
   * Binary I/O on linux works.

Changelog:

2001-03-24  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* configure.in: Do not add -XSVR4 and -common to CFLAGS when
	configuring with IRIX cc.

2001-03-21  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* doc/Makefile.am (EXTRA_DIST): Remove motion.pdf.

	* configure.in: Set revision to 1.8.1.

	* m4/geom_local.m4 (GEOM_FIND_I_OPTION): Respect prior setting of
	$CPPFLAGS while probing.

2001-03-19  Mark Phillips  <mbp@geomtech.com>

	* doc/motion.tex: new file added to release; documents the
	  mathematics behind Geomview's motion model.  For use by
	  developers (not needed by regular users).

2001-02-21  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* configure.in: Add AC_FUNC_SETPGRP.

2001-02-18  Steve M. Robbins  <steve@nyongwa.montreal.qc.ca>

	* configure.in: Add option --with-build-path.  Use AC_PATH_XTRA.
	Correct the X library link order.  Make sure to check
	/usr/local/lib for all libraries that check /usr/local/include.
	Check for <forms.h> in $x_includes and $x_includes/X11.  Make sure
	both the includes and the libs are correct before using FORMS.
	Announce whether Xmu is found.  General tidying up.

2001-02-17  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* acconfig.h: Close comment above define for HAVE_FMEMOPEN.

	* configure.in: Check endianness and check for header netinet/in.h.

	* doc/Makefile.am: Only build "geomview.pdf" on target "pdf".

2001-02-11  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* m4/geom_local.m4 (GEOM_CHECK_XFORMS): New.  If XFORMS library is
	available, set variables for finding includes and libraries, emit
	warning if XFORMS is not available.


2001-01-16  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* configure.in: removed redundant --with-forms argument; its
	effects got overwritten by --with-xforms, anyway.

2000-11-23  Steve Robbins  <steve@nyongwa.montreal.qc.ca>

	* src/Makefile.am (geomview): look for "gvx" in $(moduledir)
	rather than $(bindir).
	(CLEANFILES): clean geomview script.
2001-03-29 00:02:18 +00:00
drochner
1b9983967e Communication with Canon Powershot digital cameras. Tested with USB only. 2001-03-28 16:52:42 +00:00
tron
db1572c439 Don't try to remove "share/pixmaps" which is part of the standard
directory structure now.
2001-03-28 12:16:18 +00:00
drochner
306d767e70 tolerate t1lib>=1.0.1 in preparation for an update 2001-03-28 11:26:09 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
skrll
b87ccb71ac Change diff so patchdiff works. 2001-03-26 23:03:33 +00:00
skrll
f45302e632 Fix installation.
Problem noted by Mark White <mark.white@st-edmund-hall.oxford.ac.uk> on
tech-pkg.
2001-03-26 22:51:38 +00:00
jtb
a1b43b80a1 Define the rule .c.o: in terms of libtool in the xgrid makefile.
Fixes SPARC bulk build problem.
2001-03-25 23:33:48 +00:00
wrstuden
8f42da9764 The configure script has a test to see if -lXxf86vm should be included.
So don't hard code its inclusion later!
2001-03-24 22:47:58 +00:00
drochner
5000ff6534 update to 3.4.1
Changes:
  New:
    - fixed some Linux build problems
    - fixed some Windows build problems
    - GL_EXT_texture_env_dot3 extension (Gareth Hughes)
  Bug fixes:
    - added RENDER_START/RENDER_FINISH macros for glCopyTexImage in DRI
    - various state-update code changes needed for DRI bugs
    - disabled pixel transfer ops in glColorTable commands, not needed
    - fixed bugs in glCopyConvolutionFilter1D/2D, glGetConvolutionFilter
    - updated sources and fixed compile problems in widgets-mesa/
    - GLX_PBUFFER enum value was wrong in glx.h
    - fixed a glColorMaterial lighting bug
    - fixed bad args to Read/WriteStencilSpan in h/w stencil clear function
    - glXCopySubBufferMESA() Y position was off by one
    - Error checking of glTexSubImage3D() was broken (bug 128775)
    - glPopAttrib() didn't restore all derived Mesa state correctly
    - Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL
      conformance problems at 16bpp.
    - clearing depth buffer with scissoring was broken, would segfault
    - OSMesaGetDepthBuffer() returned bad bytesPerValue value
    - fixed a line clipping bug (reported by Craig McDaniel)
    - fixed RGB color over/underflow bug for very tiny triangles
  Known problems:
    - NURBS or evaluator surfaces inside display lists don't always work
2001-03-23 12:36:53 +00:00
wiz
73e7201f40 py-imaging>=1.0 2001-03-22 13:31:56 +00:00
wiz
0d60d9726c add and enable py-imagingtk 2001-03-20 16:52:14 +00:00
wiz
c7bcc3505a py-imagingtk-1.1.1 -- the tk interface to py-imaging.
Based on the package supplied by Jarkko Torppa in pkg/10808, but updated
to the latest version.
2001-03-20 16:47:09 +00:00
wiz
d7521f744d Update mgl to 0.2.0a, provided by the maintainer Hiroyuki Yanai in pkg/12409.
Perhaps there's a changelog on the website, but I don't understand
enough japanese for that :(
2001-03-20 13:54:31 +00:00
wennmach
f5bd35d108 Update gnuplot to 3.7.1.
This is a prerequisite step for octave-current.
2001-03-19 22:11:14 +00:00
mjl
a939347756 Update to 0.10.1, which fixes quite a few bugs since 0.9. 2001-03-18 04:33:53 +00:00
wiz
95e76ac1d4 Add a test if an older version of freetype-lib is installed before building,
since this breaks builds (much too often).
2001-03-16 13:28:38 +00:00
manu
98df915738 enabled blender 2001-03-16 00:37:10 +00:00
manu
cc4a57cf53 Blender is a GUI based raytracer 2001-03-16 00:33:18 +00:00
zuntum
3a5b25b7c0 Remove "index.html" from the HOMEPAGE URL 2001-03-15 14:55:23 +00:00
skrll
f25522f3b1 Add and enable kdegraphics2. 2001-03-14 16:41:26 +00:00
skrll
5e4b0cb6de Import of KDE 2.1 kdegraphics package. 2001-03-14 16:10:41 +00:00
tron
cdb1d0b127 Mark this package as broken because it is outdated and has security
problems.
2001-03-14 10:20:32 +00:00
tron
7c9861d3de Use "CPPFLAGS" to configure include directories because setting
"INCLUDES" doesn't work.
2001-03-13 13:54:48 +00:00
zuntum
50f9bdc083 Update gif2png to 2.4.2 and change -I${PREFIX} -> -I${LOCALBASE}
2.4.2:
        * Mac porting fixes from Paul Matzke <pmatzke@macline.com>.

2.4.1:
        * Update to use the post-0.8.9 initialization code, so it
          will play nice with shared libraries.
2001-03-13 09:08:56 +00:00
skrll
a8d1e7fa28 Re-enable the -release option of libtool. ELF is fully supported with a.out
support to follow. Note this in documentation.

Bump revision of libtool to nb3 and update dependencies.

Update (sort) known affected PLISTs.

Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us>
Fixes problems with cross/* noted on tech-pkg and packages by
	Chuck Cranor <chuck@research.att.com>, and
	Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2001-03-12 11:23:01 +00:00
tron
f36f0d3802 Invoke "xmkmf" with full pathname to avoid problems on systems with two
X11 installations like e.g. Solaris with OpenWindows and XFree86.
2001-03-11 16:19:45 +00:00
skrll
25d2f035c6 Remove incorrect reference to old homepage in DESCR. 2001-03-11 09:20:38 +00:00
wiz
3d2090aba4 Update to 1.1.1, provided by Jarkko Torppa in pkg/10807.
Major changes since 1.0b1:
RGBa support, improved 16bit support, PCX support, improved GIF encoder,
and lots of bugfixes.
2001-03-10 13:46:29 +00:00
wiz
4342a6c22e Fix path for convert and other ImageMagick tools. Addresses pkg/11313.
Also comment out broken parts of libpng and libjpeg tests (though it
doesn't seem to change much).
2001-03-10 13:04:07 +00:00
drochner
ad6a1ff3a1 update to 0.6.2.
Changes:
I release SG-0.6.2, with bugfixes and Conrad's administration tool for managing
Python modules.
2001-03-10 12:41:46 +00:00
wiz
0084b3c5e2 Replace trailing dots in COMMENT. 2001-03-08 10:20:32 +00:00
skrll
6aa9abe901 Add and enable mng 2001-03-07 08:36:49 +00:00
skrll
964912e126 Import of the Multiple-image Network Graphics (MNG) reference library
From Nathan Ahlstrom <nrahlstr@winternet.com> in pkg/12343 with
modifications from me.
2001-03-07 08:34:52 +00:00
skrll
adaa1d0efa Add and enable lcms. 2001-03-07 08:24:24 +00:00
skrll
75d0f54af1 Import of the Light Color Management System.
From Nathan Ahlstrom <nrahlstr@winternet.com> in pkg/12342 with
modifications from me.
2001-03-07 08:22:52 +00:00
wiz
f68fc9ee69 Make /dev/audio default audio output device (instead of /dev/dsp).
pkg/12339.
2001-03-06 09:39:58 +00:00
jlam
205dfa0976 Also try to remove plugins dir on deinstall as this package may have
created it.
2001-03-06 09:32:34 +00:00
jlam
63e5c6bd81 Instead of depending on all of suse_linux, just depend on the same parts
that navigator/communicator depend on: suse_compat + suse_x11.  The flash
animations at http://www.flash.com/ appear to work correctly, so there are
no apparent problems.
2001-03-06 09:26:51 +00:00
jtb
aa0a99fc7c Add and enable p5-GDGraph3d. 2001-03-05 21:48:55 +00:00
jtb
c5c38abc32 Initial import of p5-GDGraph3d.
This is the GD::Graph3d extensions module. It provides 3D graphs
for the GD::Graph module by Martien Verbruggen, which in turn
generates graph using Lincoln Stein's GD.pm.

You use these modules just as you would any of the GD::Graph
modules, except that they generate 3d-looking graphs.

Package provided by Damon Brodie in PR pkg/11609.
2001-03-05 21:44:14 +00:00
abs
aa0c533412 Update flash player to 5.0r47 (Linux) or 5.0r52 (Solaris)
To use effectively you must update your communicator/navigator to 4.76nb1

No effective changelog found
2001-03-05 20:14:46 +00:00
wiz
1c1b12abbe add RCS Id 2001-03-05 16:43:59 +00:00
skrll
53a5e17cd5 Tidy up ELF and a.out differences including creating ELF symlinks - this
fixes problems noted in recent bulk build.

Change from -fpic to -fPIC as this is the default for all architectures.
2001-03-05 09:20:54 +00:00
tron
ed2ae75935 Don't try to add "-I${LOCALBASE}/include" manually. It is unnecessary and
will caused build failures of the "gd" package is installed because the
wrong "gd.h" gets used.
2001-03-05 08:14:13 +00:00
tron
12af3e1497 List SUNAGAWA Keiki as maintainer of this package. 2001-03-05 08:08:50 +00:00
tron
74fdb36d0a Move documentation from "gdk-pixbuf" to "gdk-pixbuf-gnome" package because
the documentation is part of the GNOME documentation. Bump version number
of both packages to "0.9.0nb2".
2001-03-04 18:27:34 +00:00
kei
228586fbd9 * updated to libwmf-0.1.21. From CHANGELOG:
v 0.1.21
    * F.J. Franklin patch cleaning up header files (add common.h, region.h).
    * F.J. Franklin patch improves TTF config.
	* Bob Bell syntax fixes.
2001-03-04 15:45:42 +00:00