Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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-19 | Remove unnecessary DECOMPRESS_CMD setting, which is automatically taken | jlam | 1 | -2/+1 | |
care if in bsd.pkg.extract.mk based on the EXTRACT_SUFX. | |||||
2005-08-06 | Bump the PKGREVISIONs of all (638) packages that hardcode the locations | jlam | 2 | -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-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -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-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-12 | Manually create ${PERL5_SITELIB} prior to installing into it. | jlam | 1 | -1/+2 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-08-29 | Use PERL5 and PERL5_SITELIB. | jlam | 4 | -14/+8 | |
2000-08-26 | Remove share/doc/get_ds7 on pkg_delete; also some cosmetic changes. | jlam | 2 | -12/+15 | |
1999-11-23 | GET_DS7 is a program package to get the data of pictures sequentially | hubertf | 7 | -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. |