Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-03 | note the update of mono to 0.30 and the following additions: | recht | 1 | -1/+5 | |
- libpixman-0.1.0 - cairo-0.1.17 - libgdiplus-0.1 | |||||
2004-02-03 | Let's Do The Time Warp Again | recht | 1 | -2/+2 | |
rapidsvn's has been updated today... | |||||
2004-02-03 | Set 'USE_LANGUAGES=c c++' | abs | 1 | -8/+9 | |
2004-02-03 | + libgdiplus | recht | 1 | -1/+2 | |
2004-02-03 | initial import of libgdiplus-0.1 | recht | 6 | -0/+84 | |
An Open Source implementation of the GDI+ API. Spun off from Mono's C# library. libgdiplus is needed for using the System.Drawing APIs. | |||||
2004-02-03 | update to mono 0.30 | recht | 9 | -38/+103 | |
Lots of bug fixes and new features. See http://www.go-mono.com/archive/mono-0.30.html for details. Note: Starting with this release to use the System.Drawing APIs, libgdiplus is needed. (will be added next) | |||||
2004-02-03 | + libpixman, cairo | recht | 1 | -1/+3 | |
2004-02-03 | initial import of cairo-0.1.17 | recht | 6 | -0/+103 | |
Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). Cairo provides a stateful user-level API with capabilities similar to the PDF 1.4 imaging model. Cairo provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering. | |||||
2004-02-03 | initial import of libpixman-0.1.0 | recht | 6 | -0/+88 | |
libpixman - Pixel manipulation library libpixman is a merge of libpixregion and libic. It also includes the slim headers. ---------------------------------------------------------------------- libpixregion - Pixel region Library libpixregion is a generic library for manipulating pixel regions. A PixRegion is a set of Y-X banded rectangles that cover the desired region. libic - Image compositing library libic is a generic image compositing library. libic provides Porter/Duff compositing of images and implicit mask generation for geometric primitives including trapezoids, triangles, and rectangles. slim - Shared Library Interface Macros | |||||
2004-02-03 | Add buildlink3.mk. (needed to bl3ify lang/mono) | recht | 1 | -0/+21 | |
ok'ed by xtraeme@ | |||||
2004-02-03 | Add buildlink3.mk. (needed to bl3ify lang/mono) | recht | 1 | -0/+18 | |
2004-02-03 | add USE_GNU_TOOLS+=lex yacc, as this package requires flex and yacc | grant | 1 | -13/+2 | |
to build. | |||||
2004-02-03 | add USE_GNU_TOOLS+=lex, as this package requires flex to build. | grant | 1 | -1/+2 | |
2004-02-03 | add support for the GNU versions of lex and yacc, which are required | grant | 1 | -2/+43 | |
to build some packages on some platforms. | |||||
2004-02-03 | trim whitespace, wrap lines at 75 cols. | grant | 1 | -8/+8 | |
2004-02-03 | Note rapidsvn-0.5.0 update. | epg | 1 | -1/+2 | |
2004-02-03 | Update to 0.5.0. No changelog available, but the announcement says | epg | 3 | -21/+6 | |
that this release works with Subversion 0.36 and 0.37, so require at least 0.36. patch-aa no longer needed. | |||||
2004-02-03 | Allow this to be used under Linux too. (It builds and runs great.) | reed | 1 | -1/+2 | |
(Maybe this should use PKG_FAIL_REASON, because before it skipped and than thee ogle_gui failed to build later.) | |||||
2004-02-03 | Some lines in the generated +DISPLAY were too long. So made | reed | 1 | -3/+4 | |
the lines shorter. | |||||
2004-02-03 | Check whether _NEED_GCC[23] is yes/no rather than just defined, since | jlam | 1 | -11/+18 | |
that's the way that its set. Also, remove _IGNORE_GCC3C and just overload _IGNORE_GCC to note that we're building the GCC C compiler and that if we're building something that it depends on, then avoid a dependency loop. | |||||
2004-02-03 | include ogle's buildlink2.mk from the right directory. | grant | 1 | -2/+2 | |
2004-02-03 | move ogle and ogle_gui to multimedia/ | grant | 13 | -16/+16 | |
2004-02-03 | Move the _COMPILER_LD_FLAG setting to somehere global as it applies to all | jlam | 1 | -2/+4 | |
GCCs. | |||||
2004-02-03 | Avoid using "type" to find the absolute path to the compiler. We find it | jlam | 1 | -27/+31 | |
ourselves now using some make variable magic. | |||||
2004-02-03 | run ${MAKE_PROGRAM}, not ${MAKE}, and set the environment | grant | 1 | -2/+2 | |
appropriately. | |||||
2004-02-03 | Some files were not installed in FreeBSD, use PLIST_SUBST for now. | xtraeme | 2 | -4/+10 | |
2004-02-03 | Add buildlink3.mk file. | recht | 1 | -0/+18 | |
2004-02-03 | lib/libSDL_image-1.2.so was not built in FreeBSD, so use PLIST_SUBST | xtraeme | 2 | -3/+11 | |
for now (should be this fixed with libtool 1.5.x?) | |||||
2004-02-03 | libjasper.so was not built in FreeBSD, so disable them using PLIST_SUBST, | xtraeme | 2 | -3/+11 | |
should fix the problems seen in the last bulk build. | |||||
2004-02-03 | Fix RUBY_SHLIBVERSION in FreeBSD, should fix the problems seen in the | xtraeme | 1 | -2/+4 | |
last bulk build. | |||||
2004-02-02 | oops, it's "de" not "es". | xtraeme | 1 | -3/+3 | |
2004-02-02 | Some gettext catalogs were not installed in FreeBSD, so use | xtraeme | 2 | -4/+10 | |
PLIST_SUBST to disable them for now. | |||||
2004-02-02 | Respect whitespaces in SUBST_SED.fixme. | xtraeme | 1 | -2/+2 | |
2004-02-02 | Fix build in FreeBSD, the output was: | xtraeme | 1 | -1/+13 | |
_mpih-mul1.s:2: Error: alignment not a power of 2 _mpih-mul1.s:20: Error: alignment not a power of 2 So, changing ALIGN (3) to ALIGN (4) fixes these problems. Patch sent by pancake in private email, adapted to use subst.mk framework by me. | |||||
2004-02-02 | Same libraries were not installed in FreeBSD, so use PLIST_SUBST to | xtraeme | 2 | -5/+11 | |
make the precompiled package. | |||||
2004-02-02 | Master distfile has changed - adapt | abs | 3 | -8/+8 | |
2004-02-02 | Revert previous commit, buildlink still is needed as pointed out | xtraeme | 1 | -2/+2 | |
Julio Merino. | |||||
2004-02-02 | mbmon works on FreeBSD/i386 4.9 and maybe in OpenBSD, so | xtraeme | 1 | -2/+2 | |
enable FreeBSD/OpenBSD-*-i386 support, reported by Michal Pasternak in PR pkg/24303. | |||||
2004-02-02 | There's no need to use buildlink[23] here. | xtraeme | 1 | -3/+3 | |
2004-02-02 | Explain the modifications required to use the XFree86 packages from | xtraeme | 2 | -3/+15 | |
pkgsrc correctly. | |||||
2004-02-02 | Update MAINTAINER address per his request. | wiz | 1 | -2/+2 | |
2004-02-02 | Add RCS Id (hi soren -- use pkglint :)). | wiz | 2 | -0/+2 | |
2004-02-02 | Added tpb. | soren | 1 | -1/+2 | |
2004-02-02 | Oh, PKGREVISION isn't mandatory.. | soren | 1 | -2/+1 | |
2004-02-02 | This program enables the IBM Thinkpad(tm) special keys. It is possible to bind | soren | 6 | -0/+73 | |
a program to the ThinkPad button. It has a on-screen display (OSD) to show volume, mute and brightness of the LCD. | |||||
2004-02-02 | Note bump PKGREVISION to XFree86* packages, they can be installed | xtraeme | 1 | -1/+2 | |
with or without xpkgwedge. | |||||
2004-02-02 | XFree86 meta-package can be now installed with or without xpkgwedge, | xtraeme | 19 | -6096/+6115 | |
installation prefix is ${X11PREFIX}/X11R6. Bump PKGREVISION. | |||||
2004-02-02 | XFree86 meta-package can be now installed with or without xpkgwedge, | xtraeme | 16 | -2091/+2167 | |
installation prefix is ${X11PREFIX}/X11R6. Bump PKGREVISION. | |||||
2004-02-02 | These packages need a C++ compiler. | jlam | 10 | -20/+20 | |
2004-02-02 | duh... s/CCACHE/DISTCC/ | jlam | 1 | -2/+2 | |