Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-05-26 | Don't patch a broken install rule into the "Makefile" and use a custom | tron | 2 | -21/+4 | |
"do-install" target instead. Fixes PR pkg/7650 by Eric Mumpower. | |||||
1999-05-24 | Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM | tv | 1 | -9/+9 | |
pattern match format. Minor pkglint along the way. | |||||
1999-05-20 | Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", | tron | 1 | -6/+2 | |
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". | |||||
1999-05-13 | Depend on "gnome-core" not on "gnome-libs" because the directory | tron | 2 | -6/+4 | |
structure of the core package is used. | |||||
1999-05-10 | add lv. | sakamoto | 1 | -1/+2 | |
1999-05-10 | Adapt this package to NetBSD and update to lv-4.41. | sakamoto | 5 | -32/+15 | |
1999-05-10 | Import FreeBSD's "lv" port: | sakamoto | 6 | -0/+54 | |
Powerful Multilingual File Viewer. | |||||
1999-05-08 | Remove redundant dependence on "gettext" package. | tron | 1 | -2/+1 | |
1999-05-03 | Add and enable gnome-utils | rh | 1 | -1/+2 | |
1999-05-03 | Initial import of gnome-utils-1.0.1, a set of useful utilities for GNOME. | rh | 6 | -0/+130 | |
1999-05-03 | Add and enable gnome-pim | rh | 1 | -1/+2 | |
1999-05-03 | Initial import of gnome-pim-1.0.7, a GNOME based Personal Information | rh | 5 | -0/+92 | |
Manager. | |||||
1999-04-26 | add USE_X11=yes | garbled | 5 | -5/+11 | |
1999-04-26 | Fix a typo which was causing the distfile to not be found. | ender | 1 | -2/+2 | |
Fix provided by Soren S. Jorvang <soren@t.dk> | |||||
1999-04-25 | The real MASTER_SITE can be distant or slow to most of the world; instead, | tv | 1 | -3/+3 | |
give preference to MASTER_SITE_GNU (which may be overridden by the user). | |||||
1999-04-24 | Fix run time library search path. | tron | 1 | -2/+2 | |
1999-04-23 | Make sure that "screen" recognizes termcap buffer overflow. | tron | 1 | -0/+11 | |
Patch supplied by Joel Reicher in PR pkg/7454. | |||||
1999-04-23 | Needed -R for libreadline | tsarna | 1 | -2/+3 | |
1999-04-15 | Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with | tron | 11 | -33/+22 | |
variable substituition of "MASTER_SITES" and "PATCH_SITES". | |||||
1999-04-14 | Remove unnecessary slash from master site list. | tron | 2 | -4/+4 | |
1999-04-14 | Upgrade to 1.5.2 | tsarna | 2 | -10/+10 | |
1999-04-13 | Remove NOPORTDOCS definition - it was useless anyway, as any attempt to | agc | 1 | -3/+1 | |
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package. | |||||
1999-04-11 | Update to v1.50. | hubertf | 2 | -5/+5 | |
Changes: numerous bugfixes. | |||||
1999-04-10 | Update to 3.1.11. | hubertf | 5 | -113/+145 | |
Changes: Redesigned file selector, made plotting plugin not barf on non-numeric cells, portability patches fixed a couple of broken casts, new text editor (a heavily modified version of Xed), very alpha importing of Excel documents using Victor Wagner's xls2csv, improved recognition of very old Siag files and deallocate unused rows at the bottom of a sheet. | |||||
1999-04-08 | Fix order of packages. | tron | 1 | -2/+2 | |
1999-04-08 | Add and enable "pty-redir". Fixes PR pkg/7030. | tron | 1 | -1/+2 | |
1999-04-08 | Import new "pty-redir" package supplied by Dustin Sallings in PR pkg/7030: | tron | 7 | -0/+66 | |
Attach a program's stdio to a pty. | |||||
1999-04-08 | s/netbsd/${LOWER_OPSYS}/g | agc | 2 | -7/+7 | |
1999-04-05 | Fix configure script for tcl 8.0.5 and tk 8.0.5. | tron | 1 | -0/+15 | |
1999-04-05 | More EXTRACT_CMD fallout. | mycroft | 1 | -5/+3 | |
1999-04-05 | semctl(2) wants a union semun as 4th argument... make it so. | hubertf | 1 | -0/+18 | |
1999-04-05 | Disable second test which didn't consider different timezones | hubertf | 1 | -0/+16 | |
1999-04-05 | Move "amanda" related packages to "sysutils" category as suggested by | tron | 36 | -1513/+1 | |
Klaus Klein in PR pkg/7159. | |||||
1999-04-04 | Fix checksums (also on ftp.netbsd.org) | hubertf | 1 | -2/+2 | |
1999-04-04 | Fix to not install in /usr/local, be more efficient on assigning | hubertf | 1 | -5/+4 | |
PKGNAME. | |||||
1999-04-01 | Adjust for samba update. | bouyer | 1 | -2/+2 | |
1999-04-01 | Rewrite the extraction commands to be more intuitive. | agc | 1 | -2/+2 | |
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} | |||||
1999-04-01 | Update to tk version 8.0.5. This seems to be primarily a bug-fix release. | agc | 4 | -8/+8 | |
1999-03-29 | remove diplicate @dirrm | hubertf | 1 | -2/+1 | |
1999-03-25 | Clean up patches. Add RCSids, and make patch-ad a unidiff with the | tsarna | 2 | -17/+17 | |
correct path. | |||||
1999-03-23 | Make sure that "configure" finds JPEG, TIFF and PNG library. | tron | 1 | -4/+5 | |
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 2 | -4/+4 | |
1999-03-22 | Add asprintf for pre-1.3H versions of NetBSD. | mellon | 2 | -0/+113 | |
1999-03-22 | update to 1.46 | hubertf | 4 | -21/+9 | |
1999-03-20 | 1. Avoid changing G1 charset to allow 8-bit encodings. | itohy | 1 | -0/+28 | |
2. Shorten TERMCAP environment variable not to be longer than 1023 bytes. | |||||
1999-03-14 | Move "mc" package to "sysutils" category. | tron | 12 | -219/+1 | |
1999-03-08 | s/make/${MAKE}/g | agc | 1 | -2/+2 | |
1999-03-07 | Call commands using variables. | kim | 1 | -4/+5 | |
1999-03-05 | update to 3.1.7 | hubertf | 8 | -276/+333 | |
1999-03-05 | Update to 1.45 | hubertf | 3 | -5/+15 | |