pkgsrc-WIP-changes archive

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

wip clean-up: remove agfl



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jul 2 15:46:11 2022 +0200
Changeset:	24b99ef0d05336447b8e66cb5f905ce28787dd1f

Modified Files:
	Makefile
Removed Files:
	agfl/DESCR
	agfl/Makefile
	agfl/PLIST
	agfl/distinfo
	agfl/patches/patch-doc_userdoc_Makefile.am
	agfl/patches/patch-doc_userdoc_Makefile.in

Log Message:
wip clean-up: remove agfl

Dead homepage, last tarball 2014.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=24b99ef0d05336447b8e66cb5f905ce28787dd1f

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

diffstat:
 Makefile                                   |  1 -
 agfl/DESCR                                 | 11 ------
 agfl/Makefile                              | 31 ---------------
 agfl/PLIST                                 | 63 ------------------------------
 agfl/distinfo                              |  7 ----
 agfl/patches/patch-doc_userdoc_Makefile.am | 15 -------
 agfl/patches/patch-doc_userdoc_Makefile.in | 15 -------
 7 files changed, 143 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 172e1d3c4e..1a2cb5ff63 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,6 @@ SUBDIR+=	aegisub
 SUBDIR+=	aespipe
 SUBDIR+=	afflib
 SUBDIR+=	afl-cov
-SUBDIR+=	agfl
 SUBDIR+=	agile
 SUBDIR+=	ags
 SUBDIR+=	aircrack-ng
