summaryrefslogtreecommitdiff
path: root/graphics/get_ds7
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-19Remove unnecessary DECOMPRESS_CMD setting, which is automatically takenjlam1-2/+1
care if in bsd.pkg.extract.mk based on the EXTRACT_SUFX.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam2-7/+11
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-12Manually create ${PERL5_SITELIB} prior to installing into it.jlam1-1/+2
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-29Use PERL5 and PERL5_SITELIB.jlam4-14/+8
2000-08-26Remove share/doc/get_ds7 on pkg_delete; also some cosmetic changes.jlam2-12/+15
1999-11-23GET_DS7 is a program package to get the data of pictures sequentiallyhubertf7-0/+81
from FUJIFILM DS-7(DS series) and to put them into each file. It is programmed with Perl. The following are required to use this program: - perl5.004 or later and POSIX module. - FUJIFILM RS232C interface cable(depend on IF-DS7/W). Though this program has developed for DS-7, it may be available for other FUJIFILM DS series digital cameras(ex. DS-220A,DS-8,DS-10,DS-20, DS-30,DS-300,FinePix700,Apple QuickTake200). Fuji MX-500 also works. "DS-7" means DS series digital cameras in this document.