summaryrefslogtreecommitdiff
path: root/comms/hylafax (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deal with "cc -version" reporting "2.7.2.1" or any other junk that mightPeter Wemm1996-10-141-0/+17
| | | | | | | | | end up appended (eg: "2.7.2p" or the like). Reported by: jhs@freebsd.org (who also suggested a different, larger patch) Notes: svn path=/head/; revision=3973
* 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
* Remove ${KEYWORDS}.Satoshi Asami1996-03-061-2/+1
| | | | Notes: svn path=/head/; revision=2780
* Upgrade one file from the author.Satoshi Asami1996-01-131-0/+102
| | | | | | | Submitted by: Lars Fredriksen <lars@mcs.com> Notes: svn path=/head/; revision=2618
* Update to 3.0pl1Paul Traina1995-10-272-2/+9
| | | | | | | Approved by: asami and jhs Notes: svn path=/head/; revision=2369
* RUN_DEPENDS on gs/bash, BUILD_DEPENDS on bash.Satoshi Asami1995-10-101-2/+2
| | | | | | | Submitted by: jhs Notes: svn path=/head/; revision=2299
* Take out ghostview from EXEC_DEPENDS, it's not called from hylafaxSatoshi Asami1995-08-201-1/+0
| | | | | | | | | directly. Submitted by: jhs Notes: svn path=/head/; revision=2084
* Make one-line comment actually fit in one line. PLIST is mostly the oneSatoshi Asami1995-05-302-208/+144
| | | | | | | Submitted by: "Lars Fredriksen" <fredriks@mcs.com> Notes: svn path=/head/; revision=1813
* (1) Take out definition of ${INSTALL}. Add a do-configure rule thatSatoshi Asami1995-05-301-45/+30
| | | | | | | | | | | | | | does not define INSTALL, so that the one in the source will be honored. (2) Change comments about "mv patch-ab patch-ab.mv", that won't work. It should be "rm patch-ab". (3) EXEC_DEPENDS now have ghostview, gs and bash. (4) Compress manpages. (5) Remove post-clean target, there is no such thing! ("make clean" will delete the whole work/ subdirectory anyway.) Notes: svn path=/head/; revision=1812
* Reduce the brokenness of this port a little by addingSatoshi Asami1995-05-222-26/+5
| | | | | | | | | | | | "EXTRACT_SUFX=-tar.gz" and taking out all the echo's in pre-fetch that complains how it doesn't work. Reorder some variables, take out the numerous KEYWORD lines, etc. This port is still broken rather badly. For starters, there are 17 chunks of failing patches. Notes: svn path=/head/; revision=1792
* Reviewed by: Earlier draft reviewed by Satoshi (Thanks)Julian Stacey1995-05-217-0/+644
A new import based on Sam Leffler's Hylafax V3.0pl0. Flexfax is now obsolete. Import includes & applies the base patch Sam posted on the flexfax mail list (mail list is still called flexfax, though the package is called Hylafax). Sam declared our ports/comms/flexfax to be obsolete (over a year old). Sometime after the CD release, I will post a proposal to remove ports/comms/flexfax. I will maintain ports/comms/hylafax as I need fax capability. Thanks to Asami Satoshi for suggested improvements, I leave him to `bless' this port by adding the final comms/Makefile: SUBDIR += hylafax Until he does that, any mistakes I may have made shouldnt break any makes :-) I've undoubtedly screwed something up, somewhere, its a big port (30M inc bins),please test, Oh... and "Share & Enjoy" :-) --- Julian Stacey <jhs@freebsd.org> Tel. +49 89 268616. Fax Modem: 2608126 http://www.regent.e-technik.tu-muenchen.de/people/jhs.html Notes: svn path=/head/; revision=1791