2001-11-11 16:58:09 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2001/11/11 21:58:09 pvalchev Exp $
|
2001-03-24 07:51:47 -05:00
|
|
|
|
2001-05-09 19:26:16 -04:00
|
|
|
COMMENT= "gnu curses-based napster client"
|
2001-02-04 13:55:33 -05:00
|
|
|
|
2001-11-11 16:58:09 -05:00
|
|
|
VERSION= 1.4.7
|
2001-07-01 20:50:22 -04:00
|
|
|
DISTNAME= nap-${VERSION}
|
2001-02-04 13:55:33 -05:00
|
|
|
CATEGORIES= audio
|
2001-11-11 16:58:09 -05:00
|
|
|
NEED_VERSION= 1.491
|
2001-02-04 13:55:33 -05:00
|
|
|
|
update to nap-1.4.4-ps-2
The nap isn't really maintained by the real author anymore. Instead,
there is another project which aims to continue the original author's
idea. The new version is A LOT more stable, with various new fixes and
improvements.
The homepage is http://theory.stanford.edu/~selinger/nap/
Quick changelog with the main things:
- fixed a security bug (string format attack)
( http://www.shmoo.com/mail/bugtraq/sep00/msg00942.shtml )
- added --user, --pass, --email, --upload, --download, --dataport,
--connection, --maxusers options to override settings in config file.
- look for config and library files in user's home directory, rather
than current directory. Also, renamed these files more discreetly as
.napconf and .nap_shared.
- fixed several memory leaks and null pointer bugs.
from maintainer
2001-04-04 06:53:44 -04:00
|
|
|
HOMEPAGE= http://theory.stanford.edu/~selinger/nap/
|
2001-02-04 13:55:33 -05:00
|
|
|
|
2001-05-09 19:26:16 -04:00
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
2001-02-04 13:55:33 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2001-08-01 21:48:07 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE} \
|
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= nap
|
update to nap-1.4.4-ps-2
The nap isn't really maintained by the real author anymore. Instead,
there is another project which aims to continue the original author's
idea. The new version is A LOT more stable, with various new fixes and
improvements.
The homepage is http://theory.stanford.edu/~selinger/nap/
Quick changelog with the main things:
- fixed a security bug (string format attack)
( http://www.shmoo.com/mail/bugtraq/sep00/msg00942.shtml )
- added --user, --pass, --email, --upload, --download, --dataport,
--connection, --maxusers options to override settings in config file.
- look for config and library files in user's home directory, rather
than current directory. Also, renamed these files more discreetly as
.napconf and .nap_shared.
- fixed several memory leaks and null pointer bugs.
from maintainer
2001-04-04 06:53:44 -04:00
|
|
|
|
2001-04-17 06:44:03 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
2001-02-04 13:55:33 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nap
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|