8301 FreshPorts -- multimedia/aegisub
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
aegisub 2.1.9_1 multimedia on this many watch lists=0 search for ports that depend on this port
Cross-platform subtitle editor

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Mar 2010 08:56:23
License: BSD


The Aegisub Project is a community-driven effort to write the BSDL licensed
cross-platform subtitle editor Aegisub. Composed completely of volunteers
passionate about subtitling, as a project it strives to be open, fair and
most of all: free.

WWW: http://www.aegisub.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/gmake
  3. graphics/gtk-update-icon-cache
  4. textproc/intltool
Required To Run:
  1. devel/gio-fam-backend
  2. graphics/gtk-update-icon-cache
Required Libraries:
  1. x11-fonts/fontconfig
  2. multimedia/libass
  3. audio/pulseaudio
  4. multimedia/ffmpeg
  5. textproc/hunspell
  6. devel/gettext
  7. converters/libiconv
  8. graphics/libGLU
  9. lang/lua
  10. x11-toolkits/wxgtk28-unicode
  11. x11-toolkits/wxgtk28-unicode-contrib
  12. devel/glib20
  13. devel/pcre
  14. accessibility/atk
  15. graphics/gdk-pixbuf2
  16. x11-toolkits/pango
There are no ports dependent upon this port

To install the port: cd /usr/ports/multimedia/aegisub/ && make install clean
To add the package: pkg_add -r aegisub


Configuration Options
===> The following configuration options are available for aegisub-2.1.9_1:
     ALSA=off: ALSA audio architecture support
     ASS=on: libASS subtitle provider
     DEBUG=off: Install debug symbols
     DOCS=on: Build and/or install documentation
     EFENCE=off: Electric Fence (require profiling)
     FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
     GCOV=off: GCOV (require profiling)
     HUNSPELL=on: Spell checking via Hunspell
     LUA=on: Lua scripting language support
     OPENAL=off: OpenAL support
     PORTAUDIO=off: PortAudio library support
     PROFILE=off: Build with profiling support
     PULSEAUDIO=on: PulseAudio sound server support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.aegisub.org/pub/archives/releases/source/
  3. ftp://ftp2.aegisub.org/pub/archives/releases/source/
  4. http://ftp.aegisub.org/pub/archives/releases/source/

Number of commits found: 20

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 May 2013 14:06:09
Original commit files touched by this commit  2.1.9_1
bdrewery search for other commits by this committer
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
  MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
  without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
  to always have a number

Reviewed by:	bapt
Spotted by:	John Marino <draco@marino.st>
With hat:	portmgr
29 Apr 2013 08:57:13
Original commit files touched by this commit  2.1.9_1
bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
27 Apr 2013 11:59:29
Original commit files touched by this commit  2.1.9_1
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
26 Apr 2013 10:44:29
Original commit files touched by this commit  2.1.9_1
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
23 Apr 2013 14:20:28
Original commit files touched by this commit  2.1.9_1
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
26 Mar 2013 15:18:18
Original commit files touched by this commit  2.1.9_1
miwi search for other commits by this committer
- Update MASTER_SITES
- Fix portaudio2 support

PR:		176555
Submitted by:	Ports Fury
18 Oct 2012 09:15:43
Original commit files touched by this commit  2.1.9_1
jhale search for other commits by this committer
- Update MASTER_SITES
- Drop ABI version numbers from LIB_DEPENDS
- Trim Makefile header
- Remove indefinite article from COMMENT

PR:		ports/172508
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
26 Jul 2012 05:40:24
Original commit files touched by this commit  2.1.9_1
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
23 Jul 2012 01:33:56
Original commit files touched by this commit  2.1.9_1
dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
20 Jul 2012 21:44:23
Original commit files touched by this commit  2.1.9_1
bapt search for other commits by this committer
Convert to new options framework
01 Jun 2012 05:26:28
Original commit files touched by this commit  2.1.9_1
dinoex search for other commits by this committer
- update png to 1.5.10
08 Apr 2012 11:57:00
Original commit files touched by this commit  2.1.9
miwi search for other commits by this committer
- Update to 2.1.9

PR:             166045
Submitted by:   Ports Fury
Feature safe:   yes
16 Feb 2012 01:07:19
Original commit files touched by this commit  2.1.8_3
eadler search for other commits by this committer
Variable USE_FREETYPE2 does not exist

Maintainer unable to continue maintaining port so revert to the pool. Thank you
for your help so far.

Approved by:    maintainer (revert to pool implicit)
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.1.8_3
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
18 Jul 2011 16:21:26
Original commit files touched by this commit  2.1.8_3
jlaffaye search for other commits by this committer
- Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING

Approved by:    bapt (mentor)
03 Jul 2011 13:38:45
Original commit files touched by this commit  2.1.8_3
ohauer search for other commits by this committer
- remove MD5
24 Jun 2011 22:39:03
Original commit files touched by this commit  2.1.8_3
mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
31 May 2010 02:01:56
Original commit files touched by this commit  2.1.8_2
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 06:47:48
Original commit files touched by this commit  2.1.8_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
11 Mar 2010 08:56:05
Original commit files touched by this commit  2.1.8
wen search for other commits by this committer
The Aegisub Project is a community-driven effort to write the BSDL licensed
cross-platform subtitle editor Aegisub. Composed completely of volunteers
passionate about subtitling, as a project it strives to be open, fair and
most of all: free.

WWW: http://www.aegisub.org/

PR:             ports/144456
Submitted by:   Leinier Cruz Salfran <salfrancl@yahoo.es>

Number of commits found: 20

284d
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24516
Broken 217
Deprecated 472
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days22
new fortnight74
new month205

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0