pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Rename progman-git to progman
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Fri Nov 19 12:38:38 2021 +0100
Changeset: ce9443dc06eb59d4c20b0a42dbfd2a0fcc035b3d
Modified Files:
Makefile
Added Files:
progman/DESCR
progman/Makefile
progman/PLIST
progman/TODO
progman/distinfo
Removed Files:
progman-git/DESCR
progman-git/Makefile
progman-git/PLIST
progman-git/TODO
progman-git/distinfo
Log Message:
Rename progman-git to progman
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ce9443dc06eb59d4c20b0a42dbfd2a0fcc035b3d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
progman-git/DESCR | 2 --
progman-git/Makefile | 30 ------------------------------
progman-git/PLIST | 2 --
progman-git/TODO | 1 -
progman-git/distinfo | 5 -----
progman/DESCR | 2 ++
progman/Makefile | 30 ++++++++++++++++++++++++++++++
progman/PLIST | 2 ++
progman/TODO | 1 +
progman/distinfo | 5 +++++
11 files changed, 41 insertions(+), 41 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 34e111d6ec..0316ada64f 100644
--- a/Makefile
+++ b/Makefile
@@ -3254,7 +3254,7 @@ SUBDIR+= probcons
SUBDIR+= probe
SUBDIR+= procps
SUBDIR+= prodigal
-SUBDIR+= progman-git
+SUBDIR+= progman
SUBDIR+= progreiserfs
SUBDIR+= proj
SUBDIR+= proplib
diff --git a/progman-git/DESCR b/progman-git/DESCR
deleted file mode 100644
index 2db81eb37d..0000000000
--- a/progman-git/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Window manager resembling Windows 3's Program Manager. Configurable,
-supports high DPI, and comes with a simple launcher.
diff --git a/progman-git/Makefile b/progman-git/Makefile
deleted file mode 100644
index 2875c94f70..0000000000
--- a/progman-git/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-DISTNAME= progman-1.0
-CATEGORIES= wm
-MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= sjmulder%NetBSD.org@localhost
-HOMEPAGE= https://github.com/jcs/progman
-COMMENT= Window manager resembling Windows 3's Program Manager
-LICENSE= mit
-
-USE_TOOLS+= pkg-config
-
-# Supplies xxd utility
-TOOL_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share
-
-CFLAGS+= -DINFTIM=-1
-LDFLAGS+= -lXext
-
-MAKE_FLAGS+= PREFIX=${DESTDIR:Q}${PREFIX:Q}
-MAKE_FLAGS+= MANDIR=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR}/man1
-
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/progman-git/PLIST b/progman-git/PLIST
deleted file mode 100644
index efec0732e8..0000000000
--- a/progman-git/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/progman
diff --git a/progman-git/TODO b/progman-git/TODO
deleted file mode 100644
index 806c225d53..0000000000
--- a/progman-git/TODO
+++ /dev/null
@@ -1 +0,0 @@
- - Build warnings
diff --git a/progman-git/distinfo b/progman-git/distinfo
deleted file mode 100644
index 5ec1615008..0000000000
--- a/progman-git/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (progman-1.0.tar.gz) = 2b10d1b755eda1883f4906dd0df5e95e8ef3c36df25f82dc0d7dc7a0d533a403
-SHA512 (progman-1.0.tar.gz) = bfc329277b39b500ae829a2e97e2c4d6058b2c6a8fdb2c453073c32b526c582c6e6a4632ec4df1f98ae3d7b072c8744370e1017f2bc5e757c9bd9f78e5add5dd
-Size (progman-1.0.tar.gz) = 44214 bytes
diff --git a/progman/DESCR b/progman/DESCR
new file mode 100644
index 0000000000..2db81eb37d
--- /dev/null
+++ b/progman/DESCR
@@ -0,0 +1,2 @@
+Window manager resembling Windows 3's Program Manager. Configurable,
+supports high DPI, and comes with a simple launcher.
diff --git a/progman/Makefile b/progman/Makefile
new file mode 100644
index 0000000000..2875c94f70
--- /dev/null
+++ b/progman/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME= progman-1.0
+CATEGORIES= wm
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= sjmulder%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jcs/progman
+COMMENT= Window manager resembling Windows 3's Program Manager
+LICENSE= mit
+
+USE_TOOLS+= pkg-config
+
+# Supplies xxd utility
+TOOL_DEPENDS+= vim-share-[0-9]*:../../editors/vim-share
+
+CFLAGS+= -DINFTIM=-1
+LDFLAGS+= -lXext
+
+MAKE_FLAGS+= PREFIX=${DESTDIR:Q}${PREFIX:Q}
+MAKE_FLAGS+= MANDIR=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR}/man1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/progman/PLIST b/progman/PLIST
new file mode 100644
index 0000000000..efec0732e8
--- /dev/null
+++ b/progman/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/progman
diff --git a/progman/TODO b/progman/TODO
new file mode 100644
index 0000000000..806c225d53
--- /dev/null
+++ b/progman/TODO
@@ -0,0 +1 @@
+ - Build warnings
diff --git a/progman/distinfo b/progman/distinfo
new file mode 100644
index 0000000000..5ec1615008
--- /dev/null
+++ b/progman/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (progman-1.0.tar.gz) = 2b10d1b755eda1883f4906dd0df5e95e8ef3c36df25f82dc0d7dc7a0d533a403
+SHA512 (progman-1.0.tar.gz) = bfc329277b39b500ae829a2e97e2c4d6058b2c6a8fdb2c453073c32b526c582c6e6a4632ec4df1f98ae3d7b072c8744370e1017f2bc5e757c9bd9f78e5add5dd
+Size (progman-1.0.tar.gz) = 44214 bytes
Home |
Main Index |
Thread Index |
Old Index