- Fix shebangs
This commit is contained in:
parent
a781072372
commit
0a6f794f91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439170
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= BioPerl
|
||||
PORTVERSION= 1.007001
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= biology perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:CJFIELDS
|
||||
@ -55,9 +55,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most \
|
||||
p5-URI>=0:net/p5-URI
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= modbuild
|
||||
NO_ARCH= yes
|
||||
SHEBANG_FILES= scripts/Bio-DB-SeqFeature-Store/bp_seqfeature_load.pl
|
||||
|
||||
PORTDATA= *
|
||||
PORTDOCS= *
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mgetty
|
||||
PORTVERSION= 1.1.37
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= ftp://mgetty.greenie.net/pub/mgetty/source/1.1/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}-Jun05
|
||||
@ -14,7 +15,8 @@ LICENSE= GPLv2
|
||||
|
||||
USE_CSTD= gnu89
|
||||
USES= makeinfo perl5 shebangfix
|
||||
SHEBANG_FILES= samples/fax samples/new_fax.all/new_fax samples/new_fax.mime1
|
||||
SHEBANG_FILES= samples/fax samples/new_fax.all/new_fax samples/new_fax.mime1 \
|
||||
samples/new_fax.th samples/coverpg-pl.ps samples/faxview.th
|
||||
|
||||
SUB_FILES= pkg-message mgettycfg
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gbsdconv
|
||||
PORTVERSION= 11.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= converters python
|
||||
|
||||
MAINTAINER= buganini@gmail.com
|
||||
@ -16,8 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=8.0:converters/py-bsdconv
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= buganini
|
||||
|
||||
USES= python
|
||||
USES= python shebangfix
|
||||
USE_GNOME= gtk30 introspection:run
|
||||
SHEBANG_FILES= gbsdconv
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= cego
|
||||
PORTVERSION= 2.33.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
@ -22,7 +23,8 @@ TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USES= libtool localbase ncurses readline shebangfix
|
||||
SHEBANG_FILES= tools/cgbackup tools/cgrecover tools/cgsimload
|
||||
SHEBANG_FILES= tools/cgbackup tools/cgrecover tools/cgsimload \
|
||||
tools/logManager tools/backupManager
|
||||
|
||||
USERS= cego
|
||||
GROUPS= cego
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= pgloader
|
||||
PORTVERSION= 2.3.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/1814/
|
||||
|
||||
@ -11,7 +11,8 @@ MAINTAINER= pea@raveland.org
|
||||
COMMENT= Import CSV data and Large Object to PostgreSQL
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= python
|
||||
USES= python shebangfix
|
||||
SHEBANG_FILES= *.py
|
||||
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:databases/py-psycopg2
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= bdb1
|
||||
PORTVERSION= 0.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -12,7 +13,8 @@ LICENSE= BSD2CLAUSE RUBY
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= execinfo gem
|
||||
USES= execinfo gem shebangfix
|
||||
SHEBANG_FILES= examples/*.rb
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= castellan
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -22,7 +23,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= python
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= autoplist distutils
|
||||
SHEBANG_FILES= castellan/tests/contrib/*.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= health_check
|
||||
PORTVERSION= 2.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USES= gem shebangfix
|
||||
SHEBANG_FILES= test/*railsapp
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= origami
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -16,6 +17,7 @@ RUN_DEPENDS= rubygem-colorize>=0.7:devel/rubygem-colorize
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USES= gem shebangfix
|
||||
SHEBANG_FILES= examples/*/*.rb
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= docdiff
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
@ -13,7 +14,9 @@ LICENSE= BSD3CLAUSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
USES= gem shebangfix
|
||||
SHEBANG_FILES= test/*.rb devutil/*.rb \
|
||||
docdiffwebui.cgi
|
||||
|
||||
PLIST_FILES= bin/docdiff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user