Commit graph

103278 commits

Author SHA1 Message Date
jmmv
eac294bb90 Note update of verifypc to 1.4. 2006-09-14 15:36:10 +00:00
jmmv
45be3f9c7a Update to 1.4:
- Sort dependencies properly so that, e.g., 2.10 is considered newer than 2.8.
  This is still a hack and might fail in some cases, but is hopefully much
  better than before.
2006-09-14 15:35:46 +00:00
joerg
5063a61177 Fix Perl usage in mc. 2006-09-14 15:24:34 +00:00
joerg
453eeaab9d Require Perl as run time dependency when VFS is requested, since most of
the extfs scripts are Perl and a WRKDIR reference would sneak in otherwise.
2006-09-14 15:23:28 +00:00
tron
3a4cd0366f Specify architecture with "--with-arch" under Mac OS X because the
auto detection is broken. Fix based on a suggestion by Mark E. Perkins.
This fixes PR pkg/34509.
2006-09-14 15:07:12 +00:00
rillig
d028c0759f Fixed the path to the bash. 2006-09-14 14:48:27 +00:00
rillig
71cc26a7fb + bastet 2006-09-14 13:55:21 +00:00
rillig
aab12740b2 Imported games/bastet-0.41 2006-09-14 13:55:20 +00:00
rillig
d4d771a2a6 Imported bastet.
"For people who enjoy swearing at their computer, Bastet (short for
    Bastard Tetris) is an attractive alternative to Microsoft Word."

        (taken from http://hublog.hubmed.org/)

Have you ever thought Tetris(R) was evil because it wouldn't send you
that straight "I" brick you needed in order to clear four rows at the
same time?  Well Tetris(R) probably isn't evil, but Bastet certainly is.
>:-)

Bastet stands for "bastard tetris", and is a simple ncurses-based
Tetris(R) clone. Unlike normal Tetris(R), however, Bastet does not
choose your next brick at random.  Instead, Bastet uses a special
algorithm designed to choose the worst brick possible.  As you can
imagine, playing Bastet can be a very frustrating experience!
2006-09-14 13:55:10 +00:00
gdt
cac14e8458 Add emacs21no and xemacs21.4 as acceptable.
From John Nemeth.
2006-09-14 13:01:24 +00:00
taca
9c235fcfd6 Update MASTER_SITE.
I could fetch this morning, but can't now.  So I checked
http://mingruby.rubyforge.org/ and it points this MASTER_SITE.
2006-09-14 05:52:39 +00:00
taca
82dcb6cdda Oops, enable PTHREAD_AUTO_VARS line which I forgot to enable at previous
commit.
2006-09-14 01:43:26 +00:00
wiz
d922200a22 regen (various improvements and additional documentation). 2006-09-13 23:46:55 +00:00
wiz
5f8206d726 Use &cprompt;. Do not mention not-existing INET_COUNTRY.
Describe MASTER_SORT and MASTER_SORT_REGEX.
2006-09-13 23:39:07 +00:00
wiz
560966e88a Document BATCH. Undocument deprecated BUILD_USES_MSGFMT.
Document OSVERSION_SPECIFIC.
2006-09-13 23:38:21 +00:00
wiz
78a87435f0 Document LDFLAGS. 2006-09-13 23:36:47 +00:00
wiz
664c8c8551 Use &cprompt; 2006-09-13 23:34:05 +00:00
wiz
ebbf34a05d Use &rprompt; 2006-09-13 23:33:18 +00:00
wiz
5c12ffda83 Remove section about "Commonly used abbreviations" -- the only cited
abbreviation isn't used at all in the guide.
2006-09-13 23:31:15 +00:00
wiz
3cb7fe02d4 Use &cprompt; 2006-09-13 23:30:15 +00:00
wiz
9d197027a9 INSTALL_MAN and MANCOMPRESSED are documented, remove TODO entry. 2006-09-13 23:29:59 +00:00
wiz
4fb56e683e Use &cprompt; and &rprompt;
Add section for people with too much time on their hands.
2006-09-13 23:27:31 +00:00
wiz
b5e337f013 Use documented 'make makedistinfo' instead of undocumented 'make makesum'
in example.
2006-09-13 23:26:21 +00:00
wiz
e627f00107 Reindent, slight improvements. 2006-09-13 23:25:14 +00:00
wiz
55b4f7a9bf Document MANCOMPRESSED_IF_MANZ. 2006-09-13 23:24:40 +00:00
wiz
14a42c23d7 Describe valid values for MOTIF_TYPE. 2006-09-13 23:23:39 +00:00
wiz
60507078b9 Improve markup. Describe MASTER_SITE_BACKUP and MASTER_SITE_LOCAL.
Document NO_INSTALL_MANPAGES. Describe "The package phase".
Add section about "Cleaning up". Document DEPENDS_TARGET.
Document the bin-install target. Improve UPDATE_TARGET description.
Use &rprompt; and &cprompt; instead of <prompt>.</prompt>.
Document replace and index targets.

