Commit graph

996 commits

Author SHA1 Message Date
hubertf
206314d09f only make the generated pkg's name "nb1" - the distfile stays the same 2000-07-05 23:59:08 +00:00
hubertf
d0547a183f Update to gdk-pixbuf-0.8.0nb1:
Add all the files to the pkg - there's a bunch more on ELF, see
the imlib package.
2000-07-05 23:49:30 +00:00
tron
9c4585c860 Handle symbolic links on directories properly. 2000-07-05 17:19:33 +00:00
tron
ea090e2367 Add dependence on version "0.10.35nb1" of the "gettext" package because
shared modules won't be built otherwise.
2000-07-05 16:54:19 +00:00
tron
9e487b0465 Don't attempt to remove directories in "share/locale" which are used
by many other packages.
2000-07-05 16:22:36 +00:00
tron
9a37f1d7c9 Use "@unexec rmdir" on "share/aclocal" because "gimp" is not the only
package using that directory.
2000-07-05 16:12:53 +00:00
tron
5217a2f13a Hubert Feyrer maintains this package again. 2000-07-05 15:52:03 +00:00
rh
76c51054c0 Update pngcrush to 1.4.5
Changes are:
 * Added color-counting and palette-building capability
 * Added "-fix" option, for fixing bad CRC's and other correctable
	conditions.
 * Write sBIT.alpha=1 when adding an opaque alpha channel and sBIT is
	present.
 * Identify the erroneous 2615-byte sRGB monitor profile being written by
	Photoshop 5.5, which causes many apps to crash, and replace it
	with an sRGB chunk.
 * Added a check for input and output on different devices before
	rejecting the output file as being the same as the input file
	based on inode.
 * Added some UCITA language to the disclaimer.
 * Reduced scope of Try/Catch blocks to avoid nesting them, and removed
	returns from within the Try blocks, where they are not allowed.
 * Removed direct access to the png structure when possible
 * Removes extra IDAT chunks (such as found in some POV-ray PNGs) with a
	warning instead of bailing out.
 * Removed the old setjmp interface entirely.
 * RGB to Grayscale conversion is more accurate (15-bit instead of 8-bit)
	and now uses only integer arithmetic.
 * Changed "Compressed" to "Uncompressed" in help for -itxt.
 * Stifled some compiler warnings
 * Add test on stat_buf.st_size to verify fpin==fpout, because stat in
	MSVC++6.0 standard version returns stat_buf.st_ino=0 for all files
 * Revised pngcrush.h to make it easier to control PNG_ZBUF_SIZE and
	PNG_NO_FLOATING_POINT_SUPPORTED from a makefile.
 * Restored ability to enter "replace_gamma" value as a float even when
	floating point arithmetic is not enabled.
 * Enabled removing tEXt, zTXt, or iTXt chunks by chunk type
 * Removed definition of TOO_FAR from pngcrush.h
 * Uses new libpng error handler; if a file has errors, pngcrush now will
	continue on and compress the remaining files instead of bailing
	out.
