summaryrefslogtreecommitdiff
path: root/net/wol
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
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.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-02-16Uses pod2man.hans1-2/+2
2011-05-10Fix build problem on system which has getline(3).taca5-1/+85
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2008-06-20Add DESTDIR support.joerg1-1/+3
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-6/+6
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-06List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-3/+4
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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-08-20Add one missing locale file.kristerw2-2/+4
Bump PKGREVISION.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+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-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-04Update wol to 0.7.1.uebayasi2-7/+6
* fix --disable-gettext bug * fix documentation * fix prerequisite-headers bug * add swedish translation
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-03-09Remove info files entries from PLIST.seb1-2/+1
2004-02-22Add build dependency on perl so that the package can build itskristerw1-1/+2
documentation.
2004-02-17Fix PLIST:zuntum1-2/+2
It is "bin/wol-bootptab", not "bin/wol-boottab".
2004-02-17This package doesn't need libiconv, just gettext-lib, and the built-injlam1-7/+6
gettext is good enough for it. While we're here, bl3ify. Bump the PKGREVISION due to dependency changes.
2004-02-14No longer used.uebayasi2-26/+0
2004-02-14Update wol to 0.7.0.uebayasi3-9/+9
Changes since 0.6.0: * add manpage * fixed german, italian and french translation * added spanish translation * can resolv names * added wol-bootptab: reads mac and host from bootptab file * wol-dhcpdconf now reads mac and host * fixed a parsing bug in wol-dhcpdconf * -h and --host is an alias for -i * /etc/ethers parsing support -> you now can specify ip-addresses and hostnames on the commandline * fixed -f pathname bug * enhanced documentation * debianized package * wol.spec for rpm building
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-04Convert to USE_NEW_TEXINFO.seb2-6/+4
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-07Use texinfo.mk, define TEXINFO_OVERRIDE to YES, fixseb5-3/+36
START-INFO-DIR-ENTRY in wol.{texi,info} and fix info files handling in PLIST. Bump PKGREVISION.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-29Set USE_PKGLOCALEDIR to yescjep1-1/+2
2003-04-04Intial import of pkgsrc/net/wol - Small Wake On Lan clientzuntum4-0/+33
wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet (tm) compliant. Consider you have a sleeping or turned-off computer and you want to remotely wake him up. Just type wol MAC-ADDRESS and the host wakes up (OK, it will boot ;-). This small utility was able to wake my PC that has Intel PRO/100+ NIC. Provided by Juan RP <juan@xtraeme.dyndns.org> in PR#19575