Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 6 | -12/+6 | |
2005-04-05 | Convert to bl3, untested. | wiz | 1 | -2/+2 | |
2005-04-05 | Sort. | wiz | 1 | -2/+2 | |
2005-04-05 | Convert to bl3, untested. | wiz | 1 | -3/+2 | |
2005-04-05 | Convert to bl3, untested. | wiz | 2 | -8/+6 | |
2005-04-05 | Add buildlink3 file. | wiz | 1 | -0/+18 | |
2005-03-29 | As pointed out by Johnatan Stone, this tool needs a strong warning about | manu | 1 | -0/+6 | |
being unsuitable for internet use. | |||||
2005-03-25 | New features in mdd-20050318 | manu | 2 | -6/+6 | |
- 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-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 2 | -9/+2 | |
useful. | |||||
2005-03-01 | Fix a typo in the COMMENT | agc | 1 | -2/+2 | |
2005-02-22 | Add RMD160 digests in addition to the SHA1 ones. | agc | 12 | -12/+26 | |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 | |
2005-02-03 | Enable and note addition of beacon. | cube | 1 | -1/+2 | |
2005-02-03 | Initial import of beacon, version 1.1.0, into the NetBSD Packages | cube | 4 | -0/+42 | |
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-01-08 | Split patch-ad so that each patch modifies only one file. | minskim | 4 | -37/+37 | |
2004-12-27 | - Honor CFLAGS. | minskim | 2 | -1/+21 | |
- Do not run mkdep, which is unnecessary in package buildling. | |||||
2004-12-24 | mdd is a multicast file distribution tool | manu | 5 | -1/+31 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 2 | -4/+4 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-11-03 | bl3ify. This makes the pkg build on NetBSD 1.6. | kristerw | 3 | -5/+20 | |
2004-10-28 | Wildcard depends. | wiz | 1 | -2/+2 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 2 | -2/+4 | |
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-01 | there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].* | grant | 1 | -2/+3 | |
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this. | |||||
2004-09-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -5/+1 | |
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-07-28 | s/USE_BUILDLINK2/USE_BUILDLINK3/. buildlink2 is obsolete... | xtraeme | 1 | -2/+2 | |
2004-07-27 | sapserver is a SAP server developped for the videolan project | manu | 1 | -1/+2 | |
2004-07-27 | SAP server from the VideoLan project | manu | 7 | -0/+89 | |
2004-06-18 | Support NetBSD versions 2.x and tk 8.4. | markd | 4 | -13/+18 | |
2004-06-08 | Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from | cjep | 1 | -1/+3 | |
Georg Schwarz. | |||||
2004-05-23 | USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated | danw | 1 | -1/+2 | |
properly on various OSes | |||||
2004-04-11 | Convert to buildlink3. | snj | 1 | -2/+2 | |
2004-03-08 | Enable tk84 and replace x11/tk with x11/tk83. Packages compatible | minskim | 6 | -12/+12 | |
with 8.4 will be updated to depend on x11/tk after Tk update. | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 4 | -11/+9 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 7 | -14/+14 | |
2003-10-18 | Add RCS IDs | cjep | 4 | -0/+4 | |
2003-10-18 | Sort DISTNAME section | cjep | 1 | -2/+2 | |
2003-10-18 | Add RCS IDs | cjep | 2 | -0/+2 | |
2003-10-11 | don't assume we can create a symlink overwriting an existing symlink. | grant | 1 | -3/+4 | |
remove some trailing slashes. | |||||
2003-10-10 | Use g++ to compile c++. | rtr | 2 | -8/+8 | |
2003-10-10 | Cast mismatched fp. | rtr | 2 | -11/+16 | |
Approved by Johnny Lam. | |||||
2003-10-10 | Patches for preprocessor misusage fix. | rtr | 2 | -0/+27 | |
2003-10-10 | Cast mismatched fp to make it build. | rtr | 2 | -6/+22 | |
Approved by Johnny Lam. | |||||
2003-10-10 | Resolve some slight preprocessor directive misusage. | rtr | 1 | -1/+3 | |
Approved by Johnny Lam. | |||||
2003-10-08 | Revert: | rtr | 2 | -2/+2 | |
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 | Make package depend on xv, otherwise it's useless. | rtr | 1 | -1/+2 | |
Should resolve pr pkg/23092. Change approved by Johnny C. Lam. | |||||
2003-10-08 | patch-aa: Convert to use stdarg instead of varargs for gcc3 | rtr | 2 | -1/+89 | |
Should resolve pr pkg/23091. Patch approved by Johnny C. Lam. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 9 | -18/+18 | |
2003-07-12 | don't define test target directly, use do-test instead | dillo | 1 | -2/+2 | |
2003-07-03 | Avoid hardcoding /usr/pkg in this package, pointed out by Julio Merino | agc | 3 | -5/+10 | |
2003-06-25 | Add OV511 web camera support. | uebayasi | 2 | -2/+11 | |
PR21829 from Osamu Oishi <oishi at ims dot ac dot jp>. Bump revision to 1. |