pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
arduino-ctags: Fixed github URL, added DESC
Module Name: pkgsrc-wip
Committed By: Chris Lasocki <krz.lasocki%gmail.com@localhost>
Pushed By: klasocki
Date: Thu Mar 28 17:28:30 2019 +0000
Changeset: 9f4115828c0794f43f4560c644b8695d057258d9
Modified Files:
arduino-ctags/DESCR
arduino-ctags/Makefile
Log Message:
arduino-ctags: Fixed github URL, added DESC
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9f4115828c0794f43f4560c644b8695d057258d9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
arduino-ctags/DESCR | 2 ++
arduino-ctags/Makefile | 15 ++++++++-------
2 files changed, 10 insertions(+), 7 deletions(-)
diffs:
diff --git a/arduino-ctags/DESCR b/arduino-ctags/DESCR
index e69de29bb2..efbdecd85c 100644
--- a/arduino-ctags/DESCR
+++ b/arduino-ctags/DESCR
@@ -0,0 +1,2 @@
+Arduino ctags is the ctags version used by the Arduino Project.
+It's based on Exuberant ctags.
diff --git a/arduino-ctags/Makefile b/arduino-ctags/Makefile
index 18b6b3b7e5..a9d11f783d 100644
--- a/arduino-ctags/Makefile
+++ b/arduino-ctags/Makefile
@@ -1,16 +1,17 @@
# $NetBSD$
-# XXX: url2pkg has problems downloading
-# https://github.com/arduino/ctags/archive/5.8-arduino11.{zip|tar.gz}
-# hence the zip file is rehosted. This is a WIP package and this lets me work on the code
-# for the time being.
+
DISTNAME= ctags-5.8-arduino11
+PKGNAME= ${DISTNAME}
CATEGORIES= wip
-MASTER_SITES= http://polprog.net/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=arduino/}
+GITHUB_PROJECT= ctags
+GITHUB_TAG= 5.8-arduino11
+
EXTRACT_SUFX= .zip
MAINTAINER= krz.lasocki%gmail.com@localhost
-HOMEPAGE= http://polprog.net/
-COMMENT= TODO: Short description of the package
+HOMEPAGE= https://github.com/arduino/ctags
+COMMENT= Arduino ctags, based on Exuberant ctags
LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index