agc
203292f73e
Add SHA512 digests for distfiles for net category
...
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-11-04 00:34:51 +00:00
jperkin
45bc40abb4
Remove example rc.d scripts from PLISTs.
...
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
asau
e059e7e469
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-23 17:18:07 +00:00
joerg
bfc9dc25c0
Fix DESTDIR installation by not messing with ${PREFIX}/etc.
2010-03-24 15:36:22 +00:00
joerg
4e88384ada
Fix unprivileged build.
2010-03-15 14:25:07 +00:00
joerg
fb90b8cd25
DESTDIR support
2010-02-11 22:46:18 +00:00
wiz
cf79fe6cb9
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
2009-08-25 11:57:44 +00:00
joerg
62d1ba2bac
Remove @dirrm entries from PLISTs
2009-06-14 18:03:28 +00:00
wiz
60f460ab01
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
...
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
abs
09335c6a1f
Add PKG_DESTDIR_SUPPORT, release maintainership
2009-02-10 12:55:25 +00:00
jlam
841dfa0e7a
Convert to use PLIST_VARS instead of manually passing "@comment "
...
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
wiz
601583c320
Whitespace cleanup, courtesy of pkglint.
...
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
rillig
fd80db358f
Fixed "test ==", which was reported in PR 35467.
2007-01-24 17:44:02 +00:00
rillig
4b9be24196
Fixed "test ==", which was reported in PR 35467.
2007-01-24 17:38:47 +00:00
abs
5863f3023b
Remove incorrect extern variable declaration which stopped compilation
...
under gcc4. No change to generated code, so no PKGREVISION change.
2006-08-18 18:33:39 +00:00
jlam
ccdf6dbe01
Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
...
to fetch the file. This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
jlam
81db182ecc
Rename the following variables to reduce the number that we need to track:
...
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN
EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA
EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR
EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR
EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP
EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO
EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20 23:41:29 +00:00
jlam
dc9594e09d
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
...
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969
Ran "pkglint --autofix", which corrected some of the quoting issues in
...
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
kristerw
326b42fa0c
The file sbin/pppoa3 is not built unless pthreads and semaphores are
...
available. Remove it from the PLIST when we do not have native threads.
2005-06-18 11:29:10 +00:00
reed
ee8be9d0c1
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
...
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
agc
b12d62efb5
Add RMD160 digests.
2005-02-24 12:13:41 +00:00
tron
db9f97ddbf
- Honor "${PKG_SYSCONFDIR}".
...
- Use "mountcritremote" as requirement in "adsl.sh" because packages might
reside on a NFS mount filesystem as pointed out by Luke Mewburn.
Bump package revision after these fixes.
2005-02-04 19:32:45 +00:00
tron
53f463cf2a
Improve "rc.d" startup script:
...
- Fix shell quoting bugs in adsl_stop() procedure.
- Fix "awk" command used to find process id of "ppp" program.
- Remove SysV semaphore which might be left behind by "modem_run".
Bump package revision because of these fixes.
2005-02-02 22:09:50 +00:00
reed
32d8f290c2
The default location of the pkgsrc-installed rc.d scripts is now
...
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
skrll
66d3c5ee50
Update speedtouch to 1.3.1.
...
The main changes is to support revision 4 modems (silver cycle
helmet/beetle) and to use the threaded pppo3 if native threads are
available.
Tested on:
- stringray by David Brownlee (abs@) and me
- purple cycle helmet/beetle by David Brownlee
- silver cycle helment/beetle by me
2004-12-23 18:11:18 +00:00
abs
c58a073c8e
Update speedtouch to 1.2-beta2nb3
...
- Fix pppoa2 path in sample ppp.conf to be based on ${PREFIX} not /usr/local
2004-12-19 16:48:36 +00:00
drochner
1cd4763fd2
use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirror
2004-08-05 13:38:00 +00:00
abs
c464727825
Update speedtouch to 1.2-beta2nb2:
...
Switch to BEFORE ipnat rather than REQUIRE ipnat, so ipnat over
adsl tun0 interface works as expected
2003-11-07 11:17:58 +00:00
abs
0c5ed6be1a
Update speedtouch to 1.2-beta2nb1:
...
Fix install of example files after upgrade to 1.2-beta2
2003-11-07 11:06:17 +00:00
wiz
e4028cef7a
It seems it was forgotten to remove these files during the last update.
2003-10-16 08:12:59 +00:00
abs
44409219b0
Update speedtouch to 1.2-beta2.
...
The main change since 1.1 is working support for the SpeedTouch 330 USB
ADSL modem. The earlier SpeedTouch USB modem has not been shipping for
over a year, and 1.1 either runs extremely slowly with a 330, or locks
the machine solid and panics when unplugged.
(speedtouch has been in beta for over a year now)
2003-10-09 19:09:28 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
wiz
8fb599235a
Wildcard userppp dependency.
2003-06-19 08:25:11 +00:00
jlam
d7f69e47ce
Instead of including bsd.pkg.install.mk directly in a package Makefile,
...
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
grant
0c5bb6abcc
Make these scripts more portable by taking advantage of automatic rc.d
...
script handling and using @RCD_SCRIPTS_SHELL@.
as discussed with jlam.
2002-09-20 02:01:54 +00:00
jlam
5c053dd06a
Take advantage of the auto-generation and installation of rc.d scripts.
2002-09-19 09:04:02 +00:00
abs
d9d213ee8b
adjust stdout/stderr redirect of ifconfig. cosmetic change only
2002-08-21 14:11:43 +00:00
abs
406b1db830
Updated speedtouch to 1.1 [abs 2002-07-18]
...
New version works fully under NetBSD 1.6_BETA, and also works on
some systems which failed to communicate with the USB modem correctlyt
under earlier versions. Additional fix to pkg/17531
2002-07-18 00:10:07 +00:00
wiz
65c0894ed7
Make compile on >=1.5ZB. Closes pkg/17531.
2002-07-09 14:38:18 +00:00
zuntum
d038a73ebd
Move pkg/ files into package's toplevel directory
2001-10-31 22:52:58 +00:00
wiz
1af43fb569
Add version number to DEPENDS line.
2001-08-06 21:32:39 +00:00
abs
e01114e322
Note this is the ADSL modem provided by British Telecom (among others)
2001-07-30 10:00:56 +00:00
abs
26c9923f99
Import speedtouch-21062001:
...
Driver for the ALCATEL SpeedTouch USB ADSL modem.
It currently only supports PPPoA encapsulation.
2001-07-29 01:18:33 +00:00