352 Commits

Author SHA1 Message Date
kmos
11e1f78c30 Add MODPY_EGG_VERSION, MODPY_PI, MODPY_SETUPTOOLS, and
MODPY_VERSION to /usr/ports/infrastructure/templates/Makefile.template.

These are the most common entries that portgen(1) will throw at the
bottom of a generated python port because it doesn't know where it would
go. Adding these will have portgen(1) put them in the appropriate place.

Comment tweaks and ok sthen@
2019-08-08 23:04:22 +00:00
sthen
cc50edde66 use simpler text for COMPILER, add COMPILER_LANGS, separate from the standard
dependencies as I found it a bit unclear with everything bunched together

ok aja@ kirby@
2019-07-02 12:03:14 +00:00
kirby
43239ff294 move COMPILER string template and its description to the position
used in most of the ports
ok jca@
2019-07-01 11:35:42 +00:00
espie
a1a1007a0b move to new PERMIT 2019-05-31 21:29:52 +00:00
ajacoutot
54c141e2d4 Extend paper cut. 2019-05-09 17:45:05 +00:00
bentley
aa8087215f Spaces to tabs. 2019-04-01 07:35:45 +00:00
sthen
a2e8cfbcc4 Makefile.template tweaks;
- mention that COMMENT usually starts lower-case
- COMPILER for C++ ports
- mention use of CONFIGURE_STYLE=none to override default from a module
- example do-gen/BUILD_DEPENDS for autogen.sh-type ports

ok kn@, ok/typo fix pamela@
2019-03-03 23:18:37 +00:00
ajacoutot
9d0a6f0ab0 FULLPKGNAME -> PKGSTEM
ok espie@
2018-09-04 13:40:26 +00:00
espie
7c9c836216 network.conf.template -> network.conf
it's never really been used properly
2018-07-16 09:11:31 +00:00
espie
dd15e9157a Hah! MASTER_SITE_BACKUP is actually wrong with DIST_SUBDIR appended 2018-07-15 08:44:33 +00:00
espie
8ac486ba7e bye bye badly named variable 2018-07-15 08:37:04 +00:00
espie
247efbcc1a zap more old stuff, have MASTER_SITE_FREEBSD be actually visible 2018-07-15 08:32:58 +00:00
jca
424ad5cd51 Show folks where to add COMPILER
Diff prompted by tb@, ok bcallah@ ajacoutot@
2018-07-09 15:00:06 +00:00
landry
3409790af3 gd.tuwien.ac.at and ftp.tuwien.ac.at are no more 2018-06-30 11:39:09 +00:00
sthen
53dfe11879 simplify the GH_* vs MASTER_SITES comment. 2018-02-09 17:08:33 +00:00
bentley
3e81b07c71 Replace distcache.freebsd.org/ports-distfiles/ with _MASTER_SITE_FREEBSD.
Some ports used _MASTER_SITE_FREEBSD already but others hardcoded the URL.