Reindent and break lines for 80 characters.
2006-09-13 23:23:00 +00:00
adrianp
b38699c123 Updated net/p5-Net-Server to 0.94 2006-09-13 21:09:08 +00:00
adrianp
9156463744 Update to 0.94
0.94   Jul 08 2006
- Add nofatal to Sys::Syslog::openlog if Sys::Syslog
  version >= 0.15 (thanks to DSCHWEI on cpan)
- Added the leave_children_open_on_hup flag which leaves
  open connections open when the server
  is hupped.  It is false by default.
- Make sure new and run can both take a hash or a hashref of values.
- More fixes to HUP under taint (thanks to LUPE on cpan)
- Allow for port, host, and proto to be passed as arrayrefs to run and new.
- Fix bug in a check for dead child processes algorithm in
  PreFork server (thanks to Michael Virnstein).

0.93   Mar 23 2006
- Allow for get sock info routines to use $peer->{client} rather than STDIN
  which may not be set if the "no_client_stdout" flag is set. (thanks to
  Mark Martinec for pointing this out)

0.92   Mar 13 2006
- Allow for duplicated STDIN and STDOUT to properly close.
  Previously they closed because they were simple symbol globs.
  Now they need an explicit close be cause they are opened to
  the client socket's file descriptors.
- Add flag to disable all of the binding of client to STDIN and STDOUT

0.91   Mar 08 2006
- Abstract shutdown_sockets method that is called at the end
  of server_close (to allow for calling in other places).
- Make sure close_children unsets the overridden signals in
  the forked and preforked servers.
- Better handling of STDIN and STDOUT as provided by tye on
  perlmonks in response to Ben Cohen's question (in node
  http://www.perlmonks.org/?node_id=534791)
- Finally added a new method.
- Added much missing perldoc.
- Pass parameters to ->run the second time it is called.  This
  allows for multitype to handle more parameters - but needs
  to be tested for all use cases (it could result in array fields
  getting multiple entries which should be fine in most cases).
  Thanks to Aron Ujvari for pointing this out.
- Add default_values method (suggested by Malte S. Stretz).
- Fix udp_broadcast issue (fix by Rob Mueller)

0.90   Dec 05 2005
- Make HUP work correctly on Multiplex server.
- Allow socket files to cleanup correctly.
- Allow Net::Server::Daemonize to function properly in Taint
  mode again (broken in .88).
- Add ->commandline method to allow for getting and setting
  the commandline for use during a HUP.  This is to allow for
  untainting as necessary.
- Add ->can_read_hook (see the documentation) to allow for
  processing of arbitrary handles in accept_multi_port.

0.89   Nov 22 2005
- Added SSL_passwd_cb to Proto/SSL.pm (Irving A. Bermudez S.)
- Fix rt #13450 which is caused by broken POSIX::setuid on
  perl 5.8.0 on RedHat 9.0.
- Allow for graceful skipping if a port is configured twice in
  the configuration file.
