Maxim Sobolev
ed62f626eb
Replace URL with one that works.
2001-03-21 23:03:35 +00:00
Maxim Sobolev
41cd9fc57e
Author acked to release ports to the public. So be it.
2001-03-21 22:44:00 +00:00
Trevor Johnson
967174f52c
Set maintainer to ports@FreeBSD.org.
...
Approved by: message on ports list, apparently from maintainer.
2001-03-21 21:47:38 +00:00
Mikhail Teterin
95b447e40b
Put the USE_LIBTOOL back where I put it.
...
Obtained from: Garrett Wollman
2001-03-21 21:40:48 +00:00
Akinori MUSHA
8e4cb7c968
Update portupgrade to 1.18. Now it comes with portversion, which is
...
the Porter's Handbook compliant version of pkg_version with a little
bit better performance and better usability.
2001-03-22 06:13 knu
* README, portupgrade, misc/zsh/_portupgrade: Add a couple of new
options: -A [command to run after each installation] -B
[command to run before each build]
2001-03-22 05:49 knu
* README, install.rb, portversion, misc/zsh/_portversion: Add
portversion.
2001-03-22 05:43 knu
* portupgrade: Use make(1) arguments specified with -m for "make -V
PKGNAME" too.
Ignore the difference of the name parts when it compares the
package versions.
2001-03-22 05:36 knu
* misc/zsh/_portupgrade: Add a missing closing bracket.
2001-03-21 21:33:52 +00:00
Trevor Johnson
b2bf9ee7cd
When compiled with X, ImageMagick conflicts with display. Warn
...
users about the conflict. Squeeze the pkg-comment files so they
are less than 71 characters.
2001-03-21 21:11:23 +00:00
Satoshi Asami
c3df0b84df
This port installs libraries linked against libXpm, so define
...
USE_XPM.
Submitted by: bento
2001-03-21 20:58:35 +00:00
Jim Mock
4857043eef
Update to version 0.11.0pre7.
2001-03-21 20:54:57 +00:00
Bill Fenner
4c1c9bac51
MAINTAINER shouldn't have an _ at the end.
2001-03-21 20:43:43 +00:00
Matthew Hunt
1d3615171c
I have no idea where this distfile has gone. Set it to MASTER_SITE_FREEBSD
...
and abandon maintainership.
2001-03-21 20:29:11 +00:00
Mikhail Teterin
e922290e86
Make it possible to compile this package without X11 --
...
controllable by the NO_X knob.
While here, remove the USE_LIBTOOL -- the package compiles fine
with the libtool of its own.
I was prompted to do this, when the build of mod_php4 on a
headless server started to download X11 sources...
2001-03-21 20:27:31 +00:00
Jim Mock
04557097bb
Update WWW in pkg-descr.
...
Submitted by: fenner's distfile survey
2001-03-21 20:26:30 +00:00
Bill Fenner
8d3d05527a
Ports without maintainers don't get MAINTAINER lines, to help the
...
default in bsd.ports.mk to come through.
2001-03-21 20:26:02 +00:00
Jim Mock
efad7a3c94
Remove WWW from pkg-descr. There is no web page for this anymore, just
...
an FTP directory.
Submitted by: fenner's distfile survey
2001-03-21 20:25:33 +00:00
Jim Mock
8b2381c2e0
Remove WWW from pkg-plist. The site hasn't existed for quite some time
...
now, and I've been hosting the tarball.
Submitted by: fenner's distfile survey
2001-03-21 20:23:39 +00:00
Akinori MUSHA
38ed8ad94b
ftp.nctu.edu.tw does not mirror ruby any more.
2001-03-21 20:22:39 +00:00
Dirk Meyer
8431474a75
- Fix MASTER_SITE (missing slash)
2001-03-21 20:12:11 +00:00
Dirk Meyer
e3b4a947d6
- bumped port revision
...
- CVS Reopsitory copy still open
PR: 21875
2001-03-21 19:38:24 +00:00
Dirk Meyer
9228142ebd
- moved patches from www/webalizer2 to german/webalizer2
...
PR: 21875
2001-03-21 19:34:37 +00:00
Daniel Baker
89f56c394e
update: 313->319c
2001-03-21 19:03:33 +00:00
Maxim Sobolev
94092f3358
Fix Russian messages. They are not compiled in by default, so PORTREVISION
...
was not bumbed.
Submitted by: "Alexandr A. Listopad" <laa@lucky.net>
2001-03-21 18:55:23 +00:00
Daniel Baker
234da3b2cf
- Downgrade from v2.8012.465 to v2.8010.462 due to bugs
...
- Clean up the Makefile a bit
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
2001-03-21 18:52:31 +00:00
Satoshi Asami
562c03f13b
Typo (converter -> converters).
...
Submitted by: bento
2001-03-21 17:48:55 +00:00
Maxim Sobolev
3da406b3af
Update to 0.0.5.
2001-03-21 16:11:59 +00:00
Maxim Sobolev
47088bfcba
Update to 2.2.5.
...
Approved by: maintainer
2001-03-21 16:08:51 +00:00
Ade Lovett
32daf3b9ed
Allow CATEGORIES to be overridable by the japanese/gal slave port
...
Submitted by: knu
2001-03-21 15:59:32 +00:00
Dag-Erling Smørgrav
1d4b36734a
Update to 2.3.20010321.
2001-03-21 15:29:26 +00:00
Ying-Chieh Liao
76cebd1b34
add rpc
...
rpc is a full-screen RPN calculator program
2001-03-21 13:25:33 +00:00
Thomas Gellekum
174fded7f6
- Remove `-lcompat' again, the new patches contain code fixes.
...
- Fix paths in the documentation (/usr/lpp -> ${PREFIX}).
- patch-ae is no longer needed with gmake.
2001-03-21 12:58:39 +00:00
Akinori MUSHA
56c06bcbe7
Update to 1.16.
...
- Use Dir.entries(dir).each instead of Dir.glob(dir) so it does not
hit the just installed packages.
- Add -p option. [make package as well when each port is installed]
(Requested by: Ollivier Robert <roberto@eurocontrol.fr>)
- Sort options in alphabetical order.
2001-03-21 12:04:52 +00:00
Akinori MUSHA
c863c8984a
Update to the latest stable snapshot. A couple of significant
...
bugfixes have been made since the 1.6.3 release. C'est la vie. ;)
2001-03-21 11:02:32 +00:00
Dirk Meyer
d1bf99f0d9
The samefile program finds files with identical contents (independent of
...
file name). Typical usage would be
find / -print | samefile
turning up megabytes of wasted disk space due to duplicates. Try it,
you'll be baffled.
Jens Schweikhardt
samefile@schweikhardt.net
PR: 25857
Submitted by: schweikh@schweikhardt.net
2001-03-21 07:26:21 +00:00
Dirk Meyer
fd0747dc7b
The port was face lifted.
...
PR: 24837
Submitted by: roman@xpert.com
2001-03-21 07:09:49 +00:00
Dirk Meyer
57201f80be
Firewall Builder consists of object-oriented GUI and set of policy compilers
...
for various firewall platforms. In Firewall Builder, firewall policy is a set
of rules, each rule consists of abstract objects which represent real network
objects and services (hosts, routers, firewalls, networks, protocols).
Firewall Builder helps user maintain database of objects and allows policy
editing using simple drag-and-drop operations.
WWW: http://www.crocodile.org/~vadim/fwbuilder/
- New checksum, Archive on sourceforge.net had changed.
- use new version of gtkmm
PR: 24837
Submitted by: roman@xpert.com
2001-03-21 06:51:00 +00:00
Joseph Koshy
b7e6e54f6d
Upgrade to v5.0.
2001-03-21 05:59:31 +00:00
Wes Peters
33711984a3
Add port for 'liedentd', yet another secure ident server. This
...
one provides random name responses generated via MD5 for each
request.
Obtained from: Softweyr LLC.
2001-03-21 05:44:50 +00:00
Kevin Lo
82f08c2992
Update to version 0.4.12
...
PR: 25957
Submitted by: MAINTAINER
2001-03-21 05:13:52 +00:00
Vanilla I. Shu
5649c01321
Upgrade to 0.17.0, add depends to www/neon now.
...
No response: maintaner
2001-03-21 04:03:51 +00:00
Vanilla I. Shu
6464d9f07d
Don't define iLinux on Makefile, it require libsvga.
...
Submitted by: bento
No response: maintainer
2001-03-21 04:02:36 +00:00
Vanilla I. Shu
a269a1d7ae
Add CONFIGURE_ENV.
...
Submitted by: bento
2001-03-21 03:58:19 +00:00
Akinori MUSHA
97419ba483
I don't have intention to maintain this port anymore.
...
I'd recommend to use linux-netscape + linux-flashplugin instead, or
wait for Mozilla to have a Flash plugin.
2001-03-21 03:57:12 +00:00
Vanilla I. Shu
17d705933c
Fix pkg-plist.
2001-03-21 03:56:48 +00:00
Vanilla I. Shu
b9ac2b143e
1: p5-Digest-MD5 remove non MD5 module now,
...
so change BUILD_DEPENDS to MD5.pm,
2: add RUN_DEPENDS.
3: bump version.
2001-03-21 03:36:36 +00:00
OKAZAKI Tetsurou
0f56915716
Add html2wml 0.4.0, a Perl program that converts HTML pages to WML decks.
...
PR: 24333
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
2001-03-21 03:32:59 +00:00
Vanilla I. Shu
40c1bdbfe4
Upgrade to 2.13.
2001-03-21 03:25:36 +00:00
Vanilla I. Shu
de4df34ed3
Remove BROKEN for 3.*, because we don't support 3.* anymore.
2001-03-21 03:07:17 +00:00
Vanilla I. Shu
acb0f89ec8
Nuke p5-Apache.
2001-03-21 03:02:48 +00:00
Vanilla I. Shu
9f4cc2e485
Nude p5-Apache. We don't support 3.* anymore.
2001-03-21 03:01:29 +00:00
David E. O'Brien
f2866c9b08
Upgrade to version 4.0.
2001-03-21 02:27:08 +00:00
David E. O'Brien
bc9859a267
fix WWW: formattin'
2001-03-21 01:35:58 +00:00