ports/179409: [PATCH] textproc/pure-csv: New Uses pure, add license
nemysis
nemysis at gmx.ch
Fri Jun 7 14:40:02 UTC 2013
>Number: 179409
>Category: ports
>Synopsis: [PATCH] textproc/pure-csv: New Uses pure, add license
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jun 07 14:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: nemysis
>Release: FreeBSD 9.1-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013
>Description:
- Bump portrevision
- Shorten header
- Trim master sites
- Trim comment
- Add license
- New Uses pure
- Add docs
- Trim pkg-descr
Port maintainer (lichray at gmail.com) is cc'd.
Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
>How-To-Repeat:
Build log
https://redports.org/buildarchive/20130607022000-17391/
>Fix:
--- pure-csv-1.5_1.patch begins here ---
diff -ruN /usr/ports/textproc/pure-csv/Makefile ./Makefile
--- /usr/ports/textproc/pure-csv/Makefile 2013-06-02 19:01:06.000000000 +0200
+++ ./Makefile 2013-06-07 16:28:02.000000000 +0200
@@ -1,23 +1,32 @@
-# New ports collection makefile for: pure-csv
-# Date created: 2011-03-18
-# Whom: Zhihao Yuan <lichray at gmail.com>
-#
+# Created by: Zhihao Yuan <lichray at gmail.com>
# $FreeBSD: head/textproc/pure-csv/Makefile 300897 2012-07-14 14:29:18Z beat $
-#
PORTNAME= pure-csv
PORTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= textproc
+#MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/
+MASTER_SITES= https://pure-lang.googlecode.com/files/
+DIST_SUBDIR= pure
MAINTAINER= lichray at gmail.com
-COMMENT= A CSV reading and writing module for the Pure language
+COMMENT= CSV reading and writing module for the Pure language
-USE_PURE= yes
-NO_PURE_EXAMPLES= yes
+LICENSE= BSD
+
+USES= pure
PLIST_FILES= lib/pure/csv.pure \
lib/pure/csv.so
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
-.include <bsd.port.post.mk>
+PORTDOCS= README
+
+.include <bsd.port.options.mk>
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff -ruN /usr/ports/textproc/pure-csv/pkg-descr ./pkg-descr
--- /usr/ports/textproc/pure-csv/pkg-descr 2013-06-02 19:01:06.000000000 +0200
+++ ./pkg-descr 2013-04-05 23:22:51.000000000 +0200
@@ -1,4 +1,4 @@
pure-csv is a module for reading and writing Comma Separated Value (CSV)
files from within Pure.
-WWW: http://docs.pure-lang.googlecode.com/hg/pure-csv.html
+WWW: http://docs.pure-lang.googlecode.com/hg/pure-csv.html
--- pure-csv-1.5_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list