Import feynedit-1.0 as wip/feynedit.
FeynEdit is a new editor for Feynman diagrams. It is quite similar to the FeynArts topology editor and also uses FeynArts' LaTeX format for the diagrams. The program is independent of FeynArts, however, i.e. one does not need to start from diagrams generated by FeynArts.
This commit is contained in:
parent
7b30322d89
commit
81f618bc07
4 changed files with 53 additions and 0 deletions
4
feynedit/DESCR
Normal file
4
feynedit/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
FeynEdit is a new editor for Feynman diagrams. It is quite similar to the
|
||||
FeynArts topology editor and also uses FeynArts' LaTeX format for the
|
||||
diagrams. The program is independent of FeynArts, however, i.e.
|
||||
one does not need to start from diagrams generated by FeynArts.
|
41
feynedit/Makefile
Normal file
41
feynedit/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/12/29 22:26:35 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= FeynEdit-1.0
|
||||
PKGNAME= feynedit-1.0
|
||||
CATEGORIES= physcis java
|
||||
MASTER_SITES= http://www.feynarts.de/
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://www.feynarts.de/
|
||||
COMMENT= Tool for drawing Feynman diagrams
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PKG_JVMS_ACCEPTED= sun-jdk6 sun-jdk15 sun-jdk14
|
||||
|
||||
INSTALLATION_DIRS= bin share/doc/feynedit
|
||||
|
||||
do-build:
|
||||
${ECHO} "Create jpicedt.desktop:"
|
||||
${ECHO} "[Desktop Entry]" > ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "Tool for drawing Feynman diagrams" >> ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "Exec= jpicedt" >> ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "Terminal=false" >> ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "X-MultipleArgs=false" >> ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "Type=Application" >> ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "Categories=Development;" >> ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "Encoding=UTF-8" >> ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "StartupNotify=true" >> ${WRKSRC}/feynedit.desktop
|
||||
${ECHO} "Create feynedit script:"
|
||||
printf "#! ${SH}\\nexec ${PKG_JAVA_HOME}/bin/java -jar ${PREFIX}/lib/java/FeynEdit.jar \"\$$@\"\\n" > ${WRKSRC}/feynedit.sh
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/feynedit.sh ${DESTDIR}${PREFIX}/bin/feynedit
|
||||
${INSTALL_DATA} ${WRKSRC}/FeynEdit.pdf ${DESTDIR}${PREFIX}/share/doc/feynedit
|
||||
|
||||
.include "../../mk/java-vm.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
feynedit/PLIST
Normal file
3
feynedit/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/29 22:26:35 jihbed Exp $
|
||||
bin/feynedit
|
||||
share/doc/feynedit/FeynEdit.pdf
|
5
feynedit/distinfo
Normal file
5
feynedit/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/12/29 22:26:35 jihbed Exp $
|
||||
|
||||
SHA1 (FeynEdit-1.0.tar.gz) = a275fdb63c3e176f5115a1641fbfb83552d18970
|
||||
RMD160 (FeynEdit-1.0.tar.gz) = ca993a5e02c174ca4c9d2f8603a2abecb2588492
|
||||
Size (FeynEdit-1.0.tar.gz) = 493618 bytes
|
Loading…
Reference in a new issue