Vanilla I. Shu
dc47d54e50
Upgrade to 2.17.
1998-05-14 08:16:33 +00:00
David E. O'Brien
a1d6d878d9
upgrade to version 4.05 (also the "Pro" version too)
1998-05-11 22:13:22 +00:00
Steve Price
d093362e30
Current version of libjpeg is .8
...
PR: 6497
Submitted by: Ugo Paternostro <paterno@dsi.UNIFI.IT>
1998-05-10 22:15:45 +00:00
Steve Price
a4a3186843
SGi no longer distributes this port.
...
PR: 6547
Submitted by: maintainer
1998-05-10 22:04:55 +00:00
Tim Vanderhoek
aee005a02d
Move the homepage reference from the Makefile to pkg/DESCR.
...
While I'm here, add @dirrm share/doc/w3mir to pkg/PLIST and reformat
pkg/[DESCR|COMMENT].
1998-05-09 16:57:40 +00:00
Andrey A. Chernov
78c6feb8f1
Install config examples too
1998-05-09 13:28:04 +00:00
Andrey A. Chernov
feba606742
Install some docs/license
1998-05-09 13:18:42 +00:00
Andrey A. Chernov
08675c1c6b
Add w3mir
1998-05-09 10:30:27 +00:00
Andrey A. Chernov
41fa0c475c
Fix homepage
1998-05-09 10:29:21 +00:00
Andrey A. Chernov
c573ec0c18
HTTP mirroring tool
1998-05-09 10:20:40 +00:00
Thomas Gellekum
944910bb30
Execute `ldconfig -R' at the pkg_delete step.
...
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Justin M. Seger
18f33c0f93
Change JPEG shared library number to 9. This is to make sure that everyone
...
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
1998-05-04 20:23:32 +00:00
Matthew Hunt
bcd91c8c98
Activate ijb, the Internet Junkbuster.
1998-05-03 20:51:46 +00:00
Matthew Hunt
e7933a995a
Import of ijb, the Internet Junkbuster. It's an HTTP proxy that
...
strips advertisements and so on.
PR: 6488
Submitted by: Ian Struble <ian@broken.net>
1998-05-03 20:51:39 +00:00
Justin M. Seger
853c4ab2d7
Upgrade to the April 29, 1998 snapshot.
1998-05-02 17:49:10 +00:00
Vanilla I. Shu
6599268e66
Add a depend of www/p5-HTML-Parser.
1998-04-28 14:45:37 +00:00
Vanilla I. Shu
7b97e5c633
Add p5-HTML-Parser.
1998-04-28 14:44:43 +00:00
Peter Wemm
c2941cb794
Update from 1.2.beta19 -> 1.2.beta20 (+patch 1)
1998-04-26 07:57:21 +00:00
Vanilla I. Shu
d18131e86e
Upgrade to 1.015.
1998-04-26 07:32:21 +00:00
Vanilla I. Shu
55b84754b5
Upgrade to 5.32.
1998-04-26 07:30:08 +00:00
Matthew Hunt
1c20b83c8c
Patches from maintainer to make the port non-BROKEN.
...
PR: 6392
Submitted by: Yukihiro Nakai <nakai@apricot.astec.co.jp>
1998-04-23 16:50:43 +00:00
Andrey A. Chernov
8c9e6b5888
Fix PLIST
1998-04-22 16:28:49 +00:00
Satoshi Asami
6b4d5d3e8f
===> Building package for apache-1.3b6
...
Creating package /usr/ports/packages/All/apache-1.3b6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz'
tar: can't add file sbin/dbmmanage : No such file or directory
tar: can't add file sbin/htdigest : No such file or directory
tar: can't add file sbin/htpasswd : No such file or directory
*** Error code 1
1998-04-22 12:39:33 +00:00
Satoshi Asami
4107b1bcca
Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE.
...
Also, don't use "+=" to define variable defined only once.
1998-04-22 12:38:13 +00:00
Andrey A. Chernov
31b33b57e3
Upgrade to dev.6
1998-04-22 00:42:27 +00:00
Andrey A. Chernov
a64e845de7
Upgrade to 1.3b6, now with loadable modules!
1998-04-21 21:58:18 +00:00
Steve Price
358b17d0da
This port builds ok now.
...
PR: 6319
1998-04-19 17:14:33 +00:00
Andreas Klemm
c1103873d9
some problem detected by knarf and fixes by him and me:
...
- http-analyze installed into the wrong path, one path component has
been duplicated, fixed that in Makefile and sanitized the PLIST
this changed patch-aa
- had to add a post.install script to teach config.h our $(PREFIX) path
- changed config.h, so that post.configure script has it easier to patch,
this changed patch-ab
- added @dirrm lines in PLIST, to deinstall more thoroughly
- tested packaging
Submitted by: Frank Bartels <knarf@camelot.de>
1998-04-18 09:47:14 +00:00
Satoshi Asami
fe161c146c
Remove the MOTIFLIB= (i.e., defined to be empty) line from config/FreeBSD.mk,
...
and remove hacks to work around it.
1998-04-17 21:52:17 +00:00
Justin M. Seger
876d756b4c
Define BUILD_OPT and NO_NETSCAPE_STATIC. This now lets us build mozilla in
...
100MB of disk space. The size of a package created from make package is now
3MB!
1998-04-17 10:36:45 +00:00
Justin M. Seger
5f08801387
This is a kludge to make building work again. post-configure now echo's MOTIFLIB
...
to work/ns/MOTIFLIB and in the linker line there is a `cat ../../MOTIFLIB'.
The MOTIFLIB variable is being passed to work/ns/Makefile, but not beyond it. If
anyone figures out how to fix this properly, please email a new patch to me.
1998-04-17 09:29:25 +00:00
Justin M. Seger
0127784d22
Remove unneccessary NO_INSTALL_MANPAGES line.
...
Submitted by: asami
1998-04-16 02:05:31 +00:00
Justin M. Seger
b5544f1358
Switch remaining ports to use jpeg lib version 8.0.
1998-04-15 22:18:24 +00:00
Justin M. Seger
cb37bb5960
Use shared libaries instead of having a 60+MB binary.
1998-04-13 10:59:35 +00:00
Justin M. Seger
0e0a3bd5d3
Upgrade to 1998-04-08 source snapshot.
1998-04-12 17:58:38 +00:00
Tim Vanderhoek
580e7ad977
Be more verbose in DESCR than "netscape". :-) Warn that this is
...
intended for developers.
1998-04-12 13:42:17 +00:00
Justin M. Seger
713ee9adc1
Initial import of a mozilla port.
1998-04-12 12:47:23 +00:00
Mark Murray
dd50315cdc
Upgrade to Apache1.2.6.
1998-04-12 09:53:59 +00:00
Mark Murray
0f44370ec7
Upgrade Fortify to 1.2.2. USE_128BIT works again.
1998-04-12 09:07:49 +00:00
Mark Murray
4f2751170b
Upgrade fortyofy to 1.2.2. USE_128BIT works again.
1998-04-12 09:06:33 +00:00
Andreas Klemm
6eeae68bd9
Added mozilla
1998-04-11 17:22:35 +00:00
Justin M. Seger
bd7566ba26
Upgrade to 5.1l.
1998-04-11 03:20:11 +00:00
Andreas Klemm
1a26056e32
Update to newest version 2.01 from Apr 02.
1998-04-10 18:48:03 +00:00
Peter Wemm
52cd19d8a9
Update squid-1.2b18 -> 1.2.b19 (with dist patch)
...
Read ChangeLog for the large list of bugfixes/changes/new features.
1998-04-10 05:11:38 +00:00
Andrey A. Chernov
3ddf13dc2c
Fix images dir to match installation
1998-04-09 21:36:45 +00:00
Andrey A. Chernov
f127fd7b88
Upgrade to beta4, my patch applied by author
1998-04-09 12:49:13 +00:00
Andrey A. Chernov
8409200a15
Use default log file name to get some result immediately
1998-04-08 18:57:41 +00:00
Andrey A. Chernov
48f20d3aac
Upgrade to 2.90beta3
1998-04-08 18:18:26 +00:00
Satoshi Asami
acd19d78e8
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
...
depend on ordering in the parent Makefiles for the links to be created
correctly.
1998-04-04 07:36:46 +00:00
Satoshi Asami
505b17c590
Upgrade to 4.05. The Fortify stuff is untested, but I just merged
...
the changes from the communicator port (thanks Andrey!).
1998-04-03 00:24:04 +00:00
Andrey A. Chernov
bd849a07c3
Fix dir from where Fortify called
1998-04-02 22:47:52 +00:00
Andrey A. Chernov
b533f47c23
Fix version number
1998-04-02 22:35:12 +00:00
Andrey A. Chernov
3963399da5
Upgrade to 4.05
1998-04-02 20:26:41 +00:00
Satoshi Asami
21541f3051
Mark this port broken, hasn't compiled for a while because of png.
1998-03-28 22:23:58 +00:00
Satoshi Asami
f7aeb5b785
Use EXTRACT_SUFX instead of DISTFILES, will save one line of editing for
...
upgrades. :)
1998-03-28 20:13:39 +00:00
Andrey A. Chernov
75d15b3956
upgrade png major
1998-03-28 20:12:07 +00:00
Andrey A. Chernov
a54e8109ec
Better PLIST from lynx port
1998-03-28 14:26:06 +00:00
Justin M. Seger
aa151affc1
Add missing @dirrm's, and sort the PLIST.
1998-03-28 13:18:26 +00:00
Peter Wemm
b17a85a36d
Add transproxy to tree
1998-03-28 08:26:41 +00:00
Peter Wemm
656f628d50
Clarify the conditional brokenness and mention where ipfilter comes from.
1998-03-28 08:25:28 +00:00
Peter Wemm
930db90bb4
Import a -current only transparent proxy kit, based on the Linux transproxy
...
v0.3 tools. It could probably work with 2.2.x if the ipfilter package was
built and installed.
1998-03-28 08:20:32 +00:00
Andrey A. Chernov
451a294010
Upgrade to 2.8.1dev.4
1998-03-27 06:10:30 +00:00
Andrey A. Chernov
8b86730a2a
Upgrade to 2.8 (hope maintainer don't mind)
...
PR: 6128
1998-03-27 05:34:42 +00:00
Peter Wemm
f80f190a5a
Update squid-1.2beta17 -> 1.2beta18
1998-03-26 13:29:13 +00:00
Thomas Gellekum
918fceed9e
Move headers into a subdirectory (${PREFIX}/include/www)
...
and add config.h so that other programs will compile.
1998-03-25 12:33:28 +00:00
Peter Wemm
8a4dbd9e6a
Add missing files to PLIST
...
Approved by: asame
1998-03-22 03:34:45 +00:00
Satoshi Asami
9c54760d3e
Add comms/kpilot, devel/p5-File-Sync, games/tank, security/pgp5 and
...
www/checkbot.
Forgotten or misspelled by: various people :p
1998-03-21 13:54:17 +00:00
Satoshi Asami
06e2ac60d0
Add NO_LATEST_LINK.
1998-03-21 12:54:43 +00:00
Peter Wemm
fa7d16b2bb
Update squid 1.2.beta16 -> 1.2.beta17
1998-03-20 14:00:53 +00:00
Chris Timmons
e10637dfff
MHonArc v2.2.0. Ok'd by: koshy@india.hp.com.
1998-03-19 02:59:00 +00:00
Andreas Klemm
79a767c4a8
Upgrade to java based version
...
so uses new jdk as port dependency
1998-03-17 19:55:10 +00:00
Vanilla I. Shu
7a55685691
Activate hypermail.
1998-03-17 01:23:31 +00:00
Vanilla I. Shu
400c5c9ff1
Hypermail is a program that takes a file of mail messages in UNIX mailbox
...
format and generates a set of cross-referenced HTML documents. Each file that
is created represents a separate message in the mail archive and contains
links to other articles, so that the entire archive can be browsed in a
number of ways by following links. Archives generated by Hypermail can be
incrementally updated, and Hypermail is set by default to only update
archives when changes are detected.
PR: ports/5364
Submitted by: Francis M J Hsieh <mjhsieh@life.nthu.edu.tw>
1998-03-17 01:22:26 +00:00
Mark Murray
242edb68d9
Fix for the case where USA_RESIDENT is not defined.
1998-03-16 15:38:37 +00:00
Mark Murray
289b08af32
Fix for the case where USA_RESIDENT is not defined
1998-03-16 15:05:03 +00:00
Mark Murray
abf86f4f51
Drat. Missed a broken .ifdef
1998-03-16 14:48:53 +00:00
Mark Murray
18985690d6
Fix for the case where a macro is not defined at all.
...
Found by: jkh
1998-03-16 14:40:59 +00:00
Justin M. Seger
23da08260a
Upgrade to libwww-5.1j.
1998-03-15 17:34:52 +00:00
Mark Murray
20f95ad771
Update for Fortify-1.2.1.
1998-03-15 15:15:22 +00:00
Mark Murray
0109f8e80a
Using Fortify, and setting USE_128BIT, Communicator can now use 128 bit
...
crypto legally.
1998-03-15 15:13:57 +00:00
Mark Murray
f4ae91a3a3
Using Fortify and setting USE_128BIT, this port can now do 128 bit
...
encryption legally.
1998-03-15 15:10:48 +00:00
Andrey A. Chernov
d278f64974
Add dist patches set locally since bsd.port.mk can't handle different base
...
directory per each dist patch
1998-03-12 04:05:01 +00:00
Andrey A. Chernov
1f549567ad
Upgrade to 2.8pre.2
1998-03-11 01:54:36 +00:00
Peter Wemm
9310d31e0b
Include the regularly-scheduled post-beta-release patch.
1998-03-09 03:35:12 +00:00
Andrey A. Chernov
cb2c295711
Upgrade to 2.8pre.5
1998-03-08 12:19:36 +00:00
Wolfram Schneider
a1c9ff09d9
unbroke
1998-03-07 15:24:20 +00:00
Peter Wemm
5f825c7ab9
Update squid1.2.beta14 -> beta16.
...
Note: the b14 -> b15 change will loose your cache unless you take
the steps on http://squid.nlanr.net/ to recover it.
Read the Changelog for details, this is a fairly large update.
1998-03-05 06:43:06 +00:00
Wolfram Schneider
42d3a436cb
Fix BUILD_DEPENDS.
1998-03-04 16:44:58 +00:00
Andrey A. Chernov
16969b7493
Upgrade to 5.20
1998-03-03 22:10:14 +00:00
Satoshi Asami
ed5b96dba4
Mark this port broken, the BUILD_DEPENDS syntax is not right. Please
...
see handbook or other ports.
1998-03-03 10:00:54 +00:00
Wolfram Schneider
e9fabadb8a
A WWW link verifier, similar like momspider. Depend on some perl5 modules.
1998-03-02 19:11:49 +00:00
Andrey A. Chernov
f5aef19b2a
Upgrade to 2.8pre.2
1998-03-02 13:52:35 +00:00
Satoshi Asami
33849bac0a
Add @dirrm, use absolute path for @exec/@unexec and sort PLIST.
...
PR: 5334
Submitted by: SADA Kenji <sada@ail-inc.co.jp>
1998-03-01 21:27:07 +00:00
John-Mark Gurney
f6be9c6f01
update so that we don't have to have a patch...
...
now version is 0.8e
(and this time I remebered to make makesum)
1998-03-01 20:19:58 +00:00
Steve Price
0a2229913f
Portlint nit and update version required to 0.8d.
1998-03-01 19:31:13 +00:00
Andrey A. Chernov
6514cc54d8
Add missing @unexec, @dirrm
...
PR: 5334
Submitted by: SADA Kenji <sada@ail-inc.co.jp>
1998-03-01 09:03:41 +00:00
Satoshi Asami
e43c66c249
Define NO_LATEST_LINK.
1998-02-25 06:23:55 +00:00
Andreas Klemm
7ac76a9e2d
If BATCH is defined, then build apache-php with mysql support.
...
Reasons:
- mysql is free software and very popular.
- msql is only free for private use
- msql isn't as fast and reliable (from hearsay)
1998-02-22 23:06:17 +00:00
Andreas Klemm
e33653b3ac
Remove brokenness from this port ;-) Thanks to Dirk Froemberg.
...
New features:
- You have to set variable PHP_DBTYPE to msql or mysql by typing
make PHP_DBTYPE=[ msql | mysql ]
to build the port with msql or mysql support.
- The php configuration isn't interactive anymore
Theoretically we could default to mysql database and build
a package, so that make batch could work !
- Cleaned up port dependency, so that libgd actually gets build
(I fixed this one)
- made portlint as happy as I could, changed /usr/local to ${PREFIX}
and changed sed -> ${SED}
The only thing that is missing now is an apache-php-SSL port and
postgresql support ;-))
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
1998-02-22 23:01:44 +00:00
Justin M. Seger
c0e041c8e2
Upgrade to 5.1i.
1998-02-22 21:44:58 +00:00