tron
2ca7bed700
Fix "${MASTER_SITES}": ftp.kde.org and ftp.us.kde.org refer to the same site.
1998-09-27 18:06:41 +00:00
agc
a22c5025eb
install-info will create an info dir file if one doesn't already
...
exist, so remove the @exec statement which does this (which wouldn't
have worked anyway).
1998-09-22 10:53:22 +00:00
garbled
384c07a72e
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
...
on alpha. There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
tron
00c719849f
Don't install patch backup files.
1998-09-16 15:25:08 +00:00
agc
aaf5955178
Modifications for a read-only pkgsrc (but writable WRKOBJDIR).
1998-09-15 17:05:04 +00:00
tv
d090c571d9
Go away, X11. giflib, as a library whose X functionality is _minimal_,
...
need not depend on or use X. Its two X functions (capture window and
display image) are done rather well by programs available elsewhere, many
of which already support GIF (or at least PPM, which can be converted).
Also include <stdlib.h> such that the malloc() warnings go away on LP64.
1998-09-15 00:48:38 +00:00
garbled
30ea7442eb
Add USE_X11 (look at the code if you disagree, then come back to me)
...
Add -lX11 flags to the util Makefile to make this thing build.. How it
builds/runs on a.out is beyond me.. ELF seems to be a little more sane
in this respect.
1998-09-14 20:19:59 +00:00
garbled
65bc39bd51
Add USE_X11 (depends on gtk which has this set, also it *really* needs it)
...
And fix up some ELF problems.
1998-09-14 06:37:01 +00:00
garbled
a8877eabd7
Fix some more of my MAINTAINER email addresses that pointed to the
...
old address.
1998-09-13 19:35:05 +00:00
garbled
2b4a24b260
libtiff needs jpeg and libz to compile binaries.
1998-09-12 17:48:56 +00:00
garbled
1f928b072d
ELF this for alpha, and make it include jpeg and zlib when using tiff.
...
How this ever worked is beyond me..
1998-09-12 17:01:59 +00:00
tron
59af7acab9
Remove unwanted files prior to installation.
1998-09-05 19:26:02 +00:00
hubertf
c7913d0ea5
Don't install backup (*~) files.
...
Fixes PR 6104 by John Kohl <jtk@kolvir.arlington.ma.us>.
1998-09-05 18:44:34 +00:00
agc
df5744fc52
Enable imlib.
1998-09-04 13:15:00 +00:00
agc
ddc354a7d9
Add imlib-1.7, an image manipulation library for X11, to the NetBSD
...
packages collection.
1998-09-04 13:13:16 +00:00
frueauf
8909b62dc5
Enable xli.
1998-08-27 11:18:44 +00:00
frueauf
4e8d0f378e
Initial addition of xli-1.16, a version of xloadimage, an X11 Image Loading
...
Utility. Submitted in pr 6014 by Frederick Bruckman, some cleanup by me.
1998-08-27 11:18:04 +00:00
frueauf
73d006ecd3
Update tgif to 3.0p17x, submitted in pr 6044 by Dan McMahill with some
...
minor cleanup by me.
1998-08-26 21:18:57 +00:00
frueauf
94f5ab9f16
Add missing / to HOMEPAGE.
1998-08-25 11:49:24 +00:00
agc
747e0c2903
Make these packages depend on gtk10, the 1.0 version of the gtk package.
1998-08-25 11:06:52 +00:00
augustss
6ff51e3f60
Don't treat ' ' specially, it doesn't work for mono-width fonts.
1998-08-24 19:02:15 +00:00
agc
1278287a61
Add and enable rayshade.
1998-08-24 18:13:08 +00:00
agc
ccd6deaff1
Addition of rayshade-4.0, an extensible system for creating ray-traced
...
images using the Utah Raster Toolkit, to the NetBSD packages
collection. This was originally taken from the FreeBSD port,
but hacked around to work on NetBSD.
1998-08-24 18:11:40 +00:00
agc
af6254c83a
Enable urt.
1998-08-24 16:57:14 +00:00
agc
8121109e7f
Addition of Utah Raster Toolkit, version 3.1b1 (a toolkit and library
...
for raster image processing), to the NetBSD packages collection. This
was taken originally from the FreeBSD port, but hacked around by
myself to make it work properly on NetBSD.
1998-08-24 16:55:35 +00:00
agc
2e8c90e0ca
Enable povray.
1998-08-24 12:36:35 +00:00
agc
82df02512f
Import of povray version 3.0, the Persistence of Vision Ray tracing utility,
...
into the NetBSD packages collection. Originally taken from the FreeBSD ports
collection, but made to work on NetBSD by myself.
1998-08-24 12:33:38 +00:00
frueauf
2623d860ad
Give a bit more information.
1998-08-24 11:52:01 +00:00
frueauf
71f072ac50
Add missing $NetBSD$.
1998-08-24 11:47:33 +00:00
frueauf
07220467c6
Add HOMEPAGE, remove MAN1 (no longer needed).
1998-08-24 11:45:17 +00:00
thorpej
21ae7ac6ab
Add and enable cqcam.
1998-08-24 04:49:17 +00:00
thorpej
bc860a537a
cqcam, a program that captures images from a Connectix Color QuickCam,
...
connected to a PC-style parallel port.
XXX This is currently x86-only, as it uses direct i/o access to do its work.
1998-08-24 04:45:50 +00:00
hubertf
0addc21e4f
Install some examples.
1998-08-24 01:00:26 +00:00
frueauf
d2a6ab82d5
Spell $NetBSD$ right.
1998-08-23 10:33:24 +00:00
garbled
24bbc2c23d
Enable magicpoint pkg.
1998-08-23 08:00:42 +00:00
garbled
1d92fca9ed
Adding new pkg for magicpoint. Hi Lennart!
...
an X11 based presentation tool
1998-08-23 07:59:49 +00:00
garbled
3074169697
Add USE_X11=yes because it does. Closes PR 5838 (Tim Rightnour)
1998-08-23 06:56:02 +00:00
garbled
f5274cd14f
Add an rpath statement for elf machines. Fixing pr 5838 (Tim Rightnour)
1998-08-23 06:55:03 +00:00
agc
164fd008e6
Define USE_LIBTOOL.
1998-08-20 15:50:00 +00:00
tsarna
6bd0d65c65
The Grand Homepagification:
...
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
1998-08-20 15:16:34 +00:00
tron
4447be9acd
Update to newer distribution archive to fix problem with PBM image files.
1998-08-13 17:03:57 +00:00
tron
74bca20e75
Update "ImageMagick" to version 4.0.8.
1998-08-13 07:31:37 +00:00
tsarna
578813d3c7
Kill trailing blank line
1998-08-07 20:14:22 +00:00
agc
f7c4996e0b
Add NetBSD RCS Ids.
1998-08-07 13:27:33 +00:00
agc
05b88260d7
Add NetBSD RCS Ids.
1998-08-07 13:16:49 +00:00
agc
41bfb30737
Add NetBSD RCS Ids.
1998-08-07 11:08:53 +00:00
agc
86db14e819
Add NetBSD RCS Ids.
1998-08-07 10:35:47 +00:00
frueauf
d66d7fcef5
Somehow forgot to commit those? make them apply again...
1998-08-06 20:56:35 +00:00
tv
71fa04e862
portlint: remove FreeBSD comments, change LIB_DEPENDS to DEPENDS.
1998-08-03 18:01:30 +00:00
kleink
fb0fc19bb7
Fix a significant typo.
1998-07-31 14:32:15 +00:00
frueauf
b0f12dab08
Update sane to 0.74.
1998-07-29 10:00:10 +00:00
frueauf
9e6e5ca87b
Correct patch-ab by request on the maintainer, closes pr 5857.
1998-07-28 09:48:08 +00:00
tsarna
a2b252fb10
Conflicts with jpeg-6a
1998-07-26 18:05:57 +00:00
tv
3b3ed2376b
- Get the dependencies right: the library is libmpeg.la, so actually tell
...
make that we're building libmpeg.la.
- Don't try to call libtool with an argument of libtool; just let libtool
detect the compile or link mode automagically.
1998-07-26 14:36:43 +00:00
tsarna
53618e76ce
enable xpdf
1998-07-25 01:50:26 +00:00
tsarna
548d9ff664
add pkg for xpdf, a display tool for PDF files. Adapted from FreeBSD
1998-07-25 01:46:56 +00:00
tv
a75a2272cd
Update to use USE_LIBTOOL.
1998-07-24 01:56:59 +00:00
tv
d9b14f87bc
Use libtool to create the shared library. Strip binaries using
...
BSD_INSTALL_PROGRAM.
1998-07-20 15:51:29 +00:00
tv
76e675a63b
HAS_CONFIGURE -> GNU_CONFIGURE.
1998-07-20 15:08:28 +00:00
tv
294f87bc27
Update qt to 1.40. Use libtool to generate the shared and static library.
...
For dependent pkgs, find qt in ${PREFIX} instead of ${X11BASE}
(xpkgwedge-portlint), as all of them are also USE_X11.
1998-07-19 21:09:22 +00:00
frueauf
cf80f4e4fd
Add and enable hp2xx.
1998-07-18 22:06:10 +00:00
frueauf
4f0def7336
Initial addition of hp2xx-3.1.4, a HPGL converter and previewer.
...
Closes pr 5734 by Dan McMahill.
1998-07-18 22:04:14 +00:00
tv
a1ecabcf36
Update to use our pkg version of libtool, rather than its own private
...
copy.
1998-07-17 14:33:52 +00:00
tv
ce44544840
Change libtool _not_ to install the .la file. Though marked as "for
...
informational purposes," it's not used by any of the toolchain and is
pretty much useless.
1998-07-16 13:36:47 +00:00
tron
72b9d542ab
Update "ImageMagick" package to version 4.0.7.
1998-07-15 22:03:49 +00:00
tron
90af7c496c
Add well known fixes for "netpbm-1mar1994" supplied by John F. Woods
...
in PR pkg/5723.
1998-07-15 19:52:55 +00:00
hubertf
3582dc2a66
only rename pkg, distfile stays.
1998-07-15 15:21:54 +00:00
agc
8800f4da8b
Use automatic shared object handling
1998-07-15 12:51:36 +00:00
tv
54ceb4bc86
Update libpng to 1.0.2. Works with all dependent pkgs I have tested
...
(everything but ImageMagick, gs5, and xemacs20). The API hasn't changed
much, say the install instructions, but it isn't binary compatible--bump
shlib version to 1.0.
1998-07-15 11:45:49 +00:00
agc
583dcca5f3
Use automatic shared object handling
1998-07-15 10:51:16 +00:00
tron
b51b76e2be
Add "${CONFLICTS}".
1998-07-14 22:56:40 +00:00
hubertf
7bae408426
Fix compile warning reported in PR 5746 by Benjamin Lorenz <lorenz@ps.uni-sb.de>
1998-07-14 22:52:19 +00:00
tron
9882437eee
Update "kdegraphics" to version 1.0.
1998-07-14 22:09:33 +00:00
tv
8f2b7f65a5
Update to use libtool; it now works on ELF and static-only platforms.
...
Make use of ${BSD_INSTALL_*} macros.
1998-07-14 19:55:49 +00:00
tv
653a9bd192
Update to use libtool, and kill the NetBSD-style Makefile. No more PLIST
...
discrepancies vs. mk.conf.
1998-07-14 19:29:27 +00:00
hubertf
e47d939203
Pkg-name consistency: last '-'-seperated token is version.
1998-07-14 12:08:36 +00:00
mycroft
c2e672f055
We use American English.
...
licence -> license
1998-07-13 13:08:06 +00:00
tv
912bcd9e77
This is a GNU autoconf based pkg. Use GNU_CONFIGURE to get the
...
architecture right.
1998-07-10 17:56:30 +00:00
agc
9f2ff8e8f5
Note that this package is shareware.
1998-07-06 15:38:00 +00:00
tron
d04d69bb2c
Add patch for "kghostscript" to stop it segment faulting on startup.
...
Fixes PR pkg/5707 by Nick Hudson.
1998-07-05 21:59:42 +00:00
tron
13c775afb2
Fix problem with compression of manual page links.
1998-07-05 02:45:13 +00:00
mycroft
c6729dbfdc
Remove outdated RCS tags.
1998-07-04 09:37:29 +00:00
mycroft
c73ee53134
Update xpm to 3.4k.
1998-07-04 09:18:54 +00:00
mycroft
5e99946b2c
Update to 3.4k.
1998-07-04 09:14:52 +00:00
mycroft
40060a6677
Update Xaw3d to 1.5.
1998-07-04 05:53:33 +00:00
mycroft
0167d80629
Update libjpeg to v6b.
1998-07-04 05:11:12 +00:00
mycroft
3eab48bc61
Upgrade to v6b.
1998-07-04 04:59:29 +00:00
mycroft
e5eaf2814c
Add a CONFLICTS line.
1998-07-04 04:18:26 +00:00
mycroft
770dd7db63
Change the name of this package to have a sortable date.
1998-07-04 04:14:30 +00:00
tron
ea3fd44915
Don't mirror distribution files which are kept locally anyway.
1998-07-03 23:30:09 +00:00
frueauf
be0b4abae3
Update to xfig-3.2.2.
1998-07-03 14:26:32 +00:00
tron
4502b4f25e
Update "fly" to version 1.6.1.
1998-07-01 17:01:45 +00:00
tron
c01e7d6c3f
Sync with reality.
1998-07-01 06:48:12 +00:00
tron
8a978eff80
Make "mpeg_lib" 64Bit clean. Patches supplied by Tim Rightnour in
...
PR pkg/5629.
1998-06-26 23:19:04 +00:00
tron
0cc6a88764
Get "mpeg_lib" to compile with "-Werror". Patches supplied by
...
Tim Rightnour in PR pkg/5629.
1998-06-26 23:05:23 +00:00
tron
d895a9a177
Patch from Tim Rightnour to make "png" compile on alpha, fixes PR pkg/5626.
1998-06-26 21:12:06 +00:00
tron
1b75175526
Add "graphics" to "CATEGORIES".
1998-06-25 19:31:32 +00:00
agc
5aa5bdafe4
Update package Makefiles for automatic manual page handling.
1998-06-22 12:32:17 +00:00
tron
529ac36ae5
Add patches to make this package build on alpha supplied by Tim Rightnour
...
in PR pkg/5630.
1998-06-21 21:08:22 +00:00
tv
e69ad5a38d
Automanpage handling.
1998-06-21 01:29:26 +00:00
tron
edf661221c
Remove unnecessary "USE_GTEXINFO= yes".
1998-06-20 23:50:26 +00:00
tron
304068a94c
Update gimp to version 1.0.0 using changes supplied by Bernd Sieker.
...
Also add dependence for "emacs" package to fix PR pkg/5615.
1998-06-20 23:47:25 +00:00
tron
998073767f
Correct MD5 checksum, problem reported by Tim Rightnour in PR pkg/5627.
1998-06-20 20:16:32 +00:00
tron
ab9781a7d6
Add "USE_X11" as suggested by Tim Rightnour in PR pkg/5611.
1998-06-19 23:01:28 +00:00
agc
666273802a
Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
...
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation. This was used
inconsistently in many packages, some including it, some not.
1998-06-10 08:02:08 +00:00
enami
e3aac78250
Substitute /usr/local with $(LOCALBASE) since jpeg and tiff libraries
...
are installed there.
1998-06-08 01:22:01 +00:00
tron
42ecf8e499
Fix MD5 checksum.
1998-06-07 08:27:28 +00:00
tron
aacca66861
Update ImageMagick to 4.0.6.
1998-06-06 15:18:38 +00:00
hubertf
7d50528121
Correct path for bsd.pref.mk
1998-06-04 16:13:39 +00:00
agc
39110570b6
Include bsd.prefs.mk, in case variables are set in /etc/mk.conf
1998-06-03 14:05:11 +00:00
agc
44f0c77ed2
Include bsd.prefs.mk in case NOPORTDOCS is set in /etc/mk.conf
1998-06-03 12:59:39 +00:00
tron
eb1422f4cb
Make sure that "make configure" works without user interaction.
1998-05-28 22:16:18 +00:00
agc
8e16100d1f
Don't hardcode the location of the Perl binary in the tcpdump2xplot
...
Perl script. Pointed out by Manuel Bouyer.
1998-05-19 13:31:49 +00:00
agc
5f37824414
Don't hardcode /usr/pkg in the Makefile - use the value of ${LOCALBASE},
...
passed through the environment. Pointed out by Manuel Bouyer.
1998-05-19 13:13:45 +00:00
frueauf
6630abd153
Add missing CAT1=xfig.0.
1998-05-19 07:48:45 +00:00
agc
eb2503b2f9
Append a "/." to the ${WRKDIR} value in the find command, to ensure
...
that we traverse through any symbolic links. Make the misc/kp package
Makefile a bit neater - remove an unnecessary temporary file.
1998-05-15 13:55:35 +00:00
agc
e24f8d48f7
Fix for tiff package on pmax, from Chris Jones in PR 4944. Munged about
...
by me slightly.
1998-05-13 09:51:39 +00:00
frueauf
0851be7c5a
Mostly cosmetic changes to shut up portlint. Little bugfix for apache.
1998-05-09 15:24:42 +00:00
frueauf
96f25825d3
Don't install the demo binaries, just their source. Fixes pr 5218.
1998-05-08 15:44:40 +00:00
tron
46429b986b
Only set "IS_INTERACTIVE= yes" if we are not running under X11.
1998-05-07 15:26:01 +00:00
tron
8f1365f069
Because "gimp" uses its own binary to create a database it can't be built
...
without running X11. Add "IS_INTERACTIVE= yes" and a check for "$DISPLAY"
to handle that properly.
1998-05-07 15:17:46 +00:00
frueauf
232f125f8d
Switch from LIB_DEPENDS to DEPENDS.
1998-05-06 08:49:12 +00:00
frueauf
7048cb366c
Add missing exec/unexec install-info lines.
1998-05-05 22:20:41 +00:00
tron
368cdefca4
Commit gimp update to 0.99.28 done by Bernd 'pink' Sieker.
1998-05-04 22:01:16 +00:00
tron
12b1b27abe
If the enviroment variable "KDEDIR" is set KDE's "configure" ignores the
...
"--prefix" argument. So let the package use that variable itself.
1998-05-04 00:20:01 +00:00
frueauf
43910584c0
Add and enable sane.
1998-05-03 20:50:56 +00:00
frueauf
1017b7f137
Initial addition of sane 0.72 based on pr 5389.
1998-05-03 20:49:44 +00:00
frueauf
6f4c81a9a6
Enable installation of info files and man page, fixes pr 5320.
1998-05-03 11:00:36 +00:00
tron
8e5c47c0d3
Add and enable "kdegraphics-4.1b".
1998-05-01 20:20:55 +00:00
tron
1153532b5e
Initial commit of "kdegraphics-4.1b" package.
1998-05-01 20:19:58 +00:00
bouyer
425bb2de54
Add and enable fly.
1998-04-28 15:02:54 +00:00
bouyer
bd351745a8
fly, a command-file interface for creating and modifying GIF images.
1998-04-28 15:00:51 +00:00
bouyer
94daf916e7
Update to version 1.3.
1998-04-28 14:07:41 +00:00
mycroft
6369ff13ec
Update to 2.70.7.0.
1998-04-26 16:21:27 +00:00
hubertf
237d6baf58
add CAT1
1998-04-24 22:32:55 +00:00
agc
6e7b5cf644
Move to relative paths in the pkgsrc tree.
1998-04-24 09:20:33 +00:00
agc
1f4495b33e
Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
...
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS. This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
hubertf
77f1420d68
xart works
1998-04-21 00:47:33 +00:00
hubertf
1b34bb3c11
enhanced xpaint
1998-04-21 00:46:57 +00:00
frueauf
49e36ada0b
Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.
1998-04-20 11:56:17 +00:00
tron
9ff00398da
Remove unused checksum for "hpcdtoppm.0.6.tar.gz", fixes PR pkg/5316.
1998-04-19 07:47:52 +00:00
agc
5201e68497
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.
1998-04-17 09:37:21 +00:00
tron
969a191c61
Remove blank line.
1998-04-15 22:38:42 +00:00
tron
ba4cc80ca4
Update to "ImageMagick-4.0.5".
1998-04-15 22:21:17 +00:00
tron
1b60d1913e
Update to "gimp-0.99.26" using changes supplied by Bernd Sieker.
1998-04-15 20:48:12 +00:00
agc
258b808c9f
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
...
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
jonathan
d0add27bcf
Fix long-standing bug in xplot's parsing of timevals, which causes
...
tcpdump2xplot output to show as starting at (in PST) 16:00:00, and for
time to wrap on long traces.
Re-submitted to Tim Shepard for inclusion in the next release.
1998-03-31 21:42:01 +00:00
tron
0b39063bdc
Enable "tgif", fixes PR pkg/5101.
1998-03-29 22:17:55 +00:00
tron
83dcf8faad
Add "tgif-3.0-p16" package made by Dan McMahill.
1998-03-29 22:16:36 +00:00
tron
e6adf81cad
Always fetch the distribution archive from "ftp.netbsd.org" because
...
the author didn't keep its promise not to change it any more without
bumping the version number.
1998-03-28 21:55:48 +00:00
frueauf
cda6eafe81
portlint: add missing / to URL.
1998-03-26 22:54:40 +00:00
tron
88ee8ce311
Add mirror "ftp.fu-berlin.de" to "${MASTER_SITES}".
1998-03-24 22:55:45 +00:00
mycroft
6595cf8b9f
Tidy this up, and make me the `maintainer'.
1998-03-20 06:19:05 +00:00
mycroft
a6f9bb601b
Tidy this up a little, and enable it for all architectures.
1998-03-20 06:15:38 +00:00
frueauf
97f706ad2f
Enable netpbm since its in the tree.
1998-03-19 14:18:41 +00:00
tron
45f57d0b4c
Update to ImageMagick 4.0.3.
1998-03-19 09:23:07 +00:00
frueauf
7604cb7d04
portlint: pkg->${PKGDIR}.
1998-03-11 10:10:31 +00:00
frueauf
f6508ac8ce
portlint: use of backslashes in LIB_DEPENDS is deprecated.
1998-03-10 14:04:55 +00:00
frueauf
02841a1b55
portlint: remove unnecessery blank line.
1998-03-10 14:02:54 +00:00
explorer
eb6e9fc1fa
graphics/gd works now
1998-03-10 00:52:24 +00:00
explorer
4ee6cb94d3
fix FreeBSD Id string
1998-03-10 00:51:59 +00:00
tron
0a67d88f51
RCS ID police.
1998-03-08 00:49:33 +00:00
explorer
7c11f99455
import the gd graphics generation library
1998-03-07 21:59:13 +00:00
mycroft
e9931ca737
Clean up the audio setup a bit.
1998-03-07 13:01:43 +00:00
mycroft
dabcaf54fb
Update for Mesa 2.6.
1998-03-05 20:56:25 +00:00
bad
b99fc5075b
Use BSD_INSTALL_SCRIPT to install tcpdump2xplot.pl so that we don't try to
...
strip the script.
1998-03-04 11:10:12 +00:00
tron
da21fdba6a
Manual page creation only picked the correct filenames with my outdated
...
"NetBSD.cf". It now works fine with the one from NetBSD's X11 sources.
1998-02-25 17:34:49 +00:00
tron
9100469003
"${PREFIX}/share/examples/Mesa" should be owned by "bin:bin" not by the
...
owner of "pkgsrc/graphics/Mesa". And all files should be world readable.
1998-02-25 02:35:35 +00:00
tron
856c65e117
Install manual pages with reasonable permissions.
1998-02-25 01:40:47 +00:00
tron
74ebd22a0d
Fix warning when using "pkg_add".
1998-02-24 20:53:13 +00:00
tron
aa16b76cf7
Add "xpm" to "LIB_DEPENDS".
1998-02-24 15:08:26 +00:00
tron
1bc466838c
Reenable checksum. A missmatched checksum is much less confusing for
...
the user than non working patch files, fixes PR 5047.
1998-02-24 14:45:15 +00:00
hubertf
85dbb69f55
s/pre-fetch/pre-extract/
1998-02-22 00:01:34 +00:00
frueauf
e20902536e
back out previous change, AUDIO_ENCODING_SLINEAR is right. See pr 5000 why
...
I was confused. Thanx to Matthias Scheler for forcing me test this again :)
1998-02-16 12:45:09 +00:00
frueauf
fc0f5685ab
Use AUDIO_ENCODING_LINEAR_LE instead of AUDIO_ENCODING_SLINEAR.
1998-02-16 10:50:04 +00:00
frueauf
f806b4a1a2
Add some .if ${MACHINE_ARCH} cases to get the right object files.
...
Fixes pr 4998.
1998-02-16 10:48:55 +00:00
tron
8d86435b76
Patch by Roland C. Dowdeswell to fix audio playback for NetBSD >=1.3.
1998-02-15 22:02:40 +00:00
tron
c48a4a5005
Patch by Mark Podlipec to fix crashes with XFree86's 32BPP visual.
1998-02-15 21:59:12 +00:00
tron
d747f7885e
man/cat1/xanim.0.gz -> man/cat1/xanim.0
1998-02-15 21:52:33 +00:00
tron
0f3f9711c0
portlint: make description shorter
1998-02-15 21:51:41 +00:00
tron
b72b743280
Use "gunzip" instead of "uncompress" to avoid NFS problem.
...
Patch supplied by David Brownlee in PR pkg/4996.
1998-02-15 21:47:47 +00:00
frueauf
088cb38111
portlint: add (default) MAINTAINER.
1998-02-14 16:55:10 +00:00
agc
3e656b508b
Add a pre-install stage which ensures that there's a valid info dir file
...
in ${X11BASE}/info at installation time.
Modify PLIST to do the same if installing a binary package.
Pre-process the PLIST to expand LOCALBASE, so that the info dir file
source can be found in the correct directory.
1998-02-13 12:19:43 +00:00
mellon
6c5529e924
Alpha and MIPS use --whole-archive instead of -Bforcearchive.
1998-02-12 20:01:48 +00:00
agc
e893166506
Add some patches to make this package compile fine. Also some patches
...
to stop install trying to strip shell scripts at installation time.
There are still problems with the info file handling, however.
1998-02-12 17:18:16 +00:00
agc
16e0bc77e5
Enable xanim.
1998-02-12 14:19:40 +00:00
agc
d1f7ba23a5
Don't mirror distfiles for now - the Indeo and Creative object modules
...
are not allowed to be re-distributed.
1998-02-12 13:35:22 +00:00
agc
31ed1168f1
Fix filenames again, and add checksums for the non-i386 object modules.
1998-02-12 13:13:50 +00:00
agc
8d3dc9a8fb
Fix silly mistake in object filenames for Sparc architecture.
1998-02-12 13:01:04 +00:00
agc
e5d2f7d106
Add NetBSD RCS Id.
...
Correct manual page for NetBSD.
1998-02-12 12:45:08 +00:00
agc
35008e9aba
Use NetBSD native audio.
1998-02-12 12:43:50 +00:00
agc
8243d9941a
Add NetBSD RCS Id.
...
Correct manual page for NetBSD.
Enable this for i386, m68k and Sparc architectures (only tested on /i386
as yet).
1998-02-12 12:42:33 +00:00
agc
afb7c07a95
Initial import of xanim 2.70.6.4, a utility to view movies, into the NetBSD
...
packages collection, from the FreeBSD ports collection.
1998-02-12 12:34:45 +00:00
hubertf
0773669df4
DETCH_DEPENDS -> RUN_DEPENDS
1998-02-11 07:21:19 +00:00
tron
121502bf74
Fix the well known distribution file problem once again.
1998-02-10 10:21:57 +00:00
tron
6833d0e69d
Update to ImageMagick 4.0.1 because the required 4.0 distribution file
...
is not available any more and the one on "ftp.netbsd.org" is outdated.
Problem pointed out by Mario Kemper.
1998-02-09 22:21:23 +00:00
hubertf
7e0c391c2b
transfig is in print, not graphics
1998-02-09 10:12:56 +00:00
hubertf
682a0a0306
fix MAN1
1998-02-08 23:59:20 +00:00
hubertf
aa8a715c6f
add RCS Id
1998-02-08 23:45:05 +00:00
hubertf
0c6c5b009c
xfig works
1998-02-08 23:33:31 +00:00
hubertf
6010922f0e
Via PR 4823 by garbled@garbled.futureone.com
1998-02-08 23:12:33 +00:00
hubertf
926b90dcd8
Via PR 4823 by garbled@garbled.futureone.com
1998-02-08 23:00:37 +00:00
tron
690672cdcf
Use "/var/tmp" and not "/usr/tmp" as default temporary directory.
...
Problem pointed out by Mario Kemper.
1998-02-05 22:19:21 +00:00
frueauf
824d82b922
Add "-follow" option to find, so it DTRT even if WRKOBJDIR is set.
1998-02-05 14:22:41 +00:00
tron
6b9eef1cff
"gimp" should be installed in "/usr/X11R6", pointed out by Mario Kemper.
1998-02-05 14:20:53 +00:00
agc
9a965939dc
Enable xpaint.
1998-02-05 12:42:21 +00:00
agc
547c9a5f68
Add NetBSD RCS Id.
...
Correct name and place of xpaint man page.
1998-02-05 11:44:14 +00:00
agc
8b403407fb
Use mkstemp(), rather than a combination of mktemp() and open()
...
Generalise Local.config to use LOCALBASE and X11BASE definitions,
rather than using hard-coded paths.
Add PNG definitions to the *BSDArchitecture definitions in
Local.config
1998-02-05 11:43:15 +00:00
agc
2ddf8f3af7
Don't prototype srandom on NetBSD (use system header file for that)
1998-02-05 11:40:55 +00:00
agc
7e5e8918e9
Add NetBSD RCS Id.
...
Correct LIB_DEPENDS lines for NetBSD.
Add CAT1 definition for preformatted manual page
Use sed to generalise LOCALBASE and X11BASE, rather than having
hard-coded paths.
1998-02-05 11:39:00 +00:00
agc
10ff973d79
Initial import of xpaint-2.5, a graphical painting utility for X11,
...
into the NetBSD packages collection, from the FreeBSD port.
1998-02-05 11:31:43 +00:00
tron
23a0fba8bf
No need to use "gmake", our "make" works fine.
1998-02-05 10:23:54 +00:00
tron
d07d6b9293
Remove unnecessary "post-extract" target now that the man page
...
creation is fixed.
1998-02-05 01:36:13 +00:00
tron
e465d520eb
Fix broken "Imakefile" patches which caused "eqn" to process the
...
the binaries files.
1998-02-05 01:34:42 +00:00
tron
20c2055069
Update checksum to match changed distribution file.
1998-02-05 00:07:34 +00:00
tron
0a5d7d1fab
Add and enable gimp-0.99.18.
1998-02-03 10:18:57 +00:00
tron
dfe83a6fd1
Initial import of gimp-0.99.18 package made by Bernd Sieker.
1998-02-03 10:17:01 +00:00
hubertf
f6fc8a8a9e
Remove -m argument from ldconfig calls, require the system to
...
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46
Introduce TRUE?=/usr/bin/true, and use it.
1998-02-02 08:10:41 +00:00
hubertf
41f4241e28
portlint: remove extra space at EOL
1998-02-01 01:53:53 +00:00
hubertf
e3d607ed8a
portlint: $() -> ${}, remove USE_X11
1998-02-01 01:52:42 +00:00
tron
6474b627d0
Add and enable GNUPLOT 3.5, fixes PR pkg/4913.
1998-01-31 23:52:01 +00:00
tron
0a288da321
Initial import of GNUPLOT 3.5 package made by root@garbled.futureone.com.
1998-01-31 23:49:32 +00:00
agc
ae35b61548
Modify individual package Makefiles to use the new way of specifying
...
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
tron
61b051d312
Fix "MAINTAINER".
1998-01-29 16:48:09 +00:00
agc
9cbd14e60c
Upgrade to version 4.0 of ImageMagick (from Hitoshi Osada
...
osada@meme.hokudai.ac.jp , thatrack@da2.so-net.or.jp ).
Fixes PR pkg/4890.
1998-01-27 13:51:04 +00:00
hubertf
91ce3dca08
portlint: maek comment shorter
1998-01-25 00:46:50 +00:00
hubertf
8b5505893e
portlint: move RCS Id, add MAINTAINER
1998-01-25 00:46:40 +00:00
hubertf
cda0857bc2
portlint: add Maintainer
1998-01-24 20:15:23 +00:00
hubertf
f751ee3452
portlint: add MAINTAINER, mv -> ${MV}
1998-01-24 05:32:04 +00:00
hubertf
3a39d89c61
portlint: /usr/bin/true
1998-01-24 05:30:47 +00:00
hubertf
3dafebc608
portlint: fix RCS Id, add MAINTAINER, ldconfig||true
1998-01-24 05:30:35 +00:00
hubertf
36417d4adf
portlint: ldconfig||true
1998-01-24 05:29:27 +00:00
hubertf
1d2b805b37
portlint: fix RCS Id, remove EXTRACT_CMD and EXTRACT_BEFORE_ARGS, add MAINTAINER, $() -> ${}, ldconfig||true
1998-01-24 05:29:15 +00:00
hubertf
859ce844cd
portlint: ldconfig||true
1998-01-24 05:27:36 +00:00
hubertf
10d91d2098
portlint: fix RCS Id, ldconfig||true
1998-01-24 05:27:26 +00:00
hubertf
0529ba2ff9
portlint: fix RCS Id, add MAINTAINER, fix MAN1, rm -> ${RM}
1998-01-24 05:25:12 +00:00
hubertf
232df6f2d1
portlint: ldconfig||true
1998-01-24 05:23:49 +00:00
hubertf
30c1ddfbcb
portlint: fix RCS Id, add MAINTAINER, ldconfig||true
1998-01-24 05:23:39 +00:00
hubertf
0cfa029c21
portlint; ldconfig||true
1998-01-24 05:22:39 +00:00
hubertf
ec60ab43fd
portlint: fix RCS Id, add MAINTAINER, ldconfig||true
1998-01-24 05:22:28 +00:00
hubertf
ea6dca7fc4
portlint: ldconfig||true
1998-01-24 05:20:59 +00:00
hubertf
9c195921a6
portlint: use /usr/bin/true
1998-01-24 05:19:32 +00:00
hubertf
5d729feb06
portlint: no -p needed with ${MKDIR}, ldconfig||/usr/bin/true
1998-01-24 05:19:15 +00:00
hubertf
39a7b066ab
portlint: use /usr/bin/true
1998-01-24 05:17:14 +00:00
hubertf
453ef11abc
portlint: fix RCS Id, use /usr/bin/true, remove USE_X11
1998-01-24 05:16:42 +00:00
bouyer
5113d28945
Add pixmap & xbmbrowser
1998-01-23 11:42:30 +00:00
bouyer
12e57c4b59
Restore FreeBSD RCS Id, adjust PLISTS and CAT1
1998-01-23 11:41:14 +00:00
bouyer
e97b264e79
Import from the FreeBSD port collection.
1998-01-23 11:24:57 +00:00
hubertf
493fbbf291
Update to more current version;
...
fixes PR 4737 by Matthias Scheler <tron@lyssa.owl.de>.
1997-12-31 03:34:45 +00:00
hubertf
b8e0faf6f2
giflib works
1997-12-29 03:04:53 +00:00
hubertf
23497c5cd4
Update for NetBSD, by boquist@cs.chalmers.se.
1997-12-29 02:54:46 +00:00
hubertf
41804a095e
Tools and library routines for working with GIF images.
...
Taken from FreeBSD.
1997-12-29 02:51:19 +00:00
agc
42b99df916
The md5 checksum is causing problems for people. For the moment, work
...
around this by not calculating the checksum, by setting
"NO_CHECKSUM=yes" in the package Makefile.
1997-12-23 17:08:31 +00:00
hubertf
1ba242bb39
Revoke last (errorous) change.
1997-12-17 08:20:53 +00:00
hubertf
0017d500f8
Add alternative path for old versions.
1997-12-17 08:06:43 +00:00
hubertf
c150d2580e
s/WRKDIR/WRKSRC/, pointed out by inspired by Matthias Scheler.
1997-12-15 00:52:26 +00:00
hubertf
c9b05f9db5
Make sure replacing of /usr/local works; inspired by Matthias Scheler.
1997-12-15 00:48:27 +00:00
is
a09fdfdc56
fix checksum
1997-12-14 22:58:33 +00:00
thorpej
5a000d8371
Install READMEs and demos in $PREFIX/share/doc/xplot.
1997-12-14 22:55:11 +00:00
thorpej
4f6fd141ec
Add a patch from Kevin Lahey that allows xplot to work with .xpl files
...
created by tcptrace, a TCP tracing tool more complete than xplot's
included tcpdump2xplot.pl. Patch has been submitted to Tim for the next
release of xplot.
XXX Claim is that libc's atoi() is broken; investigate this further.
1997-12-14 21:21:53 +00:00
agc
1eedf0651d
Enable ImageMagick and mpeg-lib
1997-12-14 01:42:58 +00:00
agc
32d95240bc
Addition of ImageMagick image manipulation package.
1997-12-14 01:41:35 +00:00
agc
234cd403cb
Addition of ImageMagick image manipulation package. This was done by
...
Matthias Scheler <tron@lyssa.owl.de>, munged by myself in the man page
department. This fixes PR pkg/4664.
1997-12-14 01:39:37 +00:00
hubertf
3e9d2d9be3
Use /usr/pkg/bin/perl, not /usr/local/bin/perl
1997-12-13 23:51:24 +00:00
agc
07f81c1fb5
Added mpeg-lib package to the NetBSD packages collection, although
...
there's very little documentation here. This package was done by
Matthias Scheler <tron@lyssa.owl.de>, as reported in PR pkg/4649.
1997-12-13 19:48:13 +00:00
agc
503cc243de
Correct a typo in the URL.
1997-12-11 22:08:44 +00:00
thorpej
862e7a15fb
Tim Shepard's xplot program, a generally useful plotting program, but most
...
often used to generate TCP time-sequence plots.
1997-12-11 01:50:52 +00:00
kleink
2b83481d14
Since we do supply our own packaged Ghostscript below /usr/pkg, modify GS_BIN
...
and GS_LIB to reflect this.
1997-12-04 12:06:30 +00:00
hubertf
8ce370a67d
fix ldconfig
1997-12-02 23:25:09 +00:00
hubertf
15387ad900
remove ranlib, fix ldconfig
1997-12-02 23:16:37 +00:00
hubertf
662dc6ee41
- remove ranlib, as per PR pkg/4604 by Matthias Scheler <tron@lyssa.owl.de>
...
- fix ldconfig call for alpha (which doesn't have ldconfig)
1997-12-01 00:21:59 +00:00
hubertf
a4b0e0488b
We're at version 3.4 now, not 3.0
1997-12-01 00:14:35 +00:00
hubertf
36b423b282
Update for tiff-3.4
1997-12-01 00:04:15 +00:00
hubertf
3a977b085c
Incorporate Matthias Scheler's update to the tiff package with some
...
minor fixes from me. Closes PR pkg/4603.
1997-12-01 00:01:51 +00:00
hubertf
f4914c7312
- Remove ranlib from PLIST file so pkg_delete don't whine because
...
of different MD5 checksum; Fixes PR pkg/4609 by Matthias Scheler
<tron@lyssa.owl.de>
- change "ldconfig" to "ldconfig .. || true" to work around missing
ldconfig on alpha (and others?)
1997-11-30 22:28:34 +00:00
agc
b17db79b36
Enable xv
1997-11-20 13:22:14 +00:00
agc
748e7bb2af
Add NetBSD RCS Id.
...
Add preformatted manual pages.
Add an additional step which substitutes ${LOCALBASE} for the
hardcoded '/usr/local' in the Imakefile, done at pre-configuration
time.
1997-11-20 13:21:02 +00:00
agc
81e21be5fb
Make vdcomp compile on NetBSD.
1997-11-20 13:17:41 +00:00
agc
8ff63674e2
Include <sys/param.h> on NetBSD, so anything which includes xv.h will
...
compile.
1997-11-20 13:15:55 +00:00
agc
95e75c4a42
Remove annoying "Did you remember to 'make depend' first?" message -
...
the packaging tools will make depend automatically.
1997-11-20 13:12:39 +00:00
agc
3ce71fca40
Add NetBSD RCS Id.
...
Correct the location and names of the (pre-formatted) manual
pages installed by imake.
1997-11-20 13:10:44 +00:00
agc
009c3cf0e4
Initial import of xv-3.10a from FreeBSD ports collection into NetBSD
...
packages collection.
1997-11-20 13:07:26 +00:00
hubertf
d2ea439cfe
Add MAN{1,3,5}
1997-11-07 23:46:16 +00:00
agc
9e0dc8a157
Add a patch for NetBSD to:
...
+ set correct path for xpm.h
+ force building and installation of static libXpm.a
1997-11-06 12:53:18 +00:00
agc
8e2f83d87a
Correct name and path of sxpm manual page.
1997-11-06 12:46:49 +00:00
agc
801f844730
Add a pre-formatted manual page definition for sxpm.
1997-11-06 12:45:31 +00:00
agc
5358faaf74
Add a NetBSD RCS Id to all the PLIST files.
1997-11-06 09:57:11 +00:00
hubertf
bfd41c1159
Mesa works
1997-11-03 01:50:42 +00:00
hubertf
fc8333fc10
Fix RCS-Id
1997-11-03 00:47:57 +00:00
hubertf
5cadf85467
This is the real update for NetBSD and V2.4
1997-11-03 00:42:20 +00:00
hubertf
67ec7254fd
Not needed on NetBSD
1997-11-03 00:41:11 +00:00
hubertf
bb58039d5b
Fix RCS-Id, update to V2.4 & NetBSD
1997-11-03 00:39:10 +00:00
hubertf
b7e860ac78
OpenGL-clone
1997-11-03 00:36:12 +00:00
mycroft
3536d89429
Slight fix to the shared library linking command.
...
XXX This doesn't work for ELF/binutils.
1997-10-31 12:38:16 +00:00
mycroft
3eb532a5e1
Slight fix to the shared library linking command.
...
XXX This doesn't work for ELF/binutils.
1997-10-31 12:26:33 +00:00
agc
0524577e0f
+ set MANCOMPRESSED as the package installs its man pages gzipped
...
+ define COMPRESSMANCMD as imake seems to expect this to be defined
(FreeBSD define this in {$X11BASE}/lib/X11/config/FreeBSD.cf)
+ when preprocessing to set the correct prefix, use LOCALBASE rather
than PREFIX, as USE_IMAKE will set PREFIX by default
+ eliminate an unnecessary temporary file when preprocessing to set
the correct prefix.
1997-10-16 12:43:24 +00:00
agc
85fe2d3925
Add definition for COMPRESSMANCMD which is in the X11 tree for FreeBSD.
...
Add a pre-process stage (at pre-configure time) to change hard-coded
/usr/local into ${PREFIX}. Revert the patches I'd previously changed
to the default ${PREFIX} to be /usr/local once again, so that the
pre-processing will work.
1997-10-15 17:11:46 +00:00
agc
0b0db52e6a
/usr/local -> /usr/pkg (like the amanda package, we need to preprocess
...
this).
NetBSD defines sys_errlist in <errno.h>, so include this file if we're
on NetBSD.
1997-10-15 15:42:54 +00:00
agc
11bc58db56
Add NetBSD RCS Id.
1997-10-15 15:37:17 +00:00
agc
14ca5ed644
Initial import of FreeBSD's netpbm port into the NetBSD
...
packages system.
1997-10-15 15:12:12 +00:00
agc
00751d150b
Import one-line comment file describing graphics package category.
1997-10-13 16:04:54 +00:00
agc
690fb0bd9c
Add NetBSD RCS Id.
1997-10-06 13:44:56 +00:00
agc
1b6a14d471
Add NetBSD RCS Ids.
...
Attempt to make the target directories ${PREFIX}-dependent.
1997-10-06 13:42:02 +00:00
agc
5e2bb91d4b
Add NetBSD RCS Ids.
1997-10-06 13:39:28 +00:00
agc
c321e260f5
Add NetBSD RCS Id.
...
Comment out the packages untested in the NetBSD packages system.
1997-10-06 13:33:26 +00:00
agc
5c3b7292c3
Initial import of FreeBSD graphics ports into the NetBSD packages
...
system.
1997-10-06 13:29:36 +00:00