Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.3_1 31 Dec 2024 14:39:30 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket) |
3.3.3 31 Dec 2024 12:11:51 |
Christoph Moench-Tegeder (cmt) |
print/pdftk: chase 302ef9e2cab336867659a85f88297039222dc7a9
Depend on bouncycastle - bouncycastle15 is no more. |
3.3.3 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
3.3.3 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
3.3.3 02 Oct 2022 15:29:25 |
Rainer Hurling (rhurlin) Author: Andreas Bilke |
print/pdftk: Update to 3.3.3
- Support UTF-8 encoded FDF files
- Preserve external links originating from stamps
- Fix crash reading invalid bookmarks
- Detect invalid parent entries in root form fields
- Fix crash reading invalid XFDF forms
- Fix crashes with non-conforming inputs
Changelog:
https://gitlab.com/pdftk-java/pdftk/-/blob/v3.3.3/CHANGELOG.md#333-2022-09-22
PR: 266749
MFH: 2022Q4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3.2_1 20 Jul 2022 14:22:48 |
Tobias C. Berner (tcberner) |
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above ) |
3.3.2_1 04 Jan 2022 15:42:59 |
Fernando Apesteguía (fernape) Author: Andreas Bilke |
print/pdftk: Use bouncycastle dependency from ports tree
pdftk fetched the bouncycastle depenency directly from some maven site and
packaged it with pdftk. Use the ports version instead.
PR: 260883
Reported by: andreas@bilke.org |
3.3.2 29 Dec 2021 08:02:46 |
Hiroki Tagato (tagattie) Author: Andreas Bilke |
print/pdftk: update to 3.3.2
Changelog: https://gitlab.com/pdftk-java/pdftk/-/blob/v3.3.2/CHANGELOG.md
PR: 260734
Reported by: Andreas Bilke <andreas@bilke.org> (maintainer) |
3.3.1 04 Oct 2021 08:27:08 |
Rainer Hurling (rhurlin) Author: Andreas Bilke |
print/pdftk: Update to 3.3.1
Changelog: https://gitlab.com/pdftk-java/pdftk/-/blob/v3.3.1/CHANGELOG.md
PR: 258894 |
3.2.3 29 Jun 2021 16:20:16 |
Rainer Hurling (rhurlin) Author: Andreas Bilke |
print/pdftk: Update to 3.2.3
Changelog:
https://gitlab.com/pdftk-java/pdftk/-/blob/v3.2.3/CHANGELOG.md#323-2021-06-16
PR: 256863 |
3.2.2 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
3.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.2 28 Dec 2020 17:28:04 |
rhurlin |
print/pdftk: Update to 3.2.2
Changelog: https://gitlab.com/pdftk-java/pdftk/-/blob/v3.2.2/CHANGELOG.md
PR: 252228
Submitted by: Andreas Bilke <andreas@bilke.org> (new maintainer)
Approved by: arrowd, tcberner (mentors, implicit) |
3.1.3 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
3.1.3 22 Jun 2020 17:14:36 |
tobik |
print/pdftk: Update to v3.1.3
Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.1.3/CHANGELOG.md |
3.1.2 09 Jun 2020 16:02:17 |
tobik |
print/pdftk: Update to v3.1.2
Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.1.2/CHANGELOG.md |
3.1.1 02 May 2020 04:41:13 |
tobik |
print/pdftk: Update to v3.1.1
Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.1.1/CHANGELOG.md |
3.1.0 27 Apr 2020 04:23:16 |
tobik |
print/pdftk: Update to v3.1.0
Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.1.0/CHANGELOG.md |
3.0.10 20 Apr 2020 03:34:42 |
tobik |
print/pdftk: Update to v3.0.10
Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.0.10/CHANGELOG.md |
3.0.9 18 Jan 2020 04:27:42 |
tobik |
Fix fetch
repo.maven.apache.org turned off HTTP support on 2020/01/15.
501 HTTPS Required.
Use https://repo.maven.apache.org/maven2/
More information at https://links.sonatype.com/central/501-https-required |
3.0.9 16 Jan 2020 09:06:52 |
tobik |
print/pdftk: Update to 3.0.9
Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.0.9/CHANGELOG.md |
3.0.8 22 Dec 2019 09:06:37 |
tobik |
print/pdftk: Update to 3.0.8 of JDK-based fork
The fork is a pure Java implementation of pdftk and does not rely
on the obsolete GCJ. It is mostly compatible with the old version.
The old version was the last port still depending on lang/gcc6.
Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.0.8/CHANGELOG.md#308-2019-10-14 |
2.02_8 25 Jan 2019 18:36:00 |
pi |
print/pdftk: unbreak port for 12+13 as gcj6 no longer segfaults
- testbuilds are fine on 12+13
PR: 235003
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> |
2.02_7 23 Oct 2018 16:34:44 |
jbeich |
Expand FreeBSD 12 conditionals to include 13.0-CURRENT |
2.02_7 20 Aug 2018 13:40:45 |
mat |
Give back to the pool.
I have been pointed to graphics/poppler-utils that contains all the
tools I need, and has a much smaller footprint. |
2.02_7 01 Aug 2018 16:33:11 |
adamw |
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible
to." |
2.02_7 17 May 2018 06:32:17 |
mat |
Those ports have been broken a while now.
Sponsored by: Absolight |
2.02_7 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
2.02_6 24 Sep 2017 20:47:48 |
jbeich |
print/pdftk: add inline comment for r450549
PR: 222573
Submitted by: gerald
Pointy hat to: jbeich |
2.02_6 24 Sep 2017 20:16:01 |
jbeich |
print/pdftk: decouple from default GCC version
Only lang/gcc6 still supports JAVA option.
PR: 222573
Reported by: rakuco
Approved by: portmgr blanket |
2.02_6 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.02_5 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.02_4 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.02_4 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.02_3 24 Mar 2015 16:44:42 |
mat |
Don't use PTHREAD_LIBS.
Sponsored by: Absolight |
2.02_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.02_2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
2.02_1 10 Mar 2014 16:45:37 |
bapt |
Convert p* to USES=zip |
2.02_1 06 Mar 2014 18:54:06 |
mat |
If GCC wasn't built with java support the port couldn't build and BUILD_DEPENDS
only made gcc recompile without actually solving the problem. This patch
introduces pre-configure target to check for gcc java items and give a
meaningful explanation if none found.
Changed "-Wl,-rpath" to "LDFLAGS" in REINPLACE as suggested by Gerald Pfeifer
here
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=606002+0+archive/2013/svn-ports-head/20131208.svn-ports-head
PR: 186893
Submitted by: Kozlov Sergey
Sponsored by: Absolight |
2.02_1 04 Jan 2014 12:54:52 |
mat |
Another iteration on the path of finding the right fix. |
2.02 16 Dec 2013 18:57:32 |
mat |
Take those. |
2.02 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
2.02 29 Nov 2013 15:48:08 |
mat |
Updated port to pdftk-2.02
Changes:
- Removed LOCAL master site, no distfile there obviously
- Moved USE_ZIP after BUILD_DEPENDS due to portlint warning
- Added LICENSE due to portlint warning
- Added LIB_DEPENDS. Libraries provided by gcc required to run the binary, but
gcc is registered only as build dependency. Removing the gcc after installation
of pdftk is permitted but breaks pdftk
- The port doesn't install any shared libraries, so there's no point in
USE_LDCONFIG
- Changed PLIST_FILES and removed MAN1 to support staging
- Removed ancient comment (mentioned gcc and FreeBSD versions are deprecated
long ago)
- Prepended STAGEDIR before PREFIX to support staging
- Corrected patch-pdftk__Makefile.Base to support new version
- REMOVED FILE file/patch-pdftk__Makefile.FreeBSD (is now provided by upstream)
- REMOVED FILE file/patch-java__Makefile (patch included by upstream)
maintainer timeout.
PR: ports/183578
Submitted by: Kozlov Sergey |
1.45_1 06 Nov 2013 12:33:20 |
mat |
- Support staging
maintainer timeout
PR: ports/183237
Submitted by: mat |
1.45_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
1.45 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
1.45 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
1.45 17 Aug 2013 16:27:24 |
gerald |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
1.45 19 Jul 2013 15:15:47 |
glarkin |
- Fixed build on 10-CURRENT where /usr/bin/cpp is supplied by clang. The
port now explicitly uses cpp46 which is supplied by the gcc dependency.
PR: ports/177275
PR: ports/177974
Submitted by: Beeblebrox <zaphod@berentweb.com>
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> |
1.45 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.45 17 Jan 2013 19:40:13 |
glarkin |
- Trimmed Makefile header (forgot before previous commit) |
1.45 17 Jan 2013 19:39:15 |
glarkin |
- Updated to 1.45
ChangeLog: http://www.pdflabs.com/docs/pdftk-version-history/
Reported by: portscout |
1.44_1 07 Aug 2012 23:22:17 |
gerald |
Remove an explicit BUILD_DEPENDS on lang/gccXY since we are already
using USE_GCC=4.6+.
These two conflict now that Mk/bsd.gcc.mk prefers lang/gcc over
lang/gcc46 when USE_GCC=4.6+ is specified. Since the version of
GCC as a system compiler is 4.2, older than the minimum requested
by USE_GCC, and will not be updated, this BUILD_DEPENDS no longer
fulfills its original purpose.
This unbreaks this port.
Approved by: portmgr (beat) |
1.44_1 16 Nov 2011 02:06:56 |
glarkin |
- Change gcc dep from 4.5+ to 4.6+
- Bumped PORTREVISION
Requested by: gerald (via email)
Feature safe: yes |
1.44 21 Mar 2011 20:47:45 |
mandree |
Remove support for FreeBSD 6.X and older.
Approved by: maintainer timeout (14 days)
PR: ports/155348 |
1.44 20 Jan 2011 15:44:47 |
glarkin |
- Updated a comment regarding the gcjXX dependency, now that we're using
gcc 4.5 instead of gcc 4.2.
Suggested by: gerald
Feature safe: yes |
1.44 18 Nov 2010 13:45:22 |
glarkin |
- Rearranged the dependency order in the upstream Makefile to enable
building with MAKE_JOBS_SAFE=yes
PR: ports/152213
Submitted by: Matthias Andree <matthias dot andree at gmx dot de> |
1.44 12 Nov 2010 22:52:53 |
glarkin |
- Updated to 1.44 (http://www.pdflabs.com/docs/pdftk-version-history/)
- Removed a bunch of patches after upstream build system changes
- Added FreeBSD-specific Makefile (pushing to upstream)
Requested by: Sid Steward <sid dot steward at pdflabs dot com> (author)
Reviewed by: Alessandro de Manzano <demanzano at dqmicro dot it> |
1.41_3 14 Oct 2010 14:12:15 |
glarkin |
- Updated WWW: link
Requested by: sid dot steward at pdflabs dot com (upstream maintainer) |
1.41_3 15 May 2010 19:27:51 |
gerald |
- Explicitly build with LANG=C since gcj does not handle all host charsets.
PR: 146227
Approved by: glarkin (maintainer) |
1.41_3 11 May 2010 23:12:59 |
glarkin |
- Mark BROKEN on 6.x. gcjh45 core dumps on 6.x with no immediately obvious
fix. Will research and unbreak as soon as possible.
Reported by: pointyhat (via pav) and user reports |
1.41_3 11 May 2010 00:19:18 |
glarkin |
- Use gcc >= 4.5 instead of gcc == 4.5 to build
Requested by: gerald |
1.41_3 03 May 2010 19:56:44 |
glarkin |
- Build pdftk with gcj45 instead of gcj42
- Add a bunch of patch files to work around the Java duplicate symbol
problem reported here (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42143)
until a real fix is committed to the upstream toolchain
- Bump PORTREVISION |
1.41_2 23 Feb 2010 21:53:05 |
glarkin |
- Restrict the gcc version to 4.2, not 4.2+, since 4.2 is the only
version that includes gcj42 at the moment.
PR: ports/143093
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Feature safe: yes |
1.41_1 30 Dec 2009 23:57:53 |
glarkin |
- Force commit to add missing PR: field
- Unbreak and enable amd64 build, now that gcc42 port builds gcj42 on
i386 and amd64
PR: ports/140783 |
1.41_1 30 Dec 2009 23:54:59 |
glarkin |
- Unbreak and enable amd64 build, now that gcc42 port builds gcj42 on
i386 and amd64 |
1.41 18 Dec 2009 21:00:03 |
glarkin |
- Mark BROKEN until gcj support is working on i386 and amd64
PR: ports/140783
Reported by: pointyhat |
1.41 18 Dec 2009 18:18:02 |
erwin |
Attempt to fix the build by bumping the minimum gcc version to
4.4+ as java support was removed from earlier versions.
Submitted by: pointyhat |
1.41 18 Jan 2009 05:56:11 |
gerald |
Bump USE_GCC=4.1+ to USE_GCC=4.2+. |
1.41 18 Jul 2008 21:05:20 |
glarkin |
Changed my MAINTAINER address to
glarkin@FreeBSD.org.
Approved by: beech (mentor) |
1.41 21 Jun 2008 09:15:50 |
miwi |
- Update to 1.41
- Pass maintainership to submitter
PR: 124763
Submitted by: Greg Larkin <glarkin@sourcehosting.net> |
1.12_1 22 Jan 2007 09:08:02 |
pav |
- Generalize libgcj dependency line
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
1.12_1 18 Jan 2007 23:22:01 |
pav |
- Fix previous revision to DTRT |
1.12_1 18 Jan 2007 17:26:28 |
pav |
- Allow usage of gcc 4.2 and up
PR: ports/107837 (based on)
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
1.12_1 05 Sep 2006 08:00:50 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.12_1 29 Jun 2006 19:24:29 |
stefan |
Convert BUILD_DEPENDS on lang/gcc41 to a LIB_DEPENDS, since pdftk is dynamically
linked to a couple of its libraries.
PR: 97259
Submitted by: Stefan Thurner <thurners@nicsys.de>
Approved by: maintainer timeout (>6 weeks)
arved (mentor) |
1.12 13 May 2006 01:03:17 |
edwin |
Remove USE_REINPLACE from all categories starting with P |
1.12 11 May 2006 13:33:42 |
lawrance |
Remove BROKEN; gcj is now available from gcc41.
Submitted by: Stefan Thurner <thurners@nicsys.de> |
1.12 24 Jan 2006 06:38:31 |
edwin |
SHA256ify
Approved by: krion@ |
1.12 12 Dec 2005 14:08:08 |
vs |
Mark as BROKEN: Prerequisite gcj is not available from gcc41 at the moment |
1.12 03 Nov 2005 07:51:44 |
pav |
- Unbreak by switching to gcc41's gcj
PR: ports/88377
Submitted by: Michael Joyner <mjoyner@ewc.edu> |
1.12 23 Jul 2005 02:53:43 |
kris |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it. |
1.12 20 Jul 2005 23:43:18 |
kris |
BROKEN: Broken dependency |
1.12 07 May 2005 09:09:40 |
pav |
- Nit: CXX is provided by USE_GCC
Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk> (maintainer) |
1.12 06 May 2005 17:27:27 |
pav |
- Remove duplicate USE_GCC
Spotted by: gerald |
1.12 05 May 2005 15:57:35 |
pav |
- Switch to gcc34, as gcc33 lost gcj lately
PR: ports/80652
Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk> (maintainer) |
1.12 29 Nov 2004 20:08:05 |
thierry |
gcc33 is broken on amd64 and gcc34 have problem, then remove support of
amd64.
Submitted by: maintainer. |
1.12 27 Nov 2004 15:24:11 |
thierry |
AMD64's gcc34 port does not build gcj.
This make pdftk cannot compile on amd64.
PR: ports/74400
Submitted by: maintainer. |
1.12 15 Nov 2004 12:18:58 |
thierry |
Upgrade to 1.12.
PR: ports/71389
Submitted by: maintainer. |
0.94.1 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
0.94.1 26 Jul 2004 14:36:53 |
vs |
Update to 0.941 [0.94.1]
PR: ports/69419
Submitted by: Patrick Dung (maintainer) |
0.94 11 May 2004 07:56:46 |
pav |
- gcj is not available on: ia64 sparc64
Suggested by: kris |
0.94 02 Apr 2004 01:47:27 |
pav |
Add pdftk, a simple tool for doing everyday things with PDF documents.
Keep one in the top drawer of your desktop and use it to:
Merge PDF Documents
Split PDF Pages into a New Document
Decrypt Input as Necessary (Password Required)
Encrypt Output as Desired
Burst a PDF Document into Single Pages
Report on PDF Metrics, including Metadata and Bookmarks
Uncompress and Re-Compress Page Streams
Repair Corrupted PDF (Where Possible)
PR: ports/64555
Submitted by: Patrick Dung <patrick_dkt@yahoo.com.hk> |