pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
xmakemol: remove, imported in the main tree.
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Tue Jan 3 00:10:27 2023 +0100
Changeset: 92d24b88b6fd9107a18114b414f50731207494b5
Modified Files:
Makefile
Removed Files:
xmakemol/DESCR
xmakemol/MESSAGE
xmakemol/Makefile
xmakemol/PLIST
xmakemol/distinfo
xmakemol/files/xmakemol.desktop
xmakemol/patches/patch-Makefile.in
xmakemol/patches/patch-xmakemol.1
Log Message:
xmakemol: remove, imported in the main tree.
xmakemol: remove, imported in the main tree.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92d24b88b6fd9107a18114b414f50731207494b5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
xmakemol/DESCR | 15 ----------
xmakemol/MESSAGE | 8 -----
xmakemol/Makefile | 61 --------------------------------------
xmakemol/PLIST | 6 ----
xmakemol/distinfo | 7 -----
xmakemol/files/xmakemol.desktop | 8 -----
xmakemol/patches/patch-Makefile.in | 14 ---------
xmakemol/patches/patch-xmakemol.1 | 15 ----------
9 files changed, 135 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 309d0437c9..097906be43 100644
--- a/Makefile
+++ b/Makefile
@@ -6039,7 +6039,6 @@ SUBDIR+= xinput_calibrator
SUBDIR+= xinvaders3d
SUBDIR+= xlossage-git
SUBDIR+= xmail
-SUBDIR+= xmakemol
SUBDIR+= xmatchview
SUBDIR+= xmds
SUBDIR+= xmim
diff --git a/xmakemol/DESCR b/xmakemol/DESCR
deleted file mode 100644
index 93e073a4c0..0000000000
--- a/xmakemol/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-XMakemol is a mouse-based program, written using the LessTif widget set,
-for viewing and manipulating atomic and other chemical systems. It reads XYZ
-input and renders atoms, bonds and hydrogen bonds.
-
-Features include:
-
- - Animating multiple frame files
- - Interactive measurement of bond lengths, bond angles and torsion angles
- - Control over atom/bond sizes
- - Exporting to Xpm, Encapsulated PostScript and XYZ formats
- - Toggling the visibility of groups of atoms
- - Editing the positions of subsets of atoms
-
-This version incorporates the latest patches from Debian, which provide
-additional tuning of H-bond detection.
diff --git a/xmakemol/MESSAGE b/xmakemol/MESSAGE
deleted file mode 100644
index d67f20eb8b..0000000000
--- a/xmakemol/MESSAGE
+++ /dev/null
@@ -1,8 +0,0 @@
-===========================================================================
-$NetBSD$
-
-To use xmakemol, set the XM_ELEMENTS environmental variable as below:
-
- export XM_ELEMENTS=${PREFIX}/share/xmakemol/elements
-
-===========================================================================
diff --git a/xmakemol/Makefile b/xmakemol/Makefile
deleted file mode 100644
index 8a166d50ed..0000000000
--- a/xmakemol/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# $NetBSD$
-
-DISTNAME= xmakemol-5.16h
-CATEGORIES= biology x11
-MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/vins/dists/
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= vins%NetBSD.org@localhost
-HOMEPAGE= https://www.nongnu.org/xmakemol/
-COMMENT= Program for visualizing atomic and molecular systems
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake perl
-USE_TOOLS+= autoconf automake autoreconf
-
-REPLACE_PERL= xmake_anim.pl
-
-ELEM_FILE= ${WRKSRC}/elements
-
-SUBST_CLASSES+= paths
-SUBST_STAGE.paths= pre-configure
-SUBST_FILES.paths+= xmakemol.1
-SUBST_VARS.paths= PREFIX
-SUBST_MESSAGE.paths= Replacing PREFIX placeholder.
-
-CONFIGURE_ARGS+= --with-mesa
-CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.MesaLib}
-
-BUILDLINK_TRANSFORM+= l:MesaGL:GL
-BUILDLINK_TRANSFORM+= l:MesaGLU:GLU
-
-MAKE_FLAGS+= CC=${CC:Q}
-MAKE_FLAGS+= CFLAGS='${CFLAGS} -DELEMENTS=\"${ELEM_FILE}\"'
-MAKE_FLAGS+= CPPLAGS=${CPPLAGS:Q}
-MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
-
-INSTALLATION_DIRS= share/applications
-
-WRKSRC= ${WRKDIR}/${DISTNAME:S,h,,}
-
-post-extract:
- ${CP} ${FILESDIR}/xmakemol.desktop ${WRKSRC}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/xmakemol.desktop \
- ${DESTDIR}${PREFIX}/share/applications/xmakemol.desktop
-
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/freeglut/buildlink3.mk"
-.include "../../graphics/glw/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../mk/motif.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/xmakemol/PLIST b/xmakemol/PLIST
deleted file mode 100644
index 9fc45e9d33..0000000000
--- a/xmakemol/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/20 23:43:21 jihbed Exp $
-bin/xmake_anim.pl
-bin/xmakemol
-man/man1/xmakemol.1
-share/applications/xmakemol.desktop
-share/xmakemol/elements
diff --git a/xmakemol/distinfo b/xmakemol/distinfo
deleted file mode 100644
index 2e2148f051..0000000000
--- a/xmakemol/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/03/20 23:43:21 jihbed Exp $
-
-BLAKE2s (xmakemol-5.16h.tar.xz) = 104be5a568d52cceacf8aa0f4c7619d7aa2f0039b4b45ad1ece34aa2c4e895e2
-SHA512 (xmakemol-5.16h.tar.xz) = 63ce47a96aaa61872bd27cb60befe175f72b0a3560ce48056d21fce91e0d268436c73b4ddc9bd9fa539cbabe4934167da92122847e226657178e82a7d0e01280
-Size (xmakemol-5.16h.tar.xz) = 216832 bytes
-SHA1 (patch-Makefile.in) = 57d571687495e824866a9040e43da3ad95ca1904
-SHA1 (patch-xmakemol.1) = ef991119d9e5534d6032b7e94f3ea7d7c1cacbe3
diff --git a/xmakemol/files/xmakemol.desktop b/xmakemol/files/xmakemol.desktop
deleted file mode 100644
index 37060aa256..0000000000
--- a/xmakemol/files/xmakemol.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=XMakemol
-GenericName=Molecule Viewer
-Comment=View and manipulate atomic and other chemical systems
-Type=Application
-Exec=xmakemol
-Categories=Chemistry;Education;Science;
diff --git a/xmakemol/patches/patch-Makefile.in b/xmakemol/patches/patch-Makefile.in
deleted file mode 100644
index 220418dd44..0000000000
--- a/xmakemol/patches/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-datarootdir support.
-
---- Makefile.in.orig 2022-12-22 06:47:47.695595945 +0000
-+++ Makefile.in
-@@ -41,6 +41,7 @@ bindir = @bindir@
- sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
-+datarootdir = @datarootdir@
- sysconfdir = @sysconfdir@
- sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
diff --git a/xmakemol/patches/patch-xmakemol.1 b/xmakemol/patches/patch-xmakemol.1
deleted file mode 100644
index fbc7e2d5a3..0000000000
--- a/xmakemol/patches/patch-xmakemol.1
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix hardcoded path.
-
---- xmakemol.1.orig 2005-03-07 10:49:49.000000000 +0000
-+++ xmakemol.1
-@@ -47,7 +47,7 @@ Print version information.
-
- .SH FILES
- .LP
--\fI/usr/share/xmakemol/elements\fP
-+\fI@PREFIX@/share/xmakemol/elements\fP
- List of element properties.
-
- .SH ENVIRONMENT VARIABLES
Home |
Main Index |
Thread Index |
Old Index