1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
Commit Graph

46242 Commits

Author SHA1 Message Date
Akinori MUSHA
29bde1b218 Add MASTER_SITE_LOCAL to MASTER_SITES, since the site refuses to let
WWW clients like fetch, wget, lukemftp, and lftp download the
distfile. (Netscape and curl were okay)

I'll contact the webmaster later.
2001-08-25 20:38:29 +00:00
Pete Fritchman
4db3087986 add p5-Date-Handler
Perl module for calculating time differences

PR:		30071
Submitted by:	Shell Hung <shell@shellhung.org>
2001-08-25 20:30:03 +00:00
David W. Chapman Jr.
6d061c9647 Add patch patch-configure.in to stop checking for ${PREFIX}/etc
during configure
BUMP Portrevision
2001-08-25 20:10:21 +00:00
Kris Kennaway
42069966a4 Christian Weisgerber <naddy@mips.inka.de> submitted this as a port too.
Let him be maintainer.
2001-08-25 19:46:22 +00:00
Andrey A. Chernov
14ce4cdf06 Remove workaround until I dig more on this - can't reproduce the bug now. 2001-08-25 19:03:29 +00:00
Dmitry Sivachenko
cd88758eee Add WWW. 2001-08-25 18:05:50 +00:00
Dmitry Sivachenko
ad97974938 Upgrade to 1.0.4 2001-08-25 17:59:24 +00:00
Andrey A. Chernov
cf59b6fb63 Workaround to prevent coredump in stdio cleanup() on exit() when signal 15
arrived
2001-08-25 16:42:54 +00:00
Andrey A. Chernov
aa63296c24 More efforts to get some sort of working drweb32.ini initially 2001-08-25 16:31:39 +00:00
Ying-Chieh Liao
2529b03f49 upgrade to 2.4 2001-08-25 16:09:38 +00:00
Andrey A. Chernov
dc9c9458a3 Oops, remove wrong warning - there was a problem in drweb32.ini 2001-08-25 15:20:52 +00:00
Akinori MUSHA
3ebd3062f3 Update to 20010826.
Overall:

- Support the cases where PORTREVISION == 0 and PORTEPOCH == 0.

portupgrade:

- Add a new option: -l/--log-results, which is used to save the
  results as a file. [new]

- Properly exit with a non-zero status when main() does not return a
  valid value. [fix]

portsclean:

- Finally implement portsclean -L/--libclean, which cleans the old
  shared libraries that are not recorded in the package database.  It
  moves old and orphan shared libraries to ${PREFIX}/lib/compat/pkg.
  [new]