2000-07-05 15:15:11 +00:00
hubertf
923d6efda1 Update to gimp 1.1.24 (1.2pre). 2000-07-05 03:40:27 +00:00
hubertf
75c49d9754 Update to 1.1.24 (1.2pre). Changes:
lots of bugs fixed, several new plugins.
2000-07-05 03:39:30 +00:00
rh
e0b2cc8740 Update png to 1.0.7.
Changes are:
  Changed sprintf() to strcpy() in png_write_sCAL_s() to work without STDIO
  Added data_length parameter to png_decompress_chunk() function
  Revised documentation to remove reference to abandoned png_free_chnk functions
  Fixed an error in png_rgb_to_gray_fixed()
  Revised example.c, usage of png_destroy_write_struct().
  Renamed makefile.ibmvac3 to makefile.ibmc, added libpng.icc IBM project file
  Added a check for info_ptr->free_me&PNG_FREE_TEXT when free'ing text in png.c
  Simplify png_sig_bytes() function to remove use of non-ISO-C strdup().
  Added png_data_freer() function.
  In the code that checks for over-length tRNS chunks, added check of
    info_ptr->num_trans as well as png_ptr->num_trans (Matthias Benckmann)
  Check for existing data and free it if the free_me flag is set, in png_set_*()
    and png_handle_*().
  Only define PNG_WEIGHTED_FILTERS_SUPPORTED when PNG_FLOATING_POINT_SUPPORTED
    is defined.
  Changed several instances of PNG_NO_CONSOLE_ID to PNG_NO_STDIO in pngrutil.c
    and mentioned the purposes of the two macros in libpng.txt/libpng.3.
  Revised png_set_iCCP() and png_set_rows() to avoid prematurely freeing data.
  Add checks in png_set_text() for NULL members of the input text structure.
  Removed superfluous prototype for png_set_itxt from png.h
  Removed "else" from pngread.c, after png_error(), and changed "0" to "length".
  Changed several png_errors about malformed ancillary chunks to png_warnings.
  Added png_pass-* arrays to pnggccrd.c when PNG_USE_LOCAL_ARRAYS is defined.
  Relocated paragraph about png_set_background() in libpng.3/libpng.txt
    and other revisions (Matthias Benckmann)
  Relocated info_ptr->free_me to restore binary compatibility with libpng-1.0.5
    (breaks compatibility with libpng-1.0.6).
  Relocated info_ptr->free_me, png_ptr->free_me, and other info_ptr and
    png_ptr members to restore binary compatibility with libpng-1.0.5
    (breaks compatibility with libpng-1.0.6).
  Rearranged some members at the end of png_info and png_struct, to put
    unknown_chunks_num and free_me within the original size of the png_structs
    and free_me, png_read_user_fn, and png_free_fn within the original png_info,
    because some old applications allocate the structs directly instead of
    using png_create_*().
  Added documentation of user memory functions in libpng.txt/libpng.3
  Modified png_read_png so that it will use user_allocated row_pointers
    if present, unless free_me directs that it be freed, and added description
    of the use of png_set_rows() and png_get_rows() in libpng.txt/libpng.3.
  Added PNG_LEGACY_SUPPORTED macro, and #ifdef out all new (since version
    1.00) members of png_struct and png_info, to regain binary compatibility
    when you define this macro.  Capabilities lost in this event
    are user transforms (new in version 1.0.0),the user transform pointer
    (new in version 1.0.2), rgb_to_gray (new in 1.0.5), iCCP, sCAL, sPLT,
    the high-level interface, and unknown chunks support (all new in 1.0.6).
    This was necessary because of old applications that allocate the structs
    directly as authors were instructed to do in libpng-0.88 and earlier,
    instead of using png_create_*().
  Added makefile.intel and updated makefile.watcom (Pawel Mrochen)
  Overloaded png_read_init() and png_write_init() with macros that convert
    calls to png_read_init_2() or png_write_init_2() that check the version
    and structure sizes.
  Made PNG_NO_ITXT_SUPPORTED the default setting, to avoid memory overrun
    when old applications fill the info_ptr->text structure directly.
  Added PNGAPI macro, and added it to the definitions of all exported functions.
  Relocated version macro definitions ahead of the includes of zlib.h and
    pngconf.h in png.h.
  Made PNG_NO_CONSOLE_IO the default condition when PNG_BUILD_DLL is defined.
  Use MSC _RPTn debugging instead of fprintf if _MSC_VER is defined.
  Added png_access_version_number() function.
  Check for mask&PNG_FREE_CHNK (for TEXT, SCAL, PCAL) in png_free_data().
  Expanded libpng.3/libpng.txt information about png_data_freer().
  Changed pnggccrd.c and pngvcrd.c to handle bad adaptive filter types as
    warnings instead of errors, as pngrutil.c does.
  Set the PNG_INFO_IDAT valid flag in png_set_rows() so png_write_png()
    will actually write IDATs.
  Made the default PNG_USE_LOCAL_ARRAYS depend on PNG_DLL instead of WIN32.
  Make png_free_data() ignore its final parameter when freeing data that can
    have multiple instances (text, sPLT, unknowns).
  Removed info_ptr->valid tests from png_free_data(), as in version 1.0.5.
  Added png_set_invalid() function.
  Fixed incorrect illustrations of png_destroy_write_struct() in example.c.
  Revised the deliberately erroneous Linux setjmp code in pngconf.h to produce
    fewer error messages.
  Set each pointer to NULL after freeing it in png_free_data().
  Worked around a problem in pngconf.h; AIX's strings.h defines an "index"
    macro that conflicts with libpng's png_color_16.index. (Dimitri Papadapoulos)
  Added PNG_NO_POINTER_INDEXING macro to use array-indexing instead of pointer
    indexing in pngrutil.c and pngwutil.c to accommodate a buggy compiler.
  Added a check for overlength PLTE chunk in pngrutil.c.
  Added PNG_NO_POINTER_INDEXING macro to use array-indexing instead of pointer
    indexing in pngrutil.c and pngwutil.c to accommodate a buggy compiler.
  Added a warning in png_decompress_chunk() when it runs out of data.
  Revised the copyright/disclaimer/license notice.
  Corrected the definition of PNG_TRANSFORM_INVERT_ALPHA  (0x0400 not 0x0200)
  Added PNG_USE_DLL macro.
  Added "msvc" and contrib/msvctest directories with MSVC++ project files
    (Simon-Pierre Cadieux) and contrib/visupng directory (Willem van Schaik).
  Removed leading underscores from "_PNG_H" and "_PNG_SAVE_BSD_SOURCE" macros.
  Fixed bugs in pngwrite.c and pngwutil.c that prevented writing iCCP chunks.
  Revised the definition of "trans_values" in libpng.3/libpng.txt
