summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-12-25Remove some BUILDLINK_DEPENDS.foo lines that have the same value as the default.wiz1-4/+1
2004-12-25Revert back BUILDLINK_RECOMMENDED to previous setting.reed1-2/+2
Probably I was using the packages made when using IGNORE_RECOMMENDED=YES after the big libtool bump.
2004-12-25Add and enable p5-Spoon.jlam1-1/+2
2004-12-25Import p5-Spoon-0.21 as devel/p5-Spoon, a Spiffy Application Buildingjlam4-0/+31
Framework. Spoon is an Application Framework that is designed primarily for building Social Software web applications. Spoon::Base is the primary base class for all the Spoon::* modules. Spoon.pm inherits from Spiffy.pm. Spoon is not an application in and of itself. You need to build your own applications from it.
2004-12-25Add required package dependencies.jlam2-2/+8
2004-12-25This is in the "devel" category.jlam1-2/+2
2004-12-25Add and enable p5-IO-All.jlam1-1/+2
2004-12-25Import p5-IO-All-0.33 as devel/p5-IO-All, a Spiffy interface to Perl IO.jlam4-0/+33
IO::All combines all of the best Perl IO modules into a single Spiffy object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it all! The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions.
2004-12-25CPAN_MODULE_DIR is no more.jlam1-6/+7
2004-12-25Add and enable p5-Spiffy.jlam1-1/+2
2004-12-25Import p5-Spiffy-0.21 as devel/p5-Spiffy, an OO Perl framework.jlam4-0/+26
"Spiffy" is a framework and methodology for doing object oriented (OO) programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of traditional Perl OO, in a clean, straightforward and (perhaps someday) standard way.
2004-12-25Update devel/p5-Scalar-List-Utils to 1.14. Changes from version 1.13jlam2-6/+5
are minor bug fixes.
2004-12-25Use BSD_INSTALL_* to set permission and ownership correctly.minskim3-1/+29
2004-12-24Add LIBLTDL_CONVENIENCE_SUBDIR variable to allow packages to indicate thattv1-10/+11
bundled libltdl is not in the subdir "libltdl".
2004-12-24Update to 1.9.0; pointed out by wiz@:jmmv3-8/+12
* Add new functions atk_relation_set_add_relation_by_type and atk_relation_add_target. (bug #158722) * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen] * Add new translations: Arabic [Arafat Medini], Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir] * Updated translations: Canadian English [Adam Weinberger], Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team], Welsh [Dafydd Harries], French [Jean-Michel Ardantz], Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
2004-12-24Update to 1.8.0:jmmv3-10/+14
Notable improvements in Pango since version 1.6 include: * New script support: Lao, Sinhala, Syriac, Tibetan * PangoRenderer, a base object holding the logic for rendering PangoLayout which was previously duplicated in many places. * Transformed rendering support for the Xft backend
2004-12-24Update to 2.6.0:jmmv4-24/+39
Overview of Changes from GLib 2.4.x to GLib 2.6.0 ================================================= * Major new APIs - GOption, a commandline option parser - GKeyFile, a parser/editor for the .ini like files - Functions to support the XDG basedir specification - Wrappers for common POSIX pathname functions to handle filename encodings consistently. On Windows, these use UTF-8. * Miscellaneous new functions - g_filename_display_name() converts filenames in displayable UTF-8 strings - g_uri_list_extract_uris() splits uri lists - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers - g_log_set_default_handler() installs an alternate default log handler - g_get_language_names() obtains a list of applicable locale names - g_strv_length() calculates the length of NULL-terminated string arrays - g_win32_get_windows_version() determines the Windows version - G_GNUC_INTERNAL marks functions as non-exported - glib_check_version() checks the GLib version at runtime - g_debug() completes the family of logging functions * Performance improvements - Optimize g_utf8_validate() - Optimize g_markup_parse_context_parse() - Reduce signal connection complexity from O(n) to O(1) - Get rid of many PLT entries for internally used exported symbols - Reduce code size by removing literal strings from g_return_if_fail() * Other changes - On Windows, GLib functions that take file name arguments now require those to be in UTF-8. Functions that return file names return UTF-8. - Use higher precision for mathematical constants - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri - Support ll as printf format modifier for long long on all platforms - Clean up the ABI and enforce the list of exported symbols - Add a .pc file for using gmodule in libraries - Require ngettext
2004-12-24Bump PKGREVISION and also bump the BUILDLINK_RECOMMENDED.libglade2reed2-4/+4
to latest, because it was never bumped before when one of its NEEDED shared libraries was upgraded.
2004-12-24Add additional CATEGORY of "fonts" because pango is usedreed1-2/+2
for rendering fonts.
2004-12-24Add a BUILDLINK_RECOMMENDED.libglade2 for at least 2.3.6nb1.reed1-1/+2
The BUILD_DEPENDS dates back to September and so libglade shared libraries from then need old (no longer existing) libxml, pango, and gtk2 libraries. I noticed this when installing packages on a machine that already had the (what it thought was) correct dependencies.
2004-12-22Remove support for some variables that are supposed to go away afterjlam1-15/+1
pkgsrc-2004Q4 is branched.
2004-12-22Add and enable p5-IO-Multiplexkim1-1/+2
2004-12-22IO::Multiplex is designed to take the effort out of managing multiplekim4-0/+29
file handles. It is essentially a really fancy front end to the select system call. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.
2004-12-22Update cpuflags to 0.79:abs4-38/+47
- Shuffle the various cpuflags.<OS> to group more common lines - Use nawk on solaris [Jonathan A. Kollasch PR pkg/26572] - Add Linux 'Intel(R) Pentium(R) 4 CPU' - Add NetBSD/i386 'AMD Athlon Model 4 (Thunderbird)' [Rob Quinn] - Add NetBSD/macppc 604e [John Klos] - Add NetBSD/chocolate [Al]
2004-12-22update to 1.11.1drochner3-8/+10
changes: bugfixes needed for gnumeric-1.4.x
2004-12-22Set DIST_SUBDIR to PKGNAME_NOREV instead of PKGNAME. Recentminskim1-2/+2
PKGREVISION bump of perl modules revealed the problem.
2004-12-22Thinko fix: README.manual -> manual.READMEtv1-2/+2
2004-12-22Add heads-up comment above PKGREVISION pointing to the manual-* diffstv1-1/+9
which must be updated for any platform changes, lest the changes be lost the next time libtool is updated.
2004-12-21add DragonFly support from patch sent to libtool-patches:grant5-82/+406
http://lists.gnu.org/archive/html/libtool-patches/2004-12/msg00188.html tested with gcc2 and gcc3 in-tree compilers. bump PKGREVISION.
2004-12-21Add and enable bglibs.schmonz1-1/+2
2004-12-21Initial import of bglibs, a collection of miscellaneous librariesschmonz6-0/+219
by Bruce Guenter. Required for the latest qmail-qfilter.
2004-12-20glib2 uses dlopen()grant1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant141-149/+282
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Bump PKGREVISION due to the newly-added zlib dependency. Noted by grant@.minskim1-2/+2
2004-12-19Add more missing dependencies: gettext-lib, zlib, and intltool.minskim1-1/+4
2004-12-19Add missing dependencies. Buildlinking pkgconfig revealed the problem.minskim1-1/+3
2004-12-19Use types defined by <sys/types.h> to define some chmlib fixed-widthjlam2-2/+23
integer types. This allows this to build on amd64, although it now warns of passing around pointers of incompatible type.
2004-12-19Wrap this a bit better.jlam1-8/+7
2004-12-19Create a modifier PERL5_OPTIONS that specifies properties of the perljlam1-2/+3
installation needed when including perl5/buildlink3.mk. The only option currently supported is "threads", which implies that a perl that supports threads is required. The requirement is checked at pre-install time using an INSTALL script template by both the package build and the binary package. Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD since those modules require a perl that supports threads.
2004-12-18Add (unsigned char) casts to ctype function arguments.minskim7-1/+287
2004-12-18comment which file causes the ICE.grant1-2/+2
2004-12-18silc-toolkit causes xlc to bomb with an ICE, so mark this pkggrant1-1/+4
NOT_FOR_COMPILER=xlc.
2004-12-18in the command run when -export-symbols is used on Darwin with xlc,grant3-6/+42
ensure there is no whitespace on the command line when passing -install_name to the linker, as this breaks the build. this fixes the build of audio/libaudiofile and other packages using -export-symbols on Darwin with xlc. bump PKGREVISION.
2004-12-18- pkgconfig uses dlopen(), so include dlopen.buildlink3.mk.grant3-3/+20
- Darwin has no prototype for poll(), so in glib, do what it already did for Solaris. fixes build on Darwin. bump PKGREVISION for dlcompat dependency.
2004-12-18set ABI=o32 on irix5, as gmp only supports o32 on irix5.grant1-1/+6
fixes PR pkg/28072 from Georg Schwarz.
2004-12-18only include <search.h> if it is present. fixes build on Darwin.grant2-1/+17
2004-12-17Apply patch from Debian package against CAN-2004-0996; based on patchwiz3-3/+44
by Gerardo Di Giacomo. Bump PKGREVISION.
2004-12-17Rewrite func_infer_tag in the libtool script so that it's easier tojlam3-45/+68
specify (hardcoded) compilers from which we can infer the correct tag (CC, CXX, F77). Use the following patterns to match compilers to tags: CC: *cc *xlc CXX: *++ *CC F77: *77 *fort Bump the PKGREVISION to 1.5.10nb7 since we now infer the F77 tag from likely Fortran compilers. Also require at least this version of libtool when building packages that set USE_FORTRAN. This should fix PR pkg/28661.
2004-12-16Revert PKGNAME not to prefix with ${RUBY_PKGPREFIX}.taca1-2/+1
2004-12-15patch-aa was removed on Sep. 21 when it was updated to 2.8.0.reed1-2/+1
This will close PR # pkg/28670 -- thank you David Price for the PR.