- In concert with this feature, the portupgrade port now digs the
  directory and installs a startup script which runs `ldconfig -m
  ${PREFIX}/lib/compat/pkg'. [new]

- Implement portsclean -DD, which cleans all the distfiles which are
  not referenced from any port that is currently installed, which
  portsclean -D only cleans the distfiles which are not referenced
  from any port in the ports tree. [new]

  Note that -DD runs very fast but removes more, whereas -D runs so
  slow but removes less.

  Idea provided by:	Kris Kennaway <kris@obsecurity.org>

portsdb:

- Do not fail in the case when INDEX.db and INDEX.rbo are not in sync
  somehow. [fix]

- Implement -r/--recursive. (a bit slow, though) [new]

Completions:

- Improve and update zsh compdefs.

- Add completion definitions for bash. [new]

..and several minor improvements.  Enjoy!
2001-08-25 15:14:42 +00:00
Peter Pentchev
b6aa397e9d Update to 1.0pre3.
Use MANCOMPRESSED instead of tweaking MAKE_ENV.
Remove the WRKSRC hack, I've learned to package up my stuff properly.
Change e-mail addresses and URL's to ones at ringlet.net.
2001-08-25 15:10:39 +00:00
Andrey A. Chernov
51c70519e5 Simplify configuration installation in rc.d 2001-08-25 14:48:12 +00:00
Andrey A. Chernov
0ebb7c5682 Do not install something running in rc.d, just as sample, tuning needed 2001-08-25 14:46:35 +00:00
Andrey A. Chernov
a8d6bfc59a Add warnings that viruses in mail not detected with evaluation key 2001-08-25 14:38:03 +00:00
Andrey A. Chernov
be3f8f91a9 Use right umask for socket creation 2001-08-25 14:14:27 +00:00
Pete Fritchman
5d3b64aa05 - update to version 0.14
- sort pkg-plist rmdirs

PR:		30073
Submitted by:	maintainer
2001-08-25 13:54:09 +00:00
Andrey A. Chernov
c84686b4ff Fix socket permissions after start 2001-08-25 12:33:53 +00:00
Andrey A. Chernov
5077dff50b Install drwebdc too 2001-08-25 11:40:57 +00:00
Andrey A. Chernov
5c70b177ab Use abs path for rm 2001-08-25 11:30:15 +00:00
Andrey A. Chernov
3ba0cf932c Spelling fix 2001-08-25 11:29:33 +00:00
Kris Kennaway
aa460bf537 Add ctrace-0.8
ctrace is an IPv4 traceroute tool that supports many features missing
in standard 4.3BSD traceroute(8). It is programmed entirely in perl.

Obtained from:	OpenBSD
2001-08-25 11:20:49 +00:00
Andrey A. Chernov
4a3c01bb47 Use more natural initial values 2001-08-25 11:02:57 +00:00
Andrey A. Chernov
fc1ecaaffe Remove socket after stop 2001-08-25 10:56:29 +00:00
Kris Kennaway
c6e1f2266c The MASTER_SITE seems to no longer exist; host this locally for now. 2001-08-25 10:53:28 +00:00
Dirk Froemberg
43b0dfaa46 Fix shared library number for sablotron after upgrade. 2001-08-25 10:46:47 +00:00
Kris Kennaway
3524d0d5f8 Oops, remove stray file 2001-08-25 10:14:31 +00:00
Kris Kennaway
0e61002d04 Add smtpclient-1.0.0
This program is a minimal SMTP client that takes an email
message body and passes it on to a SMTP server (default is the
MTA on the local host). Since it is completely self-supporting,
it is especially suitable for use in restricted environments.

Obtained from:	OpenBSD
2001-08-25 10:14:13 +00:00
Shigeyuki Fukushima
5d8b47b83f Clean empty etc directories. 2001-08-25 09:59:07 +00:00
Kris Kennaway
a3ffa46306 Add xworld-2.0
XWorld displays a pretty picture of our earth as it would look if
viewed from the direction of the sun.  The window is regularly updated.
You can use xworld in lieu of a clock.

Obtained from:	OpenBSD
2001-08-25 09:55:44 +00:00
Kiriyama Kazuhiko
66ebec5b33 Mew2 port for XEmacs21-Mule now committed on reposit copied from
mail/mew-xemacs21-mule.
2001-08-25 09:26:03 +00:00
Kiriyama Kazuhiko
3fc3dcfd86 Mew2 for XEmacs21 now committed on reposit copied from
mail/mew-xemacs21.
2001-08-25 09:22:38 +00:00
Kiriyama Kazuhiko
7fbc9cb45c Mew2 for Emacs20 port now committed on reposit copied from
mail/mew.
2001-08-25 09:17:58 +00:00
Andrey A. Chernov
40fe2d9de9 Do not overwrite existen drwebsmf.sh on install 2001-08-25 09:06:43 +00:00
Kris Kennaway
307bcf45ad Update to Mixer.app-1.7.0
Approved by:	maintainer (implicitly)
2001-08-25 08:45:51 +00:00
CHOI Junho
d287836c4c Update to 7.0 2001-08-25 08:42:42 +00:00
Kris Kennaway
a7567581c6 Update to id3ed 1.10.2
Approved by:	maintainer
2001-08-25 08:42:08 +00:00
Kris Kennaway
361e277443 Add source-highlight-1.1
Source-highlight is a simple program that, given a source C/C++ or Java file,
produces an html source with syntax highlighting.

Obtained from:	OpenBSD
2001-08-25 08:40:27 +00:00
Andrey A. Chernov
a21d51d19e drwebd -> drwebfilter 2001-08-25 08:26:40 +00:00
CHOI Junho
16ef6cd239 Add backup site. 2001-08-25 08:20:18 +00:00
Kiriyama Kazuhiko
775c5c2289 Remove mew2-emacs20 because of my miss-repo-copy. 2001-08-25 08:14:38 +00:00
Kiriyama Kazuhiko
cfe7809883 Repositry copy mail/mew -> mail/mew2-emacs20. 2001-08-25 08:11:07 +00:00
Kiriyama Kazuhiko
4429447b64 I've misset category. Change CATEGORIES editors -> mail. 2001-08-25 08:06:40 +00:00
Andrey A. Chernov
b6ae3a7c1d Silence patch, add some comments, cleanup after patch 2001-08-25 08:00:13 +00:00
Kiriyama Kazuhiko
58eb04e53b I've mistaken category. Remove editors/mew2-emacs20. 2001-08-25 07:58:58 +00:00
Kiriyama Kazuhiko
b50f25078e Repositry copy mail/mew-xemacs21-mule -> mail/mew2-xemacs21-mule. 2001-08-25 07:47:05 +00:00
Kiriyama Kazuhiko
ab9a1ed8d4 Repositry copy mail/mew-xemacs21 -> mail/mew2-xemacs21. 2001-08-25 07:46:17 +00:00
Kiriyama Kazuhiko
fc7335473b Repositry copy mail/mew-xemacs21 -> mail/mew2-xemacs21. 2001-08-25 07:44:34 +00:00
Kiriyama Kazuhiko
a1a4bf835e Repositry copy ports/mail/mew -> ports/mail/mew2-emacs20. 2001-08-25 07:39:51 +00:00