Commit Graph

27 Commits

Author SHA1 Message Date
espie
48252a0ad4 WANTLIB markers 2004-11-21 17:51:44 +00:00
espie
79fe9efdfd switch to new style PLISTS, using @lib, ditching DYNLIBDIR.
Replace two INSTALL scripts with @sample.
Reorder plists to match auto-generation, add comments for files that
don't get installed.
2004-08-06 14:37:27 +00:00
pvalchev
1394a31b0f update to nap-1.5.3; incorporates gcc3 fixes and update to working meta-servers 2004-07-20 07:04:05 +00:00
espie
a7ecbbc910 No multiline string constants. 2003-12-29 20:23:55 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
pvalchev
1c05c3a5ae Install docs in PREFIX/share/doc, nto PREFIX/doc
Bump PKGNAME
2003-02-02 04:02:08 +00:00
pvalchev
9bedd9f6b9 nap-1.5.1 2002-12-10 08:45:21 +00:00
espie
3c08c3c943 Kill a few SUBDIR. 2002-05-13 18:50:36 +00:00
pvalchev
a9cfa2ddaa Update to nap-1.5.0 2002-03-04 00:09:01 +00:00
pvalchev
051d1961bf Update to nap-1.4.9 2002-02-19 16:56:14 +00:00
pvalchev
05a68a8267 author changed distfile. 10x naddy 2002-01-30 00:08:43 +00:00
pvalchev
c71c521f53 Update to nap-1.4.8. Fixes, new features 2002-01-29 03:46:46 +00:00
pvalchev
ac9072af38 Update HOMEPAGE and add more MASTER_SITES 2001-11-11 23:29:33 +00:00
pvalchev
4e2a75158c Update to nap-1.4.7
Changes include:
Support for sharing Ogg Vorbis files and non-music files,
a lot of bugfixes, many known problems solved.
See http://quasar.mathstat.uottawa.ca/~selinger/nap/ChangeLog
2001-11-11 21:58:09 +00:00
pvalchev
841e98d304 Update to nap-1.4.6
Contains bugfixes, added another "napping" executable installed suid root
responsible for collecting ping results for nap (revokes privileges after
the first socket call in main())
2001-08-31 16:54:07 +00:00
pvalchev
6a2558d802 add sourceforge to the master sites 2001-08-02 01:48:07 +00:00
pvalchev
13e876b4c2 Update to nap-1.4.5
After more than 2 months, this is an overdue release.  There are a lot
of bugfixes and new features, see the distributed ChangeLog for details.

Main changes:
* The main new feature is that the OpenNap servers are now the default
for nap.  The reason for this is that Napster Inc. has modified their
servers to use a new client auth scheme, which means that nap users
can no longer connect to their servers.  Nap will automatically
download a list of available servers from napigator.com, and then
connect to the first available one.
* Nap's sourceforge page has been updated and now fully operational.
You are encouraged to use sourceforge's facilities for bug reports,
feature requests, etc.
2001-07-02 00:50:22 +00:00
pvalchev
3c45f85455 Switch my email over @openbsd.org.
Insert all COMMENT lines into double quotes for consistency.
2001-05-09 23:26:16 +00:00
pvalchev
4a4705e678 Update to nap-1.4.4-ps9:
- config files are moved to ~/.nap directory (old files are
automatically moved there for now)
- fixed several memory leaks, general code cleanup
reviewed by naddy@
2001-05-09 22:37:59 +00:00
reinhard
3b22d5bdc8 Update to nap-1.4.4-ps8
Brief ChangeLog:
- In dynamically loaded user library code, prefix symbols with "_" on
a.out systems but not on ELF ones as naddy@ suggested.
- Made dynamically loaded user libraries support optional -- disabled
  unless USERCMDS is defined.
- Fixed two segfaults and a curses positioning bug.

from maintainer
2001-04-20 09:27:28 +00:00
reinhard
20ec8ab73b update to nap-1.4.4-ps7
*) enable separate build, change version managing style
*) remove pkg/MESSAGE and unneded patches
*) better DESCR
*) bump NEED_VERSION
Brief Changelog:
- After asking you for the needed information, nap now creates the
  .napconf file automatically.  No sample distfile anymore.
- Added some keybindings for the main window.
- Fixed Ctrl-C so that it can break a nested loop; Ctrl-L so it really
  redraws the whole screen from scratch.

from maintainer
2001-04-17 10:44:03 +00:00
reinhard
1a625987dc update to nap-1.4.4-ps4
There was a horrible bug in nap which prevented uploading at all, this
is a bugfix release.  Upgrade is advisable.
Brief Changelog:
- Fixed id3v2 bug; all id3v2 files should now be sharable and
  downloadable
- Additional control over what is displayed on the result screen.
­ Some command line parameters can be accessed internally now with the
commands /set, /unset, /pvars.
- md5 hashes are now calculated in the same way as the other clients.

from maintainer
2001-04-10 17:26:01 +00:00
reinhard
d5975bdc4c update to nap 1.4.4-ps3
from maintainer

Brief Changelog:
- Pressing 'u' on an item at the search result list shows the nickname
  of the user who's offering the item.
- Added item queueing and /forceq command to deal with stuck queue
  items.
- /pdown shows the firewalled clients.
- Fixed "percentage completed" calculation in case of a "resume". It now
  shows the percentage of the total file.
- Fixed bug in numbering of results if "/set noresultscreen 1"
2001-04-08 13:46:55 +00:00
reinhard
5398dfbd5c no longer needed; from maintainer 2001-04-08 13:33:24 +00:00
reinhard
b707782e78 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 10:53:44 +00:00
reinhard
9bd1a1dddb o) change maintainer's email address
o) move COMMENT into Makefile
o) bump NEED_VERSION
2001-03-24 12:51:47 +00:00
reinhard
20aded4b5e A simple curses implementation of the napster client,
originally written for windows.
 
Napster is a great tool for exploring and experiencing
artists and music you've never heard before, using protocol
for sharing MP3 files between users. With Napster, the files
stay on the user machine, never passing through the server.
 
The server has the ability to search for particular files,
initializing direct transfer between the clients.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-02-04 18:55:33 +00:00