pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
flpsed: Test with FLTK 1.4
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Wed Jan 22 17:09:57 2025 +0100
Changeset: 2a09db5c1d3b720ef089527df5a5d037da35d91a
Modified Files:
Makefile
Added Files:
flpsed/COMMIT_MSG
flpsed/DESCR
flpsed/Makefile
flpsed/PLIST
flpsed/distinfo
Log Message:
flpsed: Test with FLTK 1.4
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a09db5c1d3b720ef089527df5a5d037da35d91a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
flpsed/COMMIT_MSG | 1 +
flpsed/DESCR | 7 +++++++
flpsed/Makefile | 26 ++++++++++++++++++++++++++
flpsed/PLIST | 4 ++++
flpsed/distinfo | 5 +++++
6 files changed, 44 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 2b603b2ee1..b46d785be4 100644
--- a/Makefile
+++ b/Makefile
@@ -983,6 +983,7 @@ SUBDIR+= flintqs
SUBDIR+= flite2
SUBDIR+= flnews-devel
SUBDIR+= flowblade
+SUBDIR+= flpsed
SUBDIR+= fltk14-devel
SUBDIR+= fltk2
SUBDIR+= flux2
diff --git a/flpsed/COMMIT_MSG b/flpsed/COMMIT_MSG
new file mode 100644
index 0000000000..d1d36c72dd
--- /dev/null
+++ b/flpsed/COMMIT_MSG
@@ -0,0 +1 @@
+print/flpsed: Patch to work with FLTK 1.4.
diff --git a/flpsed/DESCR b/flpsed/DESCR
new file mode 100644
index 0000000000..9ba9133bf7
--- /dev/null
+++ b/flpsed/DESCR
@@ -0,0 +1,7 @@
+flpsed is a WYSIWYG PostScript annotator. You can't remove or modify existing
+elements of a document, but flpsed lets you add arbitrary text lines to existing
+PostScript documents (PostScript is a registered trademark of Adobe Systems
+Incorporated). Added lines can later be reedited with flpsed. Using pdftops,
+which is part of xpdf one can convert PDF documents to PostScript and also add
+text to them. flpsed is useful for filling in forms, adding notes etc. GsWidget
+is now part of flpsed.
diff --git a/flpsed/Makefile b/flpsed/Makefile
new file mode 100644
index 0000000000..6aa0b208bc
--- /dev/null
+++ b/flpsed/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME= flpsed-0.7.3
+PKGREVISION= 5
+CATEGORIES= print
+MASTER_SITES= http://flpsed.org/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://flpsed.org/flpsed.html
+COMMENT= Postscript and PDF annotator
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gs:run
+
+INSTALLATION_DIRS+= share/doc/flpsed
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/flpsed
+
+# FLTK version 1.4 is supported too
+.include "../../wip/fltk14-devel/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/flpsed/PLIST b/flpsed/PLIST
new file mode 100644
index 0000000000..0123aac75b
--- /dev/null
+++ b/flpsed/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/flpsed
+man/man1/flpsed.1
+share/doc/flpsed/README
diff --git a/flpsed/distinfo b/flpsed/distinfo
new file mode 100644
index 0000000000..ee117c96b6
--- /dev/null
+++ b/flpsed/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (flpsed-0.7.3.tar.gz) = 3b106dfcfffb64a718cc117604aa9aa3622431e9d8b3b7bbbf706f461940ac17
+SHA512 (flpsed-0.7.3.tar.gz) = b0a8bf2ea08630d280f83f7c32b4574ba4cf7fd989943492e77d1b73c8d83c81a5df40e64bfff744b5518de845eba21119242ff752e16b20816b225ccb7c3321
+Size (flpsed-0.7.3.tar.gz) = 146788 bytes
Home |
Main Index |
Thread Index |
Old Index