From owner-svn-ports-head@freebsd.org Fri Jun 30 22:32:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75727D9CAC6; Fri, 30 Jun 2017 22:32:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51582814DF; Fri, 30 Jun 2017 22:32:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5UMWoHq058161; Fri, 30 Jun 2017 22:32:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5UMWoma058157; Fri, 30 Jun 2017 22:32:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706302232.v5UMWoma058157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 Jun 2017 22:32:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444809 - in head: . print print/axpoint print/p5-XML-Handler-AxPoint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . print print/axpoint print/p5-XML-Handler-AxPoint X-SVN-Commit-Revision: 444809 X-SVN-Commit-Repository: ports 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.23 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, 30 Jun 2017 22:32:51 -0000 Author: sunpoet Date: Fri Jun 30 22:32:50 2017 New Revision: 444809 URL: https://svnweb.freebsd.org/changeset/ports/444809 Log: Move print/axpoint to print/p5-XML-Handler-AxPoint - Add LICENSE - Update WWW Added: head/print/p5-XML-Handler-AxPoint/ - copied from r444808, head/print/axpoint/ Deleted: head/print/axpoint/ Modified: head/MOVED head/print/Makefile head/print/p5-XML-Handler-AxPoint/Makefile head/print/p5-XML-Handler-AxPoint/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jun 30 22:15:08 2017 (r444808) +++ head/MOVED Fri Jun 30 22:32:50 2017 (r444809) @@ -9446,3 +9446,4 @@ games/libgames-support||2017-06-25|Has expired: Supers net/sixxs-aiccu||2017-06-25|Has expired: SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/ databases/pgpoolAdmin||2017-06-25|Removed, depended on expired databases/pgpool-II and only supported PostgreSQL 9.2 which is will EOL in September 2017 sysutils/syslog-ng-devel|sysutils/syslog-ng310|2017-06-28|Balabit's syslog-ng team has switched to a rolling release model now +print/axpoint|print/p5-XML-Handler-AxPoint|2017-06-30|Rename to match CPAN naming Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Fri Jun 30 22:15:08 2017 (r444808) +++ head/print/Makefile Fri Jun 30 22:32:50 2017 (r444809) @@ -14,7 +14,6 @@ SUBDIR += apsfilter SUBDIR += asprint SUBDIR += auctex - SUBDIR += axpoint SUBDIR += bibcursed SUBDIR += biblio-py SUBDIR += bibview @@ -148,6 +147,7 @@ SUBDIR += p5-PostScript-Simple SUBDIR += p5-Text-PDF SUBDIR += p5-XML-ApacheFOP + SUBDIR += p5-XML-Handler-AxPoint SUBDIR += p910nd SUBDIR += panda SUBDIR += papersize-default-a4 Modified: head/print/p5-XML-Handler-AxPoint/Makefile ============================================================================== --- head/print/axpoint/Makefile Fri Jun 30 22:15:08 2017 (r444808) +++ head/print/p5-XML-Handler-AxPoint/Makefile Fri Jun 30 22:32:50 2017 (r444809) @@ -1,16 +1,17 @@ # Created by: ijliao # $FreeBSD$ -PORTNAME= axpoint -PORTVERSION= 1.50 -PORTREVISION= 2 +PORTNAME= XML-Handler-AxPoint +PORTVERSION= 1.5 CATEGORIES= print perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MSERGEANT -DISTNAME= XML-Handler-AxPoint-${PORTVERSION:S/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= XML Based Presentations + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-PDFLib>=0.14:print/p5-PDFLib \ p5-Text-Iconv>=0:converters/p5-Text-Iconv \ Modified: head/print/p5-XML-Handler-AxPoint/pkg-descr ============================================================================== --- head/print/axpoint/pkg-descr Fri Jun 30 22:15:08 2017 (r444808) +++ head/print/p5-XML-Handler-AxPoint/pkg-descr Fri Jun 30 22:32:50 2017 (r444809) @@ -15,4 +15,4 @@ It has the following features: - Using PDF allows you to go "Full Screen", even on Linux - Image formats supported include GIF, JPEG, PNG and TIFF -WWW: http://axpoint.axkit.org/ +WWW: http://search.cpan.org/dist/XML-Handler-AxPoint/