summaryrefslogtreecommitdiff
path: root/net/sendfile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-25Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+3
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-01Also set PKG_SYSCONFSUBDIR to "sendfile", because the program recognizesjmmv1-1/+2
several configuration files, aside from the two default ones.
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv5-23/+61
2002-10-17Add patch to make sendfiled work again, provided by Matthias Friedrichwiz3-3/+17
in relation with his PR 18642. Bump to 2.1.0.2.
2002-10-13Fix DISTNAME (silent symlink update on the master site).wiz2-8/+7
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-25Rather than re-patching in a post-configure stage by means of aagc4-28/+21
script, do this at configure time by means of a conventional patch to the configuration script. Move the invocation of the post-configure stage to be a package Makefile target, rather than in a script file.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-05Fix MASTER_SITE.wiz1-2/+2
2001-02-26Upgrade to 2.1a (pkgsrc 2.1.0.1): Fixes a security problem.wiz6-33/+25
Closes pkg/12097.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04Fix typo. Report scrolled by on IRC...hubertf1-2/+2
2000-09-09No longer IS_INTERACTIVE. (Addresses pkg/9801.)wiz6-15/+63
Move contents of post-patch script to Makefile. Add DEINSTALL that mentions all the changes the install step does.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+4
1999-06-15This has an interactive install script. Tell the Makefile so.hwr1-1/+3
Pointed out by Matthias Scheler.
1999-06-12Correct reversed patch. Problem noted by Douglas Brebner in PR pkg/7765.tron1-3/+3
1999-06-06Reference implementation of the SAFT (simple asynchronous filehwr9-0/+108
transfer) protocol. Sendfile allows to send arbitrary files to a remote user. This ist version 2.1 of sendfile.