2000-07-03 12:06:47 +00:00
david
57917276b9 If ONLY_FOR_PLATFORM included NetBSD-1.4[Z][A-Z]-i386, include
NetBSD-1.5_ALPHA-i386
2000-07-01 19:42:22 +00:00
agc
d951a0d54f Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of
X11 libraries, programs and headers (which will change if xpkgwedge is
installed).

[X11BASE reflects the location of the X11 libs, headers and programs.
X11PREFIX reflects the installed location of X11 packages.]
2000-06-30 10:04:46 +00:00
tron
27b45298c0 Fix saving of user-defined colors. Patches by Brian Smith supplied in
PR pkg/10470 by Jim Bernard.
2000-06-29 07:20:38 +00:00
hubertf
460be0b680 fix ELF lib paths 2000-06-27 03:18:03 +00:00
hubertf
9fbd3e59f3 fix ELF lib paths 2000-06-27 01:55:14 +00:00
wiz
6fb181baf4 Add all libraries to link step of gdk_imlib.
Adresses pkg/10453.
2000-06-27 01:13:47 +00:00
rh
74dba5b25e USE_LIBTOOL again, now that our version is sufficiently recent. Fixes
some minor problems with inter-library dependencies and dependent packages.
2000-06-25 16:12:01 +00:00
wiz
5ecac7759b USE_LIBTOOL & LTCONFIG_OVERRIDE instead of PKG_LIBTOOL and part of a
patch. Update PLIST.
2000-06-25 01:06:20 +00:00
dmcmahill
052b7407d2 forgot to cvs add this file before previous commit... 2000-06-24 01:49:03 +00:00
dmcmahill
95b2d4b660 Replace an incorrectly hardcoded X11 path with X11BASE. This addresses
PR 10432 from Takahiro Kambe
2000-06-24 01:48:08 +00:00
itohy
865d09f18b Use ${PREFIX} instead of ${X11BASE} for documents and examples, a la PR #9933. 2000-06-23 00:22:34 +00:00
rh
d04f178579 Add and enable opendis 2000-06-22 16:55:33 +00:00
itohy
9f1a1107ab Update to 3.2.3a.
Enable I18N.
Make Xaw3d optional.
2000-06-22 08:18:05 +00:00
jlam
b5729dddfe USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 04:03:34 +00:00
jlam
ce52cb9f8c USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 02:45:15 +00:00
jlam
740d8bdfb2 USE_LIBTOOL instead of packages libtool. 2000-06-21 02:24:22 +00:00
jlam
5f0bc2f091 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 02:11:42 +00:00
jlam
99a2cd4c36 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 01:02:10 +00:00
jlam
ec0a588d1e USE_LIBTOOL instead of PKGLIBTOOL; sort PLIST. 2000-06-21 00:55:08 +00:00
jlam
54e07204b4 USE_LIBTOOL instead of USE_PKGLIBTOOL. 2000-06-21 00:46:09 +00:00
hubertf
14f8c649bd Update to 0.4.3. Changes since 0.4.2:
* Canon PowerShot library reverse-engineered by
   Wolfgang Reissnegger
   Werner Almesberger <almesber@lrc.di.epfl.ch>
   Rasmus Andersen <rasmus@diku.dk>
   Edouard Lafargue <lafargue@oslo.geco-prakla.slb.com>
   Philippe Marzouk <bullmali@afribone.net.ml>
   Ole W. Saastad <o.w.saastad@kjemi.uio.no>
 * New Kodak DC21x library and standalone dc21x_cam by Timecop <timecop@japan.co.jp>
 * Sony DSCF55/505/MSAC-SR1/DCR-PC100 library enhancements.
 * Support for Sony MSAC-SR1 and Memory Stick used by DCR-PC100.
 * Standalone rsony program by Mark Davies <mdavies@dial.pipex.com>
 * New patches contributed by Kees Cook <cook@cpoint.net>, Juergen Weigert <jw@netvision.de>, and
   Bernd Seemann <bernd@seebaer@ruhr.de> for downloading MPEGs with the standalone program.
 * Additional Fuji camera models have been comfirmed to work.
 * Konica and HP library fixes by by Ed Legowski <edlegowski@pobox.com>.
