Commit graph

10060 commits

Author SHA1 Message Date
wiz
9f0aacfef3 Update to 0.3.12:
Support for the jpeg decoder was improved. C++ support was improved.
Various speedups and smaller improvements were done.
2007-06-01 20:21:03 +00:00
wiz
95fe7b87e9 Fix pkg.m4: it was broken in the case when pkg-config is not installed,
but the path to an installed dependency is passed via FOO_CFLAGS/FOO_LIBS.

Bump PKGREVISION.
2007-06-01 19:03:46 +00:00
tron
b1c1f56394 Add missing ".endif". 2007-05-31 10:26:52 +00:00
wiz
0d9f383b7e Update to version 100:
Use different method to test for popen success for ruby 1.8.1
compat.
2007-05-30 22:57:56 +00:00
rillig
7f125459d8 Removed some code duplication from the buildlink3 files by using the new
pkg-build-options.mk procedure.
2007-05-30 08:54:28 +00:00
schmonz
c4c6bb5878 Add "include/apr-1" to BUILDLINK_INCDIRS.apr, as programs using
this library apparently expect to find it in their include path.
2007-05-29 22:39:17 +00:00
schmonz
38ecd9aaaa Add "include/apr-0" to BUILDLINK_INCDIRS.apr, as programs using
this library apparently expect to find it in their include path.
2007-05-29 22:13:41 +00:00
schmonz
a75ef66e01 Respect CFLAGS in a more conservative way. This preserves the ability
to build Universal on Mac OS X, and may undo the Solaris breakage
caused by the previous commit (reported in PR pkg/36408 and on
pkgsrc-users@).
2007-05-29 19:00:42 +00:00
wiz
c55d687842 Add scm to categories. 2007-05-29 16:41:44 +00:00
taca
77ab2835bd Add and enable psvn. 2007-05-29 15:41:56 +00:00
taca
1d271a0ca3 Importing devel/psvn.
psvn.el is an interface for the revision control tool subversion.
psvn.el provides a similar interface for subversion as pcl-cvs for
cvs.
2007-05-29 15:40:18 +00:00
martti
dcfc1e4c85 Regenerated 2007-05-29 12:27:24 +00:00
martti
5a1e5447b1 Updated devel/binutils to 2.17
List of changes unknown. Should fix CVE-2006-2362.
2007-05-29 12:25:03 +00:00
dan
1f92c96b8d pluck a number of fixes from mainline mtn to fix a bug introduced shortly
before the 0.35 release, which could cause monotone db files to grow
larger than necessary by not removing some file/delta content as they were
superceded by new versions.  Most noticable on fresh pulls, or
via "db check".  Extra content can be cleaned up with a local
sync into a fresh db.

Changes from Matt Johnston, via
 pluck -r t:monotone-0.35 -r 397dcbd2f \
   database.{cc,hh} diff_patch.{cc,hh} work.cc

bump PKGREVISION
2007-05-28 08:13:25 +00:00
obache
e196a2620b Remove unneeded patches. 2007-05-28 07:57:46 +00:00
heinz
099c5cbc89 - Changed MASTER_SITES to the usual CPAN scheme.
- The package supports installation to DESTDIR.
- This is purely a Perl package, no compiler needed.
2007-05-27 20:47:07 +00:00
heinz
fa2a17f9b1 Activated p5-File-Tempdir. 2007-05-27 19:43:28 +00:00
heinz
33018396c5 Initial import of p5-File-Tempdir 0.02.
The module provides an object interface for function tempdir() from
Perl module File::Temp. This allows to destroy the temporary directory
as soon as it is not needed anymore using the magic DESTROY() function
automatically called by perl when the object is no longer referenced.
2007-05-27 19:42:32 +00:00
schmonz
c02b407e92 Move cvs to scmcvs so it can be checked out on a case-insensitive
filesystem without interference from devel/CVS metadata. PKGNAME
stays the same. Discussed with agc.
2007-05-27 09:49:41 +00:00
heinz
4be0e681b9 Updated to version 3.6.
Pkgsrc changes:
  - The package supports installation to DESTDIR.

