aboutsummaryrefslogtreecommitdiff
path: root/devel/xdg-user-dirs
Commit message (Collapse)AuthorAgeFilesLines
* Fiddle a bit with __FreeBSD_version after strndup(3) was MFCed.Erwin Lansing2009-02-111-1/+1
| | | | | | | | Submitted by: pointyhat Approved by: miwi Notes: svn path=/head/; revision=228079
* - Fix __FreeBSD_versionMartin Wilke2008-12-281-1/+1
| | | | | | | Reported by: Florian Smeets <flo@kasimir.com> Notes: svn path=/head/; revision=224889
* - Fix build after the import the strndup(3) functionMartin Wilke2008-12-241-1/+4
| | | | | | | | Submitted by: makc@ Reported by: erwinbot Notes: svn path=/head/; revision=224717
* - Fix strndup implementationMartin Wilke2008-07-192-1/+2
| | | | | | | | | | - Bump PORTREVISION Reported by: marcus Patched by: Max Brazhnikov Notes: svn path=/head/; revision=217139
* xdg-user-dirs is a tool to help manage "well known" user directoriesMartin Wilke2008-07-186-0/+116
like the desktop folder and the music folder. It also handles localization of the filenames. WWW: http://freedesktop.org/wiki/Software/xdg-user-dirs/ PR: ports/125672 Submitted by: Max Brazhnikov <makc at issp.ac.ru> Notes: svn path=/head/; revision=217018