aboutsummaryrefslogtreecommitdiff
path: root/sysutils/serpentine
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Only allow WITH_MUINE if ARCH==i386Michael Johnson2005-11-091-2/+2
| | | | Notes: svn path=/head/; revision=147661
* - Add depends on gst-plugins-gnomevfsMichael Johnson2005-11-081-2/+2
| | | | Notes: svn path=/head/; revision=147645
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Update to 0.6.4Michael Johnson2005-11-023-3/+6
| | | | Notes: svn path=/head/; revision=146977
* - Update to 0.6.3Michael Johnson2005-09-182-3/+3
| | | | Notes: svn path=/head/; revision=143088
* - attempt to fix build on 4.xMichael Johnson2005-09-181-1/+1
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=143056
* - Update to 0.6.2Michael Johnson2005-09-164-26/+10
| | | | Notes: svn path=/head/; revision=142882
* - Fix gconf/os.statvfs hack by making defining the default tmp directory as .Michael Johnson2005-06-283-14/+13
| | | | | | | | | | you can also change the default tmp directory by creating /apps/serpentine/temporary_dir with string to directory. Ideas from: marcus Notes: svn path=/head/; revision=138093
* - Add support for muine audio player pluginMichael Johnson2005-06-253-1/+26
| | | | | | | * allows you to write your playlist directly from Muine. Notes: svn path=/head/; revision=138018
* - Add sysutils/serpentineMichael Johnson2005-06-255-0/+136
Gnome application for writing CD-Audio discs. It aims for simplicity, usability and compability. Its features are: o Supports multiple formats files, like WAV, MP3, OGG, FLAC and every other gstreamer does o Save and open PLS, M3U and XSPF playlists o Extracts audio from video contents, like an MPEG video o Uses audio metadata for better handling o Supports drag and drop: drop musics directly from Rhythmbox or Nautilus! o Clean and easy to use interface o Easy integration with other applications WWW: http://s1x.homelinux.net/projects/serpentine There is probably a better way for handling os.statfs on FreeBSD than the way I did, but this works. Patches welcome =) Notes: svn path=/head/; revision=138015