From owner-svn-ports-head@FreeBSD.ORG Fri Apr 19 15:29:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75933BA3; Fri, 19 Apr 2013 15:29:58 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 684A57BA; Fri, 19 Apr 2013 15:29:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3JFTwrH098665; Fri, 19 Apr 2013 15:29:58 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3JFTwWw098657; Fri, 19 Apr 2013 15:29:58 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201304191529.r3JFTwWw098657@svn.freebsd.org> From: Gerald Pfeifer Date: Fri, 19 Apr 2013 15:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316109 - head/textproc/bibtex2html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 15:29:58 -0000 Author: gerald Date: Fri Apr 19 15:29:57 2013 New Revision: 316109 URL: http://svnweb.freebsd.org/changeset/ports/316109 Log: Adjust web link (https now) and tweak formatting of the package description. Strip Makefile headers. Feature safe: yes Modified: head/textproc/bibtex2html/Makefile head/textproc/bibtex2html/pkg-descr Modified: head/textproc/bibtex2html/Makefile ============================================================================== --- head/textproc/bibtex2html/Makefile Fri Apr 19 15:16:41 2013 (r316108) +++ head/textproc/bibtex2html/Makefile Fri Apr 19 15:29:57 2013 (r316109) @@ -1,9 +1,5 @@ -# New ports collection makefile for: bibtex2html -# Date created: 2002-01-21 -# Whom: Gerald Pfeifer -# +# Created by: Gerald Pfeifer # $FreeBSD$ -# PORTNAME= bibtex2html PORTVERSION= 1.97 Modified: head/textproc/bibtex2html/pkg-descr ============================================================================== --- head/textproc/bibtex2html/pkg-descr Fri Apr 19 15:16:41 2013 (r316108) +++ head/textproc/bibtex2html/pkg-descr Fri Apr 19 15:29:57 2013 (r316109) @@ -8,9 +8,9 @@ a bibliography in HTML format. Here are o Sort by dates or authors, in increasing or decreasing order; o Read simple macros in TeX or LaTeX files; o Show syntax errors in BibTeX files; - o Extract from one or several BibTeX files the set of entries satisfying a - given criterion. + o Extract from one or several BibTeX files the set of entries satisfying + a given criterion. -WWW: http://www.lri.fr/~filliatr/bibtex2html/ +WWW: https://www.lri.fr/~filliatr/bibtex2html/ Gerald Pfeifer