summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
1999-05-26Don't patch a broken install rule into the "Makefile" and use a customtron2-21/+4
"do-install" target instead. Fixes PR pkg/7650 by Eric Mumpower.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-9/+9
pattern match format. Minor pkglint along the way.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-6/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-13Depend on "gnome-core" not on "gnome-libs" because the directorytron2-6/+4
structure of the core package is used.
1999-05-10add lv.sakamoto1-1/+2
1999-05-10Adapt this package to NetBSD and update to lv-4.41.sakamoto5-32/+15
1999-05-10Import FreeBSD's "lv" port:sakamoto6-0/+54
Powerful Multilingual File Viewer.
1999-05-08Remove redundant dependence on "gettext" package.tron1-2/+1
1999-05-03Add and enable gnome-utilsrh1-1/+2
1999-05-03Initial import of gnome-utils-1.0.1, a set of useful utilities for GNOME.rh6-0/+130
1999-05-03Add and enable gnome-pimrh1-1/+2
1999-05-03Initial import of gnome-pim-1.0.7, a GNOME based Personal Informationrh5-0/+92
Manager.
1999-04-26add USE_X11=yesgarbled5-5/+11
1999-04-26Fix a typo which was causing the distfile to not be found.ender1-2/+2
Fix provided by Soren S. Jorvang <soren@t.dk>
1999-04-25The real MASTER_SITE can be distant or slow to most of the world; instead,tv1-3/+3
give preference to MASTER_SITE_GNU (which may be overridden by the user).
1999-04-24Fix run time library search path.tron1-2/+2
1999-04-23Make sure that "screen" recognizes termcap buffer overflow.tron1-0/+11
Patch supplied by Joel Reicher in PR pkg/7454.
1999-04-23Needed -R for libreadlinetsarna1-2/+3
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron11-33/+22
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-14Remove unnecessary slash from master site list.tron2-4/+4
1999-04-14Upgrade to 1.5.2tsarna2-10/+10
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-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-11Update to v1.50.hubertf2-5/+5
Changes: numerous bugfixes.
1999-04-10Update to 3.1.11.hubertf5-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-08Fix order of packages.tron1-2/+2
1999-04-08Add and enable "pty-redir". Fixes PR pkg/7030.tron1-1/+2
1999-04-08Import new "pty-redir" package supplied by Dustin Sallings in PR pkg/7030:tron7-0/+66
Attach a program's stdio to a pty.
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc2-7/+7
1999-04-05Fix configure script for tcl 8.0.5 and tk 8.0.5.tron1-0/+15
1999-04-05More EXTRACT_CMD fallout.mycroft1-5/+3
1999-04-05semctl(2) wants a union semun as 4th argument... make it so.hubertf1-0/+18
1999-04-05Disable second test which didn't consider different timezoneshubertf1-0/+16
1999-04-05Move "amanda" related packages to "sysutils" category as suggested bytron36-1513/+1
Klaus Klein in PR pkg/7159.
1999-04-04Fix checksums (also on ftp.netbsd.org)hubertf1-2/+2
1999-04-04Fix to not install in /usr/local, be more efficient on assigninghubertf1-5/+4
PKGNAME.
1999-04-01Adjust for samba update.bouyer1-2/+2
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-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-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc4-8/+8
1999-03-29remove diplicate @dirrmhubertf1-2/+1
1999-03-25Clean up patches. Add RCSids, and make patch-ad a unidiff with thetsarna2-17/+17
correct path.
1999-03-23Make sure that "configure" finds JPEG, TIFF and PNG library.tron1-4/+5
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad2-4/+4
1999-03-22Add asprintf for pre-1.3H versions of NetBSD.mellon2-0/+113
1999-03-22update to 1.46hubertf4-21/+9
1999-03-201. Avoid changing G1 charset to allow 8-bit encodings.itohy1-0/+28
2. Shorten TERMCAP environment variable not to be longer than 1023 bytes.
1999-03-14Move "mc" package to "sysutils" category.tron12-219/+1
1999-03-08s/make/${MAKE}/gagc1-2/+2
1999-03-07Call commands using variables.kim1-4/+5
1999-03-05update to 3.1.7hubertf8-276/+333
1999-03-05Update to 1.45hubertf3-5/+15