pkgsrc-wip/mk
Aleksey Cheusov 0c2c838747 under Linux cvs packages fails like this
=> Downloading emacs from
           :pserver:anonymous:@cvs.savannah.gnu.org:/sources/emacs.
    cvs [checkout aborted]: Can't parse date/time: `2008-10-10T00:00+0'
    *** Error code 1

    This is because YYYY-MM-DDTHH:mm+N date format is not supported.

    New format 'YYYY-MM-DD HH:mm +NNNN' works fine both under NetBSD and
    Linux.
2008-10-15 20:05:58 +00:00
..
haskell haskell.mk - generalised .mk file for Haskell Cabal packages. 2008-07-19 07:50:00 +00:00
alsa.mk
cvs-package.mk under Linux cvs packages fails like this 2008-10-15 20:05:58 +00:00
DESC haskell.mk - generalised .mk file for Haskell Cabal packages. 2008-07-19 07:50:00 +00:00
haskell.mk do-configure should setenv CONFIGURE_ENV 2008-07-20 05:56:00 +00:00
hg-package.mk
java-app.mk
linuxbin.pkg.mk Slap a BROKEN line on top of linuxbin.pkg.mk. 2008-02-03 16:32:26 +00:00
postgresql.mk
rcd.mk
README
svn-package.mk Use ${RUN}. Syncing with cvs-package.mk 2008-06-02 08:38:22 +00:00

$Id: README,v 1.1 2003/11/28 20:50:02 mpasternak Exp $

Fri Nov 28 21:34:44 CET 2003

This directory is a testbed for new .mk files, that could propably be
introduced to pkgsrc/mk/ after testing/development/reviewing/quarantine.

Please have in mind, that files you put here must be really well-documented,
Doing this you raise the chance the file will be reviewed.

The need for their existance must be also important.

For settings, that are shared between only a few packages, create
"Makefile.common" (see pkgsrc/databases/postgresql for example)

	-- dotz@irc.pl