Commit graph

211 commits

Author SHA1 Message Date
manu
3e49fb3863 As pointed out by Johnatan Stone, this tool needs a strong warning about
being unsuitable for internet use.
2005-03-29 07:15:52 +00:00
manu
105d4b552b New features in mdd-20050318
- fix display bug in progress decimals
- option -W to get a snapshot of who is reauesting resends
- write block size is configurable for better performance. Default is 64k
2005-03-25 18:27:12 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
4613b80af8 Fix a typo in the COMMENT 2005-03-01 17:15:48 +00:00
agc
6fa3382159 Add RMD160 digests in addition to the SHA1 ones. 2005-02-22 21:28:55 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
cube
83553925e0 Enable and note addition of beacon. 2005-02-03 15:09:43 +00:00
cube
98cd7ec64e Initial import of beacon, version 1.1.0, into the NetBSD Packages
Collection.  Initial work by Emmanuel Dreyfus, clean-up and linting by me.

The NLANR/DAST Multicast Beacon is a multicast diagnostic tool written
in Perl which uses the RTP protocol (RFC3550) to provide useful statistics
and diagnostic information about a given multicast group's connectivity
characteristics.
2005-02-03 15:06:36 +00:00
minskim
996a7c53b0 Split patch-ad so that each patch modifies only one file. 2005-01-08 18:50:35 +00:00
minskim
0babe32e56 - Honor CFLAGS.
- Do not run mkdep, which is unnecessary in package buildling.
2004-12-27 01:00:28 +00:00
manu
7ecad42851 mdd is a multicast file distribution tool 2004-12-24 16:51:33 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
kristerw
38c4a2e28a bl3ify. This makes the pkg build on NetBSD 1.6. 2004-11-03 00:46:24 +00:00
wiz
7a15edcb43 Wildcard depends. 2004-10-28 11:54:12 +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
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
xtraeme
7a66444922 s/USE_BUILDLINK2/USE_BUILDLINK3/. buildlink2 is obsolete... 2004-07-28 21:36:59 +00:00
manu
da5c1cc5f0 sapserver is a SAP server developped for the videolan project 2004-07-27 16:34:25 +00:00
manu
8260488eb8 SAP server from the VideoLan project 2004-07-27 16:28:19 +00:00
markd
b7e0ff5818 Support NetBSD versions 2.x and tk 8.4. 2004-06-18 12:50:51 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
danw
266b5f6a26 USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
2004-05-23 20:58:41 +00:00
snj
c0e7afe231 Convert to buildlink3. 2004-04-11 09:02:04 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cjep
cfe8be1263 Add RCS IDs 2003-10-18 13:20:31 +00:00
cjep
9fb18608e9 Sort DISTNAME section 2003-10-18 13:17:41 +00:00
cjep
0590bbbc31 Add RCS IDs 2003-10-18 12:30:00 +00:00
grant
162b76d621 don't assume we can create a symlink overwriting an existing symlink.
remove some trailing slashes.
2003-10-11 03:20:30 +00:00
rtr
7178ce8c18 Use g++ to compile c++. 2003-10-10 09:00:32 +00:00
rtr
9ea3fcc7b7 Cast mismatched fp.
Approved by Johnny Lam.
2003-10-10 04:47:40 +00:00
rtr
684cc9cb80 Patches for preprocessor misusage fix. 2003-10-10 04:46:24 +00:00
rtr
65001bbf9c Cast mismatched fp to make it build.
Approved by Johnny Lam.
2003-10-10 04:45:21 +00:00
rtr
8ce6560786 Resolve some slight preprocessor directive misusage.
Approved by Johnny Lam.
2003-10-10 04:44:07 +00:00
rtr
bcf0e04377 Revert:
That's the wrong naming convention - patch-xy for any particular
 xy is assigned to a particular source file for life.   They don't
 get squashed back to aa ab ..., ever.

Make patch-aa -> patch-ae.
2003-10-08 10:48:01 +00:00
rtr
963ef26679 Make package depend on xv, otherwise it's useless.
Should resolve pr pkg/23092.
Change approved by Johnny C. Lam.
2003-10-08 10:43:20 +00:00
rtr
75a6f41efb patch-aa: Convert to use stdarg instead of varargs for gcc3
Should resolve pr pkg/23091.
Patch approved by Johnny C. Lam.
2003-10-08 10:40:37 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
dillo
2816ab4961 don't define test target directly, use do-test instead 2003-07-12 13:23:43 +00:00
agc
f360ed28a3 Avoid hardcoding /usr/pkg in this package, pointed out by Julio Merino 2003-07-03 14:40:49 +00:00
uebayasi
15c467ca92 Add OV511 web camera support.
PR21829 from Osamu Oishi <oishi at ims dot ac dot jp>.

Bump revision to 1.
2003-06-25 10:08:52 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
seb
795b5d085a Add & enable rtptools. 2003-05-07 20:53:25 +00:00
seb
33a3f1123c Initial import of rtptools version 1.18 into the NetBSD Packages Collection.
The rtptools distribution consists of a number of small applications that
can be used for processing RTP data.
2003-05-07 20:52:44 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
seb
05383b38e6 Distfile changed on master site: no differences reported by diff
from previous tarball's avatar in
ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles
2003-05-06 07:42:10 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00