non port: audio/beast/Makefile |
SVNWeb
|
Number of commits found: 91 |
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Sat, 4 Nov 2017
|
[ 15:02 gerald ]
Mark DEPRECATED with an EXPIRATION_DATE of 2018-01-04 since this port
is based on a 4.5 years old version, at least six versions behind, and
requires an old toolchain [1], and nobody seems to even care.
PR: 196849 [1]
|
Sat, 14 Oct 2017
|
[ 05:59 tobik ]
audio/beast: Unbreak, the distfile has just moved and is still available
- Update pkg-descr with new site as well
|
Fri, 13 Oct 2017
|
[ 08:57 bapt ]
Mark as broken a bunch of ports with no public distfiles available
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sat, 27 May 2017
|
[ 00:43 linimon ]
Mark some ports failing on armv6, for errors classified as "bad C++ code".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sun, 21 May 2017
|
[ 13:21 linimon ] (Only the first 10 of 27 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Sat, 4 Feb 2017
|
[ 12:08 antoine ]
Do not include bsd.port.pre.mk twice
|
Thu, 1 Dec 2016
|
[ 05:29 linimon ]
Attempt to fix build on non-x86 archs.
I admit to not understanding the A= B= construct. This hack was the only
way I could figure out to make the flags properly conditionalize.
|
Fri, 9 Sep 2016
|
[ 19:42 amdmi3 ] (Only the first 10 of 100 ports in this commit are shown above. )
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 9 Feb 2016
|
[ 21:46 gerald ]
Update MASTER_SITES; still in the same domain.
|
Fri, 15 Jan 2016
|
[ 06:51 marino ]
audio/beast is not jobs safe
It tries to use gxkmarshal.h before it's completely generated
|
Sun, 13 Dec 2015
|
[ 16:07 swills ] (Only the first 10 of 26 ports in this commit are shown above. )
mark some of the ports that don't build on powerpc64 for me
|
Thu, 3 Sep 2015
|
[ 08:59 danfe ]
- Convert to option helpers, provide better support and defaults for SSE
- Remove BROKEN on powerpc statement which is no longer true these days
- Wrap overly long USES line and move OPTIONS block lower while I'm here
|
Sun, 2 Aug 2015
|
[ 20:23 kwm ] (Only the first 10 of 124 ports in this commit are shown above. )
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Sun, 18 Jan 2015
|
[ 22:23 gerald ]
Require building with GCC 4.8 due to non-conforming C++ code.
PR: 196849, 196712
|
Sat, 20 Dec 2014
|
[ 23:11 bapt ]
Get rid of gnomehier
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Sat, 29 Nov 2014
|
[ 12:22 antoine ]
Allow building without /usr/bin/perl symlink
PR: ports/195494
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Sun, 31 Aug 2014
|
[ 15:17 tijl ] (Only the first 10 of 42 ports in this commit are shown above. )
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port)
|
Wed, 11 Jun 2014
|
[ 00:31 amdmi3 ]
- Add missing USES=libtool, drop .la files
- Add missing files to plist
|
Sun, 1 Jun 2014
|
[ 13:03 ohauer ] (Only the first 10 of 52 ports in this commit are shown above. )
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] (Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
Wed, 5 Feb 2014
|
[ 15:53 bapt ] (Only the first 10 of 40 ports in this commit are shown above. )
Chase libmad changes
|
Sat, 7 Dec 2013
|
[ 22:58 danilo ]
- Use USE_GCC=yes instead of =4.6+
Suggested by: gerald
|
[ 17:21 danilo ]
- Fix port build (remove BROKEN). Remove -DG_DISABLE_DEPRECATED from
Makefile.(in|am), this port uses deprecated functions from glib20.
- Use gcc 4.6+ to support -std=gnu++0x
- Add stage support
- Convert LIB_DEPENDS to new syntax
- Add desktop-file-utils and shared-mime-info to USES
|
Sun, 1 Dec 2013
|
[ 21:06 antoine ]
Mark as broken: doesn't compile since August 2013
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] (Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Fri, 6 Sep 2013
|
[ 12:12 bapt ] (Only the first 10 of 49 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Fri, 30 Aug 2013
|
[ 23:01 bapt ] (Only the first 10 of 222 ports in this commit are shown above. )
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
|
Sat, 17 Aug 2013
|
[ 16:27 gerald ] (Only the first 10 of 93 ports in this commit are shown above. )
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Mon, 25 Mar 2013
|
[ 08:41 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 0.7.8
PR: 177274
Submitted by: ports fury
|
Wed, 13 Mar 2013
|
[ 11:54 danfe ] (Only the first 10 of 54 ports in this commit are shown above. )
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
|
Mon, 11 Mar 2013
|
[ 13:05 gahr ]
- Give up maintainership on this port
|
Mon, 29 Oct 2012
|
[ 08:04 gahr ]
- Update to 0.7.6
Release notes: http://git.gnome.org/browse/beast/plain/NEWS
- Some C sources have moved to C++, hence the renaming of patch files
Feature safe: yes
|
Mon, 6 Aug 2012
|
[ 15:50 gahr ]
- Make fetchable again by fixing MASTER_SITES
|
[ 12:07 gahr ]
- Use correct paths to perl and sh binaries
PR: 169895
Submitted by: Jan Beich <jbeich@tormail.org>
|
Thu, 19 Jul 2012
|
[ 20:15 naddy ] (Only the first 10 of 187 ports in this commit are shown above. )
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 28 Dec 2011
|
[ 03:21 linimon ]
Mark as broken on powerpc: fails to compile.
Hat: portmgr
|
Sat, 5 Nov 2011
|
[ 20:07 linimon ]
Add a redirect for a sysctl's stderr. This fixes the package logfile
header being bogus on pointyhat on powerpc, and should have no other
effect.
Approved by: maintainer
|
Wed, 7 Sep 2011
|
[ 14:36 gahr ]
- Unbreak
- Use sysctl to find out whether SSE is supported
|
Sun, 31 Jul 2011
|
[ 15:07 jlaffaye ] (Only the first 10 of 41 ports in this commit are shown above. )
- Chase guile shared lib bump
- Add an entry to UPDATING
|
Wed, 18 May 2011
|
[ 06:57 erwin ]
Mark BROKEN: leaves files behind on deinstallation
|
Mon, 11 Apr 2011
|
[ 15:37 gahr ]
- Update to 0.7.4
See http://git.gnome.org/browse/beast/plain/NEWS for details
|
Fri, 8 Apr 2011
|
[ 14:20 gahr ]
- Use MACHINE_CPU to detect SSE features [1]
- Remove CPPFLAGS from CONFIGURE_ENV
Inspired by: audio/ardour [1]
|
Mon, 21 Mar 2011
|
[ 09:58 gahr ]
- Fix detection of SSE features
- Assume amd64 and i386 have SSE
|
Sat, 26 Feb 2011
|
[ 16:31 gahr ]
- Fix MASTER_SITES
Reported by: miwi
|
Mon, 27 Sep 2010
|
[ 14:55 gahr ]
- Update to 0.7.2
Changes: http://beast.gtk.org/news-file
- Unbreak on sparc64
|
Sun, 6 Jun 2010
|
[ 20:44 naddy ] (Only the first 10 of 174 ports in this commit are shown above. )
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 19 Nov 2009
|
[ 22:07 pav ] (Only the first 10 of 68 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Mon, 6 Jul 2009
|
[ 21:26 naddy ] (Only the first 10 of 165 ports in this commit are shown above. )
Bump PORTREVISION after libogg and libvorbisfile major version increment.
|
Fri, 29 May 2009
|
[ 04:07 linimon ]
Mark as broken on sparc64: does not compile.
|
Thu, 22 Jan 2009
|
[ 16:04 miwi ] (Only the first 10 of 33 ports in this commit are shown above. )
- Chase lang/guile shlib bump
|
Mon, 21 Jul 2008
|
[ 04:49 rafan ] (Only the first 10 of 33 ports in this commit are shown above. )
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
|
Fri, 6 Jun 2008
|
[ 13:07 edwin ] (Only the first 10 of 345 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Mon, 10 Mar 2008
|
[ 13:56 gahr ]
- Remove USE_XLIB in favor of USE_XORG
Approved by: miwi (mentor)
|
Thu, 28 Feb 2008
|
[ 21:43 gahr ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 0.7.1
- Fix build with GCC 4.2
- Adopt maintainship
Approved by: miwi (mentor)
|
Wed, 24 Oct 2007
|
[ 23:37 marcus ] (Only the first 10 of 1479 ports in this commit are shown above. )
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above )
|
Sat, 28 Jul 2007
|
[ 12:27 miwi ] (Only the first 10 of 128 ports in this commit are shown above. )
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
|
Tue, 3 Jul 2007
|
[ 20:09 pav ]
Mark BROKEN: does not compile with GCC 4.2
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sat, 14 Apr 2007
|
[ 16:20 gabor ] (Only the first 10 of 11 ports in this commit are shown above. )
- Remove 4.X support from unmaintained ports in categories starting with
letter a-c
|
Sun, 4 Mar 2007
|
[ 16:22 nobutaka ]
Fix build after objformat removal.
|
Fri, 3 Nov 2006
|
[ 13:10 jylefort ] (Only the first 10 of 33 ports in this commit are shown above. )
Drop maintainership
|
Sat, 14 Oct 2006
|
[ 08:54 marcus ] (Only the first 10 of 893 ports in this commit are shown above. )
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
|
Sun, 7 May 2006
|
[ 14:47 jylefort ]
Unbreak after GLib 2.10 import.
Reported by: pointyhat via kris
|
Wed, 3 May 2006
|
[ 05:14 edwin ] (Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Tue, 6 Sep 2005
|
[ 11:33 jylefort ]
- Update to 0.6.6
- Preserve vendor non-optimization compiler flags
- Reformat the Makefile
|
Wed, 20 Jul 2005
|
[ 23:57 kris ]
BROKEN on ia64: Does not compile
|
Tue, 12 Apr 2005
|
[ 22:10 jylefort ] (Only the first 10 of 105 ports in this commit are shown above. )
Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by: adamw (mentor)
|
Sat, 26 Mar 2005
|
[ 22:26 kris ]
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
|
Wed, 16 Mar 2005
|
[ 21:47 mezz ] (Only the first 10 of 68 ports in this commit are shown above. )
Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Wed, 19 Jan 2005
|
[ 21:08 pav ]
- Update to 0.6.4
- Mark IGNORE on FreeBSD 4.x, missing some mathematical functions in math.h
PR: ports/76440
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
|
Sun, 2 Jan 2005
|
[ 00:43 kris ]
BROKEN on alpha (does not build) and ia64 (does not compile)
Approved by: portmgr (self)
|
Sun, 7 Nov 2004
|
[ 22:37 marcus ] (Only the first 10 of 631 ports in this commit are shown above. )
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
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
|
Thu, 24 Jun 2004
|
[ 15:41 krion ]
Add beast 0.6.1,
Beast is a powerful music composition and modular synthesis
application. It supports a wide range of standards in the
field, such as MIDI, WAV/AIFF/MP3/OggVorbis/etc audio files and
LADSPA modules. It has excellent technical abilities like
multitrack editing, unlimited undo/redo support, real-time
synthesis support, 32bit audio rendering, full duplex support,
multiprocessor support, precise timing down to sample
granularity, on demand loading of partial wave files, on the
fly decoding and full scriptability in scheme. The plugins,
synthesis core and the user interface are actively being
developed and translated into a variety of languages, regularly
assimilating user feedback such as from our FeatureRequests
page.
WWW: http://beast.gtk.org/
PR: ports/68251
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
Number of commits found: 91 |