joerg
2081d6846a
Supports only Python 2.7
2020-04-12 19:39:55 +00:00
rillig
be8b61d9f1
print: align variable assignments
...
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
2019-11-04 19:57:58 +00:00
maya
f34a8c24a3
PKGREVISION bump for anything using python without a PYPKGPREFIX.
...
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
wiz
ffa1d7e724
Clarify LICENSE a bit.
2016-10-03 08:44:22 +00:00
wiz
3faf991a33
Bump applications PKGREVISIONs for python users that might be using
...
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00
wiz
a1f0ff3f67
No need to have two variables for the same logic.
...
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25 10:45:15 +00:00
wiz
d1b820f37b
Recursive bump for png-1.6.
2013-02-16 11:18:58 +00:00
adam
f4c3b89da7
Revbump after graphics/jpeg and textproc/icu
2013-01-26 21:36:13 +00:00
gdt
03d53625b1
Revbump for NO_*_ON_* change.
2013-01-05 13:34:31 +00:00
gdt
45156739e5
Add LICENSE=, set NO_*_ON_*.
...
The licensing for this package is unclear. In particular, it appears
to contain an embedded copy of pdflib. Mark it non-redistributable
until someone analyzes and addresses the issues.
2013-01-05 00:35:32 +00:00
asau
6ebceaf75d
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
2012-10-08 13:45:34 +00:00
obache
2cd654bab6
Bump PKGREVISION from default python to 2.7.
2012-03-15 11:53:20 +00:00
wiz
5a1e8b0499
Revbump for
...
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
2012-02-06 12:40:37 +00:00
wiz
af3596f984
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
2011-01-13 13:36:05 +00:00
wiz
e8d8834f6a
Bump PKGREVISION for libpng shlib name change.
...
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
joerg
3a06eb96bf
Bump revision for PYTHON_VERSION_DEFAULT change.
2010-02-10 19:17:31 +00:00
wiz
91871f449e
Second try at jpeg-8 recursive PKGREVISION bump.
2010-01-18 09:58:37 +00:00
sno
6f7368d4db
bump revision because of graphics/jpeg update
2009-08-26 19:56:37 +00:00
joerg
25a80fb4ab
Remove PYBINMODULE. All it did was mark some packages as not available
...
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00
joerg
3c645bb7fc
Switch to Python 2.5 as default. Bump revision of all packages that have
...
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
snj
025f762610
I tested this package with every version of python in pkgsrc, and it works
...
with all of them. Remove the python21 restriction.
2008-11-29 22:50:06 +00:00
joerg
e5c3d52f54
Shared object files must be linked with -fPIC. DESTDIR support.
...
Bump revision.
2008-06-21 18:55:13 +00:00
wiz
b6160330f7
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
2006-10-04 21:53:15 +00:00
wiz
02f8f7c52d
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
2006-04-17 13:45:57 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
tv
c487cb967a
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
...
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
snj
5c571d5075
Convert to buildlink3.
2004-05-03 21:26:41 +00:00
agc
3ad1bdbf06
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:18:15 +00:00
martti
8cee801716
COMMENT should start with a capital letter.
2003-07-21 17:10:16 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
wiz
50f43064b9
buildlink1 -> buildlink2.
2002-10-08 19:21:01 +00:00
jlam
e44bf515dc
Strip the ".buildlink" from the names of the python application and
...
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks. Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
wiz
242b7ce1f2
Initial import of bg5pdf, provided by rxg in pkg/16265.
...
Bg5pdf is a simple wrapper for wrapping big5 encoding text file into
PDF file by using PDFlib. The output of this program does not contain
embedded fonts. You have to download the Acrobat Acroread Asianfont pack
to view and print the output file or use TrueType fonts with Xpdf.
This wrapper does not provide any formatting functions except simple
line wrapping. If you need sophisticated formatting, you should try
CJK-LaTex or other equivalent tools.
2002-07-12 20:13:39 +00:00