non-standard file names
I recently discovered that for some pathnames, the URL is incorrect. For an example, look at http://www.freshports.org/japanese/im-ja/files/patch-src_xim_Makefile.in. Click on the first file listed there: devel/gdb6/files/patch-i386%nm-fbsd64.h The URL should be http://www.freshports.org/devel/gdb6/files/patch-i386%25nm-fbsd64.h. That is, the embedded % should appear in the URL as %25, which is the hexadecimal value for a percent-sign. A simple solution, using PHP, […]
non-standard file names Read More »