Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-04 | destdir support | dholland | 4 | -2/+46 | |
2009-12-02 | Add a readline option (disabled by default), as requested in PR pkg/30559. | snj | 2 | -2/+13 | |
While here, fix a spelling error in DESCR. | |||||
2009-06-12 | Removed redundant .gz suffix for man pages. | rillig | 1 | -3/+3 | |
2008-04-06 | upgrade to rc-1.7; rc-1.6 is gone from the original ftp site. | christos | 4 | -60/+8 | |
2007-03-19 | Remove version, de-indent | hubertf | 1 | -16/+12 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
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-01-08 | short gets promoted to int according to ISO C rules, so use int for | joerg | 2 | -1/+15 | |
va_arg instead of short. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-10-23 | Sorted PLIST. | rillig | 1 | -3/+3 | |
2005-10-23 | Fixed pkglint warning. | rillig | 1 | -3/+3 | |
2005-09-20 | Teach the +SHELLS helper script to not create an /etc/shells file if | jlam | 1 | -1/+2 | |
one doesn't exist. From now on, we only add the listed PKG_SHELL to the /etc/shells file if it already exists. This fixes PR pkg/27162. | |||||
2005-07-29 | * Separate out the shell registration into a separately unpacked script | jlam | 1 | -2/+2 | |
+SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths. | |||||
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -3/+1 | |
useful. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+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-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
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>. | |||||
2002-11-17 | Convert packages to PKG_REGISTER_SHELLS framework. | salo | 1 | -1/+4 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
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-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-05-12 | Fix category properly. | agc | 1 | -2/+2 | |
2000-05-12 | Move rc package from plan9 to shells category | agc | 1 | -2/+2 | |
2000-01-10 | whitespace cleanup | wiz | 1 | -1/+0 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-08-03 | Regen. | agc | 1 | -2/+2 | |
1999-08-03 | Use strerror(3), rather than mucking about with sys_nerr and sys_errlist | agc | 2 | -8/+31 | |
specifically - makes this work on Solaris again. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-06-20 | sys_errlist gets defined in headers, don't redefine | kim | 1 | -0/+13 | |
1999-06-03 | Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell. | agc | 10 | -189/+10 | |
This version has GNU autoconf support, a new master site, and a home page. | |||||
1998-10-25 | Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran. | frueauf | 1 | -0/+14 | |
1998-08-23 | Fix compilation on alpha. Closes PR 5768 (Tim Rightnour) | garbled | 5 | -92/+120 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
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-02-27 | Don't bother checking if we're on NetBSD before setting MANCOMPRESSED. | agc | 1 | -6/+2 | |
The manual pages are compressed anyway. | |||||
1998-02-24 | Use NetBSD's snprintf to format a quad integer, and pass the buffer to | agc | 1 | -52/+44 | |
rc's fprint as a string. Fixes PR pkg/5041 from Sean Doran. | |||||
1998-01-24 | portlint: fix RCS Id | hubertf | 1 | -1/+1 | |
1997-12-19 | Comment out mknod prototype in rc's proto.h on 4.4BSD-derived OSes. | agc | 1 | -0/+20 | |
rc shouldn't be prototyping this kind of thing, and it will break when compiled with post-1.3 sources. Pointed out by Bill Coldwell. | |||||
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-22 | Add MANCOMPRESSED, MAN1. | hubertf | 1 | -1/+7 | |
1997-10-09 | Make this compile on NetBSD - modify the #ifdef FreeBSD's to | agc | 1 | -12/+40 | |
the usual 4.4-lite BSD definition test. | |||||
1997-10-09 | Add NetBSD RCS Ids. | agc | 1 | -0/+1 | |
1997-10-09 | Initial import of FreeBSD plan9 ports category into the NetBSD package | agc | 6 | -0/+143 | |
system. |