Switch _MASTER_SITE_FREEBSD and MASTER_SITE_FREEBSD_LOCAL to https.
2018-01-13 03:00:46 +00:00
sthen
322897489f update some apache mirror URLs, drop some dead ones 2018-01-12 22:06:28 +00:00
rpe
34b689b187 Reflect the change of the shebang line from /bin/sh to /bin/ksh for
rc.d daemon scripts in the template too.
2018-01-11 19:30:18 +00:00
naddy
570e9d2a8f MODGETTEXT_LIB_DEPENDS, MODGETTEXT_RUN_DEPENDS, MODGETTEXT_WANTLIB are no
longer used
2017-11-06 20:43:22 +00:00
sthen
619d6c2b0d Unbreak. 2017-08-22 19:40:59 +00:00
tj
f586485c58 prioritize https over http/ftp for distfiles.
ok aja jasper for gnome, aja for gnutls, giovanni for gimp, sthen for the rest
2017-08-22 18:03:51 +00:00
jca
83cc20aca1 poison WANT_CXX, ok sthen@ 2017-05-31 22:30:21 +00:00
ajacoutot
1cf67f0f42 Fix rc.d template. 2017-05-27 19:26:35 +00:00
danj
7edda59864 Mention the `uses pledge()' comment
prodded by Anton Lindqvist, reminded by looking at dicepassc
ok/tweak naddy@
2017-02-25 16:04:20 +00:00
juanfra
f3e67172d3 MASTER_SITE_OPENBSD http -> https. OK bentley@ phessler@. 2017-02-02 11:30:10 +00:00
naddy
893e631df0 rename MASTER_SITES_GNUPG to MASTER_SITE_GNUPG, like all the others 2016-10-01 13:56:26 +00:00
naddy
c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00
naddy
669415bd14 Remove the converters/libiconv module. No longer useful after the removal
of static architectures.  Ports now use a normal LIB_DEPENDS.
2016-09-13 19:44:35 +00:00
naddy
88985a69d3 another step towards extinction: remove and poison the MODLIBICONV variables 2016-09-12 11:52:42 +00:00
ajacoutot
d548c0ce2c 72 -> 80 and more readable. 2016-08-27 09:47:26 +00:00
ajacoutot
5103dbcc0c Extend rc.d template with daemon_rtable. 2016-06-10 21:14:37 +00:00
sthen
ecccd93c04 As pointed out by Yozo TODA, SourceForge.jp renamed to OSDN in 2015.
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN_JP and update ports
references, and list some of their mirrors in network.conf.template.
2016-06-05 11:02:25 +00:00
bentley
3c2bb91933 Prune dead sourceforge.jp mirrors.
ok sthen@
2016-05-29 21:31:00 +00:00
sthen
fd3143b2f1 reorder MASTER_SITES_DEBIAN to put ftp.debian.org first, the previous
alphabetic order resulted in a mirror in Perth being used first, which
is perhaps not the best choice for most of the world (or for that mirror
operator, for that matter). (if you do actually want to prefer this
mirror, list it in ../db/network.conf instead and it will take priority).
2016-05-28 13:51:18 +00:00
sthen
fd870f2264 Clean up some bits missed in yesterday's systrace removal. 2016-04-26 10:56:59 +00:00
edd
46da80e665 Flip PyPI fetch URL over to pypy.io.
The old URL scheme will not work for new PyPI distfiles. More info here:
https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package

OK sthen@, shadchin@, ajacoutot@.
2016-04-25 16:38:36 +00:00
naddy
440d308215 poison SHARED_ONLY 2016-03-20 20:16:19 +00:00
naddy
7217ab988c SHARED_ONLY is going away 2016-03-20 17:19:49 +00:00
naddy
366068d152 retire and poison CONFIGURE_SHARED 2016-03-11 20:32:22 +00:00
sthen
29acea459a Makefile.template tweaks, ok ajacoutot jasper espie:
- move GH_* up alongside DISTNAME and adjust text
- suggest use of portcheck
- add a 60-column ruler for COMMENT
- expand USE_LIBTOOL comment, "don't use if you just need the m4 files" etc
- some other small wording/whitespace tweaks
2016-01-11 09:17:22 +00:00
sthen
dac0622f03 List www.cpan.org at the top of the list for MASTER_SITE_PERL_CPAN,
it looks like it has a decent GLB so that should be a good default.
2016-01-10 22:31:40 +00:00
ajacoutot
34fd97792a Sync MASTER_SITES_GNUPG with working mirrors. 2015-12-13 07:51:58 +00:00
jasper
a414405af4 update address for MASTER_SITE_WINDOWMAKER 2015-12-07 18:24:32 +00:00
ajacoutot
355eccd58d Tweak. 2015-12-02 10:29:09 +00:00
gsoares
e87f118e65 replace remaining sudo(8) with doas(1) 2015-11-26 01:59:48 +00:00
ajacoutot
04a425ee7f Sort. 2015-11-16 13:04:36 +00:00
ajacoutot
96f90d4e76 Sync template with recent rc.subr(8) changes. 2015-07-24 07:29:12 +00:00
naddy
04ae06c254 Remove MASTER_SITE_MYSQL and replace its only use in the ports tree
with a few of the listed mirrors.  ok sthen@ giovanni@
2015-06-26 20:48:59 +00:00
naddy
0b35630c61 remove MASTER_SITE_BERLIOS, unused and the site is dead 2015-06-25 21:51:31 +00:00
bentley
6ec677c236 Update Packetstorm mirrors.
ok naddy@
2015-06-24 07:34:59 +00:00