| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
incorporated. Hey!
Submitted by: alfred (very laconicly)
|
|
|
|
| |
working...
|
|
|
|
|
|
| |
only found in XFree86 4.0 and above
Submitted by: bento
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
+ Default to compile optimized for speed, not debugging, in ports
builds, not just packages. We don't really get that many backtraces
or debugging information, and there's a better way to provide these
things to people willing to spend some time working on KDE. It's
at (as announced before): http://freebsd.kde.org/.
- Remove teTeX dependency for kdegraphics2 upon request, and being unable
to find any reason not to. Apparently, kdegraphics still compiles
libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
Therefore to enable its use one just needs to add the teTeX package.
Bump PORTREVISION to reflect dependency change.
- Fix koffice port by removing PYTHON_VERSION, which is unnecessary.
PR: 33650 (part of)
Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and
optimizing for speed, not debugging capability)
|
|
|
|
|
| |
PR: 33759
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>, bento
|
|
|
|
|
| |
PR: 33763
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
|
|
|
|
|
|
| |
installed but benefit from it otherwise
o Fix PLIST due to aforementioned
o Bump PORTREVISION
Submitted by: HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp>
Prompted by: jedgar,
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This can be used to generalize building of, say, language-specific
versions of gd like ukrainian/gd -- the controlling port will simply set
GD_FONTS to something like
GD_FONTS="/usr/ports/distfiles/x-koi8u.tgz koi6x10.bdf koi8x13.bdf \
koi9x15.bdf koi12x24.bdf koi10x20.bdf"
And the new configure script will extract the bdf files from the tarball
and use the bdftogd perl script (bundled with the software) to regenerate
the sources.
No REVISION bump, because the default package is still the same...
|
| |
|
|
|
|
|
|
|
| |
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get. :)
Submitted by: Alan Eldridge <alane@geeksrus.net>
|
| |
|
|
|
|
|
| |
PR: 33597
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
PR: 32708
Submitted by: Vivek Khera <khera@kciLink.com>
|
| |
|
|
|
|
| |
SlimKit Surface Modeling Tools
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
|
|
|
|
|
|
|
|
|
|
| |
though there are plenty of messages about unalligned access...
(Notably, the author incorporated almost all of our 32-bit related
patches).
PR: ports/33528
Submitted by: Lev A. Serebryakov
|
|
|
|
|
| |
PR: 33563
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
| |
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.
Requested by: several
|
|
|
|
|
| |
PR: 33555
Submitted by: maintainer
|
|
|
|
| |
Spotted by: Bento
|
|
|
|
|
|
| |
needed because of the special nature of the pre-everything target.
See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
|
| |
|
| |
|
|
|
|
| |
Updated to 1.5.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- NO_PACKAGE
From developers: "Distributing MPlayer in the form of binaries
and/or binary packages is currently impossible, speaking about both
technical and law areas"
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
|
|
|
|
|
| |
PR: 33148
Submitted by: maintainer
|
| |
|
|
|
|
| |
Approved by: demon
|
| |
|
|
|
|
|
| |
PR: 33129
Submitted by: tkato@prontomail.com
|
|
|
|
| |
PR: 33130
|
|
|
|
|
| |
PR: 33130
Submitted by: tkato@prontomail.com
|
|
|
|
|
| |
- DOCSDIR support to some
- Brush out some lint
|
|
|
|
|
|
| |
o malloc.h -> stdlib.h
Submitted by: bento
|
|
|
|
| |
Submitted by: Maintainer
|
|
|
|
|
| |
PR: ports/31679
Submitted by: Maintainer
|
|
|
|
|
|
|
|
|
| |
${LOCALBASE}/include. The old behaviour was working almost
always, because the package's own header files are well-named,
except for the common.h, which caused build failure for at least
one person.
PR: ports/32247
|
|
|
|
| |
delegates subdirectory.
|
|
|
|
|
| |
PR: 32950
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
This is the Python interface to the GD library.
PR: 33088
Submitted by: Hye-Shik Chang <perky@fallin.lv>
|
|
|
|
|
| |
PR: 33057
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
problem with original MASTER_SITE
PR: 31463
Submitted by: maintainer
|
| |
|
|
|
|
| |
to the latest HDF4.1r5...
|
|
|
|
|
|
| |
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- link in dynamic libgnomeprint instead of static one.
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
| |
PR: 32916
Submitted by: Jamie Hermans <jamie@hermans.ca>
|
|
|
|
| |
Use OpenGL to play around with three dimensional scenes
|
| |
|
| |
|
|
|
|
|
| |
PR: 32855
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 32858
Submitted by: Ports Fury
|
|
|
|
| |
PR: 32856
|
|
|
|
|
| |
PR: 32857
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
gnome and gnome-fifth-toe packages contain incorrect dependencies list.
|
|
|
|
| |
when generating a diff. This should get make release a bit further again.
|
|
|
|
| |
and version 1.4 doesn't appear to work for this port.
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix compilation error when both freetype and freetype2 are installed
- Fix Xpm support
- Use freetype-config to find both include and library path
- Port style changes in Makefile
- Generic fix for -current malloc.h issue
PR: 32854
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
acceleration of linux apps
PR: 31505
Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
|
|
|
|
|
|
|
|
|
|
|
|
| |
XSane 0.82 includes (obtained from www.xsane.org latest news):
- improved despeckle routine (removed bug and increased speed)
- added scaling function to viewer
- several security bugfixes
- spanish translation
- dutch translation
Reviewed by: nectar
Approved by: maintainer: Dominik Brettnacher <domi@saargate.de>
|
| |
|
|
|
|
|
| |
PR: 32658
Submitted by: maintainer
|
|
|
|
|
| |
PR: 32744
Submitted by: Ports Fury
|
|
|
|
| |
Reviewed by: knu
|
| |
|
|
|
|
| |
A development library of VRML97/2.0 applications
|
|
|
|
|
|
| |
port works even for the non-standard X11BASE's (like /opt or such).
Prompted by: mi
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
revision
o This port requires special treatment regarding pthreads support,
more than the ordinary one
o According to submitter: "Of cource, it isn't ordinary style to
use -lc_r and -pthread at once, there are some reasons for
hardcoding -lc_r within configure script of ImageMagick port even
if on -stable"
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
| |
- Support X11BASE properly
- Support install macros
PR: 32618
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 32617
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 32621
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong. This puts
${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.
PR: 32512
Submitted by: Alan Eldridge <alane@geeksrus.net>
Approved by: will
|
|
|
|
|
| |
PR: 32519
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
PR: 32520
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
| |
o remove unnecessary stuff (already implied by other entries, etc)
Submitted by: bento
|
|
|
|
| |
A Multibody Dynamic Simulation Library
|
|
|
|
|
|
|
|
| |
Temp file handling patches.
Reviewed by: nectar
Approved by: maintainer: Dominik Brettnacher <domi@saargate.de>
Obtained from: Tim Waugh <twaugh@redhat.com>
|
| |
|
|
|
|
| |
A collection of C++ classes needed for ray tracing
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* General:
- Support for objprelink.
- Hack for autoconf 2.13/automake 1.4. Note that we can't use
the standard USE_AUTO* because they change things in work/*;
KDE has its own way of doing that.
- Light cleanup of extra dirs in the PLISTs provided by
my mkplistpkg[1] script.
- Speedups of both compile and runtime through the usage of
--disable-debug and --enable-final. The latter did not work
with the kdemultimedia package, unfortunately.
- Patch updates.
* audio/kdemultimedia2:
- Patch to fix KSCD on FreeBSD[2]. It works very well now.
* deskutils/kdepim:
- Enable kpilot[3]. Pull in the latest pilot-link stuff.
* devel/kdesdk,
* devel/kdevelop:
- No specific changes.
* devel/qt-designer:
- Make this port depend almost entirely on qt23 to make it more
maintainable, so I don't have to keep hacking the patches to
get them to apply.
* editors/koffice,
* games/kdegames,
* graphics/kdegraphics:
- No specific changes.
* misc/kdeaddons:
- SDL is required now. Cull SDL PLIST_SUB and such.
- Fix breakage from hardcoding "sdl-config".
* misc/kdeutils2:
- Fix problem with klaptopdaemon[4] where it didn't properly
display the battery time. This patch is untested, but applied.
* net/kdenetwork2:
- Fix DCC for KSIRC[5].
- Remove ktalkd from the build. It requires some weird thing
in the configure script that I don't have time to look at.
* sysutils/kdeadmin:
- No specific changes.
* textproc/kdoc:
- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
seems to operate fine with >= 5.005. But I'll let time tell.
* www/quanta:
- No specific changes (--disable-debug support only).
* x11/kde2:
- No specific changes.
* x11/kdebase2:
- Fix ksysguard compile by merging the files from the HEAD branch
of KDE CVS that were missing at release time for FreeBSD[6]. :\
* x11/kdelibs2:
- Recognize CUPS' spinoff[7].
- Add libxslt dependency since it was removed from kdelibs.
- Fix libxml compile problems[8] (accomplished by upgrading).
- Remove libkformula from port Makefile; this library has been
spun off into koffice.
- Fix mode problems with DCOP[9]. This allows you to save files
properly. It also seems to be a FreeBSD specific problem.
- Fix bashisms in kdeprint/imagetops script[10].
* x11-clocks/kdetoys2:
- No specific changes.
* x11-toolkits/qt23:
- Do NOT upgrade to QT 2.3.2[11].
- Allow devel/qt-designer to depend on this port entirely for the
patches by adding a perlre to accomplish this.
* x11-wm/kdeartwork:
- No specific changes.
Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!
[1] http://freebsd.kde.org/;
http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2] Submitted by: Matthew Holmes <matt@speakeasy.net>
[3] PR: 31914
Submitted by: Alan Eldridge <alane@geeksrus.net>
[4] PR: 28475
Submitted by: Arun Sharma <arun@sharmas.dhs.org>
[5] Submitted by: Luc Morin <luc_m@videotron.ca>
[6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7] PR: 32321
Reported by: gad
Submitted by: James A. Halstead <jah4007@cs.rit.edu>
[8] PR: 32055
Reported by: William Richard <wrichard@trivalley.com>, others
[9] PR: 31629
Submitted by: Alan Eldridge <alane@geeksrus.net>
[10] PR: 32358
Submitted by: Alexander N. Kabaev <ak03@gte.com>
[11] PR: 31809
Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
http://lists.csociety.org/pipermail/kde-freebsd;
http://lists.csociety.org/listinfo/kde-freebsd
|
|
|
|
|
|
|
|
|
| |
are mismatched.
patch-ab is divided into patch-ab and patch-ac to be assigned to one file,
where the former was modified to fix the above problem.
Approved by: maintainer
|
|
|
|
|
|
|
| |
a PHP class for creating scientific and business charts.
PR: ports/31426
Submitted by: yukinopo@livedoor.com
|
| |
|
|
|
|
|
|
| |
Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
Obtained from: ports-jp mailing list
Reviewed by: knu
|
|
|
|
|
| |
Submitted by: lioux (for updating to 0.9.3)
Reviewed by: knu
|
| |
|
| |
|
|
|
|
| |
to download images.
|
|
|
|
|
|
|
| |
and quiets down module loading on boot
PR: 32364
Submitted by: maintainer
|
|
|
|
| |
o Update the webpage link.
|
|
|
|
| |
Submitted by: Matthew Thyer <thyerm@picknowl.com.au>
|
|
|
|
|
|
|
| |
o Also, get this port back to compiling (has been broken since
autoconf was repocopied to autoconf213) with help of new code as
of bsd.port.mk rev 1.394
- fix it by using {ACLOCAL,AUTO{CONF,HEADER}}
|
|
|
|
|
| |
PR: 32332
Submitted by: MAINTAINER
|
|
|
|
| |
long ago (was kde1-based anyway).
|
|
|
|
|
| |
months ago.
o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org)
|
|
|
|
| |
Approved by: sobomax
|
|
|
|
|
| |
PR: 30114
Submitted by: Hye-Shik Chang <perky@python.or.kr>
|
|
|
|
| |
application with libGL without any additional black magic. Bump PORTREVISION.
|
| |
|
|
|
|
|
|
| |
drop maintainership
Submitted by: bento
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
| |
replaced with <string.h> in one of the files. Therefore, no version bump is
necessary.
|
|
|
|
| |
Submitted by: Dan Langille <dan@langille.org>
|
|
|
|
|
|
| |
for now to enable bento to build packages
Submitted by: bento
|
|
|
|
|
| |
PR: 32246
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Make PORTDOCS compliant
PR: 32095
Submitted by: maintainer
|
|
|
|
|
| |
PR: 32018
Submitted by: Helge Oldach <send-pr@oldach.net>
|
| |
|
|
|
|
|
| |
PR: 32186
Submitted by: maintainer
|
| |
|
|
|
|
| |
pkg_add.
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
| |
for XMMS inspired by WinAmp's AVS.
Approved by: will
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o Really have SDL support unless WITHOUT_SDL
o Add patch-playdv:display.h to support SDL
o Improve patch-playdv:display.c from PR
o Install additional documentation unless NOPORTDOCS (not from PR)
PR: 31732
Submitted by: Matthew Reimer <mreimer@vpop.net>
|
|
|
|
|
|
|
|
| |
- Dont link libc and prevent installing useless files
PR: 32070
Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Approved by: lioux
|
|
|
|
| |
the later case
|
|
|
|
| |
the later case
|
| |
|
|
|
|
| |
A publicly available virtual reality (VR) system
|
|
|
|
| |
x11/ruby-gnome and x11-toolkits/ruby-gtk to ruby-gnome 0.26.
|
|
|
|
|
| |
PR: 32052
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
| |
for DV video encoding format
Reviewed by: petef
|
| |
|
|
|
|
|
|
|
|
| |
of the bit 21 of eflags register. This should fix `sigreturn: eflags ...'
problem in many threaded GNOME apps.
Update is highly recommended to all GNOME users - it improves stability
of Nautilus, Balsa etc greatly.
|
|
|
|
| |
video in YUV 4:2:2 JPEG
|
|
|
|
|
| |
libmovtar port
o bump PORTREVISION due to that
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
initial state of the bit 21 of the eflag register. This reduces possibility
that the threaded program linked with libpng will die due to arrival of the
signal during probing for the CPU type. More proper fix has been committed
into the -current kernel and will be MFC'ed soon, but this workaround is
necessary for those with older systems.
Among other things, this should make Nautilus, Balsa and other multi-threaded
GNOME programs more stable, therefore update is recommended to all existing
users.
Bump PORTREVISION.
Reported by: Joe Clarke <marcus@marcuscom.com>
|
| |
|
|
|
|
| |
JPEG-2000 standard.
|
|
|
|
|
|
|
| |
- add NOPORTDOCS support to pkg-plist
PR: 31520
Submitted by: maintainer
|
|
|
|
|
|
|
| |
2) remove esound options since they do not work yet
3) bump PORTREVISION due to (1)
Submitted by: maintainer
|
|
|
|
| |
Approved by: lioux
|
|
|
|
|
| |
PR: 31895
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
| |
|
|
|
|
| |
Noted by: Michael McGoldrick <mmcgoldrick@linuxdriven.net>
|
|
|
|
|
| |
Reported by: Mike Harding <mvh@ix.netcom.com>
Anders Andersson <anders@codefactory.se>
|
| |
|
| |
|
| |
|
|
|
|
| |
Learned from: obrien
|
| |
|
|
|
|
| |
depends on this port.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
PR: 21021
Submitted by: Park JongHwan <jhp@cocoja.holywar.net>
Approved by: maintainer
- update author's email in pkg-descr
Submitted by: maintainer
|
|
|
|
| |
Tested by: phk
|
|
|
|
| |
- put a leading "An" into pkg-comment.
|
|
|
|
| |
Submitted by: Harald Schmalzbauer <H@Schmalzbauer.de>
|
|
|
|
|
| |
PR: 31762
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
| |
PR: ports/31119
Submitted by: Jeremy Norris <ishmael27@home.com>
|
|
|
|
|
| |
PR: ports/31120
Submitted by: Jeremy Norris <ishmael27@home.com>
|
|
|
|
|
| |
PR: ports/31117
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/31118
Submitted by: maintainer
|
|
|
|
| |
drop maintainership
|
|
|
|
|
|
|
| |
PR: 31538
Submitted by: maintainer
- don't @dirrm ${SITE_PERL}/Image, use @unexec rmdir instead
|
|
|
|
| |
Reviewed by: knu
|
| |
|
|
|
|
|
|
|
|
|
| |
or in the build environment.
PR: 31698
Submitted by: John Hildreth <partsman@ns2.slutpuppy.org> (to -ports)
Submitted by: Kirk Strauser <kirk@strauser.com> (the PR)
Approved by: mi
|
| |
|
|
|
|
| |
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
|
|
|
| |
libfpx with g++ 3.0.x. It does not hurt compilations with the 2.x
compiler.
Submitted by: Alex Vasylenko
|
|
|
|
|
| |
PR: 31572
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
|
|
|
| |
PR: 31519
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
|
| |
|
|
|
|
|
| |
PR: 31516
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
Reviewed by: MAINTAINER, FreeBSD-multimedia
|
|
|
|
|
|
|
|
|
|
| |
o use ports libraries instead of internal versions: liba52 and
ffmpeg
o support for both vorbis and ogg
o WITH_CSS: plugin for css processing
o add WWW tag to DESCR
Reviewed by: MAINTAINER, freebsd-multimedia
|
|
|
|
| |
{,lib}xine 0.9.2 ports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for Ogle
Reviewed by: Björn Englund <d4bjorn@dtek.chalmers.se>,
Håkan Hjort <d95hjort@dtek.chalmers.se>
(both are ogle developers)
Tested by: chris@choll.freeserve.co.uk,
Brooks Davis <brooks@one-eyed-alien.net>,
Jason Andresen <jandrese@mitre.org>,
MANTANI Nobutaka <nobutaka@nobutaka.com>,
Oliver Brandmueller <ob@e-Gitt.NET>,
Scott Long <scott_long@btc.adaptec.com>,
Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
menus
Reviewed by: Björn Englund <d4bjorn@dtek.chalmers.se>,
Håkan Hjort <d95hjort@dtek.chalmers.se>
(both ogle developers)
Beta Tested by: chris@choll.freeserve.co.uk,
Brooks Davis <brooks@one-eyed-alien.net>,
Jason Andresen <jandrese@mitre.org>,
MANTANI Nobutaka <nobutaka@nobutaka.com>,
Oliver Brandmueller <ob@e-Gitt.NET>,
Scott Long <scott_long@btc.adaptec.com>,
Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de>
|
|
|
|
| |
Approved by: silence on -ports
|
|
|
|
|
| |
will now depend on the 2.x installed by the graphics/gd2 port.
Bump up PORTREVISION.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
so we have to use "freetype.7" instead of just "freetype"
Reported by: Mike Harding <mvh@ix.netcom.com>
|
|
|
|
|
| |
PR: 31072
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 31335
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 31274
Submitted by: anders@fix.no
|
|
|
|
| |
in rev 1.2 of libdvdread/Makefile
|
|
|
|
|
|
|
|
|
|
| |
o CFLAGS safeness (tweakable by WITH_OPTIMIZED_CFLAGS)
o support NOPORTDOCS
PR: 31312
Submitted by: Rahul Siddharthan <rsidd@online.fr>,
Thomas E. Zander <riggs@hadiko.de>
Approved by: MAINTAINER
|
|
|
|
|
|
|
| |
A translator library for raster geospatial data formats
PR: 30828
Submitted by: Randall Hopper <aa8vb@nc.rr.com>
|
| |
|
|
|
|
|
|
|
| |
Virtual Terrain Project Applications
PR: 30827
Submitted by: Randall Hopper <aa8vb@nc.rr.com>
|
|
|
|
|
| |
PR: 30826
Submitted by: MAINTAINER
|
|
|
|
|
| |
Prompted by: Mark Evenson <evenson@panix.com>
Approved by: MAINTAINER
|
|
|
|
| |
and mpeg-1 video streams
|
|
|
|
|
|
| |
0.92 (required for proper operation)
Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o add several WITH_* options (specially DVD support :-)
o update WWW tag in DESCR
o update PKGMESSAGE
o update install-user script to handle new fonts from port
mplayer-fonts/Makefile rev 1.2
Submitted by: MAINTAINER
|
|
|
|
|
|
| |
o update WWW tag in DESCR
Submitted by: MAINTAINER
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
|
|
|
|
|
|
| |
installed library is still libgd, which is on purpose. It looks
like very little needs to be done after all to make current gd
users switch, so gd2 will, hopefully, quickly become gd again.
XPM will be used by default now, unless WITHOUT_XPM is declared.
When XPM can be built without installing X11, this is seems
sensible.
|
|
|
|
| |
is not available for multiple include.
|
|
|
|
|
| |
PR: ports/31253
Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
|
| |
|
|
|
|
| |
PR: 31141.
|
|
|
|
|
| |
PR: 31185
Submitted by: MAINTAINER
|
|
|
|
| |
An Opensource 3D modelling application
|
|
|
|
|
| |
PR: 31179
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
| |
|
|
|
|
|
|
|
| |
site. Use that site directly, since the default FETCH_CMD ("fetch -A")
will not follow redirects.
No md5 changes.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o organize LIB_DEPENDS for ease of future maintainance
o add WWW tag to DESCR
PR: 31112
Submitted by: MAINTAINER
|
|
|
|
| |
Generic imaging library originally designed for AfterStep
|
|
|
|
| |
Reviewed by: jedgar
|
|
|
|
| |
Submitted by: Anders Nordby <anders@fix.no> (previous maintainer)
|
|
|
|
|
|
|
|
| |
o support NOPORTDOCS in PLIST
o add WWW tag to PLIST
PR: 31073
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
| |
with the DRI.
PR: 31081
Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
|
| |
|
|
|
|
|
|
|
| |
frontend
PR: 30770
Submitted by: Emil J.V. Björsell (jev) <jev@ecad.org>
|
|
|
|
|
|
| |
as of rev 1.12 win32-codecs/Makefile
Approved by: MAINTAINER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o add script to "autodetect" some machine features such as 3DNow!
o it is no longer limitted to i386 arch (e.g., alpha, hurray :)
o make it CFLAGS safe
o add several WITH{,OUT} options
o depend on win32-codecs as of rev 1.12 win32-codecs/Makefile
instead of mplayer-codecs
o Makefile style: rearrange the file a bit to make it ports' style
compliant (easier to maintain)
o simplify targets with for/endfor constructs in post-install
o due to new features, update: COMMENT, DESCR, PKGMESSAGE
o fix all URI to include a trailing /
o support NOPORTDOCS in PLIST
Submitted by: MAINTAINER et al
|
|
|
|
|
|
|
|
|
| |
codecs from now on, this is not that much a bloat since all depending
ports tend to use (in the long run) all the same codecs
o prepare to remove mplayer-codecs port since it is no longer
necessary
Approved by: MAINTAINERs (from both mplayer-codecs/win32-codecs)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
encoder/converter, streaming server
Thanks to: fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com>
* for this patch -> #define INT64_C(x) x##LL
|
| |
|
|
|
|
|
|
| |
o update WWW tag
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
| |
o sanitize MASTER_SITES
o bump lib version since incompatible with previous one
o trim/update DESCR; update WWW tag
PR: 30747
Submitted by: MAINTAINER
|
|
|
|
| |
OpenQuicktime (TM)
|
|
|
|
| |
video OpenQuicktime (TM) player
|
| |
|
|
|
|
| |
o no PORTREVISION bump since the port was not usable before
|
|
|
|
| |
Apple's QuickTime(TM) files
|
|
|
|
|
| |
DivX (TM) Codec
o Marked RESTRICTED waiting for license clarification
|
|
|
|
|
| |
0.4.0.50
o Bump lib version due to api changes: 0 -> 1
|