Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-10-08 | Unused. | wiz | 1 | -34/+0 | |
2002-08-31 | Update to 0.5.18. Convert to buildlink2. | wiz | 4 | -11/+11 | |
Changes since 0.5.17: - fix for yEnc files in UUInfoFile - patch by Matthew Mueller: - add CRC generation and checks for yEnc - accept yEnc files where the tab character is not escaped - improved error checking for yEnc files | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+19 | |
buildlink2.mk files back into the main trunk. | |||||
2002-03-24 | Update {uulib,uudeview,xdeview} to 0.5.17. | fredb | 3 | -8/+8 | |
0.5.16 (26.08.2001) -------- - fix handling of "x-uue" encoded MIME attachments - bug fix for file renaming 0.5.17 (06.03.2002) -------- - fix handling of quoted parameters - some support for yEnc encoding | |||||
2001-12-03 | Miscellaneous man page fixes. | wiz | 1 | -16/+16 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-08-23 | Fix DEPENDS line. | skrll | 1 | -2/+2 | |
2001-08-19 | Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by other | jlam | 2 | -1/+36 | |
package Makefiles. | |||||
2001-06-10 | Don't install this file. | wiz | 3 | -21/+2 | |
2001-06-10 | Update to 0.5.15. Changes: | wiz | 2 | -9/+8 | |
Autoclear -- remove files after they have been decoded. Autorename -- rename output files if they already exist. Stricter MIME compatibility, and bugfixes. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -1/+3 | |
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this. | |||||
2000-06-20 | USE_LIBTOOL, not PKGLIBTOOL. | jlam | 2 | -9/+11 | |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -2/+2 | |
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1998-09-28 | Fix "${MASTER_SITES}". | tron | 1 | -2/+2 | |
1998-09-19 | Fix MD5 checksum from new archive on primary site, remove secondary site | tron | 2 | -5/+4 | |
with outdated copy. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 3 | -0/+5 | |
1998-07-24 | Update to use USE_LIBTOOL. | tv | 1 | -5/+3 | |
1998-07-20 | Use libtool to create shared library. Don't try to build anything in | tv | 3 | -63/+54 | |
uudeview except libuu. | |||||
1998-07-15 | Use automatic shared object handling | agc | 2 | -5/+2 | |
1998-07-14 | Add "${CONFLICTS}". | tron | 1 | -1/+4 | |
1998-06-20 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-06-03 | Include bsd.prefs.mk, in case NOPORTDOCS is set in /etc/mk.conf. | agc | 1 | -3/+4 | |
Eliminate backslash proliferation in a sed expression. | |||||
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -4/+4 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-28 | Update checksum; author repacked the archive on his original site. Also | cjs | 1 | -1/+1 | |
copied new archive to ftp.netbsd.org. | |||||
1998-03-01 | Use "sed" not "perl" to build the manual page. | tron | 1 | -3/+4 | |
1998-03-01 | Adapt this package to NetBSD. | tron | 3 | -5/+6 | |
1998-03-01 | Initial import of FreeBSD's "uudeview-0.5.13" port. | tron | 9 | -0/+170 | |