diff --git a/agfl/DESCR b/agfl/DESCR
deleted file mode 100644
index 9ad12bbbd1..0000000000
--- a/agfl/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-The AGFL formalism for the syntactic description of Natural Languages
-has been developed by the Computer Science Department of the Radboud
-University of Nijmegen.  It is a formalism in which large context free
-grammars can be described in a compact way. AGFLs belong to the family
-of two level grammars, along with attribute grammars: a first,
-context-free level is augmented with set-valued features for expressing
-agreement between parts of speech.
-
-The AGFL parser generation system for Natural Languages generates
-efficient parsers from AGFL grammars. It includes a lexicon system
-suitable for the large lexica needed in real-life NLP applications.
diff --git a/agfl/Makefile b/agfl/Makefile
deleted file mode 100644
index d45cb91c3d..0000000000
--- a/agfl/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/12/17 22:02:10 rhialto Exp $
-
-DISTNAME=	agfl-${AGFL_VERSION}
-CATEGORIES=	lang
-MASTER_SITES=	ftp://ftp.cs.ru.nl/pub/agfl/${AGFL_VERSION}/src/
-DISTFILES+=	${DISTNAME}${EXTRACT_SUFX} # ${DOC_FILE}
-
-MAINTAINER=	olafs%cs.ru.nl@localhost
-HOMEPAGE=	http://www.cs.ru.nl/agfl/
-COMMENT=	Formalism for the syntactic description of Natural Languages
-
-DIST_SUBDIR=	agfl-${AGFL_VERSION}
-
-AGFL_VERSION=		3.2
-CONFIGURE_ARGS+=	--with-cdl3=${BUILDLINK_PREFIX.cdl3}
-MAKE_JOBS_SAFE=		NO
-LICENSE=		gnu-gpl-v3
-
-INSTALLATION_DIRS+=	share/doc/agfl
-INSTALLATION_DIRS+=	share/agfl
-
-USE_LIBTOOL=		yes
-GNU_CONFIGURE=		yes
-USE_TOOLS+=		gmake
-USE_TOOLS+=		perl
-
-BUILD_DEPENDS+=	tex-epsf-[0-9]*:../../print/tex-epsf
-BUILD_DEPENDS+=	tex-boxedminipage-[0-9]*:../../print/tex-boxedminipage
-
-.include "../../lang/cdl3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/agfl/PLIST b/agfl/PLIST
deleted file mode 100644
index f7dfb73a94..0000000000
--- a/agfl/PLIST
+++ /dev/null
@@ -1,63 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/17 22:02:10 rhialto Exp $
-bin/Lingua_EN_Sentence.pm
-bin/agfl
-bin/agfl-as
-bin/agfl-coder
-bin/agfl-lexgen
-bin/agfl-run
-bin/agflexplode.pl
-bin/agflmaint
-bin/agflmerge.pl
-bin/disamb.pl
-bin/dtannotate.pl
-bin/dtcompare.pl
-bin/dxml.pl
-bin/freeorder.pl
-bin/interannotator.pl
-bin/intersect.pl
-bin/lexfreq.pl
-bin/lexfreqviewer.pl
-bin/merge-counted-files
-bin/normalcase.pl
-bin/prep.pl
-bin/reduce-frequencies.pl
-bin/regres
-bin/sentence.pl
-bin/softhyphen.pl
-bin/subtract.pl
-bin/sum.pl
-bin/tripcover.pl
-bin/unnest
-bin/untype
-bin/variant.pl
-include/abase_debug.h
-include/abase_dstring.h
-include/abase_error.h
-include/abase_fileutil.h
-include/abase_memalloc.h
-include/abase_meminfo.h
-include/abase_mm_alloc.h
-include/abase_pool_alloc.h
-include/abase_porting.h
-include/abase_process.h
-include/abase_repr.h
-include/abase_warshall.h
-include/lxcn_fact_table.h
-include/lxcn_input.h
-include/lxcn_lexicon.h
-include/lxcn_nfa.h
-include/lxcn_search.h
-include/lxcn_voc_iterator.h
-include/lxcn_vocabulary.h
-include/trel_input.h
-lib/libabase.la
-lib/liblexicon.la
-lib/libtrellis.la
-man/man1/agfl-coder.1
-man/man1/agfl-lexer.1
-man/man1/agfl-run.1
-man/man1/agfl.1
-man/man1/agflintro.1
-share/agfl/abbrev.txt
-share/agfl/latin1-translate.dat
-share/doc/agfl/agfl-manual-3.2.ps
diff --git a/agfl/distinfo b/agfl/distinfo
deleted file mode 100644
index d8f528bf6e..0000000000
--- a/agfl/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/12/17 22:02:10 rhialto Exp $
-
-RMD160 (agfl-3.2/agfl-3.2.tar.gz) = 6b464dd6caeee1c91b43fb236e92f59fed8873b3
-SHA512 (agfl-3.2/agfl-3.2.tar.gz) = d38dd5f87a46e6d4e53f47941502480e02f1b47439d194278445d77eb8ce966041f39978ab8609817066d5bcfe86b2f82d44f6d959f278cc0892c512efa45991
-Size (agfl-3.2/agfl-3.2.tar.gz) = 7960575 bytes
-SHA1 (patch-doc_userdoc_Makefile.am) = fc86bbd28056e02352fce974b7d3532bca5bece6
-SHA1 (patch-doc_userdoc_Makefile.in) = e51efe8abe019dd069887171473a6eaa57c7b9c9
diff --git a/agfl/patches/patch-doc_userdoc_Makefile.am b/agfl/patches/patch-doc_userdoc_Makefile.am
deleted file mode 100644
index 9ed500b528..0000000000
--- a/agfl/patches/patch-doc_userdoc_Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-doc_userdoc_Makefile.am,v 1.1 2014/12/17 22:02:10 rhialto Exp $
-
-Adjust documentation directory.
-
---- doc/userdoc/Makefile.am.orig	2010-09-08 08:44:53.000000000 +0000
-+++ doc/userdoc/Makefile.am
-@@ -24,7 +24,7 @@
- ## If you really want to re-generate the manual: gmake force
- ##
- 
--docdir = $(prefix)/doc
-+docdir = $(prefix)/share/doc/agfl
- doc_DATA = $(PACKAGE)-manual-$(VERSION).ps
- 
- ## Teach Latex to find files in other places than the current directory.
diff --git a/agfl/patches/patch-doc_userdoc_Makefile.in b/agfl/patches/patch-doc_userdoc_Makefile.in
deleted file mode 100644
index b43f9468b0..0000000000
--- a/agfl/patches/patch-doc_userdoc_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-doc_userdoc_Makefile.in,v 1.1 2014/12/17 22:02:10 rhialto Exp $
-
-Adjust documentation directory.
-
---- doc/userdoc/Makefile.in.orig	2014-01-20 20:31:30.000000000 +0000
-+++ doc/userdoc/Makefile.in
-@@ -171,7 +171,7 @@ build_vendor = @build_vendor@
- builddir = @builddir@
- datadir = @datadir@
- datarootdir = @datarootdir@
--docdir = $(prefix)/doc
-+docdir = $(prefix)/share/doc/agfl
- dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@


Home | Main Index | Thread Index | Old Index