Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-03-14 | Not needed any longer. | wiz | 1 | -21/+0 | |
2002-03-14 | Use slang buildlink.mk instead of DEPENDency. | wiz | 2 | -6/+4 | |
Fixes pkg/15852 as suggested by Hiramatsu Yoshifumi. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-10-25 | Clean up the post-install target a bit more. | agc | 1 | -4/+3 | |
2001-10-25 | Move post-install commands from a script to a Makefile target, and | agc | 2 | -18/+8 | |
do the post-install target a bit more efficiently. Remove unnecessary script file. | |||||
2001-10-25 | Regnerate patch digests after adding NetBSD RCS Ids. | agc | 1 | -3/+3 | |
2001-10-25 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
2001-10-21 | Update to 0.99.15, provided by Scott Barron in pkg/14194. | wiz | 5 | -28/+25 | |
Changes since 0.99.14: Bugfixes, and: src/menus.c: Scrolling implemented for popup menus that contain more rows than the display. src/wterm.c: included latest patches from John Skilleter <John.Skilleter@pace.co.uk> for wheel-mouse support. src/intrin.c: New intrinsic variable Menus_Active indicates whether or not the menus are currently active. src/wterm.c: fix problem with background color used when the screen is cleared not matching the background color used in drawing text. | |||||
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-09-14 | Update to 0.99.14, provided by Scott Barron in pkg/13734. | wiz | 7 | -144/+201 | |
Changes are too many too list here. | |||||
2001-04-19 | 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 | -8/+6 | |
+ 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-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -1/+2 | |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -9/+6 | |
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs. | |||||
2000-09-03 | Use a saner version number (0.98.7 instead of 0.98-7); | wiz | 2 | -3/+10 | |
don't hardwire /usr/pkg in MESSAGE. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-01 | Wildcard dependency on libslang. | mjl | 1 | -2/+2 | |
1999-10-15 | Update dependeny on libslang to 1.3.9 | mjl | 1 | -2/+2 | |
1999-07-22 | libslang to 1.3.8 | mycroft | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+5 | |
1999-06-22 | Remove redundant "--prefix=..." from ${CONFIGURE_ARGS}. | tron | 1 | -2/+2 | |
1999-06-22 | Update dependence on "libslang" package to version 1.3.7. | tron | 1 | -2/+2 | |
1999-06-03 | On Solaris, find the -lcurses library instead of -ltermcap. Makes this | agc | 1 | -2/+19 | |
package work on Solaris. | |||||
1999-06-03 | Add fix from the author to avoid an s-lang error with Emacs keybindings. | agc | 1 | -0/+14 | |
Pointed out by Jukka Marin. | |||||
1999-06-03 | Fix directory path on ftp master site. | agc | 1 | -2/+2 | |
1998-12-30 | rgrep needs -lm and -ltermcap for slang to be happy. | garbled | 1 | -3/+12 | |
1998-11-12 | Remove a blank line, flagged as a fatal error in pkglint. | agc | 1 | -2/+1 | |
1998-11-01 | Also populate /usr/pkg/share/{doc,info}. Don't make /usr/pkg/share/bin. | hwr | 3 | -7/+66 | |
1998-10-31 | Remove unnecesary mkdir rules. | frueauf | 1 | -5/+1 | |
1998-10-31 | Dito to what I fixed in slrn/Makefile. | frueauf | 1 | -13/+12 | |
1998-10-31 | Import of the Jed editor. Jed is powerful and extensible through | hwr | 9 | -0/+204 | |
S-Lang functions. |