summaryrefslogtreecommitdiff
path: root/net/wakeup
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-16Fix build on SunOS. Also, uses a BSD makefile.hans1-2/+4
2008-06-20Add DESTDIR support.joerg1-1/+5
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2006-11-09Fixed the package for unprivileged users.rillig2-3/+3
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+3
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-14Cast an argument to isxdigit(3) to unsigned char. Fix build onhira2-7/+9
NetBSD/amd64. OK'd by tron@.
2003-09-25Include "stdlib.h" to get missing prototype for exit(3) to fix buildtron2-12/+15
problem when GCC 3.3.1 is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
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-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
1999-11-21List "net" first because it is the primary category.tron1-2/+2
1999-11-20tron wanted to maintain thishubertf1-2/+2
1999-11-20Set "${BINDIR}" to "${PREFIX}/bin".tron1-1/+2
1999-11-20Use NetBSD build system and WARNSify program.tron4-22/+50
1999-11-20Because "${CFLAGS}" contains "-O2" we don't need to use it explicitly.tron1-2/+2
1999-11-18Use symbolic hostname instead of IP address in master site list.tron1-2/+2
1999-11-18Send a broadcast message to all clients of a subnet containinghubertf7-0/+86
a magic packet to boot the machine up. Usage: wakeup xx:xx:xx:xx:xx:xx xx:xx:xx:xx:xx:xx is the MAC address of the machine you want to wake up. Can be obtained via "arp -a" (remote) or "ifconfig -a" (local),