summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-16Include devel/readline/buildlink3.mk.reed1-1/+2
On NetBSD, it uses libedit (and libtermcap) and under Linux uses libreadline.
2005-04-15I'm not sure why I need to set PHP_OPENSSL for OpenSSL to be found,kim1-1/+2
but now the package builds again.
2005-04-15Adjust for changes done in the pkgsrc infrastructure to make thiskristerw2-1/+98
package build again.
2005-04-15Add PLIST_SUBST for the ioport.hira2-9/+16
2005-04-15 - Add PLIST_SUBST for the scanpci.hira4-11/+20
- Build the scanpci on the NetBSD/macppc.
2005-04-15Note ezmlm-idx update.schmonz1-1/+2
2005-04-15Update to 0.440. From the changelog:schmonz4-11/+12
-Wrote a script to automatically generate the Makefile and TARGETS. -Fixed a problem with handling text files with no final newline. -Added a new program, ezmlm-dispatch, to be run from a global .qmail-default file -Removed support for qmail older than version 1.02. -Removed all references to "inhost" and "inlocal" which were completely unused but still referenced in documentation and tests.
2005-04-15distfile changed on master site; now known as newmat10B (but no suchjschauma2-6/+7
distfile) Changes since newmat10A are mostly cosmetic with minor bugfixes.
2005-04-15Prevent warnings during bulk dependency tree creation on Darwin.kristerw1-1/+3
2005-04-15Correct HOMEPAGE.kristerw1-2/+2
2005-04-15Prevent warnings during bulk dependency tree creation for ports thatkristerw4-8/+8
cannot use these packages.
2005-04-15Consolidate the egrep/fgrep/grep cases into a single case as an examplejlam1-32/+16
of how to make on pkgsrc package replace multiple related tools.
2005-04-15Create /usr/pkg/etc/httpd/ssl.crl for Certificate Revocation Listsmartti1-0/+5
2005-04-15Simplify comparison.hira2-6/+6
2005-04-15Note update of "pine" package to version 4.62nb2.tron1-1/+2
2005-04-15- Fix unsafe file operations in "rpdump" utility (CAN-2005-1066).tron4-8/+61
- Install manual pages for "rpdump" and "rpload" utilities. Bump package revision because of the above changes.
2005-04-15Teach replace.mk about egrep, fgrep, and file.jlam1-2/+57
2005-04-15Don't build the DGA extension on the unsupported architectures.hira4-10/+14
Unify the PLIST files.
2005-04-15Don't build the DGA extension on the unsupported architectures.hira3-50/+58
2005-04-15Add PLIST_SUBST for the DGA extension.hira1-1/+10
2005-04-15Added acroread7.markd1-1/+2
2005-04-15Add ACROREAD_FONTPATH, used by acroread7.markd1-1/+6
2005-04-15Add acroread7markd1-1/+2
2005-04-15Import Adobe Reader 7.0 now its officially out.markd6-0/+448
Adobe Reader is part of the Adobe Acrobat family of software, which lets you view, distribute, and print documents in Portable Document Format (PDF)--regardless of the computer, operating system, fonts, or application used to create the original file. PDF files retain all the formatting, fonts, and graphics of the original document, and virtually any PostScript(TM) document can be converted into a PDF file.
2005-04-15Updated p7zip to 4.16.wiz2-3/+3
2005-04-15Update to 4.16:wiz5-33/+34
Version 4.16 ============ - From Windows version of 7-zip 4.16 : - Speed optimization (5%) for 7z / LZMA - 7za now supports .Z archives - -r- switch in command line now is default for all commands - Some bugs were fixed - From Windows version of 7-zip 4.15 : - Z format supporting (extracting only) - 7-Zip now can extract ZIP archives compressed with "Shrink" method - 7-Zip now doesn't interrupt the compressing when it can not open file. 7-Zip just skips that file and shows warning. - Some bugs were fixed - man pages added (thanks to Mohammed Adnene Trojette) - bug #1112167 fixed (Temporary directory must be on same partition as target) p7zip failed moving the temporary file at the end of compressing to target file if the directories don't reside on the same partition (or network path). - bug #1164659 fixed (Invalid file date for "big endian" machine) - p7zip now uses ".so" instead of ".dll" - p7zip now handles "ctrl-c" and "kill" to cleanup temporary files before exiting - p7zip now runs on BeOS. - better support of filenames with spaces. - some code cleanup - "myWindows/myFiles.cpp" is now in "Windows/FileIO.cpp" - "myWindows/myFindFile.cpp" is now in "Windows/FileFind.cpp" - "myWindows/myDirectoryAndPath.cpp" is now in "Windows/FileDir.cpp" - "myWindows/myEvents.cpp" is now in "Windows/Synchronization.cpp" - "myWindows/wine_strings.cpp" is now in "Windows/String.cpp"
2005-04-15Uppdated gtk2+ to 2.6.7wiz2-3/+3
2005-04-15Update to 2.6.7:wiz6-45/+18
Overview of Changes from GTK+ 2.6.6 to GTK+ 2.6.7 ================================================= * Revert two fixes from 2.6.5 which were causing problems [Crispin Flowerday] * New and updated translations (bg,ja,ko,ca) Overview of Changes from GTK+ 2.6.5 to GTK+ 2.6.6 ================================================= * Add 16x16 versions for some stock icons [Vincent Noel] * Bug fixes [Tommi Komulainen, Roman Kagan, Ivan Wong, Matthias Clasen, Jakub Jelinek, Arjan van de Ven] * New and improved translations (pl) Overview of Changes from GTK+ 2.6.4 to GTK+ 2.6.5 ================================================= * Fix compilation with gcc 4.0 [Matthias Clasen] * GtkFileChooser - Ellipsize the preview label [Jeroen Zwartepoorte] - The mime code can now use a mmapped cache [Matthias] * GtkTreeView - Don't pop up the entry context menu if the the search entry is not visible [Billy Biggs] - Make enable_search control only typeahead, not C-f search [Sven Neumann] - Allow resetting search-column to -1 [Lorenzo Gil Sanchez] - Make gtk_tree_view_expand_all work [Tristan Van Berkom, Jonathan Blandford] - Make double-click to autosize work again [Matthias, Jonathan] * GtkComboBox, GtkComboBoxEntry - Make gtk_widget_grab_focus() work [Gustavo Carneiro] - gtk_combo_box_get_active_text() now always returns the current text. [Robert Staudinger] * gdk-pixbuf - Use correct update regions when incrementally loading BMP and TGA images [Owen Taylor, David Costanzo] - Support saving BMPs [Ivan Wong] - Bug fixes [Tommi Komulainen, Morten Welinder, David, John Ellis] * Other bug fixes [Christian Persch, Sven Neumann, Philip Langdale, Tomislav Jonjic, Thomas Leonard, Yury Puzis, Manish Singh, Doug Quale, Ryan Lortie, Kjartan Maraas, Morten, Felipe Heidrich, Paolo Borelli, Jorn Baayen, Hazael Maldonado Torres, Tommi, Stefan Kasal, Billy, Felipe Heidrich, Hans-Wolfgang Loidl, Jacob Kroon, Steven Walter] * Documentation improvements [Johan Dahlin, Matthias, Jianfei Wang, Olivier Sessink, Jon-Kare Hellan, Kristof Vasant, Billy, Worik Stanton, Ken Siersma, Morten] * New and improved translations (ca,cs,cy,da,de,en_CA, en_GB,es,fi,fr,gu,hu,it,lt,nl,pl,pt,pt_BR,ro,ru,rw,sq, sr,sr@Latn,sv,uk,zh_CN,zh_TW)
2005-04-15Updated glib2 to 2.6.4wiz2-3/+3
2005-04-15Update to 2.6.4:wiz6-35/+35
Overview of Changes from GLib 2.6.3 to GLib 2.6.4 ================================================= * Fix compilation with gcc 4.0 [Matthias Clasen] * Fix g_date_get_iso8601_week_of_year [Jon-Kare Hellan] * Win32: - use more precise times in gtimer.c [Tor Lillqvist] - bug fixes [Tor, Daniel Atallah] * Other bug fixes [Tim Janik, Matthias, Manish Singh, Dave Benson, Jeff Franks] * Documentation improvements [Tim-Philipp Müller, Matthias, Stefan Kost, Tor, Jared Lash, Morten Welinder] * New and updated translations (el,fa,hu,id,ne,ro,rw)
2005-04-15Add an @exec ${MKDIR} line for an empty directory which has a @dirrm line,wiz1-1/+2
to fix binary packages.
2005-04-15Initial import of selectwm-0.4.1 into the Packages Collection.agc1-1/+2
Provided in PR 29965 by Antoine Reilles, modified slighlty by myself to look in pkgsrc and X11R6 directories when looking for window managers. selectwm is a small application (using GTK+) which lets you select your window manager. It looks for a file named .selectwmrc in the user's directory which contains a list of window managers. When you start X it should show a list which lets you choose your window manager (by double clicking on it with the mouse or with the arrow keys and the return or space key) To use selectwm, replace the call to your window manager in your .xinitrc or .xsession configuration file by a call to selectwm, e.g.: ... # set a solid black background xsetroot -solid black # start selectwm selectwm
2005-04-15Add and enable selectwmagc1-1/+2
2005-04-15Initial import of selectwm-0.4.1 into the Packages Collection.agc6-0/+77
Provided in PR 29965 by Antoine Reilles, modified slighlty by myself to look in pkgsrc and X11R6 directories when looking for window managers. selectwm is a small application (using GTK+) which lets you select your window manager. It looks for a file named .selectwmrc in the user's directory which contains a list of window managers. When you start X it should show a list which lets you choose your window manager (by double clicking on it with the mouse or with the arrow keys and the return or space key) To use selectwm, replace the call to your window manager in your .xinitrc or .xsession configuration file by a call to selectwm, e.g.: ... # set a solid black background xsetroot -solid black # start selectwm selectwm
2005-04-15Add two @exec ${MKDIR} lines for empty directories which have @dirrm lines,wiz1-1/+3
to fix binary packages.
2005-04-15fixup distinfo for last.markd1-14/+5
2005-04-15Updated pkgconfig to 0.17.1.wiz2-3/+3
2005-04-15Update to 0.17.1:wiz2-6/+6
pkg-config 0.17.1 === - Now actually sets CFLAGS and LIBS instead of trying to set those in a subshell. (Only affects if you've autoreconfiscated with 0.17) - Fix detection of inter-library dependencies. pkg-config 0.17 === - Evaluate second argument to PKG_CHECK_MODULES again - Portability fixes (MacOS, BeOS, Cygwin) - Handle inter-library dependencies and assume those are in place if the platform supports them. Disable with --enable-indirect-deps. - Add initial test framework - Build fixes (make distcheck now works)
2005-04-15Add conflicts between samba and tdb: both install tdbtool and tdbdump.wiz2-3/+6
2005-04-15+ bsflite-0.80 [pkg/29964], epiphany-1.6.2, g-wrap-1.9.6, gcube-0.4,wiz1-4/+11
gtk2+-2.6.7, mathomatic-12.2d, pkgconfig-0.17.1, pstoedit-3.40, webmin-1.200, wesnoth-0.9.0. - ftpproxy-1.2.3
2005-04-15Add entries for drochner's updates for enchant and abiword two days ago.wiz1-1/+3
XXX: abiword-plugins not updated.
2005-04-15Updated curl to 7.13.2adam2-3/+3
2005-04-15Chyanges 7.13.2:adam3-22/+12
* Bug-fixes and improvements
2005-04-15Allow for USE_TOOLS+=coreutils and USE_TOOLS+=findutils to use pkgsrcjlam3-1/+70
replacements for "core" and "find" utilities, e.g. basename, cat, find, etc.
2005-04-15Note addition of ObjectiveLib-0.9rh1-1/+2
2005-04-15Add and enable ObjectiveLibrh1-1/+2
2005-04-15Initial import of ObjectiveLib-0.9, a library of Object containers andrh4-0/+67
generic algorithms for Objective-C
2005-04-15Allow TOOLS_DEPENDS.<tool> to be set to change the nature of thejlam1-10/+22
dependency if we're using the pkgsrc tool, e.g. TOOL_DEPENDS.yacc=DEPENDS. By default, we use BUILD_DEPENDS.
2005-04-15Avoid dependency loops by setting and checking TOOLS_IGNORE.* guards.jlam2-7/+23
2005-04-15Note updates of djbdns-run and qmail-run.schmonz1-1/+3