summaryrefslogtreecommitdiff
path: root/net/sendfile
AgeCommit message (Collapse)AuthorFilesLines
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+1
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
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-02-24Add DragonFly support. Honour system CFLAGS & friends.joerg3-9/+27
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.