summaryrefslogtreecommitdiff
path: root/net/zephyr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we can find zephyr_err.h so this port builds.Steve Price1999-09-201-0/+11
| | | | Notes: svn path=/head/; revision=21800
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Make this port interoperable on the FreeBSD/Alpha. From Andrew Gallatin:Steve Price1999-08-291-0/+182
| | | | | | | | | | | | | | Due to the size difference between a struct timeval on FreeBSD/Alpha (2 longs for a total of 128 bits) and a struct timeval nearly everywhere else in the known universe (2 ints, for a total of 64-bits, even on DEC OSF/1), and the way zephyr uses timevals, it needs a bit of help. Submitted by: Adrew Gallatin <gallatin@cs.duke.edu> Obtained from: NetBSD Notes: svn path=/head/; revision=21091
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Fix the following problems:Steve Price1999-03-154-8/+61
| | | | | | | | | | | | Move files in share/* to share/zephyr/ Fix bogus path to xzwrite.bitmap in XZwrite Remove appropriate directories in PLIST PR: 10139 Submitted by: Sheldon Hearn <sheldonh@iafrica.com> Notes: svn path=/head/; revision=17221
* A few more USE_XLIBs.Satoshi Asami1998-11-281-1/+2
| | | | Notes: svn path=/head/; revision=14938
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-16/+0
| | | | Notes: svn path=/head/; revision=12624
* Set maintainer to ports@freebsd.orgPaul Traina1997-07-101-2/+2
| | | | Notes: svn path=/head/; revision=7283
* General Makefile cleanupDavid E. O'Brien1996-12-011-4/+8
| | | | | | | | | | | Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
* Add .gz suffix to manpages so this port packages again.Satoshi Asami1996-11-261-16/+16
| | | | Notes: svn path=/head/; revision=4669
* Update PLIST per Satoshi's requestPaul Traina1996-11-221-70/+72
| | | | Notes: svn path=/head/; revision=4647
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-18/+21
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-6/+6
| | | | Notes: svn path=/head/; revision=4575
* Update to zephyr 2.0.4Paul Traina1996-11-073-6/+17
| | | | Notes: svn path=/head/; revision=4340
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Change "networking" to "net".Satoshi Asami1995-11-271-2/+2
| | | | Notes: svn path=/head/; revision=2485
* Fix package list so we don't get errors on add or delete.Paul Traina1995-11-111-1/+0
| | | | | | | | | | (just removed directory entry in PLIST for /usr/include/zephyr, let it be created implicitly). This has been tested thrice. Notes: svn path=/head/; revision=2411
* Zephyr from MIT's project Athena (version 2.0.2)Paul Traina1995-08-026-0/+166
Notes: svn path=/head/; revision=2025