Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-09-29 | Don't try to install mime.types twice. | Paul Traina | |
Patch up the distributed configuration files to match /usr/local/www convention. We really should be patching them to meta-values and then running sed over them to home them to the right prefix. | |||
1995-09-26 | Make apache less NCSA-like and more BSD-like. | Paul Traina | |
Binary installed in /usr/local/sbin. Document root is /usr/local/www/data. Server root is /usr/local/www/server. | |||
1995-09-23 | Upgrade apache to 0.8.14, completely restructure port, and list myself as | Paul Traina | |
maintainer. | |||
1995-09-23 | Fix core dump due to miscalucalting length of malloc() string. Bug | Satoshi Asami | |
already reported to original authors. | |||
1995-09-21 | Clean patch now | Andrey A. Chernov | |
1995-09-20 | The lynx package from the master-site was silently changed. Name was | Andreas Schulz | |
the same but the contents are changed. One patch failed and needed a minor correction. The sources from the master site had now a BSDI addition. | |||
1995-09-20 | Correct the checksum for the new lynx package from the mastersite. | Andreas Schulz | |
1995-09-19 | Upgrade apache to 0.8.13 | Paul Traina | |
1995-08-29 | Upgrade to variant from Aug 16 | Andrey A. Chernov | |
1995-08-28 | Port of the APACHE web server. | Jordan K. Hubbard | |
Submitted by: "Eric L. Hernes" <erich@lodgenet.com> | |||
1995-08-23 | Bring in a port of Mosaic. This can only be built by people with Motif, | Jordan K. Hubbard | |
so we'll not enable it by default. Submitted by: torstenb | |||
1995-07-23 | Upgrade 2.4.1 -> 2.4.2 | Andrey A. Chernov | |
1995-07-08 | Move internal keys off 0..255 charset, strange chars appearse | Andrey A. Chernov | |
in old variant. | |||
1995-07-08 | Dist file changed without name change | Andrey A. Chernov | |
1995-06-16 | Upgrade and fix keypad, now it works | Andrey A. Chernov | |
1995-05-27 | Back out previous commit, Andrey confirmed it was not needed. | Satoshi Asami | |
1995-05-26 | Set PREFIX directly to ${X11BASE}, it is overwriting somehow to /usr/X386 | Andrey A. Chernov | |
in old variant | |||
1995-05-12 | Fix printf/st_size and off_t problem | Andrey A. Chernov | |
1995-05-05 | fixed package | Adam David | |
1995-05-05 | fixed install | Adam David | |
1995-05-05 | update | Adam David | |
1995-05-05 | fixed install and package | Adam David | |
package is only created if YES_PACKAGE is defined, because of site-dependent values compiled in. | |||
1995-05-04 | webmaster instead of www-admin | Adam David | |
1995-05-04 | upgrade to version 2.22 | Adam David | |
were several empty lines starting with a TAB character :( | |||
1995-05-04 | tidyup | Adam David | |
upgrade to version 2.22 | |||
1995-04-25 | Take out unnecessary comment. | Satoshi Asami | |
Submitted by: NIIMI Satoshi <sa2c@and.or.jp> | |||
1995-04-24 | Take out invocation of fake-pkg from do-install target. It is now | Satoshi Asami | |
done in the main install target itself. | |||
1995-04-22 | Update for new bsd.port.mk (target renaming). | Satoshi Asami | |
1995-04-17 | install depends on build! | Satoshi Asami | |
1995-04-17 | Linemode http browser, 3.0. You can use it on a dumb terminal too! | Satoshi Asami | |
Submitted by: NIIMI Satoshi <sa2c@st.rim.or.jp> | |||
1995-04-15 | Update of net Makefiles! Am I done? :) | Satoshi Asami | |
1995-04-12 | Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up | Satoshi Asami | |
some Makefiles along the way. | |||
1995-04-04 | Upgrade, 1.63 -> 1.65. | Satoshi Asami | |
1995-04-01 | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | |
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | |||
1995-03-31 | Try to get most ports checksummed | Gary Palmer | |
1995-03-24 | Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, | Satoshi Asami | |
and some other minor cleanup. | |||
1995-03-22 | file updated without name change | Andrey A. Chernov | |
1995-02-11 | Change USES_GMAKE (what it means?) to | Andrey A. Chernov | |
EXEC_DEPENDS += gmake... Add comment: Do not put USE_GMAKE here | |||
1995-02-11 | Converted Makefiles as much as I could. | Satoshi Asami | |
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! | |||
1995-01-30 | Correct the top tree for the package list. It listed /usr/local but | Andreas Schulz | |
chimera got installed under /usr/X11R6. | |||
1995-01-24 | Add the COMMENT DESCR PLIST files necessary to build a package out of lynx. | Andreas Schulz | |
1995-01-13 | Update DEPENDS lines to point to the new relocated ports. | Jordan K. Hubbard | |
1995-01-04 | Update checksum as version was bumped without chaing it :-( | Gary Palmer | |
1994-12-27 | Version up to 1.63. This one actually works! | Satoshi Asami | |
1994-12-22 | Upgrade | Andrey A. Chernov | |
1994-12-18 | First batch of MD5 checksum files. Only did through to the end of net | Gary Palmer | |
to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later | |||
1994-12-17 | Don't touch makefile and use gmake instead | Andrey A. Chernov | |
1994-12-17 | Upgrade to 2.3.6 | Andrey A. Chernov | |
1994-11-11 | Fixes from Jean-Marc Zucconi. Thanks yet again! | Jordan K. Hubbard | |
Submitted by: jmz | |||
1994-11-09 | Ack! This port is *interactive*! Say so. | Jordan K. Hubbard | |