| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reminded by: Christian Hiris <4711@chello.at>
Notes:
svn path=/head/; revision=114604
|
|
|
|
|
|
|
|
| |
PR: ports/69462
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes:
svn path=/head/; revision=114573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
Notes:
svn path=/head/; revision=114511
|
|
|
|
| |
Notes:
svn path=/head/; revision=114495
|
|
|
|
| |
Notes:
svn path=/head/; revision=114484
|
|
|
|
|
|
|
|
|
| |
PR: ports/69389
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer
Notes:
svn path=/head/; revision=114483
|
|
|
|
|
|
|
|
|
| |
PR: ports/69418
Submitted by: Evgueni V. Gavrilov <aquatique-ports@rambler.ru>
Approved by: maintainer
Notes:
svn path=/head/; revision=114471
|
|
|
|
|
|
|
|
| |
PR: 69388
Submitted by: maintainer
Notes:
svn path=/head/; revision=114382
|
|
|
|
|
|
|
|
| |
PR: 69393
Submitted by: maintainer
Notes:
svn path=/head/; revision=114380
|
|
|
|
|
|
|
|
| |
PR: 69314
Submitted by: maintainer
Notes:
svn path=/head/; revision=114261
|
|
|
|
| |
Notes:
svn path=/head/; revision=114233
|
|
|
|
| |
Notes:
svn path=/head/; revision=114232
|
|
|
|
|
|
|
|
| |
PR: ports/69291
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=114230
|
|
|
|
|
|
|
|
| |
PR: ports/69290
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=114229
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mt-daapd scans a directory for music files and makes them
available via the Apple proprietary protocol DAAP. DAAP
clients can browse the directory and retrieve individual
files, either by streaming or by downloading them.
WWW: http://mt-daapd.sourceforge.net/
PR: ports/64077
Submitted by: Meno Abels <meno.abels@adviser.com>
Notes:
svn path=/head/; revision=114159
|
|
|
|
| |
Notes:
svn path=/head/; revision=113926
|
|
|
|
|
|
|
|
| |
PR: ports/69185
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113851
|
|
|
|
|
|
|
|
| |
PR: ports/69184
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113846
|
|
|
|
|
|
|
|
| |
PR: ports/69181, ports/69182, ports/69183
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113842
|
|
|
|
|
|
|
|
|
|
|
| |
- Install documentation
- Assign maintership to submitter
PR: ports/69056
Submitted by: Roman Bogorodskiy
Notes:
svn path=/head/; revision=113708
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enscribe creates digital audio watermark images from
photographic images. These images can only be seen using a
third party frequency vs time display, such as Baudline
(audio/baudline).
Images are still visible even after such audio mangling
techniques as MP3/Ogg compression, reverb, chorus, etc. Heavy
EQ and flange can stripe out vertical sections, but they can
also ruin an otherwise good song as well.
PR: ports/69076
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Notes:
svn path=/head/; revision=113687
|
|
|
|
|
|
|
|
| |
PR: ports/68998
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113635
|
|
|
|
|
|
|
|
| |
PR: ports/68997
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113634
|
|
|
|
|
|
|
|
|
| |
PR: ports/69044
Submitted by: Roman Bogorodskiy (maintainer)
Requested by: me
Notes:
svn path=/head/; revision=113630
|
|
|
|
| |
Notes:
svn path=/head/; revision=113577
|
|
|
|
| |
Notes:
svn path=/head/; revision=113555
|
|
|
|
|
|
|
| |
(bump PORTREVISION)
Notes:
svn path=/head/; revision=113488
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Lots of new features including:
+ nls support (german and swedish)
+ support for MPD db updates with Ctrl-U
PR: ports/68876
Submitted by: Mark Daniel Reidel (maintainer)
Notes:
svn path=/head/; revision=113467
|
|
|
|
|
|
|
|
|
| |
PR: 68609
Submitted by: paul beard <paulbeard@mac.com>
Approved by: erwin (implicit)
Notes:
svn path=/head/; revision=113323
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
| |
PR: ports/68860
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113293
|
|
|
|
|
|
|
|
| |
PR: ports/68859
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113292
|
|
|
|
|
|
|
|
| |
PR: ports/68858
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113291
|
|
|
|
|
|
|
|
|
|
| |
Changelog : http://gtkpod.sourceforge.net/ChangeLog
PR: ports/68743
Submitted by: David Le Brun (maintainer)
Notes:
svn path=/head/; revision=113271
|
|
|
|
| |
Notes:
svn path=/head/; revision=113267
|
|
|
|
|
|
|
|
| |
PR: ports/68744
Submitted by: David Le Brun <david@dyn-ns.net> (maintainer)
Notes:
svn path=/head/; revision=113228
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
Notes:
svn path=/head/; revision=113150
|
|
|
|
| |
Notes:
svn path=/head/; revision=113119
|
|
|
|
|
|
|
|
|
| |
PR: ports/68682
Submitted by: Evgueni V. Gavrilov <aquatique-ports@rambler.ru>
Approved by: maintainer
Notes:
svn path=/head/; revision=113115
|
|
|
|
|
|
|
|
| |
PR: ports/68720
Submitted by: maintainer
Notes:
svn path=/head/; revision=113042
|
|
|
|
|
|
|
|
| |
PR: ports/67363
Submitted by: Roman Neuhauser
Notes:
svn path=/head/; revision=112997
|
|
|
|
|
|
|
|
| |
PR: ports/68638
Submitted by: maintainer
Notes:
svn path=/head/; revision=112869
|
|
|
|
|
|
|
|
| |
PR: ports/68628
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=112859
|
|
|
|
|
|
|
|
| |
PR: ports/68627
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=112858
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: pointyhat via kris
Notes:
svn path=/head/; revision=112816
|
|
|
|
|
|
|
|
|
|
|
| |
- pet portlint
- assign maintainership to submitter
PR: ports/68555
Submitted by: Roman Bogorodskiy
Notes:
svn path=/head/; revision=112749
|
|
|
|
| |
Notes:
svn path=/head/; revision=112692
|
|
|
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes:
svn path=/head/; revision=112679
|
|
|
|
|
|
|
|
|
| |
- Use rc.subr, cache file and OPTIONS
Approved by: erwin (implicit)
Notes:
svn path=/head/; revision=112567
|
|
|
|
|
|
|
|
| |
PR: 68444
Submitted by: Brian Candler <B.Candler@pobox.com>
Notes:
svn path=/head/; revision=112555
|