diff options
author | sat <sat@FreeBSD.org> | 2006-08-18 09:03:18 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-18 09:03:18 +0000 |
commit | 61290b04b60a2013dfeb1e678f2ef6f9fe6f71af (patch) | |
tree | fa5890642f34370df491a7fba2d821e2eaae8929 /sysutils/Makefile | |
parent | 13e7e9340e6f53f050f9234aac83c4519ed7b21a (diff) | |
download | FreeBSD-ports-61290b04b60a2013dfeb1e678f2ef6f9fe6f71af.zip FreeBSD-ports-61290b04b60a2013dfeb1e678f2ef6f9fe6f71af.tar.gz |
Add port sysutils/titlefix:
Renames files in a proper English title format: prepositions, conjunctions,
and articles (<5 letters) are in lowercase unless they are the first or
last word in the title; all others begin with uppercase. Can use id3v2 to
tag mp3s using info in filename.
WWW: http://sourceforge.net/projects/titlefix/
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 98fb6f2..5338bb8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -575,6 +575,7 @@ SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += tinybsd + SUBDIR += titlefix SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += topless |