pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libtpl: rename to tpl to match PKGNAME




To: pkgsrc-wip-changes%NetBSD.org@localhost

Subject: libtpl: rename to tpl to match PKGNAME

From: Thomas Klausner <wiz%NetBSD.org@localhost>

Date: Fri, 19 May 2017 13:01:49 +0000


Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date:  Fri May 19 15:01:49 2017 +0200
Changeset: 41b65ae9fc91c5c14739a005a9e90a1ebff58171

Added Files:
 tpl/DESCR
 tpl/Makefile
 tpl/PLIST
 tpl/distinfo
Removed Files:
 libtpl/DESCR
 libtpl/Makefile
 libtpl/PLIST
 libtpl/distinfo

Log Message:
libtpl: rename to tpl to match PKGNAME

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=41b65ae9fc91c5c14739a005a9e90a1ebff58171

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libtpl/DESCR    |  4 ----
 libtpl/Makefile | 21 ---------------------
 libtpl/PLIST    |  3 ---
 libtpl/distinfo |  6 ------
 tpl/DESCR       |  4 ++++
 tpl/Makefile    | 21 +++++++++++++++++++++
 tpl/PLIST       |  3 +++
 tpl/distinfo    |  6 ++++++
 8 files changed, 34 insertions(+), 34 deletions(-)

diffs:
diff --git a/libtpl/DESCR b/libtpl/DESCR
deleted file mode 100644
index 9bdc92ce74..0000000000
--- a/libtpl/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-You can use tpl to store and reload your C data quickly and easily.
-Tpl works with files, memory buffers and file descriptors so it's suitable
-for use as a file format, IPC message format or any scenario
-where you need to store and retrieve your data.
diff --git a/libtpl/Makefile b/libtpl/Makefile
deleted file mode 100644
index 30e466b3d4..0000000000
--- a/libtpl/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-DISTNAME= tpl-1.6.1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=troydhanson/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= angelmadames%gmail.com@localhost
-HOMEPAGE= https://github.com/troydhanson/tpl/
-COMMENT= Store and reload your C data
-LICENSE= 2-clause-bsd
-
-GNU_CONFIGURE=  yes
-USE_LIBTOOL= yes
-USE_TOOLS+= automake autoconf aclocal
-USE_LANGUAGES= c c++
-
-pre-configure:
- set -x; cd ${WRKSRC}; autoreconf -fiv
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libtpl/PLIST b/libtpl/PLIST
deleted file mode 100644
index 325597c004..0000000000
--- a/libtpl/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-include/tpl.h
-lib/libtpl.la
diff --git a/libtpl/distinfo b/libtpl/distinfo
deleted file mode 100644
index 690e98c4cc..0000000000
--- a/libtpl/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (tpl-1.6.1.tar.gz) = 2ee92627e8f67400061d8fc606b601988ed90217
-RMD160 (tpl-1.6.1.tar.gz) = c875cb03b850e1202d4b9d385b2a77f1aac812ac
-SHA512 (tpl-1.6.1.tar.gz) = 6ffedb32a849b59a4270f3f613d5a1f1681bfb83d9fdb1e9cad073a11ab9e78da8920067f941e716ceb8486abf130dd057c2cdbe34b615891520faf71b9fd1ed
-Size (tpl-1.6.1.tar.gz) = 189846 bytes
diff --git a/tpl/DESCR b/tpl/DESCR
new file mode 100644
index 0000000000..9bdc92ce74
--- /dev/null
+++ b/tpl/DESCR
@@ -0,0 +1,4 @@
+You can use tpl to store and reload your C data quickly and easily.
+Tpl works with files, memory buffers and file descriptors so it's suitable
+for use as a file format, IPC message format or any scenario
+where you need to store and retrieve your data.
diff --git a/tpl/Makefile b/tpl/Makefile
new file mode 100644
index 0000000000..30e466b3d4
--- /dev/null
+++ b/tpl/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= tpl-1.6.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=troydhanson/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= angelmadames%gmail.com@localhost
+HOMEPAGE= https://github.com/troydhanson/tpl/
+COMMENT= Store and reload your C data
+LICENSE= 2-clause-bsd
+
+GNU_CONFIGURE=  yes
+USE_LIBTOOL= yes
+USE_TOOLS+= automake autoconf aclocal
+USE_LANGUAGES= c c++
+
+pre-configure:
+ set -x; cd ${WRKSRC}; autoreconf -fiv
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/tpl/PLIST b/tpl/PLIST
new file mode 100644
index 0000000000..325597c004
--- /dev/null
+++ b/tpl/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+include/tpl.h
+lib/libtpl.la
diff --git a/tpl/distinfo b/tpl/distinfo
new file mode 100644
index 0000000000..690e98c4cc
--- /dev/null
+++ b/tpl/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tpl-1.6.1.tar.gz) = 2ee92627e8f67400061d8fc606b601988ed90217
+RMD160 (tpl-1.6.1.tar.gz) = c875cb03b850e1202d4b9d385b2a77f1aac812ac
+SHA512 (tpl-1.6.1.tar.gz) = 6ffedb32a849b59a4270f3f613d5a1f1681bfb83d9fdb1e9cad073a11ab9e78da8920067f941e716ceb8486abf130dd057c2cdbe34b615891520faf71b9fd1ed
+Size (tpl-1.6.1.tar.gz) = 189846 bytes




Prev by Date: libtpl: simplify, fix pkglint warnings.

Next by Date: Makefile: sync

Previous by Thread: libtpl: simplify, fix pkglint warnings.

Next by Thread: samtools: Clean up patches, eliminate bin subdirectory

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index