1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/unison232/pkg-plist
Matthias Andree dbc5e11def Add new port: net/unison232, an older version of net/unison that speaks
the 2.32 protocol for compatibility with hosts not using FreeBSD ports. [1]

Note that other than discussed in the PR, this port installs
unison232[-text] commands and documentation into .../unison232
directories so as to avoid conflicts with net/unison and allow
parallel installation of both ports.

Other changes since repocopy than renaming:

- Take maintainership for this new port for now and grant Guido Falsi
  implicit approval for port changes.

- Downgrade to 2.32.52 (the repocopy copied HEAD rather than the
  specified date) - note I'm not bumping PORTEPOCH since unison232
  wasn't hooked to the build before this commit, and we've renamed to
  installed port/package from unison to unison232, so it's technically a
  new port.

- Query GTK2 support through OPTIONS framework, unless WITHOUT_X11 is
  defined.  Check WITHOUT_GTK2 variable, don't care about WITH_GTK2.

- Create ${DESKTOPDIR} before trying to install files into it, for the
  benefit of systems that install into a fresh PREFIX.

- Remove CONFLICTS, add PKGNAMESUFFIX=232.

- Clean up the Makefile a bit, and don't hide non-echo/cat commands

- Remove pkg-message variants

- Hook net/unison232 to the tree in net/Makefile

- Add UPDATING entry

- Add German translation for the .desktop file.

PR:             ports/154912 [1]
Submitted by:   mandree (myself)
2011-02-28 01:56:40 +00:00

14 lines
569 B
Plaintext

bin/unison232
%%TEXT%%share/applications/unison232.desktop
%%TEXT%%bin/unison232-text
%%PORTDOCS%%%%DOCSDIR%%/BUGS.txt
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/unison-%%PORTVERSION%%-manual.html
%%PORTDOCS%%%%DOCSDIR%%/unison-%%PORTVERSION%%-manual.pdf
%%PORTDOCS%%%%DOCSDIR%%/unison-%%PORTVERSION%%-manual.ps
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%TEXT%%@dirrmtry share/applications
%%TEXT%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || :
%%TEXT%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || :