summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
1999-10-25Teach kdeutils to look for libungif instead of libgif.jlam2-6/+15
1999-10-23Use wildcard dependences for "gnome-libs" and "gnome-core" packages.tron2-4/+4
1999-10-23Use wildcard dependence for "gtk+" package.tron2-4/+4
1999-10-22Use wildcard dependences for "gtk+" and "esound" packages and removetron1-5/+4
redundant dependence for "glib" package.
1999-10-22Move the inclusion of bsd.prefs.mk before the first use of any variableagc1-5/+5
which may be defined in /etc/mk.conf Use a complicated echo & sed combination, rather than hostname -s, which doesn't work on Solaris.
1999-10-21Regenerate after patches to put the docs in the right directory.agc1-2/+7
1999-10-21Remove the previous post-install hack which moved documentation around.agc7-8/+101
Add patches to put the documentation in the correct directory, according to hier(7). Fixes the concerns raised in pkg PR 8620 by Simon Burge.
1999-10-21Only have a pre-requisite of ncurses on NetBSD.agc1-2/+5
1999-10-15Update dependeny on libslang to 1.3.9mjl1-2/+2
1999-10-13Don't kill the entire install if the rmdir ${PREFIX}/doc fails duringsimonb1-2/+2
post-install - some other package (eg libslang-1.3.8) may have stuff in that directory already.
1999-10-11Fixed some minor problems of this pkg, including:wennmach5-54/+84
o do not require $JB_PACKAGE to be set to a bug category; if $JB_PACKAGE is not set, the default category "test" is used o the above will also fix the error messages on nbftp occuring in update-distfiles (hi veego!) o make proper use of "DEINSTALL" and "MESSAGE" files so that installing (and deinstalling) of jitterbug from pkgsrc/as binary makes no difference o when echoing the defaults for JB_USER, JB_USERID, etc, use the actual variables, not hardcoded values o ownership of jitterbig.config fixed (@JB_USER@ instead of root)
1999-10-09Update gnome-pim to 1.0.50. Changes include bugfixes and translations torh4-9/+15
some additional languages.
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-10-07Add missing dependency on esound-0.2.8, as discovered by Hubert's famousrh1-1/+2
package status generator.
1999-10-05Add and enable jitterbugwennmach1-1/+2
1999-10-05Initial import of jitterbug-1.6.2: a web-oriented bug-tracking toolwennmach13-0/+444
1999-09-30Change version number back to 1.1.25. I accidentally committed part ofjlam1-2/+2
very unfinished work.
1999-09-22clarify NO_CDROMhubertf1-2/+2
1999-09-22Fix namelen of connect(), add #ifndef SUN_LEN - #endif,sakamoto2-1/+20
Suggested by KAWAMOTO Yosihisa <kawamoto@es.osaka-u.ac.jp> and Noriyuki Soda <soda@sra.co.jp>.
1999-09-15Because "ftp.kde.org" is an alias for "ftp.de.kde.org" again we explicitlytron1-2/+2
use "ftp.us.kde.org" as primary master site.
1999-09-15Update K Desktop Environment to version 1.1.2. A change list is availabletron3-8/+55
at "http://www.kde.org/announcements/changelog1_1_1to1_1_2.html".
1999-09-15Add and enable gperiodic and quicklist.jlam1-1/+3
1999-09-15quicklist 0.8.2 -- a simple database like AppleWorks & MS Worksjlam8-0/+85
1999-09-15gperiodic 1.2.6 -- Displays a periodic table of the elementsjlam7-0/+62
1999-09-13Make this package compile on Solaris.agc1-1/+8
1999-09-12Make this work with 1.4K, and split out patch-aa into patch-ac as wellkim4-28/+48
so that each patch works on a single source file.
1999-09-07Update patch checksums.jlam1-2/+2
1999-09-07Forgot to add this patch.jlam1-0/+13
1999-09-07Let user choose which keyboard layout to compile via mk.conf make variablejlam3-8/+34
`DT_LAYOUT'.
1999-09-06Change "DEPENDS +=" to "DEPENDS+=" so lintpkgsrc can recognize line.jlam1-11/+11
cvs: ----------------------------------------------------------------------
1999-09-06Use PLIST_SUBST= DICT_DIR=${DICT_DIR} PREFIX=${PREFIX} WNN_LANG=${WNN_LANG}sakamoto1-5/+3
1999-09-03Update "screen" package to version 3.9.5.tron4-16/+7
1999-09-03Fix to work with gnome-libs-1.0.16rh5-7/+35
1999-09-03Update dependency on gnome-libs to version 1.0.16rh1-2/+2
1999-09-03s/ja_JP/WNN_LANG/sakamoto8-78/+82
Fix default LIBDIR(${LOCALBASE}/share/wnn) in wnn/config.h.
1999-08-29Update dependency on guile to 1.3.2.jlam2-4/+4
1999-08-29Don't attempt to remove direcotires "share/gnome/apps/Applications",tron1-5/+1
"share/gnome/apps", "share/gnome/help" and "share/gnome". They are all created and removed by the "gnome-core" package.
1999-08-29Avoid creation of unused directory "share/gnome/help/cal/C" which wastron2-0/+16
not removed during deinstallation.
1999-08-29Update gnome-utils to 1.0.12rh5-8/+24
Changes are mostly bugfixes and some minor reorganization (gshutdown is now in 'System' category, not 'Settings').
1999-08-29Update dependency on gnome-core-1.0.9rh2-4/+4
1999-08-29Update dependency on gnome-libs-1.0.14rh1-2/+2
1999-08-28Update dependency to glib-1.2.4rh1-3/+3
1999-08-27Homepage has moved to http://www.freewnn.org/.sakamoto1-3/+4
Fix MASTER_SITES.
1999-08-25Introduce a USE_XAW definition, which is used in package Makefiles, toagc1-2/+6
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines.
1999-08-22Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.tron2-26/+4
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc4-264/+261
1999-08-13Makefile.in file is incorrect - dollar signs must be escaped fromagc2-6/+15
make(1), so that "$PATH" should actually be "$$PATH". Correct this, and regen patch-sum file accordingly.
1999-08-13Use ${DISTNAME} rather than @DISTNAME@, to be consistent with theagc2-4/+4
other substitutions that are done in bsd.pkg.mk when constructing the PLIST file.
1999-08-13screen-3.9.3 doesn't exist on the master site. 3.9.4 is the latest version,agc3-6/+9
with an additional "tty mode fix" over 3.9.3. Whilst I'm here, make the PLIST handling a bit smarter, by using automatic ${DISTNAME} substitution. This means that the PLIST doesn't have to be updated every time there's a new screen version, just to pull in the new version number - it will be done automatically.
1999-08-10Update "screen" package to version 3.9.3. Changes since version 3.9.2:tron6-12/+34
- small utmp fix - BSD chflags fix