Commit graph

30 commits

Author SHA1 Message Date
Chris Rees
391471e01f Trailing newlines are stripped from any attachments to PRs. This is a problem
commonly manifested by distinfo updates, where the file ends up without a
newline.  Newer versions of GNU patch also choke on such patches.

There is probably a more elegant solution than this, but given that GNATS
is not going to be with us for too long, we can rely on the behaviour of tools
to ignore any trailing newlines if they are added incorrectly [patch, shar].

http://lists.freebsd.org/pipermail/svn-ports-all/2013-February/012069.html

Anyone who can show that adding extra newlines to attachments causes breakage
is welcome to comment.

Bug noticed by:	ak, dougb
Approved by:	maintainer timeout (shaun, five months, multiple emails)
2013-02-18 20:56:52 +00:00
Wolfram Schneider
593c12b2a0 FreeBSD 9.1-RELEASE is the defautl release
cleanup -stable releases
2013-01-26 20:06:40 +00:00
Bjoern A. Zeeb
f7fcf26493 Happy New Year 2013! 2012-12-31 12:49:40 +00:00
Hiroki Sato
ff7eab4dff Add FreeBSD 9.1-RELEASE. 2012-12-25 04:27:26 +00:00
Wolfram Schneider
b397dcf07c display a hint to use http://svnweb.freebsd.org if no CVSROOT was found 2012-11-20 09:23:20 +00:00
Glen Barber
bab268db4b Default view to text, since it loads far faster than the markup version. 2012-11-16 17:57:20 +00:00
Glen Barber
1cbee64c5e Remove the 'Sources' link. It is redundant with the main
port version link.
2012-11-15 22:46:40 +00:00
Glen Barber
06cc2847c6 Fix URL for 'Long description' from last commit.
Ugh...
2012-11-15 22:36:44 +00:00
Glen Barber
c829986f14 Use svnweb for displaying pkg-descr, instead of relying on local
file copies.
2012-11-15 22:29:05 +00:00
Glen Barber
095216c90f Remove the tarball download link. 2012-11-15 22:06:50 +00:00
Glen Barber
c1384d65d5 Link to the actual revision log page. 2012-11-15 22:04:37 +00:00
Glen Barber
251097f6bb Attempt to fix ports searching from the FreeBSD website. 2012-11-15 21:03:36 +00:00
Eitan Adler
0bccfdb5b7 Fix a couple of seplling msitakes.
Add comma after e.g.

Approved by:	bcr (mentor)
2012-11-11 22:29:05 +00:00
Eitan Adler
1918bca0f0 Prefer svnweb to cvsweb.
Approved by:	bcr (mentor)
2012-11-10 13:31:24 +00:00
Wolfram Schneider
172de2faf1 new man pages for OpenBSD 5.1 and OpenBSD 5.2 2012-11-04 18:46:16 +00:00
Wolfram Schneider
dcadec5929 added NetBSD 6.0 manual pages 2012-10-21 10:53:44 +00:00
Isabell Long
8208d1854e Related to r39679:
- Remove the repocopy CSS rule.
  - Remove another block of text about repocopies.

Reviewed by:	bugmeister (eadler)
Approved by:	gabor (mentor)
2012-10-07 18:34:10 +00:00
Isabell Long
325b202f85 - Remove the reference to CVS repocopy in query-pr-summary.cgi: now we
have switched to SVN it is obsolete.
- Change some hyphens to em dashes for consistency.

Reviewed by:	bugmeister (eadler)
Approved by:	gabor (mentor)
2012-10-07 17:52:42 +00:00
Isabell Long
bee5d224fe Remove the ability to change the font size on the website. There are now
much better ways of doing this in modern web browsers.  Furthermore, it
never worked as well as it should have done, as too much of the website is
built around fixed layouts.

It was felt it was best to remove the size switcher from all languages at
once, so that the infrastructure (styleswitcher.js etc.) could be removed
at the same time.

Discussed at:	Cambridge DevSummit, August 2012
Discussed on:	www@
Approved by:	gabor (mentor)
2012-09-30 13:27:05 +00:00
Wolfram Schneider
3426479320 configure FreeBSD 9.0-stable 2012-09-16 13:24:34 +00:00
Eitan Adler
1998203926 Add ability to search for 10.x PRs
PR:		www/161672
Approved by:	gabor
2012-09-15 12:35:53 +00:00
Gabor Kovesdan
e54e1823cb - Convert id to lower case
Approved by:	doceng (implicit)
2012-08-24 10:47:48 +00:00
Wolfram Schneider
1e5c2bed6f CentOS manpages for releases 5.3, 5.6, 5.7, 5.8, 6.0, 6.1, 6.2, 6.3 2012-08-18 18:48:41 +00:00
Isabell Long
5de94deadc Add a line feed to the end of a sentence to prevent two sentences merging
into one (i.e. there being no blank space after a full stop).

Approved by:	gavin (bugmeister), gjb (mentor)
2012-07-22 10:52:16 +00:00
Warren Block
7ecfdedeab Consolidate multiple SVN menus into one now that the SVN repository
contains source, doc, and ports.

Based on jgh's diff, but modifies both the static header and the CGI
program that generates the header for dynamic pages.

PR:		169798
Submitted by:	jgh
Reviewed by:	gjb
2012-07-17 16:35:35 +00:00
Eitan Adler
7f60579661 Prefer the final result of redirected URLs instead of indirect links.
Approved by:	gjb
2012-06-21 04:09:46 +00:00
Eitan Adler
4827366874 Add a menu item linking to the documentation svn repository.
Include "source" in the original menu option.

Reviewed by:	issyl0
Approved by:	bcr
2012-06-21 03:20:54 +00:00
Hiroki Sato
35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00
Hiroki Sato
4fe414e55f - Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
2012-05-17 03:23:15 +00:00
Hiroki Sato
282a032540 - Remove junk directories.
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
  information in the www and the doc directory.
- Add various administration files to svnadmin.
 
Approved by:	doceng (implicit)
2012-05-17 02:51:08 +00:00