diff options
author | ahze <ahze@FreeBSD.org> | 2005-06-26 00:54:04 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-06-26 00:54:04 +0800 |
commit | 22f17e36549838c5c6217cbd9893dea1e2e1edb6 (patch) | |
tree | 5e26dc99b79c2962e8099f4a91ef4ae4a424589c /sysutils/Makefile | |
parent | 471477b9de8dee15ffecd063d2b38f6c07d7d6b3 (diff) | |
download | freebsd-ports-gnome-22f17e36549838c5c6217cbd9893dea1e2e1edb6.tar.gz freebsd-ports-gnome-22f17e36549838c5c6217cbd9893dea1e2e1edb6.tar.zst freebsd-ports-gnome-22f17e36549838c5c6217cbd9893dea1e2e1edb6.zip |
- Add sysutils/serpentine
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 =)
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9fa8b0ed0d0e..650d46d79d5a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -430,6 +430,7 @@ SUBDIR += scan_ffs SUBDIR += sdd SUBDIR += sec + SUBDIR += serpentine SUBDIR += service-config SUBDIR += setcdboot SUBDIR += setquota |