pkgsrc/TODO
skrll ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00

83 lines
2.3 KiB
Text

$NetBSD: TODO,v 1.65 2001/08/26 10:32:18 skrll Exp $
packages TODO (Suggested new packages)
^^^^^^^^^^^^^
compat_solaris8
Solaris and Intel compat libraries
http://www.sun.com/software/solaris/binaries/download.html
cvsup.nogui
cvsup daemon and client
Split cvsup packages to cvsup and cvsup.nogui, per pkg/12531
driftnet
listens to network traffic and picks out images from TCP streams
http://www.ex-parrot.com/~chris/driftnet/
figfonts
More fonts for figlet
ftp://ftp.plig.org/pub/figlet/fonts/contributed/
jabber
Messaging client
http://www.jabber.com/downloads/index.shtml
kde-i18n
Internationalisation package for KDE 2.
ftp://ftp.kde.org/pub/kde/stable/2.1/distribution/tar/generic/src
loserjabber
GTK application which allows posting of journal entries to http://www.livejournal.com
http://loserjabber.sourceforge.net/
resin
Fast JSP server
http://www.caucho.com/products/resin/index.xtp
squirm
fast and configurable redirector for Squid
http://squirm.foote.com.au/
smsclient
send SMS messages to mobile phones and pagers on wide range of providers
http://www.styx.demon.co.uk/
SquirrelMail plugins
SquirrelMail has a plugings features and several plugins exist.
http://www.squirrelmail.org/index.php3?page=15
see mail/sq-squirrelspell for an example of a SquirrelMail plugin package
vmsbackup
Read VMS backup tapes
http://garbo.uwasa.fi/pub/unix/vmsbackup/
package update TODO (Suggested package updates)
^^^^^^^^^^^^^^^^^^^
o update x11/xfce to 3.8.3
o update/add cyrus-imapd 2.0.13
(skrll has a new package. Need testers for v1 -> v2
database upgrade)
o update/add openldap 2.0.8
(skrll has a new package)
o update print/ghostscript to 6.51 (jlam)
o update autoconf to 2.52 (or newer)
o update automake to 1.5
pksgrc TODO (Suggested pkgsrc features and enhancements)
^^^^^^^^^^^
o Add a default test target to mk/*.mk and override it in any pkgs
that have testsuites. Use it in bulk builds/test.
o Add a USE_PTHREADS variable with ALT_PTHREADS override.
o Add a sort check to pkglint for PLISTs.
o Add a method to provide distfile-specific MASTER_SITES [PR pkg/7471]
o Make pkgsrc work under HP-UX. (10.20, I mean) I (IMHO) finished the
modifications for bsd.pkg.mk and will commit them after freeze. The
remaining and harder part is to make the cross-environment for HP-UX.
[kei]