Commit graph

28 commits

Author SHA1 Message Date
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
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-17 07:07:11 +00:00
jlam
a4b4d5b501 List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-06 03:20:54 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
kristerw
a453b29b06 Add one missing locale file.
Bump PKGREVISION.
2005-08-20 19:23:17 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
uebayasi
86f30cf533 Update wol to 0.7.1.
* fix --disable-gettext bug
* fix documentation
* fix prerequisite-headers bug
* add swedish translation
2005-03-04 15:43:54 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
seb
790fd45471 Remove info files entries from PLIST. 2004-03-09 16:07:32 +00:00
kristerw
8dbdf55037 Add build dependency on perl so that the package can build its
documentation.
2004-02-22 03:44:01 +00:00
zuntum
c4c4c2e73c Fix PLIST:
It is "bin/wol-bootptab", not "bin/wol-boottab".
2004-02-17 15:10:25 +00:00
jlam
acb68d7a63 This package doesn't need libiconv, just gettext-lib, and the built-in
gettext is good enough for it.  While we're here, bl3ify.  Bump the
PKGREVISION due to dependency changes.
2004-02-17 11:28:52 +00:00
uebayasi
4e933854ab No longer used. 2004-02-14 17:58:12 +00:00
uebayasi
c2ed720f78 Update wol to 0.7.0.
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-02-14 17:57:25 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
9f21f69eef Convert to USE_NEW_TEXINFO. 2003-08-04 14:12:58 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
seb
34bab8007c Use texinfo.mk, define TEXINFO_OVERRIDE to YES, fix
START-INFO-DIR-ENTRY in wol.{texi,info} and fix info files handling
in PLIST.

Bump PKGREVISION.
2003-05-07 21:33:14 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
cjep
b908a4063e Set USE_PKGLOCALEDIR to yes 2003-04-29 04:54:08 +00:00
zuntum
a1aa24abb8 Intial import of pkgsrc/net/wol - Small Wake On Lan client
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
2003-04-04 18:16:47 +00:00