pkgsrc-WIP-changes archive

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

aml: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed Apr 15 10:34:03 2026 +0200
Changeset:	1190fff41088ac25777997cf10afda5db163c158

Modified Files:
	Makefile
Removed Files:
	aml/DESCR
	aml/Makefile
	aml/PLIST
	aml/buildlink3.mk
	aml/distinfo

Log Message:
aml: remove, imported to pkgsrc

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

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

diffstat:
 Makefile          |  1 -
 aml/DESCR         | 19 -------------------
 aml/Makefile      | 29 -----------------------------
 aml/PLIST         |  6 ------
 aml/buildlink3.mk | 12 ------------
 aml/distinfo      |  5 -----
 6 files changed, 72 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 3a77bd8bb5..9867f7d11f 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,6 @@ SUBDIR+=	alt-ergo
 SUBDIR+=	am-utils
 SUBDIR+=	am-utils-git
 SUBDIR+=	amavis-logwatch
-SUBDIR+=	aml
 SUBDIR+=	amlogic-meson-fwtools
 SUBDIR+=	amneziawg-go
 SUBDIR+=	analizo
diff --git a/aml/DESCR b/aml/DESCR
deleted file mode 100644
index aba347c8f7..0000000000
--- a/aml/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-# Andri's Main Loop
-
-Goals:
- * Portability
- * Utility
- * Simplicity
-
-Non-goals:
- * MS Windows (TM) support
- * Solving the C10K problem
-
-Features:
- * File descriptor event handlers
- * Timers
- * Tickers
- * Signal handlers
- * Idle dispatch callbacks
- * Thread pool
- * Interoperability with other event loops
diff --git a/aml/Makefile b/aml/Makefile
deleted file mode 100644
index bfb4fc48a6..0000000000
--- a/aml/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	aml-1.0.0
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=any1/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/any1/aml/
-COMMENT=	Another main loop library
-LICENSE=	isc
-
-# -D_POSIX_C_SOURCE=200809L
-CFLAGS.NetBSD+=	-D_NETBSD_SOURCE=1
-
-USE_TOOLS+=	pkg-config
-
-PKGCONFIG_OVERRIDE+=		output/meson-private/aml1.pc
-PKGCONFIG_OVERRIDE_STAGE=	post-configure
-
-SUBST_CLASSES+=		nogit
-SUBST_STAGE.nogit=	pre-configure
-SUBST_MESSAGE.nogit=	Set version
-SUBST_FILES.nogit+=	meson.build
-SUBST_SED.nogit+=	-e 's/git =/\#git =/g'
-SUBST_SED.nogit+=	-e 's/git.found()/false/g'
-
-.include "../../devel/meson/build.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/aml/PLIST b/aml/PLIST
deleted file mode 100644
index 8dd9f0e397..0000000000
--- a/aml/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-include/aml1/aml.h
-lib/libaml.so
-lib/libaml.so.1
-lib/libaml.so.${PKGVERSION}
-lib/pkgconfig/aml1.pc
diff --git a/aml/buildlink3.mk b/aml/buildlink3.mk
deleted file mode 100644
index 91f47a306e..0000000000
--- a/aml/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	aml
-
-.if !defined(AML_BUILDLINK3_MK)
-AML_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.aml+=	aml>=1.0.0
-BUILDLINK_PKGSRCDIR.aml?=	../../wip/aml
-.endif	# AML_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-aml
diff --git a/aml/distinfo b/aml/distinfo
deleted file mode 100644
index 12437138d9..0000000000
--- a/aml/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (aml-1.0.0.tar.gz) = d69e8dd970fbec963e5ad833e49f26782e118bc2950ce4ca9fa9da82fc9d5c40
-SHA512 (aml-1.0.0.tar.gz) = ae9139fbecec1ebbb10e0d96d9530955ada447edf7fcf7d9db015d78d1626bcdedf0f01d095dc2f0bb040b453b72e66ed824ee6755e7a638cfd02c4b9834c184
-Size (aml-1.0.0.tar.gz) = 21997 bytes


Home | Main Index | Thread Index | Old Index