diff options
author | wiz <wiz> | 2013-01-23 21:40:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-01-23 21:40:40 +0000 |
commit | 1286fdc5219e975be97504eebf1ced6189cccd8e (patch) | |
tree | 59730b95bb8df943863ac6546d54e6ba5c09f46b /misc/labelnation | |
parent | c8e1375f665ba1f07257789e5dc9060ba624ec7f (diff) | |
download | pkgsrc-1286fdc5219e975be97504eebf1ced6189cccd8e.tar.gz |
Import labelnation-1.212 as misc/labelnation.
Packaged for wip by solevis.
LabelNation is a command-line program for making labels: address labels,
business cards, or anything else involving regularly-arranged rectangles
on a printer-ready sheet. It is for users who are comfortable dealing with
text- and option-based configuration, as opposed to a graphical user interface.
Diffstat (limited to 'misc/labelnation')
-rw-r--r-- | misc/labelnation/DESCR | 4 | ||||
-rw-r--r-- | misc/labelnation/Makefile | 30 | ||||
-rw-r--r-- | misc/labelnation/PLIST | 11 | ||||
-rw-r--r-- | misc/labelnation/distinfo | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/misc/labelnation/DESCR b/misc/labelnation/DESCR new file mode 100644 index 00000000000..5e41466ab87 --- /dev/null +++ b/misc/labelnation/DESCR @@ -0,0 +1,4 @@ +LabelNation is a command-line program for making labels: address labels, +business cards, or anything else involving regularly-arranged rectangles +on a printer-ready sheet. It is for users who are comfortable dealing with +text- and option-based configuration, as opposed to a graphical user interface. diff --git a/misc/labelnation/Makefile b/misc/labelnation/Makefile new file mode 100644 index 00000000000..e4363428881 --- /dev/null +++ b/misc/labelnation/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1 2013/01/23 21:40:40 wiz Exp $ +# + +DISTNAME= labelnation-1.212 +CATEGORIES= misc +MASTER_SITES= http://www.red-bean.com/labelnation/ + +MAINTAINER= solevis@solevis.net +HOMEPAGE= http://www.red-bean.com/labelnation/ +COMMENT= Command-line label, business card printing program +LICENSE= gnu-gpl-v3 + +REPLACE_PYTHON= labelnation csv_to_ln + +USE_LANGUAGES= # none +NO_BUILD= yes + +DOCDIR= share/doc/labelnation +EXAMPLESDIR= share/examples/labelnation +INSTALLATION_DIRS= bin ${DOCDIR} ${EXAMPLESDIR} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/labelnation ${DESTDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/csv_to_ln ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/examples/*.* ${DESTDIR}${PREFIX}/${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR} + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/labelnation/PLIST b/misc/labelnation/PLIST new file mode 100644 index 00000000000..4a08633a28a --- /dev/null +++ b/misc/labelnation/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/23 21:40:40 wiz Exp $ +bin/csv_to_ln +bin/labelnation +share/doc/labelnation/COPYING +share/doc/labelnation/README +share/examples/labelnation/bcard-ps-1.txt +share/examples/labelnation/lines-1.txt +share/examples/labelnation/lines-2.txt +share/examples/labelnation/multipage.txt +share/examples/labelnation/postscript-1.txt +share/examples/labelnation/postscript-3.txt diff --git a/misc/labelnation/distinfo b/misc/labelnation/distinfo new file mode 100644 index 00000000000..140b6f8c3ee --- /dev/null +++ b/misc/labelnation/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/23 21:40:40 wiz Exp $ + +SHA1 (labelnation-1.212.tar.gz) = 65161fbc3e21beaacc3bee9402cbd90714580195 +RMD160 (labelnation-1.212.tar.gz) = bb42b573b2953529246cbff38738a9cc23020f15 +Size (labelnation-1.212.tar.gz) = 24819 bytes |