summaryrefslogtreecommitdiff
path: root/graphics/hpscan (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Unbreak for current.Justin M. Seger1998-10-126-48/+116
| | | | | | | Submitted by: sprice Notes: svn path=/head/; revision=13890
* MARK BROKEN for current. scsi.hJustin M. Seger1998-10-111-1/+6
| | | | Notes: svn path=/head/; revision=13876
* - Make Jordan the maintainer, since I don't even own a scanner anymore andNate Williams1998-10-051-2/+2
| | | | | | | | | he was the last person to touch it. :) Nate Notes: svn path=/head/; revision=13676
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* No need to use += to variable defined only once.Satoshi Asami1998-08-091-2/+2
| | | | Notes: svn path=/head/; revision=12378
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-041-2/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=10846
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-151-2/+2
| | | | Notes: svn path=/head/; revision=10525
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* Update master Site by author's request.Nate Williams1997-02-071-2/+2
| | | | | | | Submitted by: richard@cogsci.ed.ac.uk Notes: svn path=/head/; revision=5557
* Trim down excessively long DESCR files in ports i either own, or whereJoerg Wunsch1996-12-221-43/+0
| | | | | | | | | i'm somehow related to (hpscan, that is). Requested by: asmi (long ago) Notes: svn path=/head/; revision=5057
* Update LIB_DEPENDS to new jpeg major. Note we don't know if theseSatoshi Asami1996-11-191-2/+2
| | | | | | | will work yet, people are encouraged to test them. Notes: svn path=/head/; revision=4584
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | 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-2/+2
| | | | Notes: svn path=/head/; revision=4575
* 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
* Support the use of JPEG files instead of PPM.Jordan K. Hubbard1996-09-266-658/+809
| | | | Notes: svn path=/head/; revision=3879
* freefall.cdrom.com -> freefall.freebsd.orgSatoshi Asami1996-06-031-2/+2
| | | | Notes: svn path=/head/; revision=3165
* A few enhancements:Joerg Wunsch1996-03-072-0/+662
| | | | | | | | | | | | | . adjustable scanner intensity and contrast, . extracted the customizable resources into Xrm resource files, including ``colorization'' to make the appearance prettier, . fixed a bug in the gamma handling on truecolor displays that caused a core dump for me, . taught it to register a WM_DELETE message and an icon with the window manager Notes: svn path=/head/; revision=2803
* (Among other things) add version number 1.0 to PKGNAME.Satoshi Asami1996-01-151-7/+7
| | | | Notes: svn path=/head/; revision=2629
* PLIST: the binary is now named `hpscan', not `scanner'Joerg Wunsch1996-01-132-4/+4
| | | | | | | DESCR: the program is know to work with a Scanjet 4A as well Notes: svn path=/head/; revision=2621
* Some additions:Joerg Wunsch1996-01-133-0/+262
| | | | | | | | | | | . fix a minor bug, causing core dumps in some occasions . add handling for 15/16/24/32 bit displays . provide an Imakefile Reviewed by: Richard Tobin, and nate Notes: svn path=/head/; revision=2620
* We do have an Imakefile now.Joerg Wunsch1996-01-131-1/+2
| | | | Notes: svn path=/head/; revision=2619
* HP ScanJet user-level scanner driver written by Richard Tobin.Nate Williams1996-01-126-0/+122
This code is known to work with the HP3C, but was written for the HP IIcx, so it appears to be generically applicable to newer HP scanners. Notes: svn path=/head/; revision=2616