Changes since version 3.4:
==========================
2007-04-07 - 3.6
    Include blead perl patch from Craig Berry that gives better
    Module::Pluggable::Object::search_paths portability as
    prompted by VMS test failures.

2007-01-29 - 3.5
    Patch from Audrey Tang to prevent clobbering of $@
2007-05-27 09:16:28 +00:00
obache
3889d68a00 Fix PKGNAME, remove redundant 'ruby'. 2007-05-26 12:10:25 +00:00
obache
f8b94472b9 Add ruby-gettext. 2007-05-26 06:28:55 +00:00
obache
3b12e633e2 Import ruby-gettext version 1.9.0.
Ruby-GetText-Package is a localization(L10n) library and tools which modeled
after GNU gettext package.

It converts the messages to localized messages properly using client-side locale
information.
2007-05-26 06:21:30 +00:00
minskim
43d363f718 Add ragel. 2007-05-25 23:40:11 +00:00
minskim
dbb34c78c8 Import ragel.
Ragel compiles finite state machines from regular languages into
executable C, C++, Objective-C, D, Java, or Ruby code.  Ragel state
machines can not only recognize byte sequences as regular expression
machines do, but can also execute code at arbitrary points in the
recognition of a regular language.  Code embedding is done using
inline operators that do not disrupt the regular language syntax.
2007-05-25 23:37:45 +00:00
heinz
06ac4ac683 Added support for installation to DESTDIR. 2007-05-25 18:22:45 +00:00
heinz
f095088c32 Added support for installation to DESTDIR. 2007-05-24 22:56:29 +00:00
dmcmahill
d3f1b2b291 Fix a division bug when negative numbers are involved. Bump pkgrev. 2007-05-24 21:51:47 +00:00
obache
6cf23373a1 Added ucpp. 2007-05-24 16:25:03 +00:00
obache
58d6e41581 Import ucpp version 1.3.
Based on PR 31480 by Jeroen Ruigrok van der Werven,
fixed manual page installation path.

ucpp is a C preprocessor and lexer. It has the following goals:

   - Strict conformance to the C99 standard (with switches to
     disable some extensions and mimic C90 behaviour)
   - Low memory consumption
   - Possibility to use the code as a lexer (that outputs tokens
     directly)
2007-05-24 16:23:23 +00:00
wiz
432de38d50 Remove oaf dependency here too. Bump PKGREVISION. 2007-05-23 23:42:47 +00:00
markd
62f6cca4af Update kdevelop to 3.4.1 (part of KDE 3.5.7) 2007-05-23 13:54:36 +00:00
markd
ac611c24d3 Update kdevelop to 3.4.1 (part of KDE 3.5.7) 2007-05-23 13:52:58 +00:00
markd
da797114b5 Update to KDE 3.5.7
Cervisia
* Improve layouting of the CVS log dialog.

KBabel
* Fix random crashes on Catalogmanager.

KCachegrind
* Fix parsing of dot output on some cases.

Umbrello
* C# Code Generation and export.
* Java interface inheritance, abstract classes and generics in code
  generation.
* Operations of the Interface are implemented in the class automatically.
* Java 5 generics support.
* Code generation ignores unidirectional association.
* %date% and %time% not being parsed.
* Relationships for entities do not live outside of the diagram.
* Multiplicity labels often are placed incorrectly.
* Association role labels are duplicated.
* Crash on adding operation to class with Advanced Code Generators enabled.
* Javascript wrong Code Generation.
* Javascript/ActionScript Code Generation creates bad format methods.
* Sequence diagram object size incorrect after toggling "Draw as Actor".
* Support duplicating sequence diagrams.
* Incorrect Association Properties text.
* Buttons are not displayed.
* Impossible to reuse same use case in a use case diagram.
* Crash on creating various types of associations.
* Fix displacement of sequence line on initial drag/drop of a class from
  the list view to a sequence diagram.
* Support copy/paste of attribute or operation in the list view within the
  same class.