2000-06-21 00:44:34 +00:00
jlam
7bea6c6e7f USE_LIBTOOL instead of PKGLIBTOOL, even though it's not used yet;
remove unnecessary include directives for giflib.
2000-06-21 00:01:09 +00:00
hubertf
86b51a1f9b fix for ELF 2000-06-20 22:25:57 +00:00
dmcmahill
0e4766ab72 correct PLIST for ELF vs a.out platforms. This fixes PR pkg/10393. 2000-06-20 01:40:16 +00:00
wiz
44e9ac9790 Fix grayscale PNG display. Patch supplied by Dieter Baron in private mail. 2000-06-17 01:09:35 +00:00
itojun
f1da92c4b3 magicpoint makes use of pkgsrc/graphics/png, add dependency. 2000-06-15 05:57:56 +00:00
he
5360945a7b Upgrade this package from 1.8.1 to 1.8.3; the distribution file
for 1.8.1 was replaced with 1.8.3.
2000-06-14 16:33:46 +00:00
wiz
329a86374a USE_LIBTOOL & LTCONFIG_OVERRIDE -> minus one patch
Also add some missing libraries to PLIST.
2000-06-09 11:06:20 +00:00
jlam
15cbf6b3e5 USE_LIBTOOL and LTCONFIG_OVERRIDE instead of pkglibtool and patching
configure.
2000-06-09 05:34:25 +00:00
tron
e850b6d39b Depend on "imlib" 1.9.8 or newer. 2000-06-05 09:37:00 +00:00
tron
e4a80ace07 Recognize NetBSD-1.4ZA or newer. 2000-06-05 07:27:48 +00:00
tron
ea454ebc2e pkglint: put "ONLY_FOR_PLATFORMS" at the correct location. 2000-06-05 06:49:27 +00:00
wiz
9cd1ed21ce remove comment overlooked in last commit 2000-06-05 01:15:56 +00:00
hubertf
dc05682873 * Set LIBOPT to something really existing (${ECHO} is a shell builtin
now, and as such can't be used as a file dependency in make(1)).
 * Don't force anyone to have "." in his $PATH
2000-06-05 01:13:34 +00:00
wiz
8448a0b5b4 Update to 9.3.
Use USE_LIBTOOL instead of USE_PKGLIBTOOL.
Changes since 9.2:
o pnmfile: check for file size error.
o ppmhist: handle larger maxvals, image sizes
o xwdtopnm: Use color map with DirectColor to fix wrong color bug on
  some DirectColor xwds.
o xwdtopnm: Correct bug with 24/32 DirectColor LSBfirst xwds.
o Add pXmcheck() library function.
o Add leaftoppm and ppmtoleaf.  Thanks Bill O'Donnell.
o Add winicontoppm and ppmtowinicon.  Thanks Lee Benfield.
o Add pgmslice.  Thanks to Jos Dingjan.
o Include subset of RLE library in the package.
o stamp-date doesn't rely on whoami.
o Make file fixes to accomodate more install programs.
o Replace tmpnam() with mkstemp().
o Add pXm_init() into all programs that didn't have it.
2000-06-05 00:36:30 +00:00
wiz
79694af37d USE_LIBTOOL instead of USE_PKGLIBTOOL: lose a patch. 2000-06-03 20:11:11 +00:00
wiz
6f8379fafb Fix library dependencies (on libm and libz).
USE_LIBTOOL instead of USE_PKGLIBTOOL.
2000-06-03 19:46:42 +00:00
wiz
85e6cee74d Fix dependency on libjpeg and libm.
Use USE_LIBTOOL instead of USE_PKGLIBTOOL.
2000-06-03 19:18:23 +00:00
wiz
1d822895dd USE_LIBTOOL instead of USE_PKGLIBTOOL, losing a patch. 2000-06-03 19:17:43 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
dmcmahill
7f7c54db40 change the sparc entry in ONLY_FOR... to only include SunOS. Under NetBSD/sparc,
this plugin gives:
ld.so: /usr/pkg/lib/netscape/navigator-4.6/plugins/libflashplayer.so is not for this machine type
2000-06-01 09:45:42 +00:00
rh
e2752c3046 Remove ELF-specific library symlinks (this is handled automatically by the
package system)
2000-05-31 16:17:56 +00:00
drochner
d1f323a47e defuzz 2000-05-30 21:09:50 +00:00
drochner
1177205903 trick libtool into doing TRT 2000-05-30 19:31:51 +00:00
drochner
8d0aa456dd update to 0.8.0
Changes:
* Fixed offsetting in scaling functions (Owen).
* Fixed compositing and bit-mangling bugs (Darin).
* Many build and configuration-related fixes (James, Tomasz, Karl).
2000-05-30 19:30:22 +00:00
drochner
d7f3f55bd9 update to 1.9.8.1
Changes to 1.9.8: bugfixes and configuration changes
2000-05-30 19:16:27 +00:00
hubertf
ece92e7b31 Do not depend on (any) ghostscript.
If people want to view postscript, there are better viewers.
2000-05-26 23:29:04 +00:00
rh
8cb27d6e1e Update ploticus to 1.37. Changes include:
* Added new proc - proc datesettings
 * Added - an option to omit weekends with date or datetime scaling,
   via proc datesettings
 * Improved - numeric data in scientific format e.g. 4.335e12 now
   supported
 * Improved - #declare and #musthave now can take comma-delimited lists
   of variable names
 * Fixed bug - proc bars, error bars not positioned correctly w/
   clustering
 * Fixed bug - proc rangebar, 1.5iqr mode, incorrect upper tail length
 * Fixed bug - proc rangebar, zero length tail should not be drawn at all
 * Fixed bug - proc tabulate, entries should not be sorted when valuelist
   is used
2000-05-26 05:55:11 +00:00
wiz
4696e8f2a6 Update gqview to 0.8.1.
Changes: Internationalization, bug fixes (including some memory leaks),
autoconfiscated.
2000-05-25 10:16:45 +00:00
wiz
2a0e4e2682 Master site path for distfiles changed 2000-05-21 01:39:30 +00:00
tron
5068d2c870 Compile this package without optimization under arm32 port because "egcs"
crashes otherwise.
2000-05-20 11:02:07 +00:00
wiz
1ac2657c7a make it compile with gimp-current, change dependency to gimp>=1.0.4 2000-05-17 21:52:22 +00:00
tron
7a844d192f Use run time library path for PBM libraries. 2000-05-17 19:03:24 +00:00
tron
3584f11542 Use normal instead of build dependence for "netpbm" package because
"pgmtorle", "ppmtorle" and "rletoppm" get linked with the shared
library.
2000-05-17 18:54:00 +00:00
tron
1989ac4b83 Define deprecated symbol "unix". 2000-05-17 18:50:35 +00:00
tron
73ce836bef Installing header file "shhopt.h" so that building 3rd party PBM
applications will work.
2000-05-17 18:41:21 +00:00
tron
fd5215860b Add homepage URL. 2000-05-17 10:26:36 +00:00
tron
e8caa7879c Update "netpbm" package to version 9.2. There are too many changes and
bug fixes to list here. Main new features are shared libraries, JPEG
and JBIG support.
2000-05-17 10:13:19 +00:00
tron
dacb4bb3e8 Fix permissions of the documentation directory after installation. 2000-05-17 10:06:44 +00:00
hubertf
b8119a7a3a update homepage & master site 2000-05-15 02:32:51 +00:00
kim
7cbaf02221 Add comment about needing Xaw3d. 2000-05-14 20:04:13 +00:00
dmcmahill
fd3cc12a2d make all pkgs for which I'm the maintainer point to my netbsd email. 2000-05-12 16:07:33 +00:00
is
96c67ad7ac Upgrade pacakge to magicpoint-1.07a, which has much better mgp2ps. 2000-05-12 15:22:26 +00:00
dmcmahill
1dce36609c add patch to work around a g++ -O2 compiler bug on pmax. The compiler bug is
reported in PR port-pmax/9453.
2000-05-12 14:59:28 +00:00
tron
f70b063fd0 Update "mtv" package to version 1.1.1.1 after old distribution file has
disappeared. A change list is not available unfortunately.
2000-05-12 06:33:56 +00:00
rh
d2a5ab610c Depend on jpeg-6b. 2000-05-12 06:30:59 +00:00
rh
c44ef9cfbd Update tgif to 4.1.33
Changes include:
 * tons of bug fixes
 * support for importing JPEG files
 * new X default, Tgif.JpegToXpm, so that the import filter can
   be replaced.
 * a new X default, Tgif.AutoWrapMenubar
 * a new X default, Tgif.NoMinWinSize
 * -usexlib commandline option to force tgif to ignore the
   -DUSE_XT_INITIALIZE compile option and use Xlib only.
 * French locale
 * ImageProc context submenu for XPM objects
 * Get Property context submenu
 * f an object has an attribute called "edit_attrs_in_context_menu=",
 * the values (starting from the 2nd line and separated by
   linebreaks) of this attribute are treated as attribute names.
   The named attributes will be visible in the Edit Attribute In
   Editor submenu of the Context Menu.
 * Add tooltip support for Show Measurement. Thanks to Raphael
   Dechenaux <raph_d@club-internet.fr> for the contribution.
   The following new X defaults are supported (with their default
   values shown):
         Tgif.UseMeasureTooltip: true
         Tgif.MeasureTooltipXFollowMouse: true
         Tgif.MeasureTooltipYFollowMouse: true
         Tgif.MeasureTooltipHorizontalPosition: left
         Tgif.MeasureTooltipVerticalPosition: top
2000-05-12 06:20:49 +00:00
sommerfeld
99c0d3b1c1 Add RCS tag 2000-05-12 03:14:24 +00:00
sommerfeld
1a42b57a15 ODS, the Open Digita Services project, is an effort to write Open
Source tools for accessing Digita cameras from Linux and other unix
operating systems.

ODS has been tested with and is known to work with the following cameras:

               Kodak DC-220
               Kodak DC-260
               Kodak DC-265
               Kodak DC-290

The Minolta EX-1500 has been reported to work with ODS, but the
interface needs some debugging.

ODS will not support cameras that don't use Digita; this includes the
Kodak DC-200, DC-210, DC-240, DC-280, and earlier cameras.
2000-05-12 03:07:40 +00:00
jlam
fd75e24317 Alter dependencies. Packages needing X11 drivers use
DEPENDS+=	ghostscript-[6-9]*:../../print/ghostscript

and packages needing just any ghostscript binary use

	DEPENDS+=	ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-10 15:39:06 +00:00
tron
1298255322 Patch to enable remote support supplied by Mario Kemper in private E-Mail. 2000-05-09 22:07:16 +00:00
tron
210311feb7 Use wildcard dependence for "t1lib" package. 2000-05-09 16:12:42 +00:00
tron
9c926a11df Reorder things properly. 2000-05-09 08:32:09 +00:00
tron
ae2880dc06 Make sure that the package uses either "Xaw3d" or "Xaw-Xpm" but not
standard "Xaw" which won't work.
2000-05-09 08:30:49 +00:00
tron
48049d1775 Add and enable "fxtv" package. 2000-05-07 20:38:44 +00:00
tron
d3ab19ccaa Initial import of new "fxtv" package:
TV display application for Brooktree 848 compatible TV cards
2000-05-07 20:34:13 +00:00
jlam
582a02f348 Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
2000-05-07 02:11:16 +00:00
wiz
e1fcac032b Updated homepage 2000-05-03 14:52:49 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
kim
76010fbf53 Fix typo. 2000-05-02 01:03:53 +00:00
jlam
659a876be9 Move gettext dependency from Makefile to Makefile.common 2000-05-01 21:53:33 +00:00
jlam
c4cbbff069 Switch dependency from freetype to freetype-lib. 2000-05-01 06:07:44 +00:00
jlam
02195125cf Add and enable freetype-{lib,utils}. 2000-05-01 06:05:29 +00:00
jlam
3827f6797b Split freetype into two packages: freetype-lib which contains just the
library and doesn't require X11, and freetype-utils which contains the
freetype test programs and does require X11.  Leave freetype as a
meta-package that includes the library and test-programs packages.

This allows programs/libraries not requiring X11 to depend on freetype-lib.

Make jlam@netbsd.org the MAINTAINER since I made all these mods.
2000-05-01 06:04:33 +00:00
jlam
6415f056a1 freetype-utils: FreeType test programs 2000-05-01 06:03:36 +00:00
jlam
ec514b8f91 freetype-lib: FreeType library and headers only 2000-05-01 06:02:23 +00:00
drochner
cbb839550f update to 4.1.0. No info about changes - sorry. 2000-04-28 15:27:00 +00:00
tron
6bfd44c5af Forgot to update master site list. 2000-04-26 14:13:30 +00:00
sakamoto
a68e8d5c2b regen. 2000-04-24 09:43:05 +00:00