Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Feb 2021 04:42:49
0.1_2

|
bapt  |
In preparation for the removal of gstreamer 0.x
Remove fusefs-gstfs, it has never been ported to gstreamer 1
Approved by: rodrigo (maintainer) |
17 Jan 2018 09:02:03
0.1_2

|
amdmi3  |
- Add LICENSE
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
08 Dec 2016 19:52:20
0.1_2

|
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
23 May 2016 18:36:52
0.1_1

|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
16 Jun 2014 12:49:00
0.1_1

|
rodrigo  |
Take maintenership of multiple ports (feld@ drop its maintenership)
devel/trio
editors/poedit
ftp/ftpsync
net-mgmt/rrdbot
sysutils/fusefs-gstfs
textproc/smu
www/p5-HTML-Template-Associate
www/p5-WWW-FreeProxy
Submitted by: rodrigo
Approved by: bapt (mentor) |
04 Mar 2014 20:01:38
0.1_1

|
tijl  |
- Add DOCS and EXAMPLES option.
- Staging.
- Replace gcc with $(CC) to fix build on FreeBSD 10.
- Add small patch to fix incorrect use of pthread_join (found by clang). |
20 Sep 2013 23:06:00
0.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
30 Aug 2013 23:57:36
0.1

|
bapt  |
Eradicate USE_GNOME=pkgconfig
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5 |
06 Mar 2013 16:52:02
0.1

|
bapt  |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
14 Dec 2012 15:47:01
0.1

|
flo  |
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro
The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.
Approved by: portmgr (bapt) |
19 Mar 2011 12:38:54
0.1
|
miwi  |
- Get Rid MD5 support |
06 Mar 2009 18:14:36
0.1
|
dhn  |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor) |
28 Dec 2008 12:57:40
0.1
|
miwi  |
GSTFS is a filesystem for on-demand transcoding of music files
between different formats. It utilizes the gstreamer library for
conversion so any formats supported by gstreamer should also be
supported by gstfs. The filesystem's only requirement is that the
gstreamer pipeline begin with a filesrc with the name "_source"
and end with an fdsink with the name "_dest". The filesystem will
automatically substitute the filename and fd number in these
pipelines.
WWW: http://bobcopeland.com/gstfs/
PR: ports/129984
Submitted by: Dennis Herrmann <adox at mcx2.org> |