pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue May 13 10:09:34 UTC 2025

Modified Files:
        pkgsrc/print: Makefile
Added Files:
        pkgsrc/print/tex-fragoli: DESCR Makefile PLIST distinfo
        pkgsrc/print/tex-fragoli-doc: DESCR Makefile PLIST distinfo

Log Message:
tex-fragoli{,-doc}: add version 1.1.1

The primary goal of this package is to provide a minimal and
user-friendly syntax for constructing large and complex
semantic derivations, following the specific notational style
used at Goethe University Frankfurt. It includes a
comprehensive set of commands for text formatting and various
types of bracketing, ensuring a consistent style --
particularly when distinguishing between meta-language and
object-language within a single derivation or formula.
Formula-Style is losely based on the accompanying material to
an introductory course to linguistic semantics by Prof. Dr.
Thomas Ede Zimmermann. The package brings together and refines
a collection of LaTeX commands and concepts developed over the
years within the Department of Linguistics at the
Goethe-Universitat at Frankfurt am Main. In the process of
preparing research papers, assignments, and examinations,
numerous custom LaTeX headers and commands were shared within
the department -- some mutually compatible, others not. Note:
The package name is an abbreviation of "Frankfurt Goethe
Linguistic".


To generate a diff of this commit:
cvs rdiff -u -r1.941 -r1.942 pkgsrc/print/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-fragoli/DESCR \
    pkgsrc/print/tex-fragoli/Makefile pkgsrc/print/tex-fragoli/PLIST \
    pkgsrc/print/tex-fragoli/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/print/tex-fragoli-doc/DESCR \
    pkgsrc/print/tex-fragoli-doc/Makefile pkgsrc/print/tex-fragoli-doc/PLIST \
    pkgsrc/print/tex-fragoli-doc/distinfo

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

Modified files:

Index: pkgsrc/print/Makefile
diff -u pkgsrc/print/Makefile:1.941 pkgsrc/print/Makefile:1.942
--- pkgsrc/print/Makefile:1.941 Tue May 13 09:52:44 2025
+++ pkgsrc/print/Makefile       Tue May 13 10:09:33 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.941 2025/05/13 09:52:44 markd Exp $
+# $NetBSD: Makefile,v 1.942 2025/05/13 10:09:33 markd Exp $
 #
 
 COMMENT=       Desktop publishing
@@ -777,6 +777,8 @@ SUBDIR+=    tex-footnpag
 SUBDIR+=       tex-footnpag-doc
 SUBDIR+=       tex-forloop
 SUBDIR+=       tex-forloop-doc
+SUBDIR+=       tex-fragoli
+SUBDIR+=       tex-fragoli-doc
 SUBDIR+=       tex-framed
 SUBDIR+=       tex-framed-doc
 SUBDIR+=       tex-ftcap

Added files:

Index: pkgsrc/print/tex-fragoli/DESCR
diff -u /dev/null pkgsrc/print/tex-fragoli/DESCR:1.1
--- /dev/null   Tue May 13 10:09:34 2025
+++ pkgsrc/print/tex-fragoli/DESCR      Tue May 13 10:09:33 2025
@@ -0,0 +1,19 @@
+The primary goal of this package is to provide a minimal and
+user-friendly syntax for constructing large and complex
+semantic derivations, following the specific notational style
+used at Goethe University Frankfurt. It includes a
+comprehensive set of commands for text formatting and various
+types of bracketing, ensuring a consistent style --
+particularly when distinguishing between meta-language and
+object-language within a single derivation or formula.
+Formula-Style is losely based on the accompanying material to
+an introductory course to linguistic semantics by Prof. Dr.
+Thomas Ede Zimmermann. The package brings together and refines
+a collection of LaTeX commands and concepts developed over the
+years within the Department of Linguistics at the
+Goethe-Universitat at Frankfurt am Main. In the process of
+preparing research papers, assignments, and examinations,
+numerous custom LaTeX headers and commands were shared within
+the department -- some mutually compatible, others not. Note:
+The package name is an abbreviation of "Frankfurt Goethe
+Linguistic".
Index: pkgsrc/print/tex-fragoli/Makefile
diff -u /dev/null pkgsrc/print/tex-fragoli/Makefile:1.1
--- /dev/null   Tue May 13 10:09:34 2025
+++ pkgsrc/print/tex-fragoli/Makefile   Tue May 13 10:09:33 2025
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 10:09:33 markd Exp $
+
+DISTNAME=      fragoli
+PKGNAME=       tex-${DISTNAME}-1.1.1
+TEXLIVE_REV=   74788
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/fragoli
+COMMENT=       Macros for constructing complex semantic derivations
+LICENSE=       lppl-1.3c
+
+DEPENDS+=      tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
+DEPENDS+=      tex-amsmath-[0-9]*:../../print/tex-amsmath
+DEPENDS+=      tex-comment-[0-9]*:../../print/tex-comment
+DEPENDS+=      tex-enumitem-[0-9]*:../../print/tex-enumitem
+DEPENDS+=      tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=      tex-kvoptions-[0-9]*:../../print/tex-kvoptions
+DEPENDS+=      tex-l3packages-[0-9]*:../../devel/tex-l3packages
+DEPENDS+=      tex-pdftexcmds-[0-9]*:../../print/tex-pdftexcmds
+DEPENDS+=      tex-stmaryrd-[0-9]*:../../fonts/tex-stmaryrd
+DEPENDS+=      tex-tools-[0-9]*:../../print/tex-tools
+DEPENDS+=      tex-ulem-[0-9]*:../../print/tex-ulem
+DEPENDS+=      tex-units-[0-9]*:../../print/tex-units
+DEPENDS+=      tex-xcolor-[0-9]*:../../print/tex-xcolor
+DEPENDS+=      tex-xstring-[0-9]*:../../print/tex-xstring
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-fragoli/PLIST
diff -u /dev/null pkgsrc/print/tex-fragoli/PLIST:1.1
--- /dev/null   Tue May 13 10:09:34 2025
+++ pkgsrc/print/tex-fragoli/PLIST      Tue May 13 10:09:33 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 10:09:33 markd Exp $
+share/texmf-dist/tex/latex/fragoli/fragoli.sty
Index: pkgsrc/print/tex-fragoli/distinfo
diff -u /dev/null pkgsrc/print/tex-fragoli/distinfo:1.1
--- /dev/null   Tue May 13 10:09:34 2025
+++ pkgsrc/print/tex-fragoli/distinfo   Tue May 13 10:09:33 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 10:09:33 markd Exp $
+
+BLAKE2s (fragoli.r74788.tar.xz) = 2c8ca0015e07ff5bcc261b32ef6e72288172d803a827e7f51bab631221fba884
+SHA512 (fragoli.r74788.tar.xz) = 1e4e0a5ab42c33c8d0add6ef19fb25be053b166688f3accbc48dc8d0e71a35972c5e8496930d90881b619b999c26498833f5c5ecd75ab6d71d02a8cff323d7c1
+Size (fragoli.r74788.tar.xz) = 13232 bytes

Index: pkgsrc/print/tex-fragoli-doc/DESCR
diff -u /dev/null pkgsrc/print/tex-fragoli-doc/DESCR:1.1
--- /dev/null   Tue May 13 10:09:34 2025
+++ pkgsrc/print/tex-fragoli-doc/DESCR  Tue May 13 10:09:33 2025
@@ -0,0 +1 @@
+Documentation for tex-fragoli.
Index: pkgsrc/print/tex-fragoli-doc/Makefile
diff -u /dev/null pkgsrc/print/tex-fragoli-doc/Makefile:1.1
--- /dev/null   Tue May 13 10:09:34 2025
+++ pkgsrc/print/tex-fragoli-doc/Makefile       Tue May 13 10:09:33 2025
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2025/05/13 10:09:33 markd Exp $
+
+DISTNAME=      fragoli.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.1.1
+TEXLIVE_REV=   74788
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/fragoli
+COMMENT=       Documentation for tex-fragoli
+LICENSE=       lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/tex-fragoli-doc/PLIST
diff -u /dev/null pkgsrc/print/tex-fragoli-doc/PLIST:1.1
--- /dev/null   Tue May 13 10:09:34 2025
+++ pkgsrc/print/tex-fragoli-doc/PLIST  Tue May 13 10:09:33 2025
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2025/05/13 10:09:33 markd Exp $
+share/texmf-dist/doc/latex/fragoli/README.md
+share/texmf-dist/doc/latex/fragoli/TODO.md
+share/texmf-dist/doc/latex/fragoli/fragoli_doc.pdf
+share/texmf-dist/doc/latex/fragoli/fragoli_doc.tex
Index: pkgsrc/print/tex-fragoli-doc/distinfo
diff -u /dev/null pkgsrc/print/tex-fragoli-doc/distinfo:1.1
--- /dev/null   Tue May 13 10:09:34 2025
+++ pkgsrc/print/tex-fragoli-doc/distinfo       Tue May 13 10:09:34 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/05/13 10:09:34 markd Exp $
+
+BLAKE2s (fragoli.doc.r74788.tar.xz) = c6e4819421534bad489c46412670505dbcece7cca9a8c3b21bd1ecc5a1ff89b6
+SHA512 (fragoli.doc.r74788.tar.xz) = 73c378485cb539dd9f3ee3e03632d159a5eadb8356958fcde703604f22f9c4f2138fd2a84083e91fc674e825161244dc6959aeef00e22f2219d4bda9b611b3a2
+Size (fragoli.doc.r74788.tar.xz) = 606208 bytes



Home | Main Index | Thread Index | Old Index