summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-04-04Back out last commit.hubertf2-4/+2
1999-04-04Back out last change.hubertf1-2/+1
Obviously it wasn't the package that installed this file on my system...
1999-04-04Fix for lame 1.3.3 install(1) which doesn't allow -c together with -d.hubertf2-1/+24
Pointed out in PR 7318 by Dave Burgess <burgess@cynjut.neonramp.com>
1999-04-04Update "gimp" package to version 1.0.3 and libtoolize it properly.tron5-60/+50
"gimp" now uses "gtk+" version 1.2.x.
1999-04-04Use input redirection with "bzcat" once again because it refuses to handletron1-2/+2
symbolic links on files.
1999-04-04Update to V2.11.hubertf2-4/+4
Changes: Many new fingerprints added, fixed IRIX problems which prevented OS scanning from working on that platform, added support for '-m -' to redirect machine readable logs to stdout for shell pipelining, fixed a link-list bug that could cause hangs in UDP,FIN,NULL, and XMAS scans, also fixed a pointer problem that could cause SIGSEGV, fixed installation problem for people without a /usr/local/man/man1 directory as well as several other little fixes to the installation script and minor scanner tweaks.
1999-04-04ucblogoproff1-1/+2
1999-04-04The perils of having to entertain a pushy 8 year old :)proff6-0/+456
1999-04-030.35b8.1mycroft12-110/+129
1999-04-03Use "su" automatically for "make deinstall" target, too.tron1-2/+13
1999-04-03Fix shell escaping so that "tkConfig.sh" actually works.tron2-20/+87
1999-04-03Back out experimental change committed by mistake.tron1-2/+1
1999-04-03Fix shell escaping so that "tclConfig.sh" actually works.tron2-1/+156
1999-04-03The file was changed on the master site.hubertf1-2/+2
Reported in PR 7311 by Benjamin Lorenz <lorenz@otelo-online.de>
1999-04-03Fix weird library name handling in configuration file which breaks attron1-5/+20
least "ical".
1999-04-03Update "tclX" package to version 8.0.4. Changes since version 8.0.2:tron6-321/+321
- Added fixes for handling some corner cases in saving and restoring interp state on signals. Debugged and submitted by the ever-helpful - Added --with-tcl dir and --with-tk configure options. Contributed by - Added fixes for handling some corner cases in saving and restoring interp state on signals. Debugged and submitted by the ever-helpful - Fixed bug with .tndx libraries and references to commands in namespaces. - Added -restart option to the signal command. - Fixed TclX copy of Tcl auto_load proc out of sync; this broken ITcl. - Include several Windows build fixes from Viktor Dukhovni - Renamed --with-tk configure option to --enable-tk. - Handle systems that don't implement restart of system calls on signal. - Added infox have_signal_restart.
1999-04-03Install real "wish" binary and not libtool's dummy shell script.tron1-6/+9
1999-04-03Strip "tclsh" binary during installation.tron1-5/+7
1999-04-02run mkfontdir also on "make install" timehubertf1-1/+4
1999-04-02Correct a typo in previous - fixes bzip2 extractions.agc1-2/+2
1999-04-02Fix typo in last commit.tron1-2/+2
1999-04-02Fix english and add german mirror site.tron1-2/+3
1999-04-02Enable khostchoosergarbled1-1/+2
1999-04-01Initial import of khostchooser-0.3, a KDE replacement for Chooser.garbled5-0/+55
1999-04-01Use input redirection with "bzcat" again because it refuses to handletron1-2/+2
symbolic links on files.
1999-04-01oops.. typo. Not my week. 0.10: -> 0.10.35:garbled1-2/+2
1999-04-01Oops.. apparrently gettext has moved from misc to devel since last time Igarbled1-2/+2
looked. Fix.
1999-04-01Enable Edekstop.garbled1-1/+2
1999-04-01Import of Edesktop meta pkg. Pulls in a variety of enlightenment relatedgarbled4-0/+44
prorams for a nearly complete E based desktop.
1999-04-01Update openldap to version 1.2.1.hwr2-4/+4
For changes look at http://www.OpenLDAP.org/software/release/changes.html
1999-04-01Adjust for samba update.bouyer2-4/+4
1999-04-01Rewrite the extraction commands to be more intuitive.agc26-95/+79
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 the comment to explain what tcl is, rather than just expand theagc2-4/+4
acronym. Update the PLIST to reflect new files added in new distribution.
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc31-669/+672
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc11-828/+823
release.
1999-04-01Explicitly remove the linkname before trying to make the link.agc1-7/+11
1999-04-01Set value of TK_SHARED_BUILD.agc1-2/+12
1999-04-01Use the configure script to work out whether we're building shared libs.agc1-13/+1
1999-04-01Add support for Solaris, and document the changes made to the configureagc1-2/+39
script. The Solaris changes mirror the NetBSD ones, so that PLIST entries etc remain the same.
1999-04-01Explicitly remove the linkname before trying to link it again.agc1-5/+8
1999-04-01Do the calculation of shared lib name suffices in the configure script.agc1-14/+2
1999-04-01Provide an acceptable default for PRE_ROOT_CMD - pointed out by Timagc1-3/+4
Rightnour, and suggested by Hubert Feyrer. Also print the "Installing" message in the correct place.
1999-04-01Fix the master_site. It looks like version 1.2 is allready out, but I don'tgarbled1-2/+2
have time to update it and make sure it still works with enlightenment yet. So, for now we point into /old/..
1999-04-01Document and enable controlcenter and econf.garbled1-1/+3
1999-04-01Initial import of econf 0.15. A configuration manager for enlightenment.garbled5-0/+29
1999-04-01Initial import of controlcenter-1.04.garbled5-0/+226
GNOME control-center development library
1999-03-31document and enable ee.garbled1-1/+2
1999-03-31Import new pkg for ee-0.3.8. Part of gnome/enlightenment.garbled6-0/+87
Image viewer based on imlib by the Rasterman. Gtk clone of xv.
1999-03-31Split out of patch-ad, #include <errno.h> if not SVR4hubertf1-0/+31
1999-03-31Split out patch for lib/libxview/textsw/es_file.c into patch-akhubertf1-20/+1