r507 - in crux-2.1/ports/core: bash bc bindutils cairo file firefox fontconfig freetype gdb glitz groff gtk jfsutils less libpng libtiff man-pages netkit-ftp netkit-telnet openssh perl procps psmisc reiserfsprogs tcsh util-linux vim x11 xfsprogs
Author: jue Date: 2006-01-05 18:04:20 +0100 (Thu, 05 Jan 2006) New Revision: 507 Modified: crux-2.1/ports/core/bash/Pkgfile crux-2.1/ports/core/bc/Pkgfile crux-2.1/ports/core/bindutils/Pkgfile crux-2.1/ports/core/cairo/Pkgfile crux-2.1/ports/core/file/Pkgfile crux-2.1/ports/core/firefox/Pkgfile crux-2.1/ports/core/fontconfig/Pkgfile crux-2.1/ports/core/freetype/Pkgfile crux-2.1/ports/core/gdb/Pkgfile crux-2.1/ports/core/glitz/Pkgfile crux-2.1/ports/core/groff/Pkgfile crux-2.1/ports/core/gtk/Pkgfile crux-2.1/ports/core/jfsutils/Pkgfile crux-2.1/ports/core/less/Pkgfile crux-2.1/ports/core/libpng/Pkgfile crux-2.1/ports/core/libtiff/Pkgfile crux-2.1/ports/core/man-pages/Pkgfile crux-2.1/ports/core/netkit-ftp/Pkgfile crux-2.1/ports/core/netkit-telnet/Pkgfile crux-2.1/ports/core/openssh/Pkgfile crux-2.1/ports/core/perl/Pkgfile crux-2.1/ports/core/procps/Pkgfile crux-2.1/ports/core/psmisc/Pkgfile crux-2.1/ports/core/reiserfsprogs/Pkgfile crux-2.1/ports/core/tcsh/Pkgfile crux-2.1/ports/core/util-linux/Pkgfile crux-2.1/ports/core/vim/Pkgfile crux-2.1/ports/core/x11/Pkgfile crux-2.1/ports/core/xfsprogs/Pkgfile Log: added a bunch of dependency headers to core ports Modified: crux-2.1/ports/core/bash/Pkgfile =================================================================== --- crux-2.1/ports/core/bash/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/bash/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: An sh-compatible command language interpreter. # URL: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses name=bash version=3.0 Modified: crux-2.1/ports/core/bc/Pkgfile =================================================================== --- crux-2.1/ports/core/bc/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/bc/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: An arbitrary precision calculator language # URL: http://www.gnu.org/software/bc/bc.html # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses, readline name=bc version=1.06 Modified: crux-2.1/ports/core/bindutils/Pkgfile =================================================================== --- crux-2.1/ports/core/bindutils/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/bindutils/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: Bind tools # URL: http://www.isc.org/index.pl?/sw/bind/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: openssl name=bindutils version=9.3.1 Modified: crux-2.1/ports/core/cairo/Pkgfile =================================================================== --- crux-2.1/ports/core/cairo/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/cairo/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: A 2D graphics library with support for multiple output devices # URL: http://www.cairographics.org/ -# Depends on: x11, fontconfig, freetype, zlib, glitz +# Maintainer: Matt Housh, jaeger at morpheus dot net +# Depends on: glitz name=cairo version=1.0.2 Modified: crux-2.1/ports/core/file/Pkgfile =================================================================== --- crux-2.1/ports/core/file/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/file/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: File type identification utility # URL: ftp://ftp.fu-berlin.de/unix/tools/file/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: zlib name=file version=4.16 Modified: crux-2.1/ports/core/firefox/Pkgfile =================================================================== --- crux-2.1/ports/core/firefox/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/firefox/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,7 +1,7 @@ # Description: Mozilla Web Browser Component # URL: http://www.mozilla.com/firefox/ # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: libidl, gtk, x11, zip +# Depends on: libidl, gtk name=firefox version=1.5 Modified: crux-2.1/ports/core/fontconfig/Pkgfile =================================================================== --- crux-2.1/ports/core/fontconfig/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/fontconfig/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,7 +1,7 @@ # Description: A library for configuring and customizing font access # URL: http://fontconfig.org/wiki/ # Maintainer: Per Lid�n <per@fukt.bth.se> -# Depends on: freetype, expat, pkgconfig +# Depends on: freetype, expat name=fontconfig version=2.2.3 Modified: crux-2.1/ports/core/freetype/Pkgfile =================================================================== --- crux-2.1/ports/core/freetype/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/freetype/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: A free and portable TrueType font rendering engine # URL: http://www.freetype.org # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: zlib name=freetype version=2.1.10 Modified: crux-2.1/ports/core/gdb/Pkgfile =================================================================== --- crux-2.1/ports/core/gdb/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/gdb/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: The GNU Debugger (GDB) # URL: http://sources.redhat.com/gdb/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses name=gdb version=6.3 Modified: crux-2.1/ports/core/glitz/Pkgfile =================================================================== --- crux-2.1/ports/core/glitz/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/glitz/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,5 +1,6 @@ # Description: An OpenGL image compositing library # URL: http://www.freedesktop.org/Software/glitz +# Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: x11 name=glitz Modified: crux-2.1/ports/core/groff/Pkgfile =================================================================== --- crux-2.1/ports/core/groff/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/groff/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: The GNU troff text-formatting system # URL: http://www.gnu.org/software/groff/groff.html # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: x11 name=groff version=1.19.2 Modified: crux-2.1/ports/core/gtk/Pkgfile =================================================================== --- crux-2.1/ports/core/gtk/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/gtk/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,7 +1,7 @@ # Description: A multi-platform toolkit for creating graphical user interfaces # URL: http://www.gtk.org/ # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: glib, atk, pango, hicolor-icon-theme +# Depends on: atk, pango, libtiff, hicolor-icon-theme name=gtk version=2.8.9 Modified: crux-2.1/ports/core/jfsutils/Pkgfile =================================================================== --- crux-2.1/ports/core/jfsutils/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/jfsutils/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: Tools for IBM's journaled file system # URL: http://jfs.sourceforge.net/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: e2fsprogs name=jfsutils version=1.1.10 Modified: crux-2.1/ports/core/less/Pkgfile =================================================================== --- crux-2.1/ports/core/less/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/less/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: A terminal based program for viewing text files # URL: http://www.greenwoodsoftware.com/less/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses name=less version=382 Modified: crux-2.1/ports/core/libpng/Pkgfile =================================================================== --- crux-2.1/ports/core/libpng/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/libpng/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,7 +1,7 @@ # Description: Library of JPEG support functions. # URL: http://www.ijg.org/ # Maintainer: Per Lid�n <per@fukt.bth.se> -# Depends on: pkgconfig +# Depends on: zlib name=libpng version=1.2.8 Modified: crux-2.1/ports/core/libtiff/Pkgfile =================================================================== --- crux-2.1/ports/core/libtiff/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/libtiff/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,7 +1,7 @@ # Description: Library for manipulation of TIFF (Tag Image File Format) images # URL: http://www.remotesensing.org/libtiff/ # Maintainer: Per Lid�n <per@fukt.bth.se> -# Depends on: libjpeg +# Depends on: libjpeg, zlib name=libtiff version=3.7.4 Modified: crux-2.1/ports/core/man-pages/Pkgfile =================================================================== --- crux-2.1/ports/core/man-pages/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/man-pages/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: The Linux manpages collection # URL: http://www.win.tue.nl/~aeb/linux/man/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: man name=man-pages version=2.18 Modified: crux-2.1/ports/core/netkit-ftp/Pkgfile =================================================================== --- crux-2.1/ports/core/netkit-ftp/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/netkit-ftp/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: An FTP client # URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses, readline name=netkit-ftp version=0.17 Modified: crux-2.1/ports/core/netkit-telnet/Pkgfile =================================================================== --- crux-2.1/ports/core/netkit-telnet/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/netkit-telnet/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: A telnet client # URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses name=netkit-telnet version=0.17 Modified: crux-2.1/ports/core/openssh/Pkgfile =================================================================== --- crux-2.1/ports/core/openssh/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/openssh/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,7 +1,7 @@ # Description: Secure SHell server and client tools # URL: http://www.openssh.org/ # Maintainer: Per Lid�n <per@fukt.bth.se> -# Depends on: openssl +# Depends on: openssl, zlib name=openssh version=4.2p1 Modified: crux-2.1/ports/core/perl/Pkgfile =================================================================== --- crux-2.1/ports/core/perl/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/perl/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: Perl programming language # URL: http://www.perl.org/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: db, gdbm name=perl version=5.8.7 Modified: crux-2.1/ports/core/procps/Pkgfile =================================================================== --- crux-2.1/ports/core/procps/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/procps/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: The /proc file system utilities # URL: http://procps.sourceforge.net/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses name=procps version=3.2.6 Modified: crux-2.1/ports/core/psmisc/Pkgfile =================================================================== --- crux-2.1/ports/core/psmisc/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/psmisc/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: Small utilities that use the /proc filesystem # URL: http://psmisc.sourceforge.net/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses name=psmisc version=21.9 Modified: crux-2.1/ports/core/reiserfsprogs/Pkgfile =================================================================== --- crux-2.1/ports/core/reiserfsprogs/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/reiserfsprogs/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: Filesystem utilities for ReiserFS # URL: http://www.namesys.com/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: e2fsprogs name=reiserfsprogs version=3.6.19 Modified: crux-2.1/ports/core/tcsh/Pkgfile =================================================================== --- crux-2.1/ports/core/tcsh/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/tcsh/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: Enhanced version of the Berkeley C shell (csh) # URL: http://www.tcsh.org # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses name=tcsh version=6.14 Modified: crux-2.1/ports/core/util-linux/Pkgfile =================================================================== --- crux-2.1/ports/core/util-linux/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/util-linux/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: Miscellaneous system utilities # URL: http://freshmeat.net/projects/util-linux/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: e2fsprogs, ncurses, zlib name=util-linux version=2.12r Modified: crux-2.1/ports/core/vim/Pkgfile =================================================================== --- crux-2.1/ports/core/vim/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/vim/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: A popular vi clone that features syntax highlighting # URL: http://www.vim.org/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: ncurses name=vim version=6.4 Modified: crux-2.1/ports/core/x11/Pkgfile =================================================================== --- crux-2.1/ports/core/x11/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/x11/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,7 +1,7 @@ # Description: The Open Group X Window System # URL: http://xorg.freedesktop.org/wiki/ # Maintainer: Per Lid�n <per@fukt.bth.se> -# Depends on: libpng, fontconfig +# Depends on: libpng, fontconfig, ncurses # Nice to have: libtxc_dxtn name=x11 Modified: crux-2.1/ports/core/xfsprogs/Pkgfile =================================================================== --- crux-2.1/ports/core/xfsprogs/Pkgfile 2006-01-04 18:05:31 UTC (rev 506) +++ crux-2.1/ports/core/xfsprogs/Pkgfile 2006-01-05 17:04:20 UTC (rev 507) @@ -1,6 +1,7 @@ # Description: Filesystem utilities for XFS # URL: http://oss.sgi.com/projects/xfs/ # Maintainer: Per Lid�n <per@fukt.bth.se> +# Depends on: e2fsprogs name=xfsprogs version=2.7.3
participants (1)
-
crux@crux.nu