* Associations not updated during move of class on diagram.
* Fix unclickable diagrams.
* ERD not saved correctly, rendered unusable.
* Improve loading of XMI files from older versions
* Package contents always shown empty in package properties dialog.
* Subsystem or component may realize interface in component diagram.
* Crash when deleting the link between a package and a class.
* Ada95 Code Generation Errors for Aggregation.
* Unable to delete multiplicity information or label from an association.
* C++ code generator does not correctly define namespaces.
* Ada code generator generates "withs" in both directions for certain
  associations.
* Ada code generator always generates methods abstract even if abstract
  box not checked.
* Missing "with" on Ada code generation for aggregation.
* Operation Properties "Type" combo box too small.
* Allowing to duplicate diagrams.
* Crash on changing multiplicity in an association in ERD.
* Class diagram in folder not loaded correctly from xmi.
* Sequence diagram crashes on inserting message.
* No synchronization of comments when round-tripping.
* Crash on loading xmi with actor as object of sequence diagram.
* ActionScript/JavaScript association code generation error.
* XMI file contains massive duplications of <UML:Stereotype>.
* Segmentation fault on loading corrupted file.
* Crash when moving all elements in a sequence diagram.
* Fix crash while adding class via class wizard.
* Various dialog layout fixes. New Top/Bottom arrowbutton in Activity
  subdialog of state properties dialog.
2007-05-23 13:45:05 +00:00
wiz
4404c9567e Also remove oaf/bl3.mk. 2007-05-23 07:20:35 +00:00
wiz
0173ec8f4c Remove gal/bl3.mk from gnome-build/bl3.mk, and bump anjuta PKGREVISION
(only package using the latter bl3.mk).
2007-05-23 07:14:08 +00:00
schmonz
dd365e3802 Respect CFLAGS. Fixes Universal build on OS X. 2007-05-23 04:21:05 +00:00
wiz
ac801fb21e Fix path to python interpreter in tohg.rb and depend on python.
Bump PKGREVISION.
2007-05-22 19:13:49 +00:00
xtraeme
9ac67a4418 I don't have time to maintain packages that might be affected by
security vulnerabilities.
2007-05-22 10:53:20 +00:00
reed
29df66949c Add sparse. 2007-05-21 20:48:41 +00:00
reed
fc02787c53 Import sparse.
Sparse, the semantic parser, provides a compiler frontend capable
of parsing most of ANSI C as well as many GCC extensions, and a
collection of sample compiler backends, including a static analyzer
also called "sparse". Sparse provides a set of annotations designed
to convey semantic information about types, such as what address
space pointers point to, or what locks a function acquires or
releases.

Linus Torvalds started writing Sparse in 2003, initially targeting
issues such as mixing pointers to user address space and pointers
to kernel address space.
2007-05-21 20:46:43 +00:00
wiz
897ddbce55 Remove mentions of gnome-libs.
No effective change to package.
2007-05-20 17:23:16 +00:00
wiz
197de82e9a Remove remaining gnome1-libs dependencies from pkgsrc. 2007-05-20 15:48:07 +00:00
wiz
9b449cdc49 Remove gal dependency. Bump PKGREVISION.
gal is a part of gnome 1, but gnome-build is only used by anjuta, a
gnome 2 application.

Also, only the included documentation still refers to gal, the configure
script doesn't even check for it.
2007-05-20 15:38:42 +00:00
heinz
4a5fd9015b Activated ossp-uuid. 2007-05-20 02:44:15 +00:00
heinz
2822a6bbbc Initial import of ossp-uuid 1.6.0.
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.

OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation
of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
2007-05-20 02:42:27 +00:00
wiz
6043dd6a89 Build assembler code with yasm instead of nasm. (SDL's configure
prefers yasm to nasm.) Addresses PR 36208.
Tested on NetBSD-3.1/i386 by heinz@.

Might affect resulting binary, so PKGREVISION++.
2007-05-19 22:48:52 +00:00
heinz
2b1cd6d4bc Package supports installation to DESTDIR. 2007-05-19 22:12:53 +00:00
heinz
c2aa26e8af Package supports installation to DESTDIR. 2007-05-19 21:42:54 +00:00
wiz
0697770977 Replace perl interpreter in some files. From Sergey Svishchev. 2007-05-19 14:05:45 +00:00