- Allow tests that can pass to pass on Win32 (skip those that cannot)
- Allow "-" in user names. (Carl Lewis)
- Add Reuse = 1 to Proto::UDP. (Slaven Rezic)
- Allow for udp_broadcast setting in Proto::UDP. (Tim Watt)
- Add bug note to Proto::SSL (Christopher A Bongaarts)
- setsid property is now boolean rather than checking definedness.
- Command line parameters override conf file parameters.
- Store command line a little better in preparation for HUP.
2006-09-13 21:07:55 +00:00
tron
77062b2133 Note update of "libtorrent" package to version 0.10.1 and "rtorrent"
to version 0.6.1.
2006-09-13 21:05:17 +00:00
tron
7b74506529 Update "libtorrent" package to version 0.10.1 and "rtorrent" package
to version 0.6.1. Changes since version 0.8.5 respectively 0.4.5 are:
- improved user interface (apparently also fixing redraw problems
  under DragonFly BSD)
- better diskspace handling
- show client names and versions in the peer list
- improved tracker communication
- lots of bug fixes

Based on patches provided by Jan 'Rumko' Kosir in private e-mail.
2006-09-13 21:04:19 +00:00
ginsbach
aa846abc8c Fix typo in previous revision. 2006-09-13 18:18:53 +00:00
ginsbach
0b2cff8307 Don't try to rename pkg-comment if it does not exist. Ports no longer
use pkg-comment but have a COMMENT= in the Makefile.
2006-09-13 17:33:20 +00:00
ginsbach
a19a1eff3b Use pkgsrc-users as default MAINTAINTER. 2006-09-13 17:22:55 +00:00
ginsbach
306ae67d59 Use pkgsrc-users@NetBSD.org as default MAINTAINER. 2006-09-13 17:05:09 +00:00
gdt
937b331534 correct guile-gnome path 2006-09-13 17:04:41 +00:00
gdt
ca4402a7dd The guile-gnome project brings the power of Scheme to your graphical
application.  guile-gnome modules support the entire Gnome library
stack: from Pango to GnomeCanvas, Gtk+ to GStreamer, Glade to
GtkSourceView, you will find in guile-gnome a comprehensive
environment for developing modern applications.

Moved from wip now that it builds with gcc4.

PKGREVISION is still 1, like it was in wip, to avoid backwards versioning.

(apologies for the incorrect import without pkgsrc/, which I know from
the last time doesn't actually write in the repo)
2006-09-13 16:53:05 +00:00
gdt
6a57acbead add guile-gnome 2006-09-13 16:50:41 +00:00
gdt
425c6e371c Added wip/guile-gnome version 2.7.99nb1 [gdt 2006-09-13] 2006-09-13 16:50:09 +00:00
obache
752ab0d5cc - ming-0.3.0 2006-09-13 16:08:24 +00:00
obache
89e40d66e0 Note update of multimedia/{ming,py-ming,ruby-ming}. 2006-09-13 16:07:46 +00:00
obache
cec1e8ba8b Update ruby-ming to 0.1.7.
ChangeLog for ver 0.1.7
-----------------------
* work with Ming 0.3beta1
* big changes from ver 0.1.6
2006-09-13 15:58:48 +00:00
obache
23b9023586 Update py-ming to 0.3.0.
ChangeLog is unknown.
2006-09-13 15:54:58 +00:00
obache
6098e90b05 Update ming to 0.3.0.
ChangeLog is too large, so omit it.
2006-09-13 15:53:51 +00:00
taca
7e301efd17 Note update of www/squid package to 2.6.3.
Remove -squid-2.6.2 frmo TODO.
2006-09-13 14:43:54 +00:00
taca
25c7796eed Update www/squid pacakge to 2.6.3 (squid 2.6.STABLE3).
Too may changes to mention here.
Please refer ${PREFIX}/share/doc/squid/RELEASENOTES.html.
2006-09-13 14:41:58 +00:00
taca
4296c6f700 +streamripper-1.61.27 2006-09-13 13:21:45 +00:00
taca
47f5568bcd Note update of databases/ruby-mysql package to 2.7.1nb1. 2006-09-13 13:14:40 +00:00
obache
68de08335a Update MASTER_SITES and HOMEPAGE. 2006-09-13 13:13:02 +00:00
taca
aecdd49bd3 - Use "--with-mysql-config" option to CONFIGURE_ARGS.
- Include my_global.h header to make sure to define "ulong" on FreeBSD
  and DragonFly BSD.

Bump PKGREVISION.
2006-09-13 13:12:54 +00:00