summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-12-21py-basicproperty-0.6.3adarcy4-0/+202
The BasicProperty/BasicTypes system provides a mechanism for intelligent property-based modeling of problem domains in Python 2.2+. The idea behind property-based domain modeling is to simplify the definition of objects/data structures so that concerns such as initialization, data-type checking and coercion, run-time introspection, and domain specific storage/retrieval operations can be abstracted out from the modeling operations.
2004-12-21Add py-basicpropertydarcy1-1/+2
2004-12-20actually bump PKGREVISION of perl58 and BUILDLINK_RECOMMENDED to addressgrant2-4/+4
PR pkg/28619. this should have been part of the PKGREVISION bump of p5-*.
2004-12-20remove workaround for Darwin missing poll.h as a more correct fix isgrant1-4/+2
applied globally now.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-19Add back ONLY_FOR_PLATFORM that was removed by mistake when the packagekristerw1-1/+3
was updated in r1.17.
2004-12-19fix missed from previous: Darwin 7.x doesn't appear to want thegrant2-8/+20
"-u PyMac_Error" when linking the shared library.
2004-12-19all of these use dlopen().grant4-4/+8
2004-12-19Darwin build fixes:grant3-14/+25
- ignore poll() - needs dlopen.buildlink3.mk - pass -fPIC -fno-common to CC for objects being linked into a shared library
2004-12-19Create a modifier PERL5_OPTIONS that specifies properties of the perljlam2-1/+33
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-18Native threading on VAX isn't ready for primetime in NetBSD>=2.0.jlam1-1/+12
Build Perl without threads-support until VAX native threads are known to work. The hack was added to the Makefile instead of to hacks.mk since it sets a variable which is used within the package Makefile.
2004-12-18g/c MAINTAINER (use one from Makefile.common)jdolecek1-2/+1
2004-12-18claim MAINTAINERjdolecek1-2/+2
2004-12-18claim MAINTAINERjdolecek1-2/+2
2004-12-17Update php5 to 5.0.3. This maintenance release addressing several veryjdolecek4-8/+13
serious security issues, as well as bunch of non-critical bug fixes. All PHP5 users are strongly encouraged to upgrade to this version. Detailed change list at: http://www.php.net/ChangeLog-5.php#5.0.3
2004-12-17move DISTINFO_FILE setting from Makefile.common to Makefile.php,jdolecek2-3/+4
so that it PECL extension packages could override it properly
2004-12-16Don't always set DIST_SUBDIR but only if RUBY_DIST_SUBDIR isn't empty.taca1-1/+3
This change dosen't affect any current ruby based packages.
2004-12-15Remove duplicate "the" in comment.wiz2-4/+4
2004-12-14"-ldl" is needed to build on Linux.minskim1-1/+2
2004-12-12completely ignore system php.ini for all pear-related operations; thisjdolecek4-5/+16
is necessary to avoid being subject to e.g. open_basedir or safe_mode settings
2004-12-12abort do-install if pear install failsjdolecek1-2/+2
2004-12-12use PLIST_SRC+= so that setting PLIST_SRC setting in extension Makefilejdolecek1-2/+2
would have an effect; fixes php4-apc
2004-12-12Change ALL_TARGET to BUILD_TARGET.kristerw1-2/+2
2004-12-11The Open Group says that localtime_r() doesn't need to ensure thatjlam3-3/+22
the tz* related variables are initialized when it is invoked. In fact, Solaris does do this while NetBSD 2.0 does not. Explicitly call tzset() before calling localtime_r() to initialize the local timezone data. This fixes the output of: perl -e '$t = localtime($^T); print "$t\n";' ; date to always print the time in the local timezone twice instead of the first time in UTC and the second in the local timezone. Bump the PKGREVISION.
2004-12-11Add buildlink3.mk file, needed by wip/darcs.wiz1-0/+23
Closes PR 26624 by Roland Illig.
2004-12-10On NetBSD/alpha, building perl with -mieee causes perl to not passjlam1-1/+12
the test for integer.pm (pkg/28498). Until this is fixed in either NetBSD, GCC or perl, strip out -mieee from the compiler command line. This "fixes" pkg/28498.
2004-12-10On VAX, feeding a base "NaN" to nawk causes nawk to core dump sincejlam1-1/+17
it tries to interpret it as a number, which causes an FP exception. Fix this by replacing "NaN" with "*NaN*" which hides the problem. This makes perl Configure and build correctly on NetBSD-2.0/vax. Fix provided by John Klos in private email.
2004-12-10Don't bother with using perl5/module.mk and PERL5_PACKLIST to generatejlam2-25/+26
the PLIST and use custom post-install code instead. This avoids needing to guess at the correct value PERL5_ARCHLIB before perl has been configured and built. This should fix PR pkg/28433.
2004-12-10Nuke bsd.perl.mk... we compute these values where they're needed injlam2-13/+3
perl5/buildlink3.mk already, so no need to generate this file to be included by bsd.pkg.mk anymore. Bump the PKGREVISION.
2004-12-10This is configured with -with-thread. Include pthread.buildlink3.mkuebayasi1-1/+2
here explicitly.
2004-12-07I haven't maintained this in a very, very long time.groo1-2/+2
2004-12-06Update Inform to 6.30.2, courtesy of patches from David Griffithnathanw6-270/+268
(to whom I apologize for being very slow with this). Also addresses PR pkg/24631.
2004-12-06Fix some wrong variable (eg. LOWER_OPSYS -> PY_PLATNAME) names sneaked inrecht1-8/+8
by print-PLIST.
2004-12-05add Python 2.4recht2-5/+42
2004-12-05+python24, python24-pthrecht1-1/+3
2004-12-05initial import of Python 2.4 (threaded version)recht18-0/+755
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package has been compiled with support for threads.
2004-12-05initial import of Python 2.4recht24-0/+4301
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package has been compiled without support for threads.
2004-12-05Import minimum change from ruby-rexml's changes:taca4-3/+76
- Fix Iconv::iconv error with "Shift_JIS" processing. - Fix method name mistake. - As ruby-rexml, rexml/encodings/SHIFT_JIS is now simply loads SHIFT-JIS.rb in the same directory. Bump package revision.
2004-12-05Improve.wiz1-6/+7
2004-12-05Restore package dependency sentence.taca1-1/+2
Thanks Timothy Lee Roden very much, reminding me correct English syntax.
2004-12-04Print a comment for the removal of the lib/ocaml directory in packagesjmmv1-1/+4
depending on this one.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca2-24/+24
2004-12-04Simplify description removing ambiguous sentence.taca1-2/+1
2004-12-04- Introduce RUBY_DLEXT which is used to replace suffix of Ruby'staca1-3/+13
extention library. It will be used for Darwin support. - Change RUBY_VERSION_LIST from space separated list to comma separated list.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz33-71/+71
Suggested by Roland Illig, ok'd by various.
2004-12-01Add RUBY_VERSION_LIST, list of supported ${RUBY_VER}.taca1-1/+6
2004-12-01Update to 1.6.6:wiz3-7/+7
Changes since Guile 1.6.5 (changes in 1.6.6): * Changes to the distribution ** srfi-39 should work now - a file was missing from the distribution. ** A libltdl related build problem has been fixed. * Changes to the C interface ** A bug has been fixed that caused uvec_equalp to function improperly. ** In scm_charnames and scm_charnums, sp is now an alias for space.
2004-12-01Correct typo in mk.conf variable name. PR#28484 by Yasushi Oshima.cube1-2/+2
2004-11-30Fixed building on systems with shared libraries named different than .soadam4-11/+24
2004-11-30To be on the safe side, bump PKGREVISION for previous.wiz2-4/+4