pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
remove jp2a, imported in pkgsrc
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%NetBSD.org@localhost>
Pushed By: ng0
Date: Sun Dec 29 21:37:52 2019 +0000
Changeset: 6c62da492d18bf61f15e9d28b326efb2f182a16f
Modified Files:
Makefile
Removed Files:
jp2a/DESCR
jp2a/Makefile
jp2a/PLIST
jp2a/distinfo
jp2a/options.mk
Log Message:
remove jp2a, imported in pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c62da492d18bf61f15e9d28b326efb2f182a16f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
jp2a/DESCR | 2 --
jp2a/Makefile | 21 ---------------------
jp2a/PLIST | 3 ---
jp2a/distinfo | 6 ------
jp2a/options.mk | 21 ---------------------
6 files changed, 54 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 772b6ef7bd..68eafdafd4 100644
--- a/Makefile
+++ b/Makefile
@@ -1690,7 +1690,6 @@ SUBDIR+= jmtpfs
SUBDIR+= jobd
SUBDIR+= john-jumbo
SUBDIR+= joomla
-SUBDIR+= jp2a
SUBDIR+= jpgtn
SUBDIR+= jpicedt
SUBDIR+= jruby
diff --git a/jp2a/DESCR b/jp2a/DESCR
deleted file mode 100644
index 503387513a..0000000000
--- a/jp2a/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-jp2a is a small utility that converts JPG images to ASCII. It's
-written in C and released under the GPL.
diff --git a/jp2a/Makefile b/jp2a/Makefile
deleted file mode 100644
index 47f1b6cae8..0000000000
--- a/jp2a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/10/01 21:43:24 asau Exp $
-
-DISTNAME= jp2a-1.0.7
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GITHUB:=cslarsen/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= esg%sdf.lonestar.org@localhost
-HOMEPAGE= https://github.com/cslarsen/jp2a
-COMMENT= JPEG to ASCII converter
-LICENSE= gnu-gpl-v2
-
-USE_TOOLS+= automake autoconf autoreconf
-GNU_CONFIGURE= yes
-
-pre-configure:
- cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -vi
-
-.include "options.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/jp2a/PLIST b/jp2a/PLIST
deleted file mode 100644
index 58d3f9ab3a..0000000000
--- a/jp2a/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/05 13:19:31 emil_s Exp $
-bin/jp2a
-man/man1/jp2a.1
diff --git a/jp2a/distinfo b/jp2a/distinfo
deleted file mode 100644
index 925add5ae7..0000000000
--- a/jp2a/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/09/05 13:19:31 emil_s Exp $
-
-SHA1 (jp2a-1.0.7.tar.gz) = 6ce933828f035b6a721a3e66f6fa84d3a363d2ca
-RMD160 (jp2a-1.0.7.tar.gz) = a89ba674f7234620c30456ea3da6a6cc7a696ad9
-SHA512 (jp2a-1.0.7.tar.gz) = 28bde9ee2c1a67d548275c36c3f958e3760e94f2dc03ab7cefeccf8bc0ac19978c46fddefd82b460554d3fefb092386426253114766de48ef32444e7cf20b44a
-Size (jp2a-1.0.7.tar.gz) = 113008 bytes
diff --git a/jp2a/options.mk b/jp2a/options.mk
deleted file mode 100644
index 7efa1a350e..0000000000
--- a/jp2a/options.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.jp2a
-PKG_SUPPORTED_OPTIONS= curl curses
-PKG_SUGGESTED_OPTIONS= curses
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mcurl)
-CONFIGURE_ARGS+= --enable-curl
-.include "../../www/curl/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-curl
-.endif
-
-.if !empty(PKG_OPTIONS:Mcurses)
-.include "../../mk/curses.buildlink3.mk"
-CONFIGURE_ARGS+= --enable-termlib
-.else
-CONFIGURE_ARGS+= --disable-termlib
-.endif
Home |
Main Index |
Thread Index |
Old Index